Update StorageGRID credentials
PUT /account/{accountId}/providers/cloudmanager_cbs/api/v2/sg/credentials/{storageServerName}
Updates 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 |
storageServerName |
string |
path |
True |
StorageGRID server name |
authorization |
string |
header |
True |
User token |
X-Agent-Id |
string |
header |
True |
Request identifier |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
port |
string |
False |
StorageGRID node port. |
access-key |
string |
False |
StorageGRID tenant access-key. |
secret-password |
string |
False |
StorageGRID tenant secret-password. |
Example request
{
"port": "string",
"access-key": "string",
"secret-password": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
| Name | Type | Required | Description |
|---|---|---|---|
port |
string |
False |
StorageGRID node port. |
access-key |
string |
False |
StorageGRID tenant access-key. |
secret-password |
string |
False |
StorageGRID tenant secret-password. |