All Products
Search
Document Center

Bastionhost:GetHostAccount

Last Updated:Jun 10, 2026

Mengambil detail akun host pada host yang dikelola oleh instans Host Bastion, seperti jenis protokol dan nama akun.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

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: A password is set.

  • false: No password is set.

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

  • RDP

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.

  • Privileged: Use a privileged account to rotate passwords

  • Self: Do not use a privileged account to rotate passwords

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.

  • Privileged: Privileged account

  • Normal: Regular 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.