Mengambil detail akun host pada host yang dikelola oleh instans Host Bastion, seperti jenis protokol dan nama akun.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:GetHostAccount |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans Host Bastion tempat akun host berada. Catatan
Anda dapat memanggil operasi DescribeInstances untuk memperoleh parameter ini. |
bastionhost-cn-st220aw**** |
| RegionId |
string |
No |
ID wilayah instans Host Bastion tempat akun host berada. Catatan
Untuk informasi lebih lanjut tentang pemetaan antara ID wilayah dan nama wilayah, lihat Regions and zones. |
cn-hangzhou |
| HostAccountId |
string |
Yes |
ID akun host yang ingin Anda kueri. Catatan
Anda dapat memanggil operasi ListHostAccounts untuk memperoleh parameter ini. |
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The unique identifier generated by Alibaba Cloud for the request. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
| HostAccount |
object |
The detailed information about the queried host account. |
|
| HasPassword |
boolean |
Indicates whether a password is set for the host account. Valid values:
|
true |
| PrivateKeyFingerprint |
string |
The fingerprint information of the private key. |
fe:ca:37:42:30:00:9d:95:e6:73:e5:b0:32:0a:**:** |
| ProtocolName |
string |
The protocol name of the host account. Valid values:
|
SSH |
| HostAccountName |
string |
The name of the host account. |
abc |
| HostAccountId |
string |
The ID of the host account. |
1 |
| HostId |
string |
The ID of the host to which the host account belongs. |
1 |
| HostShareKeyId |
string |
The ID of the shared key for the host. |
1 |
| RotationMode |
string |
The password rotation mode of the account.
Catatan
This parameter is supported only in V3.2.47 and later. |
Privileged |
| HostShareKeyName |
string |
The name of the shared key for the host. |
name |
| PrivilegeType |
string |
The permission type of the account.
Catatan
This parameter is supported only in V3.2.47 and later. |
Normal |
Contoh
Respons sukses
JSONformat
{
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"HostAccount": {
"HasPassword": true,
"PrivateKeyFingerprint": "fe:ca:37:42:30:00:9d:95:e6:73:e5:b0:32:0a:**:**",
"ProtocolName": "SSH",
"HostAccountName": "abc",
"HostAccountId": "1",
"HostId": "1",
"HostShareKeyId": "1",
"RotationMode": "Privileged",
"HostShareKeyName": "name",
"PrivilegeType": "Normal"
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | |
| 500 | InternalError | An unknown error occurred. | |
| 404 | HostAccountNotFound | The host account is not found. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.