Overview
This node allows interaction with the cloud API of the German infrastructure provider Hetzner. It is designed to facilitate operations related to Hetzner's cloud services, such as managing servers, networks, and other cloud resources. This node is beneficial for automating cloud infrastructure tasks within workflows, such as provisioning or managing cloud resources programmatically.
Use Case Examples
- Automate the creation and management of virtual servers on Hetzner Cloud.
- Integrate Hetzner Cloud resource management into a larger automation workflow for cloud infrastructure.
- Retrieve information about existing cloud resources on Hetzner for monitoring or reporting purposes.
Output
JSON
resource- The resource type being operated on (e.g., server, network).operation- The operation performed on the resource (e.g., create, delete, update).data- The response data from the Hetzner Cloud API, containing details about the resource or operation result.
Dependencies
- Requires an API key credential for authenticating with the Hetzner Cloud API.
Troubleshooting
- Ensure the API key credential is correctly configured and has sufficient permissions for the intended operations.
- Common errors may include authentication failures, rate limiting by the Hetzner API, or invalid parameters for specific operations.
- Verify network connectivity to the Hetzner Cloud API endpoints and check for any firewall restrictions.
Links
- Hetzner Cloud API Documentation - Official documentation for the Hetzner Cloud API, detailing available endpoints and usage.