Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP VerbAcceptURLResultExample Response
GETJSON/devicesGet a list of all devices.devices.json
GETJSON/devices?properties=system.id,system.name,system.type,system.serialGet a list of devcies devices with the data id, name, type and serialdevices_properties.json
GETJSON/devices?system.os_group=WindowsGet a list of devices with an OS Group of Linux.devices_os_group_linux.json
GETJSON/devices?sub_resource=ip&ip.network=192.168.1.0/24&properties=system.id,system.name,system.domain,ip.ipGet a list of devices in the 192.168.1.0/24 subnet.devices_in_192-168-1-0.json
GETJSON/devices/8Get the system table of device with id = 8.devices_8.json
GETJSON/devices/8?include=biosGet the system table and bios table for device with ID = 8.devices_8_include_bios.json
 GET   JSON/devices/8/biosGet the bios details (not the system table) for device with ID = 8.devices_8_bios.json 

Example of updating a device

...