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

Prev Next

Available in Classic and VPC

This is the monitoring target group information.

Syntax

The syntax is as follows:

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

Field

The following describes the fields:

Field Type Required Description
id String Optional Monitoring target group ID
prodKey String Required Product key (cw_key)
groupName String Optional Name of monitored target group
groupDesc String Optional Description of monitored target group
temporaryGroup Boolean Optional Whether to create rule template
  • true | false
    • true: Create event rules without creating a monitoring target group.
    • false: Create rule template.
type String Required Target group type
  • NORMAL | ASG
    • NORMAL: general group
    • ASG: Auto Scaling Group
monitorGroupItemList Set<MonitorGroupItem> Required Specify monitoring target.