Queries a list of SQL tasks.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBTaskGroupId | long | Yes | The ID of the SQL task group. You can call the GetStructSyncJobDetail operation to obtain this parameter. | 1324235 |
PageNumber | long | No | The number of the page to return. | 1 |
PageSize | long | No | The number of entries to return on each page. | 20 |
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F6C47680-8D2D-43A4-8902-F2740D71A398",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DBTaskSQLJobList": [
{
"JobId": 123435,
"JobType": "STRUCT_SYNC",
"Comment": "test",
"DbSearchName": "test@xxx:3306【test】",
"DbId": 43214523,
"Logic": false,
"CreateTime": "2021-02-18 17:49:20",
"LastExecTime": "2021-02-18 17:49:31",
"DbTaskGroupId": 4324132,
"Status": "SUCCESS",
"Transactional": false
}
],
"TotalCount": 1
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history