Associate a subscription (deprecated)
POST /license/subscriptions/subscription/{subscriptionId}/account/{accountId}
Associate a subscription with an identity and access management service account.
Each subscription can be associated with multiple accounts. A newer version of this deprecated endpoint is available here.
Token usage: Either a NetApp Console user token or service token.
|
|
This operation is deprecated. |
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
subscriptionId |
string |
path |
True |
|
accountId |
string |
path |
True |
|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Response
Status: 200, Success response
Response
Status: 4xx, Error response
| Name | Type | Required | Description |
|---|---|---|---|
errorCode |
string |
False |
Error code |
error |
string |
False |
Error code/category |
message |
string |
False |
Error description message |
Example response
{
"errorCode": "string",
"error": "string",
"message": "string"
}