Versions Compared

Key

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

...

To filter by a property value, use the property name. Operators that should preceed precede the value are !=, >, >=, <, <= , LIKEand 'like'. If no operator is specified, the default is =.

...

Code Block
GET http://{server}/open-audit/index.php/devices?sub_resource=ip&ip.network=192.168.1.0/24&properties=system.system_id,system.hostname,system.domain,ip.ip

Retrieve a list of devices with OS Name like Windows 2008

Code Block
GET http://{server}/open-audit/index.php/devices?os_name=likeWindows 2008

 

Networks

 

Orgs