Updated on 2023-05-17 GMT+08:00

Audit Logs

Overview

Cloud Trace Service (CTS) can record operations related to ROMA Connect for query, audit, and backtracking.

After you enable CTS, the system starts to record ROMA Connect operations. CTS stores operation records from the last seven days.

Enabling CTS

For details about how to enable CTS, see Enabling CTS.

After CTS is enabled, if you want to view ROMA Connect operation events, see Querying Real-Time Traces.

ROMA Connect Operations Supported by CTS

Table 1 ROMA Connect operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a ROMA Connect instance

instance

createRomaInstance

Result of creating a ROMA Connect instance

instance

createRomaInstanceResult

Deleting a ROMA Connect instance

instance

deleteRomaInstance

Result of deleting a ROMA Connect instance

instance

deleteRomaInstanceResult

Modifying a ROMA Connect instance

instance

updateRomaInstance

Modifying the name of a ROMA Connect instance

instance

updateRomaInstanceName

Modifying the description of a ROMA Connect instance

instance

updateRomaInstanceDesc

Modifying the security group of a ROMA Connect instance

instance

updateRomaInstanceSecurityGroup

Modifying the maintenance time window of a ROMA Connect instance

instance

updateRomaInstanceMaintainTime

Modifying the EIP of a ROMA Connect instance

instance

updateRomaInstanceEip

Deleting instances that failed to be created

instance

cleanFailedRomaInstance

ROMA FDI Operations Supported by CTS

Table 2 ROMA FDI operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a task

task

createTask

Editing a task

task

updateTask

Deleting a task

task

deleteTask

Starting or stopping a task

task

operateTask

Manually starting or stopping a task

task

handleTask

Creating a scheduling plan

task

addDispatch

Editing a scheduling plan

task

updateDispatch

Connecting to a data source

dataSource

createDatasource

Editing a data source

dataSource

updateDatasource

Deleting a data source

dataSource

deleteDatasource

Specifying an SQL Statement to query table field information of the plug-in data source

column

checkSql

ROMA APIC Operations Supported by CTS

Table 3 ROMA APIC operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating an API group

ApiGroup

createApiGroup

Deleting an API group

ApiGroup

deleteApiGroup

Updating an API group

ApiGroup

updateApiGroup

Adding the access control permission

ApiGroup

deleteApiGroupLimit

Deleting the access control permission

ApiGroup

updateApiGroupLimit

Binding a custom domain name to an API group

ApiGroup

createDomainBinding

Unbinding a custom domain name from an API group

ApiGroup

relieveDomainBinding

Adding a certificate to a custom domain name

ApiGroup

addDomainCertificate

Deleting a certificate for a custom domain name

ApiGroup

deleteDomainCertificate

Creating an API

Api

createApi

Deleting an API

Api

deleteApi

Deleting APIs in batches

Api

batchDeleteApi

Modifying an API

Api

updateApi

Publishing an API

Api

publishApi

Taking an API offline

Api

offlineApi

Publishing APIs or unpublishing APIs in batches

Api

batchPublishOrOfflineApi

Switching API versions

Api

switchApiVersion

Taking an API offline by version

Api

offlineApiByVersion

Debugging an API

Api

debugApi

Creating an environment

Environment

createEnvironment

Deleting an environment

Environment

deleteEnvironment

Modifying an environment

Environment

updateEnvironment

Creating an environment variable

EnvVariable

createEnvVariable

Deleting an environment variable

EnvVariable

deleteEnvVariable

Creating an integration application

App

createApp

Deleting an integration application

App

deleteApp

Modifying an integrated application

App

updateApp

Resetting a secret for an integration application

App

resetAppSecret

Authorization

AppAuth

grantAuth

Canceling authorization

AppAuth

relieveAuth

Creating a signature key

Signature

createSignature

Deleting a signature key

Signature

deleteSignature

Modifying a signature key

Signature

updateSignature

Binding a signature key

SignatureBinding

createSignatureBinding

Unbinding a signature key

SignatureBinding

relieveSignatureBinding

Creating an access control policy

Acl

createAcl

Deleting an access control policy

Acl

deleteAcl

Deleting multiple access control policies

Acl

batchDeleteAcl

Modifying an access control policy

Acl

updateAcl

Adding the value of the access control policy

Acl

addAclValue

Deleting the value of the access control policy

Acl

deleteAclValue

Binding an access control policy to an API

AclBinding

createAclBinding

Unbinding an access control policy from an API

AclBinding

relieveAclBinding

Unbinding multiple access control policies from APIs

AclBinding

batchRelieveAclBinding

Creating a request throttling policy

Throttle

createThrottle

Deleting a request throttling policy

Throttle

deleteThrottle

Deleting multiple request throttling policies

Throttle

batchDeleteThrottle

Modifying a request throttling policy

Throttle

updateThrottle

Binding a request throttling policy

ThrottleBinding

createThrottleBinding

Unbinding a request throttling policy

ThrottleBinding

relieveThrottleBinding

Unbinding multiple request throttling policies

ThrottleBinding

