getRouteTableList
    • PDF

    getRouteTableList

    • PDF

    기사 요약

    VPC 환경에서 이용 가능합니다.

    사용자가 지정한 조건에 따라 라우트 테이블 목록을 조회합니다.

    요청

    요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.

    메서드URI
    GET, POST/getRouteTableList

    요청 헤더

    VPC API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 VPC 공통 헤더를 참조해 주십시오.

    요청 쿼리 파라미터

    파라미터에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    regionCodeStringOptional라우트 테이블 목록을 조회하려는 리전 코드
  • 조회 결과의 첫 번째 리전(기본값)
  • getRegionList를 통해 확인
  • routeTableNoList.NList<String>Optional라우트 테이블 번호 목록으로 조회
  • routeTableNogetRouteTableList를 통해 확인
  • <예시>routeTableNoList.1=1234&routeTableNoList.2=2345
  • routeTableNameStringOptional라우트 테이블 이름으로 조회
    supportedSubnetTypeCodeStringOptional라우트 테이블이 지원하는 서브넷 유형으로 조회
    • PUBLIC | PRIVATE
      • PUBLIC: 공인 서브넷
      • PRIVATE: 사설
    vpcNoStringOptionalVPC 번호로 조회
  • getVpcList를 통해 확인
  • pageNoIntegerOptional페이징된 결과의 페이지 번호
    • pageNo, pageSize를 이용하여 결과값을 페이징 처리
    pageSizeIntegerConditional한 페이지에 보여줄 결과 개수
    • pageNo 입력 시 필수
    • pageNo, pageSize를 이용하여 결과값을 페이징 처리
    sortedByStringOptional라우트 테이블 목록을 조회할 때 결과를 정렬할 기준
  • routeTableName
  • sortingOrderStringOptionalsortedBy 이용시 정렬 순서
    • ASC (기본값) | DESC
      • ASC: 오름차순
      • DESC: 내림차순
    responseFormatTypeStringOptional응답 결과의 형식
    • xml (기본값) | json

    요청 예시

    요청 예시는 다음과 같습니다.

    curl --location 'https://ncloud.apigw.ntruss.com/vpc/v2/getRouteTableList
    ?regionCode=KR
    &routeTableNoList.1=***38
    &routeTableName=test-table
    &supportedSubnetTypeCode=PUBLIC
    &vpcNo=3804'  
    --header 'x-ncp-apigw-timestamp: {Timestamp}'     
    --header 'x-ncp-iam-access-key: {Access Key}' 
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
    

    응답

    응답 형식을 설명합니다.

    응답 바디

    응답 바디는 RouteTableList를 참조해 주십시오.

    응답 상태 코드

    네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 자세한 내용은 Ncloud API 응답 상태 코드를 참조해 주십시오.

    응답 예시

    응답 예시는 다음과 같습니다.

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

    이 문서가 도움이 되었습니까?

    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.