Get connection information
Description
Get information on the connections of an agent of an ABL application.
HTTP Operation
GET
URI
//host_name:port/oemanager/applications/ABL_app_name/agents/agentID/connections
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/connections
Request body example
NA
Response body example
{
"result": {
"AgentConnection": [
{
"ConnectionId": 7,
"ConnectionState": "LISTENER",
"SessionId": -1
},
{
"ConnectionId": 10,
"ConnectionState": "LISTENER",
"SessionId": -1
},
{
"ConnectionId": 11,
"ConnectionState": "ADMINISTRATOR",
"SessionId": -1
},
{
"ConnectionId": 19,
"ConnectionState": "ADMINISTRATOR",
"SessionId": -1
},
{
"ConnectionId": 22,
"ConnectionState": "REQUEST",
"SessionId": -1
}
]
},
"operation": "GET CONNECTIONS METRICS",
"versionStr": "PASOE 11.5.0",
"versionNo": 1,
"outcome": "SUCCESS",
"errmsg": ""
}