The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Available in Classic and VPC
Create or edit a monitoring item group.
Syntax
The syntax is as follows:
private String prodKey;
private String groupName;
private String groupDesc;
private Set<MetricsGroupItem> metricsGroupItems;
private boolean temporaryGroup;
private String id;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
prodKey |
String | Required | cw_key of the product |
groupName |
String | Required | Monitoring item group name
|
groupDesc |
String | Optional | Monitoring item group description
|
metricsGroupItems |
Set<MetricsGroupItem> | Required | Specify monitoring items
|
temporaryGroup |
Boolean | Required | Monitoring item group creation status
|
id |
String | Optional | Monitoring item group ID |