Event Processing Policy

List event processing policy chains

Retrieve the chain registry: every rule chain readable by the user, without its rules. Users with the global EPP right see every chain; others see the chains granting them read access through the chain access list (the main chain is never among them). Chain 0 is the main chain, the entry point of event processing. Rules of a chain are retrieved with GET /v1/event-processing-policy/chains/{chain-id}.

get/v1/event-processing-policy/chains

Response

Chains retrieved successfully

idinteger

Chain ID (0 = main chain)

guidstring uuid

Chain GUID (used only in configuration export files, where numeric IDs would not be portable)

namestring

Chain name

descriptionstring

Chain description

versioninteger

Chain version, incremented on every change of its rules. Send this value back when replacing the chain's rules to detect concurrent modifications.

effectiveRightsinteger

Rights of the requesting user on this chain as a bit mask (1 = read, 2 = edit). Users with the global EPP right have both on every chain.

ruleCountinteger

Number of rules in the chain

callerCountinteger

Number of rules (in any chain) calling this chain

Changes