Event Processing Policy

Get event processing policy chain

Retrieve a chain together with its rules in evaluation order. The returned version should be sent back unchanged when replacing the chain's rules to detect concurrent modifications.

get/v1/event-processing-policy/chains/{chain-id}

Path parameters

chain-idinteger required

Chain ID (0 = main chain)

Response

Chain 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