Event Processing Policy

Update event processing policy chain

Change the name, description, or access list of a chain. Fields absent from the request body keep their current values; an accessList that is present replaces the whole list. Rules are not affected. The main chain (ID 0) cannot be changed.

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

Path parameters

chain-idinteger required

Chain ID (0 = main chain)

Request body

namestring

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

descriptionstring

Chain description (up to 255 characters)

Response

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