getRouteTableSubnetList
    • PDF

    getRouteTableSubnetList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    ルートテーブルに設定された関連付けられたSubnetリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    regionCodeNoStringリージョンコード
    関連付けられたSubnetリストが照会されるルートテーブルのリージョン(Region)を決定できます。
    regionCodeはgetRegionListアクションを通じて取得できます。
    Default:getRegionList照会結果の最初のリージョンを選択
    routeTableNoYesStringルートテーブル番号
    照会する関連付けられたSubnetリストのルートテーブル番号を決定します。
    routeTableNoはgetRouteTableListアクションを通じて取得できます。
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/vpc/v2/getRouteTableSubnetList
    ?regionCode=KR
    &routeTableNo=***38
    

    レスポンス例

    <getRouteTableSubnetListResponse>
      <requestId>a7ee6059-2060-481f-9a4d-b61a38bf387c</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <subnetList>
        <subnet>
          <subnetNo>***44</subnetNo>
          <vpcNo>***04</vpcNo>
          <zoneCode>KR-1</zoneCode>
          <subnetName>test-***</subnetName>
          <subnet>***.***.1.0/24</subnet>
          <subnetStatus>
            <code>INIT</code>
            <codeName>init</codeName>
          </subnetStatus>
          <subnetType>
            <code>PUBLIC</code>
            <codeName>Public</codeName>
          </subnetType>
        </subnet>
      </subnetList>
    </getRouteTableSubnetListResponse>
    

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

    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.