Retrieve supported EBS volume types
GET /aws/ha/metadata/ebs-volume-types
Retrieves supported EBS volume types.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
description |
string |
True |
|
isDefault |
boolean |
False |
|
size |
True |
||
supportedOccmLicenses |
array[string] |
False |
|
supportedVolumeTypes |
array[string] |
True |
Example error response
{
"description": "string",
"size": {
"size": 0,
"unit": "string"
},
"supportedOccmLicenses": [
"string"
],
"supportedVolumeTypes": [
"string"
]
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |