As far as I know, there's no support for /1.0/images/*-requests.
These requests should be supported:
/1.0/images
/1.0/images/<fingerprint>
* /1.0/images/<fingerprint>/export
* /1.0/images/<fingerprint>/refresh
* /1.0/images/<fingerprint>/secret
/1.0/images/aliases
* /1.0/images/aliases/<name>
More information: https://github.com/lxc/lxd/blob/master/doc/rest-api.md
If no one's working on this yet, I can consider making it by myself and then create a PR
As far as I know, there's no support for
/1.0/images/*-requests.These requests should be supported:
/1.0/images/1.0/images/<fingerprint>*
/1.0/images/<fingerprint>/export*
/1.0/images/<fingerprint>/refresh*
/1.0/images/<fingerprint>/secret/1.0/images/aliases*
/1.0/images/aliases/<name>More information: https://github.com/lxc/lxd/blob/master/doc/rest-api.md
If no one's working on this yet, I can consider making it by myself and then create a PR