Skip to main content

Create an NSS key

Contributors netapp-ranuk

You can create the key for a specific NetApp Support Site account.

1. Select the account

Perform the workflow Get supported services and choose the accountId value for the path parameter.

2. Create the NSS key

HTTP method Resource path

POST

/ipa/account/{accountId}/nss-keys

curl example
curl --location --request GET 'https://cloudmanager.cloud.netapp.com/ipa/account/<ACCOUNT_ID>/nss-key' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
Input parameters

Path parameters:

  • <ACCOUNT_ID> (accountId)

JSON input example
{
  "username": "zivtest03",
  "password": "password"
}
Output

An NSS key is returned as shown in the JSON output example.

JSON output example
{
    "id": "d69a5214-7d61-486e-8750-8e1f6xxxxx00"
}