nvazquez commented on issue #7362:
URL: https://github.com/apache/cloudstack/issues/7362#issuecomment-1490538368
Hi @sbrueseke @kiranchavala, I was checking the name paramenter behaviour on
listVirtualMachines and it does not retrieve the exact VM name when I set it.
For example, check this:
````
(localcloud) 🐱 > list virtualmachines name=test filter=id,name
{
"count": 1,
"virtualmachine": [
{
"id": "096fc02b-fe71-41e8-bc81-412d2e31b70d",
"name": "TestVM"
}
]
}
````
That makes me wonder if this is a bug or not, what do you think?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]