Device Group Management REST API Overview
The Device Group Management service allows you to create, retrieve details, associate a device group to a device and delete the device group. The device-group-management resources are available at https://[host]/api/juniper/servicenow/device-group-management.
URI
https://[host]/api/juniper/servicenow/device-group-management (HTTP method = GET)
Produces
application/vnd.juniper.servicenow.device-group-management+xml;version=1
application/vnd.juniper.servicenow.device-group-management+json;version=1
Sample Output
Sample XML Output
<servicenow-device-group-management> <collection href= "/api/juniper/servicenow/device-group-management/deviceGroup" /> <method href= "/api/juniper/servicenow/device-group-management/deviceGroup/createDeviceGroup" /> </servicenow-device-group-management>
Sample JSON Output
{ "servicenow-device-group-management": { "collection": { "@href": "/api/juniper/servicenow/device-group-management/deviceGroup" }, "method": { "@href": "/api/juniper/servicenow/device-group-management/deviceGroup/createDeviceGroup" } } }
The device group management service provides the following APIs: