Skip to main content
GET
Get Load Balancer statistics

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

loadBalancerId
integer<int64>
required

Query Parameters

from
string<date-time> | null

(Optional) The start date of the statistics. If no value is passed, the last 24 hours will be returned. Rounded to full-day boundaries unless hourly=true and exactRange=true.

to
string<date-time> | null

(Optional) The end date of the statistics. Rounded to full-day boundaries unless hourly=true and exactRange=true.

hourly
boolean
default:false

(Optional) If true, the statistics will be returned in hourly grouping. Hourly statistics are available for the last 30 days only.

exactRange
boolean
default:false

(Optional) If true and hourly=true, the exact hour components of from and to will be preserved instead of rounding to full-day boundaries.

Response

The Load Balancer statistics

Summary
object | null
RequestsByOrigin
object[] | null
RequestsByOriginGroup
object[] | null
TrafficByOrigin
object[] | null
OriginLatency
object[] | null
OriginFailures
object[] | null
Last modified on September 7, 2026