Get Linode statistics

Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.


OAuth scopes

linodes:read_only

Learn more...

Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

integer
required

ID of the Linode to look up.

Responses

Response body
object
cpu
array of arrays of numbers

Percentage of CPU used.

cpu
array of numbers
io
object

Input/Output statistics.

io
array of arrays of numbers

Block/s written.

io
array of numbers
swap
array of arrays of numbers

Block/s written.

swap
array of numbers
netv4
object

IPv4 statistics.

in
array of arrays of numbers

Input stats for IPv4, measured in bits/s (bits/second).

in
array of numbers
out
array of arrays of numbers

Output stats for IPv4, measured in bits/s (bits/second).

out
array of numbers
private_in
array of arrays of numbers

Private IPv4 input statistics, measured in bits/s (bits/second).

private_in
array of numbers
private_out
array of arrays of numbers

Private IPv4 output statistics, measured in bits/s (bits/second).

private_out
array of numbers
netv6
object

IPv6 statistics.

in
array of arrays of numbers

Input stats for IPv6, measured in bits/s (bits/second).

in
array of numbers
out
array of arrays of numbers

Output stats for IPv6, measured in bits/s (bits/second).

out
array of numbers
private_in
array of arrays of numbers

Private IPv6 input statistics, measured in bits/s (bits/second).

private_in
array of numbers
private_out
array of arrays of numbers

Private IPv6 output statistics, measured in bits/s (bits/second).

private_out
array of numbers
string

The title for this data set.

Language
Credentials