Device

Collect devices

Get all (or some of) the devices which are monitored by roles of which the user is a member

post/v1/device/query

Request body

skipHashstring

Before sending a reply, a base64 encoded sha256 digest is calculated by sorting the devices by id and updating the hash with the lastUpdate properties of each of the devices. When the digest matches this property, code 204 with an empty response is returned.

fieldsstring[]

Only return the specified device fields. If no fields are specified, all device fields are returned.

conditionsobject

Non-indexed filters on which matching devices are returned. The conditions can only be applied to properties which the user can see. These filters are applied on the application layer and are rather expensive.

Response

An array with the filtered devices. For each device, the readable and editable properties of the device are returned, as well as information regarding the editabilities of those properties and whether the user has monitorManagement rights for the device. If the fields property was specified, only those device properties which were listed are returned.

Changes

No recorded changes to this endpoint across all 1 revision of this API.