statistics
Creates, updates, deletes, gets or lists a statistics resource.
Overview
| Name | statistics |
| Type | Resource |
| Id | linode.nodebalancers.statistics |
Fields
The following fields are returned by SELECT queries:
- get_node_balancer_stats
The requested stats.
| Name | Datatype | Description |
|---|---|---|
data | object | The data returned about this NodeBalancers. |
title | string | The title for the statistics generated in this response. (example: linode.com - balancer12345 (12345) - day (5 min avg)) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_node_balancer_stats | select | Returns detailed statistics about the requested NodeBalancer. OAuth scopes.<br /> nodebalancers:read_only<br /> Learn more... |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_node_balancer_stats
Returns detailed statistics about the requested NodeBalancer. OAuth scopes.
<br /> nodebalancers:read_only<br />
Learn more...
SELECT
data,
title
FROM linode.nodebalancers.statistics
;