Changes the portal type of one or more hosts for O&M.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyHostsActiveAddressType |
The operation that you want to perform. Set the value to ModifyHostsActiveAddressType. |
ActiveAddressType | String | Yes | Private |
The new portal type of the host. Valid values:
|
HostIds | String | Yes | ["1","2"] |
The ID of the host for which you want to change the portal type. The value is a JSON string. You can add up to 100 host IDs. Note You can call the ListHosts operation to query the ID of the host.
|
InstanceId | String | Yes | bastionhost-cn-st220aw**** |
The ID of the bastion host for which you want to change the portal type of the host. Note You can call the DescribeInstances operation to query the ID of the bastion host.
|
RegionId | String | No | cn-hangzhou |
The region ID of the bastion host for which you want to change the portal type of the host. Note For more information about the mapping between region IDs and region names, see Regions and zones.
|
All Alibaba Cloud API operations 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 |
---|---|---|---|
RequestId | String | EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
The ID of the request, which is used to locate and troubleshoot issues. |
Results | Array of Item |
The result of the call. |
|
Code | String | OK |
The return code that indicates whether the call was successful. Valid values:
|
HostId | String | 1 |
The ID of the host. |
Message | String | N/A |
This parameter is deprecated. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyHostsActiveAddressType
&ActiveAddressType=Private
&HostIds= ["1","2"]
&InstanceId=bastionhost-cn-st220aw****
&<Common request parameters>
Sample success responses
XML
format
<ModifyHostsActiveAddressTypeResponse>
<RequestId>EC9BF0F4-8983-491A-BC8C-1B4DD94976DE</RequestId>
<Results>
<Message></Message>
<HostId>1</HostId>
<Code>OK</Code>
</Results>
</ModifyHostsActiveAddressTypeResponse>
JSON
format
{
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"Results": [{
"Message": "",
"HostId": "1",
"Code": "OK"
}]
}
Error codes
For a list of error codes, visit the API Error Center.