GetRuleGroupByMonitorGroupIds
    • PDF

    GetRuleGroupByMonitorGroupIds

    • PDF

    Article Summary

    Summary

    This API queries an event rule associated with a monitored target group.

    Request

    API URL

    URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/rule/group/monitor/group/related
    Method: POST
    

    Request header

    The request headers specified in common settings are required.

    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    

    Request Parameters

    Parameter NameRequirement statusTypeRestrictionsDescription
    prodKeyYStringProduct's cw_key

    Request Body

    Parameter NameRequirement statusTypeRestrictionsDescription
    monitorGroupIdsYSet<String>ID of the monitored target group to query. Multiple monitored target groups can be queried at a time.

    Example

    Request example

    POST /cw_fea/real/cw/api/rule/group/monitor/group/related
    Host: cw.apigw.ntruss.com
    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    
    Payload:
    [
      "monitorGrpId001"
    ]
    

    Response example

    [
      {
        "id": "monitorGrpId001",
        "ruleGroupItemDtoList": [
          {
            "cfTriggers": [],
            "createTime": 1589776027701,
            "domainCode": "PUB",
            "groupDesc": "Edits an event rule.",
            "groupName": "eventRule001",
            "id": "eventRuleId001",
            "prodKey": "xxxxxxxxxxxxxxxxxx",
            "recipientNotifications": [
              {
                "groupName": "Recipient group",
                "groupNum": xx,
                "notifyTypes": [
                  "SMS",
                  "EMAIL"
                ]
              }
            ],
            "regionCode": "KR",
            "ruleVersion": "V2",
            "suspendRuleItems": [
              {
                "metricGroupItemId": "metricGroupItemId001",
                "resourceId": "resourceId001"
              }
            ],
            "updateTime": 1589778114663
          },
          {
            "cfTriggers": [],
            "createTime": 1589775745332,
            "domainCode": "PUB",
            "groupName": "evnetRule002",
            "id": "eventRuleId001",
            "prodKey": "xxxxxxxxxxxxxxxxxx",
            "recipientNotifications": [
              {
                "groupName": "Recipient group",
                "groupNum": xx,
                "notifyTypes": [
                  "SMS",
                  "EMAIL"
                ]
              }
            ],
            "regionCode": "KR",
            "ruleVersion": "V2",
            "updateTime": 1589775745332
          }
        ]
      }
    ]
    

    Was this article helpful?

    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.