REST API
Oracle Utilities Network Management System REST API exposes a subset of NMS functionality in form of RESTful web services. NMS resources, with some exceptions (e.g., images represented in binary form), are represented in JSON format.
The base URL for accessing the REST API is
https://<server>:<port>/nms-ws
<server> - DNS name or IP address of the WebLogic server where nms-ws.ear is running.
<port> - SSL port of the WebLogic server
 
This chapter includes the following topics: