Skip to main content

network_usage

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

Overview

Namenetwork_usage
TypeResource
Idlinode.account.network_usage

Fields

The following fields are returned by SELECT queries:

Returns a single Transfer object.

NameDatatypeDescription
billableintegerRead-only The amount of your transfer pool that is billable this billing cycle.
quotaintegerRead-only The amount of network usage allowed this billing cycle.
region_transfersarray
usedintegerRead-only The amount of network usage you have used this billing cycle.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_transferselectReturns a Transfer object showing your network utilization, in GB, 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 Transfer object showing your network utilization, in GB, for the current month.

Learn more...

Learn more...

SELECT
billable,
quota,
region_transfers,
used
FROM linode.account.network_usage;