Get runtime metrics of a transport
- Last Updated: January 26, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Description
Get runtime metrics for the APSV, REST, SOAP, or WEB transport of an ABL web application deployed in an ABL application.
For more information, see Collect runtime metrics in Manage Progress Application Server (PAS) for OpenEdge.
HTTP Operation
GET
URI
host_name:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/{apsv|soap|rest|web}/metrics
Content-Type
application/vnd.progress+json
Request body
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example (APSV)
|
Response body example (APSV)
|
Command-line example (SOAP)
|
Response body example for count and time metrics (SOAP)
|
Command-line example (REST)
|
Response body example (REST)
|
Command-line example (WEB)
|
Response body example (WEB)
|
ABL HTTP client example
Note: Substitute rest, apsv, or web
for soap in the URI below if you want to get
metrics for the rest, apsv, or web
transport.
|