Update Google Cloud credentials
PUT /account/{accountId}/providers/cloudmanager_cbs/api/v2/gcp/credentials/{credentialsId}
Updates Google Cloud credentials for a Google Cloud project in the NetApp Console SaaS application.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
credentialsId |
string |
path |
True |
Credential ID |
authorization |
string |
header |
True |
User token |
X-Agent-Id |
string |
header |
True |
Request identifier |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
access-key |
string |
False |
Google Cloud access-key. |
secret-password |
string |
False |
Google Cloud secret-password. |
Example request
{
"access-key": "string",
"secret-password": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
| Name | Type | Required | Description |
|---|---|---|---|
access-key |
string |
False |
Google Cloud access-key. |
secret-password |
string |
False |
Google Cloud secret-password. |