Audit Logs
Overview
You can use Cloud Trace Service (CTS) to record key operation events related to ROMA Connect. The events can be used in various scenarios such as security analysis, compliance audit, resource tracing, and problem locating.
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
|
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
|
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
|
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
|
Operation |
Resource Type |
Trace Name |
|---|---|---|
|
Successfully creating a topic in an MQS instance |
MQS |
Kafka_platinum_create_topicSuccess |
|
Failing to create a topic in an MQS instance |
MQS |
Kafka_platinum_create_topicFailure |
|
Successfully deleting a topic from an MQS instance |
MQS |
Kafka_platinum_delete_topicSuccess |
|
Failing to delete a topic from an MQS instance |
MQS |
Kafka_platinum_delete_topicsFailure |
|
Successfully creating a user for an MQS instance |
MQS |
createUserSuccess |
|
Failing to create a user for an MQS instance |
MQS |
createUserFailure |
|
Successfully deleting a user from an MQS instance |
MQS |
deleteUserSuccess |
|
Failing to delete a user from an MQS instance |
MQS |
deleteUserFailure |
|
Successfully resetting the user password of an MQS instance |
MQS |
ResetUserPasswordSuccess |
|
Failing to reset the user password of an MQS instance |
MQS |
resetUserPasswordFailure |
|
Successfully assigning the integration application permissions for an MQS instance |
MQS |
updateAppPoliciesSuccess |
|
Failing to assign the integration application permissions for an MQS instance |
MQS |
updateAppPoliciesFailure |
|
Successfully assigning the user permissions for an MQS instance |
MQS |
updateUserPoliciesSuccess |
|
Failing to assign the user permissions for an MQS instance |
MQS |
updateUserPoliciesFailure |
|
Successfully importing topics to an MQS instance |
MQS |
importTopicsSuccess |
|
Failing to import topics to an MQS instance |
MQS |
importTopicsFailure |
|
Successfully exporting topics from an MQS instance |
MQS |
exportTopicsSuccess |
|
Failing to export topics from an MQS instance |
MQS |
exportTopicsFailure |
ROMA LINK Operations Supported 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 Operations Supported 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 |
Last Article: Increasing Resource Quota
Next Article: Monitoring Metrics
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.