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
IDfield. Change this toUUIDand it should work as you intended. -
XOA version: 5.103.1
as
/networksendpoint take query params for filtration and return the same values inJSONI want the same in/vm-templatesendpoint. I passed theUUIDas a value tofieldkey but the response is same.

-
Hi @irtaza9
You have a typo in your vm-templates URL.
fieldsinstead offield -
Yes, it should work correctly if you use
fields. Also, I thinkuuidneed to be lower case. -
@MathieuRA @Danp Thank you so much
