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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "ECC6B3E3-D496-512D-B46D-E6996A6B63EE",
"BackupRestoreCount": {
"Total": 30,
"Recovering": 3
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.