Validate and update a long running IN_PROGRESS event

put

/mftapp/rest/v1/events/{eventSessionId}

Validates long running events stuck at IN_PROGRESS for any activity and updates the status to DONE_FORCE if the allowed idle time has elapsed. The API checks if the stuck event is still active and if inactive closes the event gracefully, releasing the source to handle other events. Requires submitting an eventSessionId as a path parameter. Prerequisite: In EM, set the system MBean property eventLastModifiedTimeLapse (in seconds) to specify the allowed idle time/time lapse for an active event. Default: 1 hour.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema

500 Response

Error information.
Body ()
Root Schema : errors
Type: object
Title: errors
Show Source
Back to Top