Update the NetApp Console password
PUT /vsa/working-environments/{workingEnvironmentId}/update-credentials
Updates the NetApp Console password for a specific Cloud Volumes ONTAP system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
username |
string |
False |
|
password |
string |
True |
Example request
{
"username": "string",
"password": "string"
}
Error
Status: Default, Default response