All Products
Search
Document Center

Data Management:GetDataArchiveCount

最終更新日:Oct 21, 2024

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PluginTypestringNo

The plugin type. Default value: DATA_ARCHIVE.

DATA_ARCHIVE
OrderResultTypestringNo

The type of the identity. Default value: AS_ADMIN.

AS_ADMIN
SearchDateTypestringNo

The time when the ticket is modified or created. The statistics of data archiving tickets are calculated based on the creation time.

CREATE_TIME
TidlongNo

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

ParameterTypeDescriptionExample
object
Dataobject

The data returned.

FailCountlong

The number of tickets that data archiving failed.

1**
ProcessingCountlong

The number of tickets that data archiving is in progress.

2**
SuccessCountlong

The number of tickets that data archiving is successful.

3**
TotalCountlong

The total number of data archiving tickets.

6**
Successboolean

Indicates whether the request is successful. Valid values:

  • true
  • false
true
RequestIdstring

The request ID.

4B63CAC5-BD7F-5C7C-82C9-59DFFBC3C5C2

Examples

Sample success responses

JSONformat

{
  "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.