Retrieve subscription configuration information
GET /license/subscriptions/configuration
Retrieves the subscription configuration information for a specified subscription ID.
Note:
-
This API authorizes user calls and service calls with a predefined scope only.
Token usage: Either a NetApp Console user token or service token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
query |
True |
|
subscriptionId |
string |
query |
True |
|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Response
Status: 200, Default Response
| Name | Type | Required | Description |
|---|---|---|---|
cloudAccountIds |
array[string] |
False |
Example response
{
"cloudAccountIds": [
"string"
]
}
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"
}