Skip to main content

Retrieve supported EBS volume types

GET /vsa/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

Capacity

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