Storage Plans
Contents
Storage Plans
Allow the user to show single storage plans. Available from version 8.2 onwards.
Show storage plan
GET /v3/storage/plans/:id
Shows information about a specific storage plan.
Inputs
None
Returns
An array of volumes of the following format:
Field | Type | Description |
---|---|---|
id | String | Identifier of the storage plan. |
name | String | Name of the storage plan. |
min_size | Integer | Indicates the minimum size a volume with this storage plan can have |
max_size | Integer | Indicates the maximum size a volume with this storage plan can have |
realm_id | String | Indicates the Id of the realm of the cloud provider. |
location_id | String | Location of the storage plan. |
realm_provider_name | String | Name of the realm of the cloud provider. |
flavour_provider_name | String | Name of the flavour on the cloud provider. |
deprecated | Boolean | Indicates if the storage plan is deprecated. |
resource_type | String | An identifier for the type of resource, specifically "storage_plan". |