Queries the number of snapshots that are stored in a region and the total size of the snapshots.
Operation description
Usage notes
If you want to view the snapshot usage of each disk in the current region, we recommend that you call the DescribeSnapshotLinks operation to query snapshot chain information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:DescribeSnapshotsUsage |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the snapshot. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| SnapshotSize |
integer |
The total size of snapshots stored in the current region. Unit: bytes. |
122 |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| SnapshotCount |
integer |
The number of snapshots stored in the current region. |
5 |
Examples
Success response
JSON format
{
"SnapshotSize": 122,
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"SnapshotCount": 5
}
Error response
JSON format
{
"SnapshotCount": "5",
"SnapshotSize": "122",
"RequestId": "ACD9BBB0-A9D1-46D7-9630-B7A69889E110"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | InvalidParam.RegionId | The specified region is not exist. | The specified region does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.