With CTS, you can record operations associated with CSS for subsequent query, audit, and backtracking purposes.
Prerequisites
CTS has been enabled.
Key Operations Recorded by CTS
Operation | Resource Type | Event Name |
---|---|---|
Creating a cluster | cluster | createCluster |
Querying cluster details | cluster | showClusterDetail |
Deleting a cluster | cluster | deleteCluster |
Changing a cluster name | cluster | updateClusterName |
Querying the cluster list | cluster | listClusters |
Expanding cluster capacity | cluster | updateExtendCluster |
Adding instances and expanding storage | cluster | updateExtendInstanceStorage |
Obtaining the instance specifications list | cluster | listFlavors |
Scaling in a cluster | cluster | updateShrinkNodes |
Changing the flavor of a specified node type | cluster | updateFlavorByType |
Changing the security group | cluster | changeSecurityGroup |
Creating a V2 cluster | cluster | createClusterV2 |
Restarting a cluster | cluster | rebootCluster |
Creating a configuration file | cluster | createCnf |
Updating a configuration file | cluster | updateCnf |
Starting a data migration pipeline | cluster | startPipeline |
Stopping a data migration pipeline | cluster | stopPipeline |
Adding a custom template | cluster | addFavorite |
Testing connectivity | cluster | startConnectivityTest |
Querying the template list | cluster | listTemplates |
Querying the configuration file list | cluster | listConfs |
Querying the pipeline list | cluster | listPipelines |
Querying operation records | cluster | listActions |
Querying the content of a configuration file | cluster | showGetConfDetail |
Deleting a configuration file | cluster | deleteConf |
Deleting a custom template | cluster | deleteTemplate |
Hot-starting a data migration pipeline | cluster | startHotPipeline |
Hot-stopping a data migration pipeline | cluster | stopHotPipeline |
Updating cluster routes | cluster | updateRoute |
Obtaining a cluster route | cluster | getRoutes |
Uploading a certificate file | cluster | uploadCerts |
Querying the certificate list | cluster | listCerts |
Querying certificate information | cluster | showCertsDetail |
Deleting a certificate file | cluster | deleteCerts |
Enabling logging | cluster | startLogs |
Disabling logging | cluster | stopLogs |
Querying the job list | cluster | listLogsJob |
Querying basic log configurations | cluster | showGetLogSetting |
Modifying basic log configurations | cluster | updateLogSetting |
Enabling automatic log backup | cluster | startLogAutoBackupPolicy |
Disabling automatic log backup | cluster | stopLogAutoBackupPolicy |
Backing up logs | cluster | createLogBackup |
Querying logs | cluster | showLogBackup |
Querying Real-Time Traces
After a management tracker is created on the CTS console, the system starts recording operations performed on cloud service resources. After a data tracker is created, the system starts recording operations performed on data in OBS buckets. CTS retains operation records generated in the latest seven days.
- Prerequisites
- Key Operations Recorded by CTS
- Querying Real-Time Traces