All Products
Search
Document Center

Security Center:DescribeUniBackupStatistics

Last Updated:Aug 30, 2024

Queries the statistics on backups based on anti-ransomware policies.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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
TotalRestoreTaskCountinteger

The total number of the restoration tasks.

10
RequestIdstring

The request ID.

7532B7EE-7CE7-5F4D-BF04-B12447DD****
UnprotectedDatabaseCountinteger

The number of unprotected database instances.

5
RestoringTaskCountinteger

The number of the restoration tasks that are running.

0
ProtectedDatabaseCountinteger

The number of protected database instances.

1
TotalRecoverableCountinteger

The total number of database instances that can be restored.

3
RegionCountListarray<object>

The regions of the database instances.

object

The region of the database instance.

RegionIdstring

The ID of the region in which the database instance resides.

cn-shanghai
AutomaticCountstring

The number of database instances that are automatically scanned.

1

Examples

Sample success responses

JSONformat

{
  "TotalRestoreTaskCount": 10,
  "RequestId": "7532B7EE-7CE7-5F4D-BF04-B12447DD****",
  "UnprotectedDatabaseCount": 5,
  "RestoringTaskCount": 0,
  "ProtectedDatabaseCount": 1,
  "TotalRecoverableCount": 3,
  "RegionCountList": [
    {
      "RegionId": "cn-shanghai",
      "AutomaticCount": "1"
    }
  ]
}

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.