Skip to content
New issue

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

Add Hetzner API limit watch #31

Open
vzakaznikov opened this issue Oct 9, 2024 · 3 comments
Open

Add Hetzner API limit watch #31

vzakaznikov opened this issue Oct 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@vzakaznikov
Copy link
Collaborator

We need to monitor Hetzner API call usage.

@vzakaznikov vzakaznikov added the enhancement New feature or request label Oct 9, 2024
@vzakaznikov
Copy link
Collaborator Author

@vzakaznikov
Copy link
Collaborator Author

vzakaznikov commented Dec 19, 2024

The API limit can be retrieved from the response headers.

HTTP/2 200 
date: Wed, 09 Oct 2024 18:04:44 GMT
content-type: application/json
content-length: 203
vary: Accept-Encoding
ratelimit-limit: 3600
ratelimit-remaining: 3599
ratelimit-reset: 1728497085
...

@vzakaznikov
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant