Skip to main content

network_transfers

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

Overview

Namenetwork_transfers
TypeResource
Idlinode.linode.network_transfers

Fields

The following fields are returned by SELECT queries:

A collection of the specified Linode's network transfer statistics.

NameDatatypeDescription
billableintegerRead-only The amount of network transfer this Linode has used, in GB, past your monthly quota.
quotaintegerRead-only The amount of network transfer this Linode adds to your transfer pool, in GB, for the current month's billing cycle.
usedintegerRead-only The amount of network transfer used by this Linode, in bytes, for the current month's billing cycle.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_linode_transferselectReturns a Linode's network transfer pool statistics for the current month.

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 Linode's network transfer pool statistics for the current month.

Learn more...

Learn more...

SELECT
billable,
quota,
used
FROM linode.linode.network_transfers;