You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "harikrishna-patnala (via GitHub)" <gi...@apache.org> on 2023/03/31 04:06:47 UTC

[GitHub] [cloudstack] harikrishna-patnala commented on issue #7362: api call listRoles name filter not working as expected

harikrishna-patnala commented on issue #7362:
URL: https://github.com/apache/cloudstack/issues/7362#issuecomment-1491257721

   @nvazquez listVMs was fixed later. It is listing with exact name, I've checked the code as well.
   
   (localcloud) 🐱 > list virtualmachines name=TestVM filter=id,name
   {
     "count": 1,
     "virtualmachine": [
       {
         "id": "f4ff60b2-d17a-46af-bb16-caa8d2221dd5",
         "name": "TestVM"
       }
     ]
   }
   (localcloud) 🐱 > list virtualmachines name=Test filter=id,name
   (localcloud) 🐱 > 
   (localcloud) 🐱 > 
   (localcloud) 🐱 > list virtualmachines name=test filter=id,name
   (localcloud) 🐱 > 
   
   


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

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