Skip to main content

Retrieve an NSS account

GET /accounts/nss/{cloudProviderAccountId}

Retrieves a NetApp Support Site account using the public ID.

Parameters

Name Type In Required Description

cloudProviderAccountId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

publicId

string

True

accountName

string

False

accountType

string

False

nssUserName

string

False

vsaList

array[AccountWorkingEnvironmentResponse]

True

Example error response
{
  "publicId": "string",
  "accountName": "string",
  "accountType": "string",
  "nssUserName": "string",
  "vsaList": [
    {
      "publicId": "string",
      "name": "string",
      "workingEnvironmentType": "string"
    }
  ]
}

Definitions

See Definitions

AccountWorkingEnvironmentResponse

Name Type Required Description

publicId

string

False

name

string

False

workingEnvironmentType

string

False