Skip to main content

Validate the Azure marketplace subscription

POST /azure/ha/metadata/validate-subscribed-to-ontap-cloud

Validates that the current user is subscribed to the Cloud Volumes ONTAP product in the Azure marketplace.

Request Body

Name Type Required Description

region

string

True

vsaMetadata

VsaMetadataRequest

True

subscriptionId

string

False

cloudProviderAccount

string

False

Example request
{
  "region": "string",
  "vsaMetadata": {
    "ontapVersion": "string",
    "licenseType": "string",
    "instanceType": "string",
    "platformSerialNumber": "string",
    "providedLicense": "string",
    "capacityPackageName": "string",
    "keyStoneSubscription": "string"
  },
  "subscriptionId": "string",
  "cloudProviderAccount": "string"
}

Error

Status: Default, Default response
Name Type Required Description

failureInfo

string

False

isSubscribed

boolean

True

Definitions

See Definitions

VsaMetadataRequest

Name Type Required Description

ontapVersion

string

True

ONTAP version

licenseType

string

True

License type

instanceType

string

True

Instance type

platformSerialNumber

string

False

Optional platform serial number

providedLicense

string

False

Optional provided license

capacityPackageName

string

False

Optional capacity-based package

keyStoneSubscription

string

False

Keystone subscription ID

useLatestVersion

boolean

False

Use the latest version