get https://api.linode.com//linode/instances//stats
Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.
OAuth scopes
linodes:read_only
Responses
Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.
OAuth scopes
linodes:read_only
xxxxxxxxxx
curl --request GET \
--url https://api.linode.com/v4/linode/instances/linodeId/stats \
--header 'accept: application/json'
xxxxxxxxxx
97}
{
"cpu": [
[
[
1521483600000,
0.42
]
]
],
"io": {
"io": [
[
[
1521484800000,
0.19
]
]
],
"swap": [
[
[
1521484800000,
0
]
]