--- title: "getLoadBalancerListenerList " slug: "cli-vloadbalancer-loadbalancer-getloadbalancerlistenerlist" updated: 2026-06-25T09:10:30Z published: 2026-06-25T09:10:30Z canonical: "cli-fin.ncloud-docs.com/cli-vloadbalancer-loadbalancer-getloadbalancerlistenerlist" --- > ## Documentation Index > Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # getLoadBalancerListenerList ## 개요 로드밸런서에 등록된 리스너 리스트를 조회합니다. ## 요청 ### 요청 파라미터 | 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 | | ---------------------------------- | ------------ | --------------------- | ------------------------- | ------------------------------------------- | | regionCode | No | String | | - 리전 코드
리스너 리스트가 조회될 로드밸런서 인스턴스의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 | | loadBalancerInstanceNo | Yes | String | | - 리스너 리스트를 조회할 로드밸런서 인스턴스 번호
loadBalancerInstanceNo는 [getLoadBalancerInstanceList](/docs/cli-vloadbalancer-loadbalancer-getloadbalancerinstancelist) 액션을 통해 획득 가능 | | responseFormatType | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : xml | ## 응답 ### 응답 데이터 타입 - LoadBalancerListenerList 타입 | LoadBalancerListenerList extends CommonResponse | | ---------- | | private Integer totalRows; | | private List loadBalancerListenerList = new ArrayList<>(); | | LoadBalancerListener | | ---------- | | private String loadBalancerInstanceNo; | | private String loadBalancerListenerNo; | | private CommonCode protocolType; | | private Integer port; | | private Boolean useHttp2; | | private String sslCertificateNo; | | private CommonCode tlsMinVersionType; | | private LoadBalancerRuleNoList loadBalancerRuleNoList; | | private CipherSuiteList cipherSuiteList; | | LoadBalancerRuleNoList | | ---------- | | private List\ loadBalancerRuleNoList = new ArrayList<>(); | | CipherSuiteList | | ---------- | | private List\ cipherSuiteList = new ArrayList<>(); | ## 예시 ### 요청 예시 ``` ncloud vloadbalancer getLoadBalancerListenerList --regionCode FKR --loadBalancerInstanceNo ***887 ``` ### 응답 예시 ```xml 55fc050c-3006-4472-bd96-2cb3b1547a53 0 success 1 ***887 ***961 HTTP HTTP protocol 80 false ***444 ```