Get Load Balancer Metrics
hetzner_get_lb_metricsFetch load balancer metrics (connections, requests, bandwidth) for any time range using the resource ID and metric type.
Instructions
Get metrics for a load balancer over a specified time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource ID | |
| end | Yes | End of the time range in ISO 8601 format | |
| 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 |