Get Load Balancer Metrics
hetzner_get_lb_metricsRetrieve load balancer metrics such as open connections or requests per second for a specified time range in ISO 8601 format.
Instructions
Get metrics for a load balancer over a specified time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID | |
| type | Yes | Metric type, e.g. "open_connections", "connections_per_second", "requests_per_second", "bandwidth.in", "bandwidth.out" | |
| start | Yes | Start of the time range in ISO 8601 format | |
| end | Yes | End of the time range in ISO 8601 format |