Queries a list of asset groups that are managed by a bastion host.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:ListHostGroups |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the bastion host to query. Note
You can call the DescribeInstances operation to query the bastion host ID. |
bastionhost-cn-st220aw**** |
| RegionId |
string |
No |
The region ID of the bastion host in which you want to query the host group. Note
For more information about the mapping between region IDs and region names, see Regions and zones. |
cn-hangzhou |
| PageNumber |
string |
No |
The page number. Default value: 1. |
1 |
| PageSize |
string |
No |
The number of entries per page. Valid values: 1 to 100. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page. Note
We recommend that you do not leave this parameter empty. |
20 |
| HostGroupName |
string |
No |
The name of the host group that you want to query. Only exact match is supported. |
主机组1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of asset groups returned. |
1 |
| RequestId |
string |
The request ID. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
| HostGroups |
array<object> |
The asset groups returned. |
|
|
object |
|||
| MemberCount |
integer |
The number of hosts in the asset group. |
1 |
| HostGroupId |
string |
The asset group ID. |
1 |
| Comment |
string |
The remarks of the asset group. |
备注 |
| HostGroupName |
string |
The name of the asset group. |
资产组1 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"HostGroups": [
{
"MemberCount": 1,
"HostGroupId": "1",
"Comment": "备注",
"HostGroupName": "资产组1"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | The argument is invalid. |
| 500 | InternalError | An unknown error occurred. | An unknown error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.