Try OpenEdge Now
skip to main content
New Information
Progress Application Server for OpenEdge : Manage and monitor an instance : New content for management REST APIs : Terminate a specific ABL session
 
Terminate a specific ABL session

Description

Terminate a specific ABL Session in a given agent.

HTTP Operation

DELETE

URI

//host_name:port/oemanager/applications/App_name/agents/AgentID/sessions/ABLsessionID

Media type

application/vnd.progress+json

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X DELETE -u username:password -v http://localhost:16680/oemanager/applications/oepas1/agents/123/sessions/001

Request body example

NA

Response body example

{
"result": true,
"versionStr": "v11.7.3 ( 2018-04-27 )",
"outcome": "SUCCESS", "errmsg": "",
"versionNo": 1,
"operation": "TERMINATE ABL SESSION"
}