batchRelieveThrottleBinding

Creating a special request throttling policy

ThrottleSpecial

createSpecialThrottle

Deleting a special request throttling policy

ThrottleSpecial

deleteSpecialThrottle

Modifying a special request throttling policy

ThrottleSpecial

updateSpecialThrottle

Creating a load balance channel

Vpc

createVpc

Deleting a load balance channel

Vpc

deleteVpc

Modifying a load balance channel

Vpc

updateVpc

Adding a backend instance to a load balance channel

Vpc

addVpcMember

Deleting a backend instance from a load balance channel

Vpc

deleteVpcMember

Exporting an API

Swagger

swaggerExportApi

Exporting multiple APIs

Swagger

swaggerExportApiList

Exporting all APIs in an API group

Swagger

swaggerExportApiByGroup

Importing APIs to a new API group

Swagger

swaggerImportApiToNewGroup

Importing APIs to an existing API group

Swagger

swaggerImportApiToExistGroup

Creating a custom authorizer

Authorizer

createAuthorizer

Deleting a custom authorizer

Authorizer

deleteAuthorizer

Modifying a custom authorizer

Authorizer

updateAuthorizer

ROMA MQS Operations Supported by CTS

Table 4 ROMA MQS operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a topic in a Kafka-based MQS instance (successful)

kafka

Kafka_create_topicSuccess

Creating a topic in a Kafka-based MQS instance (failed)

kafka

Kafka_create_topicFailure

Deleting a topic in a Kafka-based MQS instance (successful)

kafka

Kafka_delete_topicSuccess

Deleting a topic in a Kafka-based MQS instance (failed)

kafka

Kafka_delete_topicsFailure

Modifying a topic in a Kafka-based MQS instance (successful)

kafka

Kafka_alter_topicsSuccess

Modifying a topic in a Kafka-based MQS instance (failed)

kafka

Kafka_alter_topicsFailure

Configuring the integration application permissions for a Kafka-based MQS instance (successful)

kafka

updateAppPoliciesSuccess

Configuring the integration application permissions for a Kafka-based MQS instance (failed)

kafka

updateAppPoliciesFailure

Creating a topic in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Topic_CreationSuccess

Creating a topic in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Topic_CreationFailure

Modifying a topic in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Topic_ModifySuccess

Modifying a topic in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Topic_ModifyFailure

Deleting a topic in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Topic_DeletionSuccess

Deleting a topic in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Topic_DeletionFailure

Creating a consumer group in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Create_GroupSuccess

Creating a consumer group in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Create_GroupFailure

Modifying a consumer group in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Group_ModifySuccess

Modifying a consumer group in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Group_ModifySFailure

Deleting a consumer group in a RocketMQ-based MQS instance (successful)

rocketmq

RocketMQ_Group_DeletionSuccess

Deleting a consumer group in a RocketMQ-based MQS instance (failed)

rocketmq

RocketMQ_Group_DeletionFailure

ROMA LINK Operations Supported by CTS

Table 5 ROMA LINK operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a product

Product

createProduct

Updating a product

Product

updateProduct

Deleting a product

Product

deleteProduct

Uploading a product

Product

uploadProducts

Resetting a product password

Product

resetProductPassword

Creating a product attribute

Product

addProductAttribute

Updating a product attribute

Product

updateProductAttribute

Deleting a product attribute

Product

removeProductAttribute

Creating a product template

Product

createProductTemplete

Updating a product template

Product

updateProductTemplete

Deleting a product template

Product

deleteProductTemplete

Creating a product template attribute

Product

addTempleteAttribute

Updating a product template attribute

Product

updateTempleteAttribute

Deleting a product template attribute

Product

removeTempleteAttribute

Creating a device

Device

createDevice

Updating a device

Device

updateDevice

Deleting a device

Device

deleteDevice

Uploading a device

Device

uploadDevices

Resetting a device password

Device

resetDevicePassword

Creating a topic

Topic

createTopic

Updating a topic

Topic

updateTopic

Deleting a topic

Topic

deleteTopic

Updating the device shadow

Device

updateDeviceShadow

Creating a rule

Rule

createRule

Updating a rule

Rule

updateRule

Deleting a rule

Rule

deleteRule

Adding a source rule

Rule

addRuleSource

Deleting a source rule

Rule

removeRuleSource

Adding a destination rule

Rule

addRuleDestination

Deleting a destination rule

Rule

removeRuleDestination

ROMA BFS Operations Supported by CTS

Table 6 ROMA BFS operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a graph

graph

createGraph

Updating the graph

graph

updateGraph

Starting a graph

graph

batchStartGraphs

Stopping a graph

graph

batchStopGraphs

Deleting a graph

graph

batchDeleteGraphs

Deleting an asset

graph

deleteAssets

Exporting assets

assets

handleExportFlowAssets

Importing assets

assets

handleImportFlowAssets

Creating an integration task

integration

createIntegration

Updating an integration task

integration

updateNewIntegration

Deleting an integration task

integration

deleteIntegration

Buying a business flow

purchase

purchaseBfs