mxschmitt / ui-driver-hetzner

Rancher UI driver for the Hetzner Cloud docker driver.
https://mxschmitt.github.io/ui-driver-hetzner
Apache License 2.0
254 stars 50 forks source link

Get /images #101

Open bsebusiness opened 3 years ago

bsebusiness commented 3 years ago

Hello.

Although it's not documented on the official documentation https://docs.hetzner.cloud/#images , the API method only returns 25 results per page. And again, the following two GET parameters aren't documented either, Option 1 is to raise the per_page limit such as https://api.hetzner.cloud/v1/images?per_page=50 Option 2 is to query additional pages such as https://api.hetzner.cloud/v1/images?page=2 Or one could use the 'name' GET variable to filter items https://api.hetzner.cloud/v1/images?name=worker_node_snaps

Could you support this feature in the next release?

Thank you.