Creates an offline task for Database Autonomy Service (DAS) Enterprise Edition.
Operation description
Before you call this operation, take note of the following items:
If you use an Alibaba Cloud SDK or DAS SDK to call this operation, we recommend that you use the latest version of the SDK.
If you use an SDK to call operations of DAS, you must set the region ID to cn-shanghai.
You can create an offline task only for database instances for which DAS Enterprise Edition V2 or V3 is enabled. For more information about the databases and regions that are supported by various versions of DAS Enterprise Edition, see Editions and supported features.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hdm:CreateSqlLogTask |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The ID of the database instance. |
pc-2ze8g2am97624**** |
| NodeId |
string |
No |
The node ID. Note
This parameter is available only for instances that run in a cluster architecture. You can specify this parameter to query the offline tasks of a specific node. By default, if this parameter is not specified, the information about the offline tasks of the primary node is returned. |
pi-uf6k5f6g3912i**** |
| Type |
string |
No |
The type of the task. Valid values:
|
Export |
| Name |
string |
No |
The name of the task. |
SQL审计导出1 |
| Filters |
array<object> |
No |
The filter conditions. |
|
|
object |
No |
|||
| Key |
string |
No |
The name of the filter parameter. Note
For more information about the supported filter parameters and their valid values, see the following supplement about the Key parameter. |
KeyWords |
| Value |
string |
No |
The value of the filter parameter. |
select |
| StartTime |
integer |
No |
The beginning of the time range to query. Specify the time in the UNIX timestamp format. Unit: milliseconds. |
1596177993000 |
| EndTime |
integer |
No |
The end of the time range to query. Specify the time in the UNIX timestamp format. Unit: milliseconds. |
1608888296000 |
| Role |
string |
No |
The role of the node of the PolarDB-X 2.0 database instance. Valid values:
|
polarx_cn |
The following list describes the filter parameters that can be used as Key and their valid values:
KeyWords: the keywords. You can specify multiple keywords that are separated by spaces.
LogicalOperator: the logical operation between keywords. Valid values: and and or.
AccountName: the username.
DBName: the database name.
HostAddress: the IP address of the client.
MaxConsume: the maximum amount of time that is consumed. Unit: milliseconds.
MinConsume: the minimum amount of time that is consumed. Unit: milliseconds.
MaxScanRows: the maximum number of rows that are scanned.
MinScanRows: the minimum number of rows that are scanned.
SqlType: the type of the SQL statement. Valid values: select, update, insert, and delete.
State: the execution result. Valid values: 0 and 1. A value of 0 indicates that the SQL statement execution is successful. A value of 1 indicates that the SQL statement fails to be executed.
ThreadId: the thread ID.
SortKey: the name of the column that is used for sorting. Valid values: ScanRows, UpdateRows, Consume, ExecuteTime, ReturnRows, LockTime, Frows, Scnt, CpuTime, and PhysicalRead. A value of ScanRows indicates the number of rows that are scanned. A value of UpdateRows indicates the number of rows that are updated. A value of Consume indicates the duration of the query. A value of ExecuteTime indicates the time when the query was performed. A value of ReturnRows indicates the number of rows that are returned. A value of LockTime indicates the lock wait duration. A value of Frows indicates the number of rows that are pulled by the compute nodes of the PolarDB-X 2.0 database instance. A value of Scnt indicates the number of requests that are sent to the data nodes by the compute nodes of the PolarDB-X 2.0 database instance. A value of CpuTime indicates the CPU execution duration. A value of PhysicalRead indicates the number of physical reads.
SortMethod: the order in which the queried logs are sorted. Valid values: DESC and ASC. A value of DESC indicates the descending order. A value of ASC indicates the ascending order. Default value: DESC.
TraceId: the trace ID of the PolarDB-X 2.0 database instance.
MinRows: the minimum number of rows that are updated.
MaxRows: the maximum number of rows that are updated.
MinScnt: the minimum number of requests that are sent to the data nodes by the compute nodes of the PolarDB-X 2.0 database instance.
MaxScnt: the maximum number of requests that are sent to the data nodes by the compute nodes of the PolarDB-X 2.0 database instance.
TrxId: the transaction ID.
Fail: the error code.
sqlId: the SQL statement ID.
JobId: the ID of the asynchronous task. This parameter is required for querying the return result if DAS Enterprise Edition V0 or V1 is enabled for your database instance.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. |
200 |
| Message |
string |
The returned message. Note
If the request was successful, Successful is returned. If the request failed, error information such as an error code is returned. |
Successful |
| RequestId |
string |
The request ID. |
83D9D59B-057A-54A9-BFF9-CF2B42F05645 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
object |
The returned data. |
|
| TaskId |
string |
The task ID. |
54f8041743ca3a9ac5cb9342d050527c |
| InstanceId |
string |
The ID of the database instance. |
pc-2ze8g2am97624**** |
| Name |
string |
The name of the task. |
Export_test |
| Start |
integer |
The beginning of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1596177993000 |
| End |
integer |
The end of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1608888296000 |
| Status |
string |
The state of the task. Valid values:
Note
You can view the result of a task that is in the COMPLETED state. |
COMPLETED |
| CreateTime |
integer |
The time when the task was created. This value is a UNIX timestamp. Unit: milliseconds. |
1681363254423 |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "Successful",
"RequestId": "83D9D59B-057A-54A9-BFF9-CF2B42F05645",
"Success": "true",
"Data": {
"TaskId": "54f8041743ca3a9ac5cb9342d050527c",
"InstanceId": "pc-2ze8g2am97624****",
"Name": "Export_test",
"Start": 1596177993000,
"End": 1608888296000,
"Status": "COMPLETED",
"CreateTime": 1681363254423
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParams | The request parameters are invalid. | |
| 403 | NoPermission | You are not authorized to do this action. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.