--- title: "MonitorGrpDto" slug: "common-vapidatatype-cimonitorgrpdto" tags: ["Monitoring"] updated: 2026-07-23T09:04:07Z published: 2026-07-23T09:04:07Z canonical: "api.ncloud-docs.com/common-vapidatatype-cimonitorgrpdto" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # MonitorGrpDto Classic/VPC 환경에서 이용 가능합니다. 감시 대상 그룹을 생성하거나 수정할 때 필요합니다. ## 구문 구문은 다음과 같습니다. ``` private String id; private String prodKey; private String prodName; private String groupName; private String groupDesc; private boolean temporaryGroup; private String type; private Set monitorGroupItemList; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `id` | String | Optional | 감시 대상 그룹 아이디 - [UpdateMonitorGrp](/docs/management-cloudinsight-updatemonitorgrp) 사용 시 필수 | | `prodKey` | String | Required | 상품 키(cw_key) - [Cloud Insight 지표](/docs/management-cloudinsight-productinfo) 참조 | | `prodName` | String | Optional | 상품 이름 | | `groupName` | String | Optional | 감시 대상 그룹 이름 | | `groupDesc` | String | Optional | 감시 대상 그룹 설명 | | `temporaryGroup` | Boolean | Optional | Rule Template 생성 여부 - `true` \| `false` - `true`: 감시 대상 그룹 생성 없이 Event Rule 생성 - `false`: Rule Template 생성 | | `type` | String | Optional | Target Group 종류 - `NORMAL` \| `ASG` - `NORMAL`: 일반 Group - `ASG`: Auto Scaling Group | | `monitorGroupItemList` | Set<[MonitorGroupItem](/docs/common-vapidatatype-cimonitorgroupitem)> | Required | 감시 대상 지정 |