Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
35 KiB
DAS Key Operations Supported by CTS
With CTS, you can record DAS key operations for later query, audit, and backtracking.
Operation |
Resource Type |
Trace Name |
|---|---|---|
Asynchronously exporting a result set |
connection |
asyncExportData |
Automatically filling in a SQL statement |
connection |
autoFill |
Adding shared connections in batches |
connection |
batchAddSharedConnections |
Deleting connections in batches |
connection |
batchDeleteConnections |
Canceling the execution of a SQL statement |
connection |
cancelExecute |
Canceling a shared connection |
connection |
cancelShareConnections |
Clearing connections |
connection |
clearConnections |
Closing SQL Query |
connection |
closeWindow |
Creating a connection |
instance |
createConnection |
Creating a database |
connection |
createDatabases |
Creating a login connection |
connection |
createDBLogin |
Logging in to, retrying login to, and logging out of a database |
connection |
databaseLoginActions |
Creating a database |
connection |
databases |
Logging in to a database |
instance |
dbsConnection |
Deleting a connection |
connection |
deleteConnection |
Deleting login information |
connection |
deleteDBLogin |
Deleting an object |
connection |
deleteDbObj |
Deleting a created database user |
instance |
deleteDbUser |
Deleting sql execution records |
connection |
deleteExecSqlRecord |
Deleting a user permission |
connection |
deleteUserPrivilege |
Editing result sets |
connection |
editDatas |
Executing a user permission script |
connection |
execUserPrivilegeSql |
Executing a SQL statement |
connection |
executeSql |
Exporting result sets |
connection |
exportData |
Formatting a SQL statement |
connection |
formatSql |
Running the SQL statement for obtaining collation |
connection |
getCharSetCollations |
Obtaining the script for creating user permissions |
connection |
getCreateUserPrivilegeSql |
Obtaining SQL statements being executed in the SQL window |
connection |
getExecuteResult |
Obtaining exported result sets |
connection |
getExportDataResult |
Querying a SQL execution plan |
instance |
getPlan |
Obtaining the script for obtaining and modifying user permissions of a MySQL instance |
connection |
getUpdateUserPrivilegeSql |
Obtaining the script for creating or modifying a user |
connection |
getUserSql |
Saving a user-defined SQL statement |
connection |
insertUserSql |
Querying a connection |
connection |
listDbUsers |
Modifying a connection |
connection |
modifyConnection |
Modifying a database |
connection |
modifyDatabase |
Changing specifications |
order |
modifyService |
Calculating the number of rows in a result set |
connection |
queryResultRows |
Re-collecting index usage |
instance |
recollectIndexUsage |
Re-collecting missing indexes |
instance |
recollectMissingIndex |
Creating a database user |
instance |
registerDbUser |
Renaming a login account |
connection |
renameDBLogin |
Renaming a user or role |
connection |
renameUserRole |
Querying database users |
instance |
showDbUser |
Querying resource quotas |
connection |
showQuotas |
Querying a SQL execution plan |
instance |
showSqlExecutionPlan |
Splitting SQL statements |
connection |
splitSql |
Stopping a task for automatically killing sessions |
instance |
stopKillTask |
Testing the connection |
connection |
testConnection |
Obtaining the snapshot list |
connection |
triggerWdr |
Updating quotas |
connection |
udpateQuota |
Modifying login information |
connection |
updateDBLogin |
Modifying a created database user |
instance |
updateDbUser |
Editing a user-defined SQL statement |
connection |
updateUserSql |
Verifying a connection |
connection |
verifyConnection |
Creating a task for exporting SQL result sets |
connection |
createExportSqlResultsetTask |
Creating a database backup task |
connection |
createExportDatabaseTask |
Creating a quick database export task |
connection |
createExportQuickDatabaseTask |
Deleting an export task |
connection |
deleteExportTask |
Stopping an export task |
connection |
stopExportTask |
Creating a task for importing a SQL file |
connection |
createImportSqlFileTask |
Creating a task for importing a CSV file |
connection |
createImportCsvFileTask |
Deleting an import task |
connection |
deleteImportTask |
Stopping an import task |
connection |
stopImportTask |
Creating a bucket |
connection |
createBucket |
Uploading an initialized file |
connection |
initFileUpload |
Uploading file fragments |
connection |
uploadFilePart |
Combining file fragments |
connection |
mergeFilePart |