MENU
      RuleGroupItemDto

        RuleGroupItemDto


        Article summary

        Available in Classic

        This is the RuleGroupItemDto information.

        Syntax

        The syntax is as follows:

        private String id;
        private String prodKey;
        private String groupName;
        private String groupDesc;
        private String domainCode;
        private String regionCode;
        private List<MonitorGrpDto> monitorGroups;
        private List<MetricsGroupDto> metricsGroups;
        private String productName;
        private List<RecipientNotification> recipientNotifications;
        private List<AsgGroupOptions> asgGroupOptions;
        private List<AsgPolicy> asgPolicys;
        private Long createTime;
        private Long updateTime;
        private RuleStatus status;
        private RuleVersion ruleVersion;
        private Set<String> cfTriggers;
        private List<CfTriggersOptions> cfTriggersOptions;
        private Set<SuspendRuleItemDto> suspendRuleItems;
        Java

        Field

        The following describes the fields:

        FieldTypeRequiredDescription
        idString-Event Rule ID
        prodKeyString-cw_key of the product
        groupNameString-Name of event rule
        groupDescString-Description of event rule
        domainCodeString-Domain code
        regionCodeString-Region code
        monitorGroupsList<MonitorGrpDto>-Monitored target group
        metricsGroupsList<MetricsGroupDto>-Monitored item group
        productNameString-Name of product
        recipientNotificationsList<RecipientNotification>-Notification recipient group
        • Multiple entries allowed
        asgGroupOptionsList<AsgGroupOptions>-Auto Scaling Group configuration information
        asgGroupOptions.idString-Auto Scaling Group ID
        asgGroupOptions.reminderTimeInteger-Reminder notification frequency (minute)
        asgGroupOptions.typeString-Event action type
        asgGroupOptions.updateTimeInteger-Update time (millisecond)
        asgPolicysList<AsgPolicy>-Autoscaling group policy
        • Multiple entries allowed
        createTimelong-Event rule creation time (milliseconds)
        updateTimelong-Event rule modification time (milliseconds)
        status-Status
        • OK | VIOLATED | INSUFFICIENT
        ruleVersion-Rule version
        cfTriggersSet<String>-Cloud Functions Trigger
        cfTriggersOptionsList<cfTriggersOptions>-Cloud Functions trigger configuration information
        cfTriggersOptions.nameString-Cloud Functions trigger name
        cfTriggersOptions.enableNotiWhenEventCloseBoolean-Whether notification is enabled upon event termination
        • true | false
          • true: enabled
          • false: disabled
        cfTriggersOptions.reminderTimeInteger-Reminder notification frequency (minute)
        cfTriggersOptions.typeString-Event action type
        cfTriggersOptions.updateTimeInteger-Update time (millisecond)
        suspendRuleItemsSet<SuspendRuleItemDto>-Set the list to disable during an event rule
        Note

        The detailUrl field, which is not described in the response body, is a field that does not affect the use of the service, although it may be displayed in some API response results.


        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.