canonical/pylxd

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

MrDaGree opened this issue · 0 comments

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