RuleGroupItemDto
    • PDF

    RuleGroupItemDto

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Description

    RuleGroupItemDto

    Syntax

    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<AsgPolicy> asgPolicys;
    private Long createTime;
    private Long updateTime;
    private RuleStatus status;
    private RuleVersion ruleVersion;
    private Set<String> cfTriggers;
    private Set<SuspendRuleItemDto> suspendRuleItems;
    

    Field

    FieldTypeLimitationsDescription
    idStringEvent Rule id
    prodKeyStringProduct's cw_key
    groupNameStringEvent Rule Name
    groupDescStringEvent Rule Description
    domainCodeStringdomainCode
    regionCodeStringregionCode
    monitorGroupsList<MonitorGrpDto>Monitor Group
    metricsGroupsList<MetricsGroupDto>Metric Group
    productNameStringProduct Name
    recipientNotificationsList<RecipientNotification>Recipient Notification Group, Multiple entries can be entered
    asgPolicysList<AsgPolicy>Auto Scaling Group Policy, Multiple entries can be entered
    createTimelongMillisecondCreated Time
    updateTimelongMillisecondUpdated Time
    statusOK, VIOLATED, INSUFFICIENTstatus
    ruleVersionrule version
    cfTriggersSet<String>It will be provided later
    suspendRuleItemsSet<SuspendRuleItemDto>Set the list to disable during the Event Rule

    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.