Queries the hosts that a specified user group is authorized or not authorized to manage.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListHostsForUserGroup |
The operation that you want to perform. Set the value to ListHostsForUserGroup. |
InstanceId | String | Yes | bastionhost-cn-st220aw**** |
The ID of the Bastionhost instance where you want to query the hosts 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 for which you want to query hosts. 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 hosts 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 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.
|
HostAddress | String | No | 192.168.XX.XX |
The endpoint of the host that you want to query. You can set this parameter to a domain name or an IP address. Only exact match is supported. |
HostName | String | No | abc |
The name of the host that you want to query. Only exact match is supported. |
OSType | String | No | Linux |
The operating system of the host that you want to query. Valid values:
|
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 |
---|---|---|---|
Hosts | Array of Item |
The hosts returned. |
|
ActiveAddressType | String | Public |
The endpoint type of the host. Valid values:
|
Comment | String | comment |
The description of the host. |
HostId | String | 1 |
The ID of the host. |
HostName | String | host1 |
The name of the host. |
HostPrivateAddress | String | 192.168.XX.XX |
The internal endpoint of the host. The value is a domain name or an IP address. |
HostPublicAddress | String | 10.158.XX.XX |
The public endpoint of the host. The value is a domain name or an IP address. |
OSType | String | Linux |
The operating system of the host. Valid values:
|
RequestId | String | EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
The ID of the request. |
TotalCount | Integer | 10 |
The total number of hosts returned. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListHostsForUserGroup
&InstanceId=bastionhost-cn-st220aw****
&UserGroupId=1
&<Common request parameters>
Sample success responses
XML
format
<ListHostsForUserGroupResponse>
<Hosts>
<Comment>comment</Comment>
<ActiveAddressType>Public</ActiveAddressType>
<HostPrivateAddress>192.168.XX.XX</HostPrivateAddress>
<HostPublicAddress>10.158.XX.XX</HostPublicAddress>
<OSType>Linux</OSType>
<HostId>1</HostId>
<HostName>host1</HostName>
</Hosts>
<TotalCount>10</TotalCount>
<RequestId>EC9BF0F4-8983-491A-BC8C-1B4DD94976DE</RequestId>
</ListHostsForUserGroupResponse>
JSON
format
{
"Hosts": [{
"Comment": "comment",
"ActiveAddressType": "Public",
"HostPrivateAddress": "192.168.XX.XX",
"HostPublicAddress": "10.158.XX.XX",
"OSType": "Linux",
"HostId": "1",
"HostName": "host1"
}],
"TotalCount": "10",
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE"
}
Error codes
For a list of error codes, visit the API Error Center.