Overview of the WebLogic Server RESTful Management Interface

WebLogic RESTful management services provide a comprehensive public interface for configuring, monitoring, deploying and administering WebLogic Server in all supported environments. WebLogic Server dynamically generates REST resources using the MBean tree. WebLogic Server MBeans are mapped to REST interfaces. Some commonalities are:
  • All resource URLs contain version numbers, and support a version named latest.
  • All request bodies and response bodies use JSON (media type is application/json).
  • Response bodies have a standard set of properties - items (to return information about collections), links (to return links to related resources), and messages (to return success, warning, and failure messages).
  • All resources return standard HTTP response codes - 201 for successful creation, 200 for other successes, 404 for not found, 400 for user input errors, 500 for internal server errors. See Status Codes.

Note:

In Oracle WebLogic Server 12.2.1.4.0, all prior /management/weblogic resource versions are now deprecated: 12.2.1.0.0, 12.2.1.1.0, 12.2.1.2.0, and 12.2.1.3.0. The latest version is 12.2.1.4.0. For future releases, latest always refers to the most recent release.

For a complete guide to the WebLogic Server REST reference documentation, see the Information Roadmap in Administering Oracle WebLogic Server with RESTful Management Services .