Skip to main content

Retrieve the supported disk types

GET /gcp/ha/metadata/gcp-disk-types

Retrieves the supported Google Cloud disk types.

Error

Status: Default, Default response
Name Type Required Description

size

Capacity

True

supportedDiskTypes

array[string]

True

supportedOccmLicenses

array[string]

False

Example error response
{
  "size": {
    "size": 0,
    "unit": "string"
  },
  "supportedDiskTypes": [
    "string"
  ],
  "supportedOccmLicenses": [
    "string"
  ]
}

Definitions

See Definitions

Capacity

Name Type Required Description

size

number

True

Size

unit

string

True

Unit