NodeBalancers
NodeBalancer Statistics View
https://api.linode.com/v4/nodebalancers/{nodeBalancerId}/stats
Returns detailed statistics about the requested NodeBalancer.
Path Parameters
The ID of the NodeBalancer to access.
Request Samples
Response Samples
- 200
- default
{
"data": {
"connections": "",
"traffic": {
"in": [],
"out": []
}
},
"title": "linode.com - balancer12345 (12345) - day (5 min avg)"
}
Responses
200: The requested stats.
The data returned about this NodeBalancers.
An array of key/value pairs representing unix timestamp and reading for connections to this NodeBalancer.
Traffic statistics for this NodeBalancer.
An array of key/value pairs representing unix timestamp and reading for inbound traffic.
An array of key/value pairs representing unix timestamp and reading for outbound traffic.
The title for the statistics generated in this response.
default: Error
What happened to cause this error. In most cases, this can be fixed immediately by changing the data you sent in the request, but in some cases you will be instructed to open a Support Ticket or perform some other action before you can complete the request successfully.
The field in the request that caused this error. This may be a path, separated by periods in the case of nested fields. In some cases this may come back as "null" if the error is not specific to any single element of the request.