removeRouteTableSubnet
    • PDF

    removeRouteTableSubnet

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This removes the subnet list related to the routing table.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region of the routing table from which the related subnet will be removed.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    vpcNoYesStringVPC number
    This determines the VPC of the routing table from which a related subnet will be removed.
    vpcNo can be obtained through the getVpcList action.
    routeTableNoYesStringRouting table number
    This determines the routing table number in which a related subnet will be removed.
    The routeTableNo can be obtained through the getRouteTableList action.
    subnetNoList.NYesList<String>List of related subnet numbers to be removed
    subnetNo can be obtained through the getSubnetList action.
    ex) subnetNoList.1=1234&subnetNoList.2=2345
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

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

    Response Example

    The related subnet list of the corresponding routing table after completing the request

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

    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.