Skip to main content

Update NSS key credentials

Contributors

PUT /ipa/account/{accountId}/nss-key/{nssKeyId}

Updates NSS key credentials.
Token usage: BlueXP user token.

Parameters

Name Type In Required Description

nssKeyId

string

path

True

accountId

string

path

True

X-Service-Request-Id

string

header

False

Request identifier

Request Body

Name Type Required Description

username

string

False

password

string

False

Example request
{
  "username": "string",
  "password": "string"
}

Response

Status: 200, Success response

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"
}
Close
Try it out

Sign in with your NetApp Cloud Central credentials.

Try this API

Parameters

Headers

Body

Code

Response