Server Manager REST Enablement: Technical Details

You can use the Server Manager REST APIs from any REST client such as cURL, Ruby, Postman, and ARC.

This enables exposing the Server Manager Console and Agents functionality without the need to use the Server Manager UI.

The Server Manager REST APIs are certified with the latest versions of WebLogic Application Servers, starting with the 9.2.1 Tools release.

SMC REST Endpoint - https://<hostname>:<port>/manage/mgmtrestservice

For example, https://jdeRest.example.com:8999/manage/mgmtrestservice

The Server Manager REST APIs are invoked by the JD Edwards One Click Provisioning process internals to automate the provisioning of EnterpriseOne in Oracle Cloud.

The HTTP and HTTPS methods supported are:

  • POST (for all Create / Update/ Manage Operations)

  • GET (for all Read Operations)

  • PUT (for Upload Operation)

  • DELETE (for all Delete Operations)