To retrieve Droplets average HTTP response time in seconds for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/droplets_http_response_time_avg
.
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. |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.