Skip to main content

statistics

Creates, updates, deletes, gets or lists a statistics resource.

Overview

Namestatistics
TypeResource
Idlinode.nodebalancers.statistics

Fields

The following fields are returned by SELECT queries:

The requested stats.

NameDatatypeDescription
dataobjectThe data returned about this NodeBalancers.
titlestringThe 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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_node_balancer_statsselectReturns 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.

NameDatatypeDescription

SELECT examples

Returns detailed statistics about the requested NodeBalancer. OAuth scopes.

<br /> nodebalancers:read_only<br />

Learn more...

SELECT
data,
title
FROM linode.nodebalancers.statistics;