Skip to main content
API version 2024.0 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.
id
string
example: 11446498The unique identifier for this storage policy.
type
string
example: storage_policyThe value will always be storage_policy.Value is always storage_policy
name
string
example: Montreal / DublinA descriptive name of the region.
{
  "id": "11446498",
  "type": "storage_policy",
  "name": "Montreal / Dublin"
}