Message: RuleEvent

File: WebAPI/rules_1.proto

Description

Rule related event. It might be related to a triggering of a specific rule or be a general event (e.g., indicating too high overall triggering rate).

Used in

RuleEventHistoryResult, RuleEventSubscriptionStatus

Fields

title

Type: shared_1.Text

Description: Event title.

body

Type: shared_1.Text

Description: Event body.

rule_id

Type: string

Description: Rule ID. Filled when the event is related to a specific rule.

notification_properties

Type: shared_1.NotificationProperty

Description: Optional notification specific information.

when_utc_timestamp

Type: google.protobuf.Timestamp

Description: Event time.

error_details

Type: shared_1.Text

Description: Optional error details.
Filled e.g., if some of rule’s actions failed to execute on rule triggering.

rule_tags

Type: string

Description: Rule tags.