Queries the log that records the scheduling details of an SQL task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobId | long | Yes | The ID of the SQL task. You can call the ListDBTaskSQLJob operation to query the ID of the SQL task. | 1276**** |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4AC23904-55DE-550B-9676-E8946F07****",
"Success": true,
"ErrorMessage": "JobId is mandatory for this action.",
"ErrorCode": "MissingJobId",
"Log": "log_****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history