addRouteTableSubnet
    • PDF

    addRouteTableSubnet

    • PDF

    Article summary

    Available in VPC

    Add a related subnet list to a route table.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    GET, POST/addRouteTableSubnet

    Request headers

    For headers common to all VPC APIs, see VPC common headers.

    Request query parameters

    The following describes the parameters.

    FieldTypeRequiredDescription
    regionCodeStringOptionalRegion code of the route table to which you want to add the associated subnet list
  • First Region of the search result (default)
  • Check through getRegionList
  • vpcNoStringRequired
    routeTableNoStringRequiredNumber of the route table to which you want to add the associated subnet list
  • Check through getRouteTableList
  • subnetNoList.NList<String>RequiredList of associated subnet numbers to add
    subnetNo can be obtained through the getSubnetList action
    e.g., subnetNoList.1=1234&subnetNoList.2=2345
    responseFormatTypeStringOptional

    Request example

    The following is a sample request.

    curl --location 'https://ncloud.apigw.ntruss.com/vpc/v2/addRouteTableSubnet
    ?regionCode=KR
    &vpcNo=***04
    &routeTableNo=***38
    &subnetNoList.1=***45'
    --header 'x-ncp-iam-access-key: {Timestamp}'    
    --header 'x-ncp-iam-access-key: {Access Key}' 
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
    

    Response

    The following describes the response format.

    Response body

    See SubnetList for the response body.

    Response status codes

    For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

    Response example

    The following is a sample response.

    <addRouteTableSubnetResponse>
      <requestId>d8559867-f266-4782-8bf4-d99bd318336e</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <subnetList>
        <subnet>
          <subnetNo>***44</subnetNo>
          <vpcNo>***04</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>
        <subnet>
          <subnetNo>***45</subnetNo>
          <vpcNo>***04</vpcNo>
          <zoneCode>KR-1</zoneCode>
          <subnetName>test-***</subnetName>
          <subnet>***.***.2.0/24</subnet>
          <subnetStatus>
            <code>INIT</code>
            <codeName>init</codeName>
          </subnetStatus>
          <subnetType>
            <code>PUBLIC</code>
            <codeName>Public</codeName>
          </subnetType>
        </subnet>
      </subnetList>
    </addRouteTableSubnetResponse>
    

    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.