PaulAngus opened a new issue #109: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/109
When passing a name to `list clusters` , the name is treated as if there is a wildcard on the end. Attempting to determine the ID of a cluster as an alternative isn't possible as one cannot use `list clusters` to find the relevant `clusterid` ``` cmk list clusters filter=name name=Pool1 { "cluster": [ { "name": "Pool1" }, { "name": "pool10" } ], "count": 2 } ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org