getPortForwardingConfigurationList
- Print
- PDF
getPortForwardingConfigurationList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a Classic environment.
Overview
Get port forwarding configuration list information.
Request
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionNo | No | String | - Region number It determines the region to get the port forwarding configuration list from. You can obtain regionNo through the getRegionList action. | |
serverInstanceNoList.N | No | List<String> | - List of server instance numbers You can get the port forwarding configuration list for the specified server instance. You can obtain serverInstanceNo through the getServerInstanceList action. ex) serverInstanceNoList.1=12345&serverInstanceNoList.2=23456 | |
portForwardingPublicIpList.N | No | List<String> | - Port forwarding public IP list It's possible to get it by filtering with port forwarding public IP. You can obtain portForwardingPublicIp through the getServerInstanceList action. ex) portForwardingPublicIpList.1=192.168.0.1&portForwardingPublicIpList.2=192.168.0.2 |
Response
Response body
Examples
Request examples
GET {SERVER_API_URL}/getPortForwardingConfigurationList
Response examples
<getPortForwardingConfigurationListResponse>
<requestId>e2068abf-aa0d-46d6-8e7f-8e86c9805f5e</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<portForwardingConfigurationList>
<portForwardingConfiguration>
<portForwardingConfigurationNo>***536</portForwardingConfigurationNo>
<portForwardingPublicIp>***.***.160.56</portForwardingPublicIp>
<serverInstanceNoList>
<serverInstanceNo>***5058</serverInstanceNo>
</serverInstanceNoList>
</portForwardingConfiguration>
</portForwardingConfigurationList>
</getPortForwardingConfigurationListResponse>
Was this article helpful?