Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Agent management : Get agent status information
 

Get agent status information

Description

Get a summary of sessions, connections and requests for an agent of an ABL application.

HTTP Operation

GET

URI

//host_name:port/oemanager/applications/ABL_app_name/agents/agentID/status

Media type

application/vnd.progress+json

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X GET -v http://localhost:16680/oemanager/applications/pas1/agents/AG-sCIVXeFSQYmcb7RcHo10Zw/status

Request body example

NA

Response body example

{
"result": {
"threads": 6,
"sessions": 5,
"connections": 5,
"requests": 16
},
"operation": "GET AGENT STATUS",
"versionStr": "PASOE 11.5.0",
"versionNo": 1,
"outcome": "SUCCESS",
"errmsg": ""
}