Standard and Zones Storage Policy Assignments
Get storage policy assignment
Fetches a specific storage policy assignment.
get/storage_policy_assignments/{storage_policy_assignment_id}
Path parameters
storage_policy_assignment_idstring required
The ID of the storage policy assignment.
Response
Returns a storage policy assignment object.
Example response
{
"id": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw",
"type": "storage_policy_assignment",
"storage_policy": {
"id": "11446498",
"type": "storage_policy"
},
"assigned_to": {
"id": "11446498",
"type": "file"
}
}