Storage policy

The Storage Policy object describes the storage zone.

This resource has a few variations that can be encountered when using the API.

The fields that are part of the standard variant are generally returned when the resource is requested via its own API endpoints. For example, when retrieving a file by ID, it will return these fields unless the fields parameter has been specified.

string
11446498

The unique identifier for this storage policy

string
storage_policy

storage_policy

Value is always storage_policy

string
Montreal / Dublin

A descriptive name of the region

Response Example

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