We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: