Skip to main content

node_balancers

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

Overview

Namenode_balancers
TypeResource
Idlinode.linode.node_balancers

Fields

The following fields are returned by SELECT queries:

Returns a paginated list of NodeBalancers.

NameDatatypeDescription
dataarray
pageintegerRead-only The current page.
pagesintegerRead-only The total number of pages.
resultsintegerRead-only The total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_linode_node_balancersselectReturns a list of NodeBalancers that are assigned to this Linode and readable by the requesting User.

Read permission to a NodeBalancer can be given to a User by accessing the Update a user's grants operation.

Learn more...

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 a list of NodeBalancers that are assigned to this Linode and readable by the requesting User.

Read permission to a NodeBalancer can be given to a User by accessing the Update a user's grants operation.

Learn more...

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.linode.node_balancers;