getPortForwardingConfigurationList

Prev Next

概要

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

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
regionNo No String - リージョン番号
ポートフォワーディング設定リスト(Configuation List)が照会されるリージョン(Region)を決定
regionNoは getRegionListアクションを通じて取得可能
serverInstanceNoList.N No List<String> - サーバインスタンス番号リスト
指定したサーバインスタンスに対応するポートフォワーディング設定リストを照会できる
serverInstanceNoは getServerInstanceListアクションを通じて取得可能
例) serverInstanceNoList.1=12345&serverInstanceNoList.2=23456
portForwardingPublicIpList.N No List<String> - ポートフォワーディンググローバル IPアドレスリスト
ポートフォワーディンググローバル IPアドレスで絞り込み照会可能
portForwardingPublicIpは getServerInstanceListアクションを通じて取得可能
例) portForwardingPublicIpList.1=192.168.0.1&portForwardingPublicIpList.2=192.168.0.2
responseFormatType No String - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

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>