Message: ModifyRuleRequest

File: WebAPI/rules_1.proto

Description

Lightweight rule modification. The request contains part of a rule definition that can be modified without affecting the rule execution.

Used in

RuleRequest

Fields

rule_id

Type: string

Description: Client ID of the rule.

actions

Type: Action

Description: List of actions for rule execution. If present, the list of actions in rule definition will be replaced by the given actions. If omitted (empty), this list of actions will not change.

rule_revision

Type: uint64

Description: Rule revision to check before executing the request. The request will fail if the rule was modified and its rule revision changed. Optional. If omitted, rule revision is not checked. Internal field. Rule revisions are currently not available for external clients.