getPortForwardingConfigurationList

Prev Next

Overview

Get the port forwarding configuration list information.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionNo No String - Region number
It determines the Region to get the port forwarding configuration list from.
regionNo can be obtained 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.
serverInstanceNo can be obtained through the getServerInstanceList action.
e.g., 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.
portForwardingPublicIp can be obtained through the getServerInstanceList action.
e.g., portForwardingPublicIpList.1=192.168.0.1&portForwardingPublicIpList.2=192.168.0.2
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

Response

Response body

Examples

Request example

GET {SERVER_API_URL}/getPortForwardingConfigurationList

Response example

<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>