You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/01 10:13:18 UTC

[GitHub] [cloudstack-cloudmonkey] PaulAngus opened a new issue #109: list clusters name parameter acts like a wildcard

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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #109: list clusters name parameter acts like a wildcard

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #109:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/109#issuecomment-1050877807


   This can't be fixed in the client, since 4.16.1 PR has fixed this in the API this should be fixed with 4.16.1.0 onwards. I think the issue can be closed.


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack-cloudmonkey] DaanHoogland commented on issue #109: list clusters name parameter acts like a wildcard

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #109:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/109#issuecomment-1050866795


   @PaulAngus If you test 4.16.1 can you check this? it is fixed in the backend by apache/cloudstack#5782 (and close if appropriate)


-- 
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-unsubscribe@cloudstack.apache.org

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