Queries the host groups that a specified user group is authorized or not authorized to manage.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListHostGroupsForUserGroup |
The operation that you want to perform. Set the value to ListHostGroupsForUserGroup. |
InstanceId | String | Yes | bastionhost-cn-st220aw**** |
The ID of the Bastionhost instance where you want to query the host groups that the user group is authorized or not authorized to manage. Note You can call the DescribeInstances operation to query the ID of the Bastionhost instance.
|
UserGroupId | String | Yes | 1 |
The ID of the user group. Note You can call the ListUserGroups operation to query the ID of the user group.
|
RegionId | String | No | cn-hangzhou |
The region ID of the Bastionhost instance where you want to query the host groups that the user group is authorized or not authorized to manage. Note For more information about the mapping between region IDs and region names, see Regions and zones.
|
Mode | String | No | Authorized |
The category of the host group that you want to query. Valid values:
|
PageNumber | String | No | 1 |
The number of the page to return. Default value: 1. |
PageSize | String | No | 20 |
The number of entries to return on each page. The value of the PageSize parameter must not exceed 100. Default value: 20. If you leave the PageSize parameter empty, 20 entries are returned on each page. Note We recommend that you do not leave the PageSize parameter empty.
|
HostGroupName | String | No | group |
The name of the host group that you want to query. Only exact match is supported. |
All Bastionhost API requests must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
HostGroups | Array of Item |
The host groups returned. |
|
Comment | String | comment |
The description of the host group. |
HostGroupId | String | 1 |
The ID of the host group. |
HostGroupName | String | group |
The name of the host group. |
RequestId | String | EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
The ID of the request. |
TotalCount | Integer | 1 |
The total number of host groups returned. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListHostGroupsForUserGroup
&InstanceId=bastionhost-cn-st220aw****
&UserGroupId=1
&<Common request parameters>
Sample success responses
XML
format
<ListHostGroupsForUserGroupResponse>
<TotalCount>1</TotalCount>
<RequestId>EC9BF0F4-8983-491A-BC8C-1B4DD94976DE</RequestId>
<HostGroups>
<Comment>comment</Comment>
<HostGroupId>1</HostGroupId>
<HostGroupName>group</HostGroupName>
</HostGroups>
</ListHostGroupsForUserGroupResponse>
JSON
format
{
"TotalCount": "1",
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"HostGroups": [{
"Comment": "comment",
"HostGroupId": "1",
"HostGroupName": "group"
}]
}
Error codes
For a list of error codes, visit the API Error Center.