getPortForwardingConfigurationList
    • PDF

    getPortForwardingConfigurationList

    • PDF

    記事の要約

    Classic環境で利用できます。

    概要

    ポートフォワード設定リスト(Port Forwarding Configuration List)情報を照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    regionNoNoString- リージョン番号
    ポートフォワード設定リスト(Configuation List)が照会されるリージョン(Region)を決定
    regionNoは、getRegionListアクションを通じて取得可能
    serverInstanceNoList.NNoList<String>- サーバインスタンス番号リスト
    指定したサーバインスタンスに該当するポートフォワード設定リストを照会できる
    serverInstanceNoは、getServerInstanceListアクションを通じて取得可能
    ex) serverInstanceNoList.1=12345&serverInstanceNoList.2=23456
    portForwardingPublicIpList.NNoList<String>- ポートフォワードグローバルIPリスト
    ポートフォワードグローバルIPでフィルタリングして照会できる
    portForwardingPublicIpは、getServerInstanceListアクションを通じて取得可能
    ex) portForwardingPublicIpList.1=192.168.0.1&portForwardingPublicIpList.2=192.168.0.2

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {SERVER_API_URL}/getPortForwardingConfigurationList
    

    レスポンス例

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

    この記事は役に立ちましたか?

    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.