Reset the Server Administrator Password
Description
Use this request to reset the server administrator password. The new password will be automatically generated.
Syntax
POST baseURL/ve/{ve-name}/reset-password
Request Parameters
None
Response
Element |
Attribute |
Description |
---|---|---|
|
|
Container for response data. |
|
|
A text message describing the status of the operation. |
|
|
New password. |
Example
Request
POST https://c2u-web:4465/paci/v1.0/ve/Web60/reset-password
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <pwd-response> <message>Password reset initiated</message> <password>151rhpJEB</password> </pwd-response>