Apache CloudStack 4.17.0.0 Root Admin API Reference
updateHostPassword
Update password of a host/pool on management server.
Request parameters
| Parameter Name | Description | Required |
| password | the new password for the host/cluster | true |
| username | the username for the host/cluster | true |
| clusterid | the cluster ID | false |
| hostid | the host ID | false |
| update_passwd_on_host | if the password should also be updated on the hosts | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |