Terminate Free ABL Sessions in a given agent
Description
Terminate all free ABL Sessions in a given agent.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/App_name/AgentID/sessions
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/GjfLygRURtSnD73H7dnJ0g/sessions
Request body example
NA
Response body example
{
"result": 2,
"operation": "TERMINATE SESSIONS",
"versionStr": "v11.7.3 ( 2018-04-27 )",
"errmsg": "",
"versionNo": 1,
"outcome": "SUCCESS"
}