API list

Volume (create, modify, delete)

Item API Name Description
1 GET /v2/{tenant_id}/types

List volume types

Retrieves a list of volume types
2 GET /v2/{tenant_id}/types/{volume_type_id}

Show volume type information

Retrieves information related to the specified volume type
3 GET /v2/{tenant_id}/volumes

List volumes 1

Retrieves a list of the summary information about all accessible block storage volumes
4 GET /v2/{tenant_id}/volumes/detail

List volumes (detailed)

Retrieves a list of the detailed information about all accessible block storage volumes
5 GET /v2/{tenant_id}/volumes/{volume_id}

Show volume information 1

Retrieves the specified volume information
6 POST /v2/{tenant_id}/volumes

Create volume 1

Creates a volume
7 PUT /v2/{tenant_id}/volumes/{volume_id}

Update volume

Updates a volume
8 DELETE /v2/{tenant_id}/volumes/{volume_id}

Delete volume 1

Deletes the specified volume
9 GET /v1.1/{tenant_id}/os-volumes

List volumes 2

Retrieves a list of the volumes associated with the account
10 GET /v1.1/{tenant_id}/os-volumes/detail

List details for volumes

Retrieves details of the specified volumes
11 GET /v1.1/{tenant_id}/os-volumes/{volume_id}

Show volume information 2

Retrieves information about the specified volume
12 POST /v1.1/{tenant_id}/os-volumes

Create volume 2

Creates a volume
13 DELETE /v1.1/{tenant_id}/os-volumes/{volume_id}

Delete volume 2

Deletes the specified volume