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
|
type |
String | Required | Target group type
|
monitorGroupItemList |
Set<MonitorGroupItem> | Required | Specify monitoring target. |