GetEventRulesRule

data class GetEventRulesRule(val description: String, val eventPatterns: List<GetEventRulesRuleEventPattern>, val eventRuleName: String, val eventType: String, val groupId: String, val id: String, val silenceTime: Int, val status: String)

Constructors

Link copied to clipboard
constructor(description: String, eventPatterns: List<GetEventRulesRuleEventPattern>, eventRuleName: String, eventType: String, groupId: String, id: String, silenceTime: Int, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the rule.

Link copied to clipboard

Event mode, used to describe the trigger conditions for this event.

Link copied to clipboard

The name of the event rule.

Link copied to clipboard

The type of event.

Link copied to clipboard

The ID of the application Group.

Link copied to clipboard
val id: String

The ID of the Event Rule. Its value is same as Event Rule Name.

Link copied to clipboard

The mute period during which new alerts are not sent even if the trigger conditions are met.

Link copied to clipboard

The status of the resource.