Endpoint

/v1/snapshots/total-used-capacity

GET

Returns approximate amount of space that would be reclaimed if all snapshots were deleted.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "description": "api_snapshot_capacity_used",
  "type": "object",
  "properties": {
    "bytes": {
      "description": "bytes",
      "type": "string"
    }
  }
}