Skip to main content

Retrieve credentials by ID

GET /accounts/{accountPublicId}/credentials/{credentialsId}

Retrieves specific generic credentials using the account public ID and credentials ID.

Token usage: Both a NetApp Console user token and service token. The service token needs to include the following scopes: credentials:internal. Pass the user token or service token in the Authorization request header.

Parameters

Name Type In Required Description

accountPublicId

string

path

True

credentialsId

string

path

True

getDecrypted

boolean

query

False

Returns decrypted credentials when set to true. The default value is false

Response

Status: 200, Successful fetched generic credentials
Name Type Required Description

credentialsId

string

True

credentialsType

string

True

extra

extra

True

credentials

credentials

True

isSimulated

boolean

True

Error

Status: 404, Credentials not found

Definitions

See Definitions

extra

credentials