Resources | Methods |
---|---|
https://localhost:8443/api/rest/device-groups |
GET
Retrieves all device groups information.
POST Add a device group. |
https://localhost:8443/api/rest/device-groups/{device-group-identifier} |
GET
Retrieves information about a DeviceGroup.
DELETE Deletes information about a device group. PUT Updates information about a device group. |
https://localhost:8443/api/rest/device-groups/{device-group-identifier}/associated-devices |
GET
Retrieves association device list.
PUT Update associated device list. |
GETRetrieves all device groups information. Note 1: The default, maximum number of device groups returned from the server is 1000. Clients should use the "limit" query parameter to further control the results to the number they can support. [tags: RPRM] RequestQuery Parameters
Response
POSTAdd a device group. description is optional, others are mandatory. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
device-group-identifier | xs:string | device-group-identifier |
GETRetrieves information about a DeviceGroup. [tags: RPRM] Response
DELETEDeletes information about a device group. [tags: RPRM] Response
PUTUpdates information about a device group. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
device-group-identifier | xs:string | device-group-identifier |
GETRetrieves association device list. [tags: RPRM] Response
PUTUpdate associated device list. [tags: RPRM] RequestRepresentations
Response
|