Reset runtime metrics for a transport (SOAP/REST)
Description
Reset aggregate runtime metrics for a SOAP or REST transport of a Web application deployed in an ABL application.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/
ABL_app_name/webapps/Web_app_name/transports/{soap|rest}/metrics
Media type
application/vnd.progress+json
Request body
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example (SOAP)
curl -X DELETE -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/rest/metrics
Response body example (SOAP)
{
"result":"NA",
"outcome":"SUCCESS",
"versionNo":1,
"errmsg":"NA",
"versionStr":"PASOE 11.5.0",
"operation":"RESET OE_REST_TRANSPORT METRICS"
}
Command-line example (REST)
curl -X DELETE -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/soap/metrics
Response body example (REST)
{
"result":"NA",
"outcome":"SUCCESS",
"versionNo":1,
"errmsg":"NA",
"versionStr":"PASOE 11.5.0",
"operation":"RESET OE_SOAP_TRANSPORT METRICS"
}