--- title: "MonitorGroupItem" slug: "common-apidatatype-cimonitorgroupitem" tags: ["Monitoring"] updated: 2026-07-23T09:04:18Z published: 2026-07-23T09:04:18Z canonical: "api.ncloud-docs.com/common-apidatatype-cimonitorgroupitem" --- > ## 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. # MonitorGroupItem Classic/VPC 환경에서 이용 가능합니다. 감시 대상 정보입니다. ## 구문 구문은 다음과 같습니다. ``` private String nrn; private Long resourceId; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `nrn` | String | Optional | 네이버 클라우드 플랫폼의 모든 리소스를 일정한 규칙으로 표현하기 위한 정보 - 상품별로 구성요소가 다를 수 있으며, 자세한 내용은 [Resource Manager 개념](https://guide.ncloud-docs.com/docs/management-rmgr-1-1-2) 참조 | | `resourceId` | long | Required | 감시 대상 ID |