Try OpenEdge Now
skip to main content
New Information
Progress Application Server for OpenEdge : REST API Reference for Agent Management
 

REST API Reference for Agent Management

OpenEdge 11.7.3 introduces the following two changes to how you manage a multi-session agent in a PAS for OpenEdge instance using REST APIs:
*Stop a multi-session agent — Prior to 11.7.3, the REST API for stopping an agent would stop the agent immediately, even if the agent were currently serving a request. Now, you have two optional parameters, waitToFinish and waitAfterStop, which you can use to let an agent finish processing a request before it is stopped.
*Add a multi-session agent — Now, there is a REST API that you can use to add an agent to an ABL application.
* Stop a multi-session agent
* Add a multi-session agent