Menu

ReadDeviceGroup

Jim

Read a certain Device Group
Returns an existing Device Group in the domain of an owner identified by the apikey

Path: cs-ws/resources/admin/devicegroup Method: GET

Parameters

apikey
devicegroup_name
Errors:

401 UNAUTHORIZED if key is invalid
404 NOT FOUND if the device is not found
Example

GET http://localhost/cs-ws/resources/admin/devicegroup?devicegroup_name=DevGroup1&apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
<devicegroup name="DevGroup1">
    <device_name>D1</device_name>
    <device_name>D3</device_name>
</devicegroup>

MongoDB Logo MongoDB