1.5

Table Of Contents
Group filter subexpressions with parentheses. Separate grouped subexpressions with a semicolon (no spaces).
(
attribute1
==
value1
;
attribute2
!=
value2
);(
attribute3
==
value3
;
attribute4
!=
value4
)...
For example:
https://vcloud.example.com/api/query?
type=providerVdcResourcePoolRelation&format=records&filter=(numberOfVMs!=0;isPrimary==true)
Attribute Names and Values
Several parameters and all filter expressions require you to specify an attribute name. To find the list of attribute
names for a particular result set use the schema reference. You can search for result set elements by entering
the term reference, for result sets where format=references, or record, for result sets where format=records,
in the Quick Index window.
Chapter 9 Using the Query Service
VMware, Inc. 213