Try OpenEdge Now
skip to main content
New Information
Progress Application Server for OpenEdge : REST API Reference for Agent Management : Add a multi-session agent
 

Add a multi-session agent

Add a multi-session agent to an ABL application.

HTTP Operation

POST

URI

//host_name:port/oemanager/applications/App_name/addAgent

Media type

application/vnd.progress+json

Response codes

200 Success
403 Access Denied
500 Unexpected Server Error

Command-line example

curl -X POST -v http://localhost:16680/oemanager/applications/oepas1/addAgent

Request body example

NA

Response body example

{
"result": {
"agentID": "9RT0PpxRTk6qPS1XEA_QSg", "pid":"84708","state":"AVAILABLE"
},
"versionStr": "v11.7.3 ( 2018-02-12 )",
"versionNo": 1,
"outcome":"SUCCESS",
"errmsg":"",
"operation": "GET ABL OBJECTS REPORT",
}