IBM Water Operations for Waternamics REST interface
IBM® Water Operations for Waternamics provides a set of APIs that are implemented by using Representational State Transfer (REST) Services.
The REST services provide a set of uniform resource identifiers (URIs) that access data in IBM Water Operations for Waternamics. You can call the services with any HTTP client application, and define an expected response in the form of a JavaScript Object Notation (JSON) object.
The JSON format can be easily parsed and processed by JavaScript, and other products, tools, and languages, which gives you greater flexibility in using your own environment. Some services take a simple HTTP GET URI as input, while others take JSON input through HTTP GET for retrieval, HTTP POST for create, or HTTP PUT for update.
Results are returned in JSON, and error messages and status indicators are returned in the HTTP response as JSON output.
Similarly, you can invoke the REST services that are provided by IBM Intelligent Operations Center and the Device Management Enablement component. For more information about the Device Management Enablement REST interface, see the related link.