Change Appliance Root Password

Change Appliance Root Password

Endpoint to update Agent environment SSH password by environment
Authorized Roles : PROVIDER

Request
URI
PUT
https://{api_host}/provider/environments/{environmentId}/password
COPY
Path Parameters
string
providerId
Required

Provider Node instance ID


Request Body
ChangeAppliancePasswordDto of type(s) application/json
Required
{
    "newPassword": "string"
}
string As ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[?!@#$%^&*])[A-Za-z\d?!@#$%^&*]{8,20}$
newPassword
Required

newPassword

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure