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
periodis the usage period (defaults to 24, for past 24 hours)load_balancer_idsid's of the Load Balancers used ( Load Balancers associated with account ) for which data is returnedsumis total egress traffic out in bytes for the given period
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error