Returns the approximate amount of space that would be reclaimed if the given snapshot were deleted.
Parameters
Name
Description
Required
id
Snapshot identifier
Yes
Response
Codes
Code
Description
200
Return value on success
Schema
{"description":"api_snapshot_capacity_usage_info","type":"object","properties":{"id":{"description":"Unique identifier for a snapshot","type":"number"},"capacity_used_bytes":{"description":"Amount of space that would be reclaimed if the snapshot were deleted","type":"string"}}}