Nick Wales created CLOUDSTACK-3080:
--------------------------------------

             Summary: listVirtualMachines tag search refinement no longer 
working
                 Key: CLOUDSTACK-3080
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3080
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.1.0
            Reporter: Nick Wales
            Priority: Critical


In 4.0.1 I was able to make a call to the API similar to the below which would 
return only the instances tagged as eg (app=my_app_name).

{ :command=>"listVirtualMachines",
"tags[0].value"=>"my_app_name",
 "tags[0].key"=>"app"}


(I'm using the cloudstack_helper ruby gem which explains the formatting)

However since I have upgraded to 4.1 I now get returned every instance for the 
same query.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to