Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Transport management : Get runtime metrics of a transport (APSV)
 

Get runtime metrics of a transport (APSV)

Description

Get the runtime metrics for the APSV transport for a Web application deployed in an ABL application.

HTTP Operation

GET

URI

//host_name:port/oemanager/applications/ABL_app_name
/webapps/Web_app_name/transports/metrics

Media type

application/vnd.progress+json

Request body

NA

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X GET -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/metrics

Response body example

{
"operation":"GET OE_APSV_TRANSPORT METRICS",
"result":{"sessionErrors":0,
"sessionRequest":0,
"disconnectRequest":0,
"connectErrors":0,
"connectRequest":0,
"statusRequest":0,
"disconnectErrors":0,
"forbiddenErrors":0,
"type":"OE_APSV_TRANSPORT",
"accessTime":"2014-07-18T04:34:40.743-04:00",
"lastResetTime":"2014-07-18T04:34:22.314-04:00"
},
"versionNo":1,
"versionStr":"PASOE 11.5.0",
"outcome":"SUCCESS",
"errmsg":"NA"
}