Reset transport metrics for an ABL web application query
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Reset transport metrics for an ABL web application
Reset APSV, SOAP, REST, and WEB transport metrics in an ABL web application to collect new information about the number of requests that were executed/failed/queued while running on a specific ABL Application.
For more information about PAS for OpenEdge transport metrics, see Collect runtime metrics in Manage Progress Application Server (PAS) for OpenEdge.
Reset APSV Transport metrics for a given ABL web application
When to use:
Reset the metrics for the requests that were executed on the APSV transport.
|
oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for
OpenEdge.Result:
The response is returned as null.
|
If you run a Get transport metrics for an ABL web application query on the APSV transport, the metrics collection start time is from after the reset
call was made (as seen in the lastResetTime
property).
Reset REST Transport metrics for a given ABL web application
When to use:
Resets the metrics for the requests that were executed on the REST transport.
|
oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for
OpenEdge.Result:
The response is returned as null.
|
If you run a Get transport metrics for an ABL web application query on the REST transport, the metrics collection start time is
from after the reset call was made (as seen in the lastResetTime property).
Reset SOAP Transport metrics for a given ABL web application
When to use:
Resets the metrics for the requests that were executed on the SOAP transport.
|
oepas1, WEB_APP_NAME is replaced with ROOT, and SOAP_SERVICE_NAME is
replaced with soapSvc. For more information
about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for
OpenEdge.Result:
The response is returned as null.
|
If you run a Get transport metrics for an ABL web application query on the SOAP transport, the metrics collection start time is
from after the reset call was made (as seen in the lastResetTime property).
Reset WEB Transport metrics for a given ABL web application
When to use:
Resets the metrics for the requests that were executed on the WEB transport.
|
oepas1, and WEB_APP_NAME is replaced with ROOT. For more information about using tokens, see OEJMX utility in Manage Progress Application Server (PAS) for
OpenEdge.Result:
The response is returned as null.
|
If you run a Get transport metrics for an ABL web application query on the WEB transport, the metrics collection start time is
from after the reset call was made (as seen in the lastResetTime property).