Skip to main content

Retrieve supported capacity tiers for Google Cloud disk types

GET /gcp/vsa/metadata/supported-capacity-tiers

Retrieves the supported capacity tiers for Google Cloud disk types.

Parameters

Name Type In Required Description

region

string

query

False

ontapVersion

string

query

False

dataEncryptionType

string

query

False

licenseType

string

query

False

instanceType

string

query

False

Error

Status: Default, Default response
Name Type Required Description

supportedCapacityTiersPerVolumeType

array[SupportedCapacityTiersResponse]

True

capacityTiersDisableReasons

array[string]

False

compositeSupported

boolean

False

forceCompositeVersion

boolean

False

Example error response
{
  "supportedCapacityTiersPerVolumeType": [
    {
      "volumeType": "string",
      "supportedCapacityTiers": [
        "string"
      ],
      "availableTieringPolicies": [
        "string"
      ]
    }
  ],
  "capacityTiersDisableReasons": [
    "string"
  ]
}

Definitions

See Definitions

SupportedCapacityTiersResponse

Name Type Required Description

volumeType

string

False

supportedCapacityTiers

array[string]

False

availableTieringPolicies

array[string]

False