Queries the used anti-ransomware storage capacity.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetBackupStorageCount |
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 and can be used to troubleshoot issues. |
33C2CCFF-4BF8-5F88-9B5C-22F932F80E5A |
| BackupStorageCount |
object |
The details of the anti-ransomware storage capacity. |
|
| Overflow |
integer |
Indicates whether the anti-ransomware usage exceeds the purchased capacity. Valid values:
|
0 |
| UniUsageStorageByte |
integer |
The storage capacity occupied by database backups in the backup data. Unit: bytes. |
7453049350 |
| BuyStorageByte |
integer |
The purchased anti-ransomware capacity. Unit: bytes. |
2276332666880 |
| UsageStorageByte |
integer |
The total used anti-ransomware storage capacity. Unit: bytes. |
839621565853 |
| EcsUsageStorageByte |
integer |
The storage capacity occupied by server backups in the backup data. Unit: bytes. |
817262417803 |
Examples
Success response
JSON format
{
"RequestId": "33C2CCFF-4BF8-5F88-9B5C-22F932F80E5A",
"BackupStorageCount": {
"Overflow": 0,
"UniUsageStorageByte": 7453049350,
"BuyStorageByte": 2276332666880,
"UsageStorageByte": 839621565853,
"EcsUsageStorageByte": 817262417803
}
}
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.