pydo.monitoring.get_lb_frontend_network_throughput_tcp()
Generated on 12 Nov 2025
from pydo version
v0.19.0
Description
To retrieve frontend TCP throughput in bytes per second for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_network_throughput_tcp.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
lb_id |
string | True | A unique identifier for a load balancer. | |
start |
string | True | UNIX timestamp to start metric window. | |
end |
string | True | UNIX timestamp to end metric window. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.