Databases Reference
In-Depth Information
How to do it...
Carry out the following steps to enable RESTful Management Services:
1. Access the Administration Console with your web browser at http://prod01.
domain.local:7001/console .
2. Click on the Lock & Edit button to create a new change session.
3. Navigate to Settings for Domain | General by clicking Home and then Domain or by
clicking the PROD_DOMAIN link.
4. Check the Enable RESTful Management Services checkbox, as shown in the
following screenshot:
5. Restart WebLogic Administration Server and all Servers of the domain.
How it works...
RESTful Management Services exposes WebLogic Server instances and WebLogic clusters,
applications, and data sources to be monitored using the HTTP GET method and RESTful
formats, such as XML, JSON, and HTML.
The following table displays the resources to be monitored and the corresponding URIs
to be accessed.
Resource
URI
Servers
http://prod01.domain.local:7001/management/tenant-
monitoring/servers
Specific
Server
http://prod01.domain.local:7001/management/tenant-
monitoring/servers/<servername>
Clusters
http://prod01.domain.local:7001/management/tenant-
monitoring/clusters
Specific
Cluster
http://prod01.domain.local:7001/management/tenant-
monitoring/clusters/<clustername>
Applications
http://prod01.domain.local:7001/management/tenant-
monitoring/applications
Search WWH ::




Custom Search