Show volume type information

Method URI Description
GET /v2/{tenant_id}/types/{volume_type_id} Shows information about a specified volume type.

Normal response codes: 200

Request

This table shows the URI parameters for the show volume type information request:

Name Type Description
{tenant_id} String The unique identifier of the project or account.
{volume_type_id} UUID The unique identifier for an existing volume type.

This operation does not require a request body.

Response

Example. Show volume type information: JSON response


{
	"volume_type": {
		"id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
		"name": "SSD",
		"extra_specs": {
			"capabilities": "gpu"
		},
		"availability_zone":"jp-east-1a"
	}
}