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 |
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 |
|
licenseType |
string |
True |
|
instanceType |
string |
True |
|
platformSerialNumber |
string |
False |
|
providedLicense |
string |
False |
|
capacityPackageName |
string |
False |
|
keyStoneSubscription |
string |
False |
|
useLatestVersion |
boolean |
False |