Skip to main content

Register new StorageGRID credentials

POST /account/{accountId}/providers/cloudmanager_cbs/api/v2/sg/credentials

Registers new StorageGRID credentials in the NetApp Console SaaS application.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

accountId

string

path

True

Account ID

authorization

string

header

True

User token

X-Agent-Id

string

header

True

Request identifier

Request Body

Name Type Required Description

storage-server-name

string

True

StorageGRID server name.

port

string

True

StorageGRID node port.

access-key

string

True

StorageGRID tenant access-key.

secret-password

string

True

StorageGRID tenant secret-password.

Example request
{
  "storage-server-name": "string",
  "port": "string",
  "access-key": "string",
  "secret-password": "string"
}

Response

Status: 200, Default response

Definitions

See Definitions

body

Name Type Required Description

storage-server-name

string

True

StorageGRID server name.

port

string

True

StorageGRID node port.

access-key

string

True

StorageGRID tenant access-key.

secret-password

string

True

StorageGRID tenant secret-password.