v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Standard and Zones Storage Policies

Get storage policy

Fetches a specific storage policy.

get/storage_policies/{storage_policy_id}

Path parameters

storage_policy_idstring required

The ID of the storage policy.

Response

Returns a storage policy object.

idstring required

The unique identifier for this storage policy.

type'storage_policy' required

The value will always be storage_policy.

namestring

A descriptive name of the region.

Example response

{
  "id": "11446498",
  "type": "storage_policy",
  "name": "Montreal / Dublin"
}