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
-
eventSessionId(required): string
ID of the event session,
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : schema
500 Response
Error information.
Root Schema : errors
Type:
object
Title:
Show Source
errors
-
errorCode:
string
The error code that Oracle Managed File Transfer returns.
-
errorKey:
string
The error key that Oracle Managed File Transfer returns.
-
errorMessage:
string
A message describing the error that Oracle Managed File Transfer returns.