SearchEventById
- 印刷する
- PDF
SearchEventById
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Event idとRule idでEventの詳細を照会します。
リクエスト
API URL
URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/event/searchById
Method: POST
リクエストヘッダ
共通設定に明示されたリクエストヘッダが必要です。
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
リクエストボディ
例
リクエスト例
POST /cw_fea/real/cw/api/event/searchById
Host: cw.apigw.ntruss.com
Content-Type: application/json
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
Payload:
{
"eventId": "xxxxxxxxxxxxxxxxxx",
"ruleId": xxxxxxxxxxxxxxxxxx,
}
レスポンス例
[
{
"eventId": "xxxxxxxxxxxxxxxxxx",
"detectValue": 2,
"prodKey": "xxxxxxxxxxxxxxxxxx",
"criteria": 0.7,
"cycles": 0,
"operator": "GT",
"notificationGroups": "Recipient:通知対象者グループ",
"eventLevel": "INFO",
"metric": "avg_write_cnt",
"eventCause": "RULE_EVENT",
"ruleName": "eventRuleDirect001",
"startTime": 1589815501295,
"interval": "1",
"describe": "新しいEvent Ruleを直接作成します。",
"endTime": 0,
"calc": "COUNT",
"ruleId": xxxxxxxxxxxxxxxxxx,
"dimensions": {
"instanceNo": "instanceNo001",
"type": "svr"
},
"inMaintenance": false,
"metricGroupItemId": "xxxxxxxxxxxxxxxxxx",
"regionCode": "KR",
"calcSlidingGroupKey": "",
"unit": "num/sec",
"plannedMaintains": "null",
"zoneCode": "KR-1"
}
]
この記事は役に立ちましたか?