3.42. Volume extension (os-volumes, os-snapshots)

Manage volumes and snapshots for use with the Compute API.

MethodURIDescription
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.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...