Invalidate Dynamic Logic Integration Point

This integration point provides the ability to:

  • invalidate all the dynamic logic, in order to re-compile the groovy logic. This is important for scenarios where a groovy logic imports other common logic and changes to common logic should also re-compile the logics that have used or imported the common logic. This API invalidates all the logic so that they get re-compiled.

The integration point provides HTTP status codes as defined in the Developer Guide in section Response Messages.

The operations are protected by the HTTP API access restriction 'dynamiclogic IP'.

The endpoint is available at the following location:

http://<host>:<port>/<context-root>/dynamiclogic

Operations

POST

This operation is available on the following location:

http://<host>:<port>/<context-root>/dynamiclogic/invalidateall

When the operation is called, it fetches all the dynamic logic and invalidates them.