SearchEventById
    • PDF

    SearchEventById

    • PDF

    Article Summary

    개요

    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}
    

    요청 바디

    EventSearchRequestById

    예시

    요청 예시

    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"
      }
    ]
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.