- 3.42.1. List volumes
- 3.42.2. List details for volumes
- 3.42.3. Create volume
- 3.42.4. Show volume information
- 3.42.5. Delete volume
- 3.42.6. List volume types
- 3.42.7. Show volume type
- 3.42.8. Create snapshot
- 3.42.9. List snapshots
- 3.42.10. List details for snapshots
- 3.42.11. Show snapshot
- 3.42.12. Delete snapshot
Manage volumes and snapshots for use with the Compute API.
Method | URI | Description |
---|---|---|
GET | /v1.1/{tenant_id}/os-volumes | Lists the volumes associated with the account. |
GET | /v1.1/{tenant_id}/os-volumes/detail | Lists details for a specified volume. |
POST | /v1.1/{tenant_id}/os-volumes/{volume_id} | Creates a volume. |
GET | /v1.1/{tenant_id}/os-volumes/{volume_id} | Shows information for a specified volume. |
DELETE | /v1.1/{tenant_id}/os-volumes/{volume_id} | Deletes a specified volume. |
GET | /v1.1/{tenant_id}/os-volume-types | Lists volume types. |
GET | /v1.1/{tenant_id}/os-volume-types/{volume_type_id} | Shows information for a specified volume type. |
POST | /v1.1/{tenant_id}/os-snapshots | Creates a snapshot. |
GET | /v1.1/{tenant_id}/os-snapshots | Lists snapshots. |
GET | /v1.1/{tenant_id}/os-snapshots/detail | Lists details for a specified snapshot. |
GET | /v1.1/{tenant_id}/os-snapshots/{snapshot_id} | Shows information for a specified snapshot. |
DELETE | /v1.1/{tenant_id}/os-snapshots/{snapshot_id} | Deletes a specified snapshot from the account. |