Reset runtime metrics of a transport (APSV)
Description
Reset aggregate runtime metrics for an APSV 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/metrics
Media type
application/vnd.progress+json
Request body
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example
curl -X DELETE -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/metrics
Response body example
{
"result":"NA",
"outcome":"SUCCESS",
"versionNo":1,
"errmsg":"NA",
"versionStr":"PASOE 11.5.0",
"operation":"RESET OE_APSV_TRANSPORT METRICS"
}