Skip to main content

Retrieve LB Stats

GET 

/api/v1/stats/lb

Response

The response JSON provides the egress that the Load Balancer delivered for the period.

{
"type": "EGRESS",
"period": 24,
"load_balancer_ids": [
"123456"
],
"data": {
"sum": 5564923752
}
}

Where

  • period is the usage period (defaults to 24, for past 24 hours)
  • load_balancer_ids id's of the Load Balancers used ( Load Balancers associated with account ) for which data is returned
  • sum is total egress traffic out in bytes for the given period

Request

Responses

Successful operation