Message: RuleEventHistoryRequest

File: WebAPI/rules_1.proto

Description

Request for rule event history. The history is limited to 30 last days.

Used in

RuleRequest

Fields

from_utc_timestamp

Type: google.protobuf.Timestamp

Description: Start point for the history request, inclusive. Maximum allowed history is returned if omitted.

to_utc_timestamp

Type: google.protobuf.Timestamp

Description: Stop point for the history request, inclusive. History up till now is returned if omitted.

rule_tags

Type: string

Description: Filter events by rule tags. Result contains events, triggered by rules with tags, containing at least one tag from this list. All events are returned if omitted. The number of tags is limited. If the limit is exceeded, the maximum allowed number of tags is provided in the error message.