MonitorGrpDto
- Print
- PDF
MonitorGrpDto
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
It is required when creating/editing monitoring target groups.
Syntax
The syntax is as follows.
private String id;
private String prodKey;
private String groupName;
private String groupDesc;
private boolean temporaryGroup;
private Set<MonitorGroupItem> monitorGroupItemList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | Optional | Monitoring target group ID
|
prodKey | String | Required | cw_key of the product |
groupName | String | Required | Name of monitored target group |
groupDesc | String | Optional | Description of monitored target group |
temporaryGroup | Boolean | Optional | Whether monitoring target group is created
|
monitorGroupItemList | Set<MonitorGroupItem> | Required | Specify monitored target |
Was this article helpful?