canonical / pylxd

Python module for LXD
https://pylxd.readthedocs.io/en/latest/
Apache License 2.0
251 stars 133 forks source link

Unable to pass recursion to client.instances.all() #548

Closed MrDaGree closed 11 months ago

MrDaGree commented 1 year ago

I have a project where I'd like to be able to get the status and the snapshots on clients when executing client.instances.all() instead of having to make multiple unnecessary calls to the api. Looking at the lxd instance_get.go it appears that should be possible but the pylxd all function function does not seem to support such an option