Inventory Filters
Package related information can be searched by defining an inventory filter with the package name and version (optional).
The syntax for this filter is as follows: PackageName#PackageVersion

The following operations are supported:
-
Equality - returns hosts with packages matching PackageName and the PackageVersion (if provided).
-
Inequality - returns hosts with packages matching PackageName but not the PackageVersion (if provided).
-
Greater Than - returns hosts with packages matching PackageName and with version greater than PackageVersion.
-
Greater Than or Equal To - returns hosts with packages matching PackageName and with version greater than or equal to PackageVersion.
-
Less Than - returns hosts with packages matching PackageName and with version less than PackageVersion.
-
Less Than or Equal To - returns hosts with packages matching PackageName and with version less than or equal to PackageVersion.