ServiceStage Operations That Can Be Recorded by CTS
Cloud Trace Service (CTS) records ServiceStage application management operations, enabling you to query, audit, and review operations.
After CTS is enabled, the system starts recording operations on ServiceStage resources. You can view the operation records of the last seven days on the CTS console.
Operation | Resource Type | Event Name |
---|---|---|
Creating a component | component | createComponent |
Deleting a component | component | deleteComponent |
Upgrading a component | component | updateComponent |
Starting a component | component | startComponent |
Stopping a component | component | stopComponent |
Restarting a component | component | restartComponent |
Scaling a component | component | scaleComponent |
Rolling back a component | component | rollbackComponent |
Deploying a component | component | provisionComponent |
Uninstalling a component | component | deprovisionComponent |
Creating an application | application | createApplication |
Deleting an application | application | deleteApplication |
Updating an application | application | updateApplication |
Registering a VM agent | vmagent | registerVmagent |
Deregistering a VM agent | vmagent | unregisterVmagent |
Creating an environment | environment | createEnvironment |
Deleting an environment | environment | deleteEnvironment |