Device Management Enablement REST interface
Device Management Enablement provides a set of APIs that are implemented using Representational State Transfer (REST) Services.
The REST services provide a set of uniform resource identifiers (URIs) that access data in Device Management Enablement components, such as system properties and key performance indicators (KPIs). 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. Many of the services take a simple HTTP GET URI as input. More complicated services 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.