Versions Compared

Key

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

...

Code Block
GET http://{server}/omk/oae/devices?system.os_group=Windows

Retrieve the first 10 devices running Windows ordered by hostname

Code Block
GET http://{server}/omk/oae/devices?system.os_group=Windows&limit=10&sort=system.hostname

Retrieve the properties id, ip, hostname, domain, type from all devices

Code Block
GET http://{server}/omk/oae/devices?properties=system_.id,man_system.ip_address,system.hostname,system.domain,man_system.type

Retrieve all details about device with system_id 88.

...

Code Block
GET http://{server}/omk/oae/devices?system.os_name=likeWindows 2008