REST API Reference for oemanager.war
- Last Updated: May 18, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The oemanager.war Java web application provides a REST API for remote management and monitoring of ABL applications deployed on a Progress Application Server (PAS) for OpenEdge instance. It is similar to the administration API supported by the Tomcat web server’s JMX interface, but it uses JSON input/output payloads.
Requirements
To enable REST API access, either oemanager.war or tcmanager.war must be deployed, and Swagger UI must be enabled. For more information, see Use Swagger UI to explore management REST APIs in Manage Progress Application Server (PAS) for OpenEdge.
Examples
The examples in this document show the use of curl and an ABL HTTP client. curl is a common open software utility used in command lines or
scripts to transfer data. You can, however, employ the PAS for OpenEdge REST
management APIs with many other tools and utilities. For more information about
curl, see: http://curl.haxx.se/docs/. For more information about ABL HTTP clients,
see Develop an HTTP client application in
ABL.