removeRouteTableSubnet
    • PDF

    removeRouteTableSubnet

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    ルートテーブルに関するSubnetリストを取り消します。

    リクエスト

    リクエストパラメータ

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

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/vpc/v2/removeRouteTableSubnet
    ?regionCode=KR
    &vpcNo=***04
    &routeTableNo=***38
    &subnetNoList.1=***45
    

    レスポンス例

    リクエストの実行後、該当ルートテーブルの関連付けられたSubnetリスト

    <removeRouteTableSubnetResponse>
      <requestId>fbbfe907-87a9-41cf-9941-7c8b7c81e66f</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <subnetList>
        <subnet>
          <subnetNo>***44</subnetNo>
          <vpcNo>3804</vpcNo>
          <zoneCode>KR-1</zoneCode>
          <subnetName>test-***</subnetName>
          <subnet>***.***.1.0/24</subnet>
          <subnetStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </subnetStatus>
          <subnetType>
            <code>PUBLIC</code>
            <codeName>Public</codeName>
          </subnetType>
        </subnet>
      </subnetList>
    </removeRouteTableSubnetResponse>
    

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

    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.