Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Session management : Reset runtime metrics
 

Reset runtime metrics

Description

Reset runtime metrics of the session manager.

HTTP Operation

DELETE

URI

//host_name:port/oemanager/applications/ABL_app_name/metrics

Media type

application/vnd.progress+json

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X DELETE -v http://localhost:16680/oemanager/applications/oepas1/metrics

Request body example

NA

Response body example

{
"operation":"RESET SESSION-MGR METRICS",
"result":"","outcome":
"SUCCESS","errmsg":"",
"versionStr":"PASOE 11.5.0",
"versionNo":1
}