Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war
 

REST API Reference for oemanager.war

The oemanager.war Java Web application provides a REST API for remote management and monitoring of ABL applications deployed on a Progress Application Server 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.

Examples

The examples in this section show the use of curl, which 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/.
* Session management
* Agent management
* Transport management
* Application management