Volumes
Volumes
Create a New Block Storage Volume
post/v2/volumes
Delete a Block Storage Volume
delete/v2/volumes/{volume_id}
Delete a Block Storage Volume by Name
delete/v2/volumes
List All Block Storage Volumes
get/v2/volumes
Retrieve an Existing Block Storage Volume
get/v2/volumes/{volume_id}
VolumesActions
Initiate A Block Storage Action By Volume Id
post/v2/volumes/{volume_id}/actions
Initiate A Block Storage Action By Volume Name
post/v2/volumes/actions
List All Actions for a Volume
get/v2/volumes/{volume_id}/actions
Retrieve an Existing Volume Action
get/v2/volumes/{volume_id}/actions/{action_id}
Models
VolumesSnapshots
Create Snapshot from a Volume
post/v2/volumes/{volume_id}/snapshots
Delete a Volume Snapshot
delete/v2/volumes/snapshots/{snapshot_id}
List Snapshots for a Volume
get/v2/volumes/{volume_id}/snapshots
Retrieve an Existing Volume Snapshot
get/v2/volumes/snapshots/{snapshot_id}