Queries the statistics on the number of data archiving tickets, including the number of tickets of successful data archiving, failed data archiving,and in-progress data archiving, and the total number of data archiving tickets.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PluginType | string | No | The plugin type. Default value: DATA_ARCHIVE. | DATA_ARCHIVE |
OrderResultType | string | No | The type of the identity. Default value: AS_ADMIN. | AS_ADMIN |
SearchDateType | string | No | The time when the ticket is modified or created. The statistics of data archiving tickets are calculated based on the creation time. | CREATE_TIME |
Tid | long | No | The tenant ID. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
| 2**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": {
"FailCount": 0,
"ProcessingCount": 0,
"SuccessCount": 0,
"TotalCount": 0
},
"Success": true,
"RequestId": "4B63CAC5-BD7F-5C7C-82C9-59DFFBC3C5C2"
}
Error codes
For a list of error codes, visit the Service error codes.