Available in Classic and VPC
You can create and manage channels in Integration. You can send an event occurred to the endpoint URL specified by the user when it occurs by creating a channel in Integration.
To access Integration, access the NAVER Cloud Platform console and navigate to Menu > Services > Management & Governance > Cloud Insight > Configuration > Integration.
Integration interface
The Integration interface includes the following components:

| Component | Description |
|---|---|
| ① Menu name | Current menu name. |
| ② Basic features | Features displayed when you enter the Integration menu for the first time.
|
| ③ Post-creation features | Features that are enabled after creating a Channel.
|
| ④ Search bar | You can search for channels with channel names. |
| ⑤ Channel list | Created channels are displayed. |
Create Channel
To create a channel:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration> Integration.
- Click [Create Channel].
- Enter the channel information in the channel creation interface, and click [Create].
- For the current Type, only Outgoing Webhook is supported.
- Enter Endpoint address.
- Check Payload. You can edit the Payload freely. (See Edit payload)
- You can add or delete a Header. Here are there are limitations for the Header:
- Up to 10 headers are possible, and each header (including key/value) is limited to 100 bytes.
- For the header value, only English letters, numbers, hyphens (-), and underscores (_) are permitted.
- Click [Data transfer test] to see if the Endpoint address, payload, and header are valid.
Edit Channel
To modify a channel:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration> Integration.
- Select the channel, and click [Edit].
- Make the necessary changes, and click [Save].
- When editing the Endpoint address, payload, and header, click [Data transfer test] to see if they are valid.
Delete channel
To delete a channel:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration> Integration.
- Select the channel, and click [Delete].
- Check the details in the notification popup, and click [Delete].
Edit Payload
Here is information on the payload editing feature:
- When creating or editing channels, the Payload editing feature is provided.
- Only the JSON format is available for Payload, and it is limited to 15 KB at maximum.
- It provides 22 variables in total, which can be used in the format, #{variable_name}.
Provided variables
| name | description | example |
|---|---|---|
| DOMAIN_CODE | Platform information about the resource where the event occurred | PUB |
| REGION_CODE | Region information about the resource where the event occurred | KR |
| PRODUCT_KEY | cw_key of the resource where the event occurred | "123123123123123" |
| PRODUCT_NAME | Product name of the resource where the event occurred | "Server(VPC)" |
| RESOURCE_NAME | Name of the resource where the event occurred | "server001" |
| DIMENSIONS | Dimension information about the resource where the event occurred | "{"type": "svr", "instanceNo": "11111111"}" |
| RULE_ID | Event Rule ID | 321321321321321321 |
| RULE_NAME | Name of Event Rule | "integration-rule" |
| DATA_TIME | Data collection time | 1644650534051 |
| LEVEL | Event Rule level | INFO |
| OPERATOR | Event Rule operator | GE |
| METRIC | Event Rule target metric | avg_cpu_used_rto |
| UNIT | Event Rule target metric unit | "%" |
| AGGREGATION_METHOD | Event Rule target metric aggregation information | AVG |
| CRITERIA | User-set Event Rule condition value | 0.0 |
| DURATION | User-set Event Rule retention time | 1 |
| ALARM_START_TIME | Event occurrence time | 1644650534051 |
| ALARM_END_TIME | Event end time | 1644650594050 |
| EVENT_CAUSE_TYPE | Cause of Event | RULE_EVENT, REMINDER_EVENT |
| VALUE | Value at the time when the Event occurred | 0.0 |
| CURRENT_VALUE | Current value | 1.0 |
| EVENT_STATUS | Event status | OPEN, REMIND, RESOLVE |