Skip to main content

Retrieve the associated subscription ID for cloud accounts

GET /license/subscriptions/cloud-account/association

Retrieves the associated subscription ID for each cloud account 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

X-Service-Request-Id

string

header

False

Request identifier

Response

Status: 200, Default 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"
}