vm-templates query param support
-
I want to get more information about templates like which pool have this template available, name, description and other information so that I can extract vm-templates on the basis of pool id.
-
There isn't an
ID
field. Change this toUUID
and it should work as you intended. -
XOA version: 5.103.1
as
/networks
endpoint take query params for filtration and return the same values inJSON
I want the same in/vm-templates
endpoint. I passed theUUID
as a value tofield
key but the response is same. -
Hi @irtaza9
You have a typo in your vm-templates URL.
fields
instead offield
-
Yes, it should work correctly if you use
fields
. Also, I thinkuuid
need to be lower case. -
@MathieuRA @Danp Thank you so much