--- title: "setTargetGroupDescription " slug: "cli-vloadbalancer-targetgroup-settargetgroupdescription" updated: 2026-06-25T09:10:30Z published: 2026-06-25T09:10:30Z canonical: "cli-fin.ncloud-docs.com/cli-vloadbalancer-targetgroup-settargetgroupdescription" --- > ## 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. # setTargetGroupDescription ## 개요 타겟 그룹의 설명을 수정합니다. ## 요청 ### 요청 파라미터 | 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 | | ---------------------------------- | ------------ | --------------------- | ------------------------- | ------------------------------------------- | | regionCode | No | String | | - 리전 코드
설명을 수정할 타겟 그룹의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전 선택 | | targetGroupNo | Yes | String | | - 타겟 그룹 번호
targetGroupNo는 [getTargetGroupList](/docs/cli-vloadbalancer-targetgroup-gettargetgrouplist) 액션을 통해서 획득 가능 | | targetGroupDescription | No | String | Min : 0, Max : 1000 Bytes | 수정할 타겟 그룹에 대한 설명 | | responseFormatType | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : xml | ## 응답 ### 응답 데이터 타입 - TargetGroupList 타입 | TargetGroupList extends CommonResponse | | ---------- | | private Integer totalRows; | | private List targetGroupList = new ArrayList<>(); | | TargetGroup | | ---------- | | private String targetGroupNo; | | private String targetGroupName; | | private CommonCode targetType; | | private String vpcNo; | | private CommonCode targetGroupProtocolType; | | private Integer targetGroupPort; | | private String targetGroupDescription; | | private Boolean useStickySession; | | private Boolean useProxyProtocol; | | private CommonCode algorithmType; | | private Date createDate; | | private String regionCode; | | private String loadBalancerInstanceNo; | | private CommonCode healthCheckProtocolType; | | private Integer healthCheckPort; | | private String healthCheckUrlPath; | | private CommonCode healthCheckHttpMethodType; | | private Integer healthCheckCycle; | | private Integer healthCheckUpThreshold; | | private Integer healthCheckDownThreshold; | | private TargetNoList targetNoList; | | TargetNoList | | ---------- | | private List targetNoList = new ArrayList<>(); | ## 예시 ### 요청 예시 ``` ncloud vloadbalancer setTargetGroupDescription --regionCode FKR --targetGroupNo ***095 --targetGroupDescription test-description ``` ### 응답 예시 ```xml b644e5ed-6ca8-48d5-9b7f-2a3549ef3c96 0 success 1 ***095 test-*** VSVR Server (VPC) ***04 HTTP HTTP protocol 80 test-description false false RR Round Robin 2020-12-17T21:06:45+0900 FKR HTTP HTTP protocol 80 / GET get 30 2 2 ```