Get runtime metrics of a transport
- Last Updated: March 15, 2021
- 2 minute read
- OpenEdge
- Version 12.2
- 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 .
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.
|