Re: listVirtualMachine API With Name Parameter Set

2014-05-02 Thread Daan Hoogland
This is not the same in any list* API. Some use name = others use name like '%%'. It seems counter intuitive regarding that there is also a keyword parameter that is match against several fields using like '%%'. I will start a separate thread on api revision about revising this. On Fri, May 2, 2

Re: listVirtualMachine API With Name Parameter Set

2014-05-02 Thread Koushik Das
The name parameter is used in the sql query filter as "where name like ", so more than one can be returned. On 01-May-2014, at 8:16 PM, Matt Spurlin wrote: > Hi all, > I am looking at > CLOUDSTACK-6555. > I am wondering if the name paramete

listVirtualMachine API With Name Parameter Set

2014-05-01 Thread Matt Spurlin
Hi all, I am looking at CLOUDSTACK-6555. I am wondering if the name parameter is meant to return only one result if there is an exact match or if returning all results that include the specified value is the expected behavior. Thanks, Matt