Creates a host account.
Operation description
Each host can have only one host account. You must delete the existing host account before you can create a new one. For more information, see Create a host account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cddc:CreateDedicatedHostAccount |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DedicatedHostId |
string |
Yes |
The host ID. You can call the DescribeDedicatedHosts operation to obtain this ID. |
ch-bp10a5id3boqi**** |
| AccountName |
string |
Yes |
The name of the host account. The name must meet the following requirements:
|
test |
| AccountPassword |
string |
Yes |
The password for the host account. The password must meet the following requirements:
Note
If your engine is SQL Server, the password cannot contain the account name (case-insensitive). |
testxxxxxx |
| RegionId |
string |
No |
The region ID. You can call the DescribeDedicatedHostAttribute operation to obtain this ID. |
cn-hangzhou |
| BastionInstanceId |
string |
No |
The ID of the bastion instance. You can find this ID on the Bastion Instance List page of the Cloud Database Dedicated Cluster (CDDC) console. |
bastionhost-cn-xxxxxxxxxxx |
| AccountType |
string |
No |
The type of the host account. Valid values:
For more information about host account permissions, see Host account permissions. |
Admin |
| ClientToken |
string |
No |
A client-generated token that ensures request idempotence. The token is a string of up to 64 ASCII characters. |
ETnLKlblzczshOTUbOCz******* |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D6E068C3-25BC-455A-85FE-45F0B22E12AS |
Examples
Success response
JSON format
{
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22E12AS"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidAccountPassword.Format | The account password format is invalid. | The account password format is invalid. |
| 403 | InvalidAction.NotSupport | The host status does not support the operation. | The host status does not support the operation. |
| 404 | HostInfo.NotFound | The host is not found. | The host is not found. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.