Modifies the account name and password of a dedicated host.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DedicatedHostId |
string |
Yes |
The host ID. Call the DescribeDedicatedHosts operation to query this ID. |
ch-bp10a5id3boqi**** |
| AccountName |
string |
Yes |
The account name of the host. |
test |
| AccountPassword |
string |
Yes |
The new password for the host account. |
test***** |
| RegionId |
string |
No |
The region ID. Call the DescribeDedicatedHostAttribute operation to query this ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
Examples
Success response
JSON format
{
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidUserId.NotSupport | The userid have no permission. | |
| 404 | HostInfo.NotFound | Specified hostinfo is not found. | |
| 404 | InvalidAccountName.NotFound | Specified account name does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.