Querying Audit Logs
Cloud Trace Service (CTS) records operations on CodeArts Build for query, audit, and backtrack.
Operations Recorded by CTS
| Operation | Resource Type | Event |
|---|---|---|
| Creating a build task | BuildProjectService | createJob |
| Running a build task | BuildProjectService | buildJob |
| Deleting a build task | BuildProjectService | deleteJob |
| Updating a build task | BuildProjectService | updateJob |
| Disabling a build task | BuildProjectService | disableJob |
| Enabling a build task | BuildProjectService | enableJob |
| Uploading a keystore file | BuildProjectService | uploadKeystore |
| Updating a keystore file | BuildProjectService | updateKeystore |
| Deleting a keystore file | BuildProjectService | deleteKeystore |
| Initializing the EFS directory and storage quota | CloudBuildCache | initEFSDirAndQuota |
| Uploading a report (including the unit test and dependency analysis) | CloudBuildReport | uploadReport |
| Creating a custom template | BuildProjectService | createCustomTemplate |
| Deleting a custom template | BuildProjectService | deleteCustomTemplate |
| Updating nextfs information | nextfsInfo | updateNextfsInfo |
| Creating nextfs | nextfsInfo | createNextfsInfo |
| Associating nextfs with a tenant | tenantNextfs | createTenantNextfs |
| Disassociating a tenant from nextfs | tenantNextfs | deleteTenantNextfs |
| Modifying License information | licenseInfo | updateLicenseInfo |
| Creating a tenant license | licenseInfo | createLicenseInfo |
| Creating code cache information | codeCacheInfo | createCodeCacheInfo |
| Deleting code cache information | codeCacheInfo | deleteCodeCacheInfo |
| Creating records of using code cache | cacheHistoryInfo | createCacheHistoryInfo |
| Updating usage info of code cache | cacheHistoryInfo | updateCacheHistoryInfo |
Viewing Audit Logs
Query CodeArts Build traces on the CTS console. For details, see Viewing Audit Logs.