All Products
Search
Document Center

Security Center:DescribeBackupRestoreCount

Last Updated:May 22, 2025

Queries the statistics of restoration tasks.

Operation description

If you have created restoration tasks, you can call this operation to query the number of restoration tasks that are in the restored or being restored state.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

ECC6B3E3-D496-512D-B46D-E6996A6B63EE
BackupRestoreCountobject

The statistics of restoration tasks.

Totalinteger

The total number of the restoration tasks that you create.

30
Recoveringinteger

The number of the restoration tasks that are in the being restored state.

3

Examples

Sample success responses

JSONformat

{
  "RequestId": "ECC6B3E3-D496-512D-B46D-E6996A6B63EE",
  "BackupRestoreCount": {
    "Total": 30,
    "Recovering": 3
  }
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.