Skip to main content

Retrieve NetApp Support Site data for an account and key ID

GET /ipa/account/{accountId}/nss-key/{nssKeyId}/nss-data

Retrieves NetApp Support Site data associated with an account ID and NetApp Support Site key ID.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

accountId

string

path

True

nssKeyId

string

path

True

X-Service-Request-Id

string

header

False

Request identifier

Response

Status: 200, Default Response
Name Type Required Description

id

string

False

username

string

False

email

string

False

status

False

Example response
{
  "id": "string",
  "username": "string",
  "email": "string",
  "status": "EXPIRED"
}

Response

Status: 4xx, Error response
Name Type Required Description

error

string

False

Error code/category

message

string

False

Error description message

Example response
{
  "error": "string",
  "message": "string"
}