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.

CreateOrUpdateMetricsGrpDto

Prev Next

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
  • 1-100
groupDesc String Optional Monitoring item group description
  • 300 or less
metricsGroupItems Set<MetricsGroupItem> Required Specify monitoring items
  • 1 or more
temporaryGroup Boolean Required Monitoring item group creation status
  • true | false
    • If true, create an event rule without creating a monitoring item group.
id String Optional Monitoring item group ID