Reset runtime metrics for a transport
- Last Updated: March 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Reset aggregate runtime metrics for a APSV, SOAP, REST, or WEB transport of an ABL web application deployed in an ABL application.
For more information, see Collect runtime metrics .
HTTP Operation
DELETE
URI
host_name
:
port
/oemanager/applications/
ABL_app_name
/webapps/
Web_app_name
/transports/
{soap
|rest
}/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 (SOAP)
|
Command-line example (REST)
|
Response body example (REST)
|
Command-line example (WEB)
|
Response body example (WEB)
|
ABL HTTP client example (all transports)
Note:
Substitute
apsv
,
rest
, or
web
for
soap
in the URI below if you want to get metrics for the
apsv
,
rest
, or
web
transport.
|