Hello all,
I know I had this at one point or another, but cannot seem to find it. Is there a published list of wildcards avaliable for Expressions / Query Service... Might have been right in front of me (apologize if that is the case) but I didn't see it on any of the following:
- http://blogs.vmware.com/vsphere/2012/04/quickly-finding-objects-using-the-vcloud-api-query-service.html
- http://www.vmware.com/support/vcd/doc/rest-api-doc-1.5-html/landing-operations.html
- http://pubs.vmware.com/vcloud-api-1-5/wwhelp/wwhimpl/js/html/wwhelp.htm#href=welcome/welcome.html
I am trying to filter out vShield Edge devices from an QueryRecordType.AdminVM query... tried this:
//filter out all the vShield Edge Device VMs vmExpressionsList.add(new Expression(QueryAdminVMField.NAME, 'vse_*', ExpressionType.NOT_EQUALS));
but got a "Condition NOT_EQUALS_WILDCARD is not supported" VCloudException... thinking if I knew what was available , I could probably figure this out on my own...
Thanks in advance!
-jason