getRouteTableList
    • PDF

    getRouteTableList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches the routing table list.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the routing table list will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    routeTableNoList.NNoList<String>List of routing table numbers
    You can search by filtering with a routing table number.
    The routeTableNo can be obtained through the getRouteTableList action.
    ex) routeTableNoList.1=1234&routeTableNoList.2=2345
    routeTableNameNoStringRouting table name
    You can search by filtering with a routing table name.
    supportedSubnetTypeCodeNoStringSupported subnet type code
    You can search by filtering with a subnet type supported by the routing table.
    Options: PUBLIC (Public) | PRIVATE (Private)
    vpcNoNoStringVPC number
    You can search by filtering with a VPC number.
    vpcNo can be obtained through the getVpcList action.
    pageNoNoIntegerPage number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalIntegerEach page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    It must be entered when entering pageNo.
    sortedByNoStringSort target
    You can sort the results by the routing table name.
    Options : routeTableName
    sortingOrderNoStringSorting order
    When using sortedBy, sort in ascending/descending order.
    Options: ASC (ascending order) | DESC (descending order)
    Default : ASC
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/vpc/v2/getRouteTableList
    ?regionCode=KR
    &routeTableNoList.1=7738
    &routeTableName=test-table
    &supportedSubnetTypeCode=PUBLIC
    &vpcNo=3804
    

    Response Example

    <getRouteTableListResponse>
      <requestId>43623734-4270-463f-a269-a624cdef9154</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <routeTableList>
        <routeTable>
          <routeTableNo>**38</routeTableNo>
          <routeTableName>test-***</routeTableName>
          <regionCode>KR</regionCode>
          <vpcNo>**04</vpcNo>
          <supportedSubnetType>
            <code>PUBLIC</code>
            <codeName>Public</codeName>
          </supportedSubnetType>
          <isDefault>false</isDefault>
          <routeTableStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </routeTableStatus>
          <routeTableDescription></routeTableDescription>
        </routeTable>
      </routeTableList>
    </getRouteTableListResponse>
    

    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.