Queries the scheduling configuration of a ticket for cleaning up historical data.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the ticket. You can call the ListOrders operation to query the ticket ID. | 420**** |
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
| 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "283C461F-11D8-48AA-B695-DF092DA32AF3",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DataCronClearConfig": {
"CronFormat": "0 0 23 ? * 7,1",
"Duration": "1",
"CronStatus": "PAUSE",
"CronCallTimes": "2",
"CronLastCallStartTime": "2022-11-18 00:00:00",
"CronNextCallTime": "2022-11-19 00:00:00",
"OptimizeTableAfterEveryClearTimes": 0,
"CurrentClearTaskCount": 0
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history