Event Processing Policy

Create event processing policy chain

Create a new empty chain. Rules are added with PUT /v1/event-processing-policy/chains/{chain-id}/rules; a chain is entered when a rule in another chain lists its ID in chainCalls.

post/v1/event-processing-policy/chains

Request body

namestring

Chain name (required on creation, up to 63 characters)

descriptionstring

Chain description (up to 255 characters)

Response

Chain created 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