Queries data of anti-ransomware restoration tasks.
Operation description
If you have created anti-ransomware restoration tasks, you can call this operation to query the number of anti-ransomware restoration tasks in the Restored and Restoring states.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeBackupRestoreCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. The ID is a unique identifier that Alibaba Cloud generates for the request. You can use the ID to troubleshoot issues. |
ECC6B3E3-D496-512D-B46D-E6996A6B63EE |
| BackupRestoreCount |
object |
The statistics of anti-ransomware restoration tasks. |
|
| Total |
integer |
The total number of restoration tasks that have been created. |
30 |
| Recovering |
integer |
The number of tasks in the Restoring state. |
3 |
Examples
Success response
JSON format
{
"RequestId": "ECC6B3E3-D496-512D-B46D-E6996A6B63EE",
"BackupRestoreCount": {
"Total": 30,
"Recovering": 3
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.