getPortForwardingConfigurationList
    • PDF

    getPortForwardingConfigurationList

    • PDF

    Article summary

    Can be used in a Classic environment.

    Overview

    Get port forwarding configuration list information.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionNoNoString- Region number
    It determines the region to get the port forwarding configuration list from.
    You can obtain regionNo through the getRegionList action.
    serverInstanceNoList.NNoList<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.NNoList<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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.