---
title: "MonitorGrpDto"
slug: "common-apidatatype-cimonitorgrpdto"
tags: ["Monitoring"]
updated: 2026-04-23T08:55:28Z
published: 2026-04-23T09:02:14Z
---

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

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

감시 대상 그룹 정보입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String id;
private String prodKey;
private String groupName;
private String groupDesc;
private boolean temporaryGroup;
private String type;
private Set<MonitorGroupItem> monitorGroupItemList;
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다. 

| 필드 | 타입 | 필수 여부 | 설명 |
|-----|--------|-----------|------|
| `id` | String | Optional | 감시 대상 그룹 아이디<ul><li>[UpdateMonitorGrp](/docs/management-cloudinsight-updatemonitorgrp) 사용 시 필수</li></ul>|
| `prodKey` | String | Required | 상품 키(cw_key)<ul><li>[Cloud Insight 지표](/docs/management-cloudinsight-productinfo) 참조</li></ul> |
| `groupName` | String | Optional | 감시 대상 그룹 이름 |
| `groupDesc` | String | Optional | 감시 대상 그룹 설명 |
| `temporaryGroup` | Boolean | Optional | Rule Template 생성 여부<ul><li>`true` \| `false`<ul><li>`true`: 감시 대상 그룹 생성 없이 Event Rule 생성</li><li>`false`: Rule Template 생성</li></ul></li></ul> |
| `type` | String | Required | Target Group 종류<ul><li>`NORMAL` \| `ASG`<ul><li>`NORMAL`: 일반 Group</li><li>`ASG`: Auto Scaling Group</li></ul></li></ul> |
| `monitorGroupItemList` | Set<[MonitorGroupItem](/docs/common-apidatatype-cimonitorgroupitem)> | Required | 감시 대상 지정 |
