serverchief opened a new issue, #125:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/125

   Lets take listHosts as an example, when running list hosts 
resourcestate=Enabled state=Up, requires for end user to memorize (or lookup) 
and separately query other states.
   
   Perhaps we can use NOT (!) operand and do something like this?
   
   > list hosts zoneid=33333-4444-5555-1111-2222222 resourcestate=!Enabled 
state=!Up
   
   this would print all hosts that are NOT Enabled and NOT Up... 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to