Confirm the current user subscription
POST /aws/ha/metadata/validate-subscribed-to-ontap-cloud
Validates that the current user is subscribed to the Cloud Volumes ONTAP product in Amazon marketplace.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
region |
string |
True |
|
subnetId |
string |
False |
|
vsaMetadata |
True |
||
roleArn |
string |
False |
|
cloudProviderAccount |
string |
False |
|
securityGroupId |
string |
False |
Example request
{
"region": "string",
"subnetId": "string",
"vsaMetadata": {
"ontapVersion": "string",
"licenseType": "string",
"instanceType": "string",
"platformSerialNumber": "string",
"providedLicense": "string",
"capacityPackageName": "string",
"keyStoneSubscription": "string"
},
"roleArn": "string",
"cloudProviderAccount": "string",
"securityGroupId": "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 |