From 813d65b9400e2879d72dc692e5360bf13fddc471 Mon Sep 17 00:00:00 2001 From: Alban Bailly Date: Tue, 7 Apr 2026 09:21:57 +0200 Subject: [PATCH 1/2] basic implmentation --- packages/manager/.mocks/entities/linodes.ts | 63 + packages/manager/.mocks/presets/default.json | 63 + .../manager/.mocks/presets/many_linodes.json | 26061 ++++++++++++++++ packages/manager/package.json | 6 +- packages/manager/public/mockServiceWorker.js | 223 +- packages/manager/src/constants.ts | 5 + packages/manager/src/index.tsx | 25 +- packages/manager/vite.config.ts | 2 + pnpm-lock.yaml | 6 + 9 files changed, 26359 insertions(+), 95 deletions(-) create mode 100644 packages/manager/.mocks/entities/linodes.ts create mode 100644 packages/manager/.mocks/presets/default.json create mode 100644 packages/manager/.mocks/presets/many_linodes.json diff --git a/packages/manager/.mocks/entities/linodes.ts b/packages/manager/.mocks/entities/linodes.ts new file mode 100644 index 00000000000..34c383ec287 --- /dev/null +++ b/packages/manager/.mocks/entities/linodes.ts @@ -0,0 +1,63 @@ +import { defineMockEntity } from '@akamai/compute-ui-mocks'; + +import type { Linode } from '@linode/api-v4'; + +export const linodeList = defineMockEntity({ + name: 'linodes', + endpoint: '/v4beta/linode/instances', + method: 'GET', + factory: (overrides = {}) => ({ + id: overrides.id ?? 1, + label: overrides.label ?? 'my-linode', + status: overrides.status ?? 'running', + region: overrides.region ?? 'us-east', + alerts: overrides.alerts ?? { + cpu: 0, + io: 0, + network_in: 0, + network_out: 0, + transfer_quota: 0, + system_alerts: [], + user_alerts: [], + }, + backups: overrides.backups ?? { + enabled: false, + last_successful: null, + schedule: { + day: 'Monday', + window: 'W0', + }, + }, + capabilities: overrides.capabilities ?? ['Block Storage Encryption'], + created: overrides.created ?? new Date().toISOString(), + disk_encryption: overrides.disk_encryption ?? undefined, + group: overrides.group ?? '', + has_user_data: overrides.has_user_data ?? false, + hypervisor: overrides.hypervisor ?? 'kvm', + image: overrides.image ?? null, + interface_generation: overrides.interface_generation ?? undefined, + ipv4: overrides.ipv4 ?? ['192.0.2.1'], + ipv6: overrides.ipv6 ?? null, + lke_cluster_id: overrides.lke_cluster_id ?? null, + locks: overrides.locks ?? [], + maintenance_policy: overrides.maintenance_policy ?? null, + placement_group: overrides.placement_group ?? null, + site_type: overrides.site_type ?? 'core', + specs: overrides.specs ?? { + accelerated_devices: 0, + disk: 51200, + gpus: 0, + memory: 2048, + transfer: 2000, + vcpus: 1, + }, + tags: overrides.tags ?? [], + type: overrides.type ?? null, + updated: overrides.updated ?? new Date().toISOString(), + watchdog_enabled: overrides.watchdog_enabled ?? true, + }), + fields: { + status: ['running', 'offline', 'booting', 'rebooting', 'shutting_down'], + region: ['us-east', 'eu-west', 'ap-southeast'], + }, +}); diff --git a/packages/manager/.mocks/presets/default.json b/packages/manager/.mocks/presets/default.json new file mode 100644 index 00000000000..c2cfc73e875 --- /dev/null +++ b/packages/manager/.mocks/presets/default.json @@ -0,0 +1,63 @@ +[ + { + "endpoint": "/v4beta/linode/instances", + "method": "GET", + "paginated": true, + "data": [ + { + "id": 1, + "label": "my-linode-1", + "status": "offline", + "region": "eu-west", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:16:07.025Z", + "disk_encryption": "(null)", + "group": "(null)", + "has_user_data": false, + "hypervisor": "kvm", + "image": "(null)", + "interface_generation": "(null)", + "ipv4": [ + "192.0.2.1" + ], + "ipv6": "(null)", + "lke_cluster_id": "(null)", + "locks": [], + "maintenance_policy": "(null)", + "placement_group": "(null)", + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": "(null)", + "updated": "2026-04-03T15:16:07.025Z", + "watchdog_enabled": true + } + ] + } +] \ No newline at end of file diff --git a/packages/manager/.mocks/presets/many_linodes.json b/packages/manager/.mocks/presets/many_linodes.json new file mode 100644 index 00000000000..54981b9d2bc --- /dev/null +++ b/packages/manager/.mocks/presets/many_linodes.json @@ -0,0 +1,26061 @@ +[ + { + "endpoint": "/v4beta/linode/instances", + "method": "GET", + "paginated": true, + "data": [ + { + "id": 1, + "label": "my-linode-1", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.389Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 2, + "label": "my-linode-2", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 3, + "label": "my-linode-3", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 4, + "label": "my-linode-4", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 5, + "label": "my-linode-5", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 6, + "label": "my-linode-6", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 7, + "label": "my-linode-7", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 8, + "label": "my-linode-8", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 9, + "label": "my-linode-9", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 10, + "label": "my-linode-10", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 11, + "label": "my-linode-11", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 12, + "label": "my-linode-12", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 13, + "label": "my-linode-13", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 14, + "label": "my-linode-14", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 15, + "label": "my-linode-15", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 16, + "label": "my-linode-16", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 17, + "label": "my-linode-17", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 18, + "label": "my-linode-18", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 19, + "label": "my-linode-19", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 20, + "label": "my-linode-20", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 21, + "label": "my-linode-21", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 22, + "label": "my-linode-22", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 23, + "label": "my-linode-23", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 24, + "label": "my-linode-24", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 25, + "label": "my-linode-25", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 26, + "label": "my-linode-26", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 27, + "label": "my-linode-27", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 28, + "label": "my-linode-28", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 29, + "label": "my-linode-29", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 30, + "label": "my-linode-30", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 31, + "label": "my-linode-31", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 32, + "label": "my-linode-32", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 33, + "label": "my-linode-33", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 34, + "label": "my-linode-34", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 35, + "label": "my-linode-35", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 36, + "label": "my-linode-36", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 37, + "label": "my-linode-37", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 38, + "label": "my-linode-38", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 39, + "label": "my-linode-39", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 40, + "label": "my-linode-40", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 41, + "label": "my-linode-41", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 42, + "label": "my-linode-42", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 43, + "label": "my-linode-43", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 44, + "label": "my-linode-44", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 45, + "label": "my-linode-45", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 46, + "label": "my-linode-46", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 47, + "label": "my-linode-47", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 48, + "label": "my-linode-48", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 49, + "label": "my-linode-49", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 50, + "label": "my-linode-50", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 51, + "label": "my-linode-51", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 52, + "label": "my-linode-52", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 53, + "label": "my-linode-53", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 54, + "label": "my-linode-54", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 55, + "label": "my-linode-55", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 56, + "label": "my-linode-56", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 57, + "label": "my-linode-57", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 58, + "label": "my-linode-58", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 59, + "label": "my-linode-59", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 60, + "label": "my-linode-60", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 61, + "label": "my-linode-61", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 62, + "label": "my-linode-62", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 63, + "label": "my-linode-63", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 64, + "label": "my-linode-64", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 65, + "label": "my-linode-65", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 66, + "label": "my-linode-66", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 67, + "label": "my-linode-67", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 68, + "label": "my-linode-68", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 69, + "label": "my-linode-69", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 70, + "label": "my-linode-70", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 71, + "label": "my-linode-71", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 72, + "label": "my-linode-72", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 73, + "label": "my-linode-73", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 74, + "label": "my-linode-74", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 75, + "label": "my-linode-75", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 76, + "label": "my-linode-76", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 77, + "label": "my-linode-77", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 78, + "label": "my-linode-78", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 79, + "label": "my-linode-79", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 80, + "label": "my-linode-80", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 81, + "label": "my-linode-81", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 82, + "label": "my-linode-82", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 83, + "label": "my-linode-83", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 84, + "label": "my-linode-84", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 85, + "label": "my-linode-85", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 86, + "label": "my-linode-86", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 87, + "label": "my-linode-87", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 88, + "label": "my-linode-88", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 89, + "label": "my-linode-89", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 90, + "label": "my-linode-90", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 91, + "label": "my-linode-91", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 92, + "label": "my-linode-92", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 93, + "label": "my-linode-93", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 94, + "label": "my-linode-94", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 95, + "label": "my-linode-95", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 96, + "label": "my-linode-96", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 97, + "label": "my-linode-97", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 98, + "label": "my-linode-98", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 99, + "label": "my-linode-99", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 100, + "label": "my-linode-100", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 101, + "label": "my-linode-101", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 102, + "label": "my-linode-102", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 103, + "label": "my-linode-103", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 104, + "label": "my-linode-104", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 105, + "label": "my-linode-105", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 106, + "label": "my-linode-106", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 107, + "label": "my-linode-107", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 108, + "label": "my-linode-108", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 109, + "label": "my-linode-109", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 110, + "label": "my-linode-110", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 111, + "label": "my-linode-111", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 112, + "label": "my-linode-112", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 113, + "label": "my-linode-113", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 114, + "label": "my-linode-114", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 115, + "label": "my-linode-115", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 116, + "label": "my-linode-116", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 117, + "label": "my-linode-117", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 118, + "label": "my-linode-118", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 119, + "label": "my-linode-119", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 120, + "label": "my-linode-120", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 121, + "label": "my-linode-121", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 122, + "label": "my-linode-122", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 123, + "label": "my-linode-123", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 124, + "label": "my-linode-124", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 125, + "label": "my-linode-125", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 126, + "label": "my-linode-126", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 127, + "label": "my-linode-127", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 128, + "label": "my-linode-128", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 129, + "label": "my-linode-129", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 130, + "label": "my-linode-130", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 131, + "label": "my-linode-131", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 132, + "label": "my-linode-132", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 133, + "label": "my-linode-133", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 134, + "label": "my-linode-134", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 135, + "label": "my-linode-135", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 136, + "label": "my-linode-136", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 137, + "label": "my-linode-137", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 138, + "label": "my-linode-138", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 139, + "label": "my-linode-139", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 140, + "label": "my-linode-140", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 141, + "label": "my-linode-141", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 142, + "label": "my-linode-142", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 143, + "label": "my-linode-143", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 144, + "label": "my-linode-144", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 145, + "label": "my-linode-145", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 146, + "label": "my-linode-146", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 147, + "label": "my-linode-147", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 148, + "label": "my-linode-148", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 149, + "label": "my-linode-149", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 150, + "label": "my-linode-150", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 151, + "label": "my-linode-151", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 152, + "label": "my-linode-152", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 153, + "label": "my-linode-153", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 154, + "label": "my-linode-154", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 155, + "label": "my-linode-155", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 156, + "label": "my-linode-156", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 157, + "label": "my-linode-157", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 158, + "label": "my-linode-158", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 159, + "label": "my-linode-159", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 160, + "label": "my-linode-160", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 161, + "label": "my-linode-161", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 162, + "label": "my-linode-162", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 163, + "label": "my-linode-163", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 164, + "label": "my-linode-164", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 165, + "label": "my-linode-165", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 166, + "label": "my-linode-166", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 167, + "label": "my-linode-167", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 168, + "label": "my-linode-168", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 169, + "label": "my-linode-169", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 170, + "label": "my-linode-170", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 171, + "label": "my-linode-171", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 172, + "label": "my-linode-172", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 173, + "label": "my-linode-173", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 174, + "label": "my-linode-174", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 175, + "label": "my-linode-175", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 176, + "label": "my-linode-176", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 177, + "label": "my-linode-177", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 178, + "label": "my-linode-178", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 179, + "label": "my-linode-179", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 180, + "label": "my-linode-180", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 181, + "label": "my-linode-181", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 182, + "label": "my-linode-182", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 183, + "label": "my-linode-183", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 184, + "label": "my-linode-184", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 185, + "label": "my-linode-185", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 186, + "label": "my-linode-186", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 187, + "label": "my-linode-187", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 188, + "label": "my-linode-188", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 189, + "label": "my-linode-189", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 190, + "label": "my-linode-190", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 191, + "label": "my-linode-191", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 192, + "label": "my-linode-192", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 193, + "label": "my-linode-193", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 194, + "label": "my-linode-194", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 195, + "label": "my-linode-195", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 196, + "label": "my-linode-196", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 197, + "label": "my-linode-197", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 198, + "label": "my-linode-198", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 199, + "label": "my-linode-199", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 200, + "label": "my-linode-200", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 201, + "label": "my-linode-201", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 202, + "label": "my-linode-202", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 203, + "label": "my-linode-203", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 204, + "label": "my-linode-204", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 205, + "label": "my-linode-205", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 206, + "label": "my-linode-206", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 207, + "label": "my-linode-207", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 208, + "label": "my-linode-208", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 209, + "label": "my-linode-209", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 210, + "label": "my-linode-210", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 211, + "label": "my-linode-211", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 212, + "label": "my-linode-212", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 213, + "label": "my-linode-213", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 214, + "label": "my-linode-214", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 215, + "label": "my-linode-215", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 216, + "label": "my-linode-216", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 217, + "label": "my-linode-217", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 218, + "label": "my-linode-218", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 219, + "label": "my-linode-219", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 220, + "label": "my-linode-220", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 221, + "label": "my-linode-221", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 222, + "label": "my-linode-222", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 223, + "label": "my-linode-223", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 224, + "label": "my-linode-224", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 225, + "label": "my-linode-225", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 226, + "label": "my-linode-226", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 227, + "label": "my-linode-227", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 228, + "label": "my-linode-228", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 229, + "label": "my-linode-229", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 230, + "label": "my-linode-230", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 231, + "label": "my-linode-231", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 232, + "label": "my-linode-232", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 233, + "label": "my-linode-233", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 234, + "label": "my-linode-234", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 235, + "label": "my-linode-235", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 236, + "label": "my-linode-236", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 237, + "label": "my-linode-237", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 238, + "label": "my-linode-238", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 239, + "label": "my-linode-239", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 240, + "label": "my-linode-240", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 241, + "label": "my-linode-241", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 242, + "label": "my-linode-242", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 243, + "label": "my-linode-243", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 244, + "label": "my-linode-244", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 245, + "label": "my-linode-245", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 246, + "label": "my-linode-246", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 247, + "label": "my-linode-247", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 248, + "label": "my-linode-248", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 249, + "label": "my-linode-249", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 250, + "label": "my-linode-250", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 251, + "label": "my-linode-251", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 252, + "label": "my-linode-252", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 253, + "label": "my-linode-253", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 254, + "label": "my-linode-254", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 255, + "label": "my-linode-255", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 256, + "label": "my-linode-256", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 257, + "label": "my-linode-257", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 258, + "label": "my-linode-258", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 259, + "label": "my-linode-259", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 260, + "label": "my-linode-260", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 261, + "label": "my-linode-261", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 262, + "label": "my-linode-262", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 263, + "label": "my-linode-263", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 264, + "label": "my-linode-264", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 265, + "label": "my-linode-265", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 266, + "label": "my-linode-266", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 267, + "label": "my-linode-267", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 268, + "label": "my-linode-268", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 269, + "label": "my-linode-269", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 270, + "label": "my-linode-270", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 271, + "label": "my-linode-271", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 272, + "label": "my-linode-272", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 273, + "label": "my-linode-273", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 274, + "label": "my-linode-274", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 275, + "label": "my-linode-275", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 276, + "label": "my-linode-276", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 277, + "label": "my-linode-277", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 278, + "label": "my-linode-278", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 279, + "label": "my-linode-279", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 280, + "label": "my-linode-280", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 281, + "label": "my-linode-281", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 282, + "label": "my-linode-282", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 283, + "label": "my-linode-283", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 284, + "label": "my-linode-284", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 285, + "label": "my-linode-285", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 286, + "label": "my-linode-286", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 287, + "label": "my-linode-287", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 288, + "label": "my-linode-288", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 289, + "label": "my-linode-289", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 290, + "label": "my-linode-290", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 291, + "label": "my-linode-291", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 292, + "label": "my-linode-292", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 293, + "label": "my-linode-293", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 294, + "label": "my-linode-294", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 295, + "label": "my-linode-295", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 296, + "label": "my-linode-296", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 297, + "label": "my-linode-297", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 298, + "label": "my-linode-298", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 299, + "label": "my-linode-299", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 300, + "label": "my-linode-300", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 301, + "label": "my-linode-301", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 302, + "label": "my-linode-302", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 303, + "label": "my-linode-303", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 304, + "label": "my-linode-304", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 305, + "label": "my-linode-305", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 306, + "label": "my-linode-306", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 307, + "label": "my-linode-307", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 308, + "label": "my-linode-308", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 309, + "label": "my-linode-309", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 310, + "label": "my-linode-310", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 311, + "label": "my-linode-311", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 312, + "label": "my-linode-312", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 313, + "label": "my-linode-313", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 314, + "label": "my-linode-314", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 315, + "label": "my-linode-315", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 316, + "label": "my-linode-316", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 317, + "label": "my-linode-317", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 318, + "label": "my-linode-318", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 319, + "label": "my-linode-319", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 320, + "label": "my-linode-320", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 321, + "label": "my-linode-321", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 322, + "label": "my-linode-322", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 323, + "label": "my-linode-323", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 324, + "label": "my-linode-324", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 325, + "label": "my-linode-325", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 326, + "label": "my-linode-326", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 327, + "label": "my-linode-327", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 328, + "label": "my-linode-328", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 329, + "label": "my-linode-329", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 330, + "label": "my-linode-330", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 331, + "label": "my-linode-331", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 332, + "label": "my-linode-332", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 333, + "label": "my-linode-333", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 334, + "label": "my-linode-334", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 335, + "label": "my-linode-335", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 336, + "label": "my-linode-336", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 337, + "label": "my-linode-337", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 338, + "label": "my-linode-338", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 339, + "label": "my-linode-339", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 340, + "label": "my-linode-340", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 341, + "label": "my-linode-341", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 342, + "label": "my-linode-342", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 343, + "label": "my-linode-343", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 344, + "label": "my-linode-344", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 345, + "label": "my-linode-345", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 346, + "label": "my-linode-346", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 347, + "label": "my-linode-347", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 348, + "label": "my-linode-348", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 349, + "label": "my-linode-349", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 350, + "label": "my-linode-350", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 351, + "label": "my-linode-351", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 352, + "label": "my-linode-352", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 353, + "label": "my-linode-353", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 354, + "label": "my-linode-354", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 355, + "label": "my-linode-355", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 356, + "label": "my-linode-356", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 357, + "label": "my-linode-357", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 358, + "label": "my-linode-358", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 359, + "label": "my-linode-359", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 360, + "label": "my-linode-360", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 361, + "label": "my-linode-361", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 362, + "label": "my-linode-362", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 363, + "label": "my-linode-363", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 364, + "label": "my-linode-364", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 365, + "label": "my-linode-365", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 366, + "label": "my-linode-366", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 367, + "label": "my-linode-367", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 368, + "label": "my-linode-368", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 369, + "label": "my-linode-369", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 370, + "label": "my-linode-370", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 371, + "label": "my-linode-371", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 372, + "label": "my-linode-372", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 373, + "label": "my-linode-373", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 374, + "label": "my-linode-374", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 375, + "label": "my-linode-375", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 376, + "label": "my-linode-376", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 377, + "label": "my-linode-377", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 378, + "label": "my-linode-378", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 379, + "label": "my-linode-379", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 380, + "label": "my-linode-380", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 381, + "label": "my-linode-381", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 382, + "label": "my-linode-382", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 383, + "label": "my-linode-383", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 384, + "label": "my-linode-384", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 385, + "label": "my-linode-385", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 386, + "label": "my-linode-386", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 387, + "label": "my-linode-387", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 388, + "label": "my-linode-388", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 389, + "label": "my-linode-389", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 390, + "label": "my-linode-390", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 391, + "label": "my-linode-391", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 392, + "label": "my-linode-392", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 393, + "label": "my-linode-393", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 394, + "label": "my-linode-394", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 395, + "label": "my-linode-395", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 396, + "label": "my-linode-396", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 397, + "label": "my-linode-397", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 398, + "label": "my-linode-398", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 399, + "label": "my-linode-399", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 400, + "label": "my-linode-400", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 401, + "label": "my-linode-401", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 402, + "label": "my-linode-402", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 403, + "label": "my-linode-403", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 404, + "label": "my-linode-404", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 405, + "label": "my-linode-405", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 406, + "label": "my-linode-406", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 407, + "label": "my-linode-407", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 408, + "label": "my-linode-408", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 409, + "label": "my-linode-409", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 410, + "label": "my-linode-410", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 411, + "label": "my-linode-411", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 412, + "label": "my-linode-412", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 413, + "label": "my-linode-413", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 414, + "label": "my-linode-414", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 415, + "label": "my-linode-415", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 416, + "label": "my-linode-416", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 417, + "label": "my-linode-417", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 418, + "label": "my-linode-418", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 419, + "label": "my-linode-419", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 420, + "label": "my-linode-420", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 421, + "label": "my-linode-421", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 422, + "label": "my-linode-422", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 423, + "label": "my-linode-423", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 424, + "label": "my-linode-424", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 425, + "label": "my-linode-425", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 426, + "label": "my-linode-426", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 427, + "label": "my-linode-427", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 428, + "label": "my-linode-428", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 429, + "label": "my-linode-429", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 430, + "label": "my-linode-430", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 431, + "label": "my-linode-431", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 432, + "label": "my-linode-432", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 433, + "label": "my-linode-433", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 434, + "label": "my-linode-434", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 435, + "label": "my-linode-435", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 436, + "label": "my-linode-436", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 437, + "label": "my-linode-437", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 438, + "label": "my-linode-438", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 439, + "label": "my-linode-439", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 440, + "label": "my-linode-440", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 441, + "label": "my-linode-441", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 442, + "label": "my-linode-442", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 443, + "label": "my-linode-443", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 444, + "label": "my-linode-444", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 445, + "label": "my-linode-445", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 446, + "label": "my-linode-446", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 447, + "label": "my-linode-447", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 448, + "label": "my-linode-448", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 449, + "label": "my-linode-449", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 450, + "label": "my-linode-450", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 451, + "label": "my-linode-451", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 452, + "label": "my-linode-452", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 453, + "label": "my-linode-453", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 454, + "label": "my-linode-454", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 455, + "label": "my-linode-455", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 456, + "label": "my-linode-456", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 457, + "label": "my-linode-457", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 458, + "label": "my-linode-458", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 459, + "label": "my-linode-459", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 460, + "label": "my-linode-460", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 461, + "label": "my-linode-461", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 462, + "label": "my-linode-462", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 463, + "label": "my-linode-463", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 464, + "label": "my-linode-464", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 465, + "label": "my-linode-465", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 466, + "label": "my-linode-466", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 467, + "label": "my-linode-467", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 468, + "label": "my-linode-468", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 469, + "label": "my-linode-469", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 470, + "label": "my-linode-470", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 471, + "label": "my-linode-471", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 472, + "label": "my-linode-472", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 473, + "label": "my-linode-473", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 474, + "label": "my-linode-474", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 475, + "label": "my-linode-475", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 476, + "label": "my-linode-476", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 477, + "label": "my-linode-477", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 478, + "label": "my-linode-478", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 479, + "label": "my-linode-479", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 480, + "label": "my-linode-480", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 481, + "label": "my-linode-481", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 482, + "label": "my-linode-482", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 483, + "label": "my-linode-483", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 484, + "label": "my-linode-484", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 485, + "label": "my-linode-485", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 486, + "label": "my-linode-486", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 487, + "label": "my-linode-487", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 488, + "label": "my-linode-488", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 489, + "label": "my-linode-489", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 490, + "label": "my-linode-490", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 491, + "label": "my-linode-491", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 492, + "label": "my-linode-492", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 493, + "label": "my-linode-493", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 494, + "label": "my-linode-494", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 495, + "label": "my-linode-495", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 496, + "label": "my-linode-496", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 497, + "label": "my-linode-497", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 498, + "label": "my-linode-498", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 499, + "label": "my-linode-499", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 500, + "label": "my-linode-500", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + }, + { + "id": 501, + "label": "my-linode-501", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-03T15:11:38.390Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-03T15:11:38.390Z", + "watchdog_enabled": true + } + ] + } +] \ No newline at end of file diff --git a/packages/manager/package.json b/packages/manager/package.json index 676546b1543..d35ee5d7daf 100644 --- a/packages/manager/package.json +++ b/packages/manager/package.json @@ -89,7 +89,8 @@ "typescript-fsa": "^3.0.0", "typescript-fsa-reducers": "^1.2.0", "yup": "^1.4.0", - "zxcvbn": "^4.4.2" + "zxcvbn": "^4.4.2", + "@akamai/compute-ui-core": "link:../../../compute-ui/packages/compute-ui-core" }, "scripts": { "start": "concurrently --raw \"NODE_OPTIONS='--max-old-space-size=4096' vite\" \"NODE_OPTIONS='--max-old-space-size=4096' tsc --watch --preserveWatchOutput\"", @@ -180,7 +181,8 @@ "redux-mock-store": "^1.5.3", "storybook": "^10.3.3", "vite": "^7.3.2", - "vite-plugin-svgr": "^4.5.0" + "vite-plugin-svgr": "^4.5.0", + "@akamai/compute-ui-mocks": "link:../../../compute-ui/packages/compute-ui-mocks" }, "browserslist": [ ">1%", diff --git a/packages/manager/public/mockServiceWorker.js b/packages/manager/public/mockServiceWorker.js index 792e45b19da..daa58d0f120 100644 --- a/packages/manager/public/mockServiceWorker.js +++ b/packages/manager/public/mockServiceWorker.js @@ -2,26 +2,26 @@ /* tslint:disable */ /** - * Mock Service Worker (2.2.3). + * Mock Service Worker. * @see https://github.com/mswjs/msw * - Please do NOT modify this file. - * - Please do NOT serve this file on production. */ -const INTEGRITY_CHECKSUM = '223d191a56023cd36aa88c802961b911' +const PACKAGE_VERSION = '2.12.10' +const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set() -self.addEventListener('install', function () { +addEventListener('install', function () { self.skipWaiting() }) -self.addEventListener('activate', function (event) { +addEventListener('activate', function (event) { event.waitUntil(self.clients.claim()) }) -self.addEventListener('message', async function (event) { - const clientId = event.source.id +addEventListener('message', async function (event) { + const clientId = Reflect.get(event.source || {}, 'id') if (!clientId || !self.clients) { return @@ -48,7 +48,10 @@ self.addEventListener('message', async function (event) { case 'INTEGRITY_CHECK_REQUEST': { sendToClient(client, { type: 'INTEGRITY_CHECK_RESPONSE', - payload: INTEGRITY_CHECKSUM, + payload: { + packageVersion: PACKAGE_VERSION, + checksum: INTEGRITY_CHECKSUM, + }, }) break } @@ -58,16 +61,16 @@ self.addEventListener('message', async function (event) { sendToClient(client, { type: 'MOCKING_ENABLED', - payload: true, + payload: { + client: { + id: client.id, + frameType: client.frameType, + }, + }, }) break } - case 'MOCK_DEACTIVATE': { - activeClientIds.delete(clientId) - break - } - case 'CLIENT_CLOSED': { activeClientIds.delete(clientId) @@ -85,77 +88,99 @@ self.addEventListener('message', async function (event) { } }) -self.addEventListener('fetch', function (event) { - const { request } = event - - // Bypass launch darkly - if (request.url.includes("launchdarkly.com")) { - return - } +addEventListener('fetch', function (event) { + const requestInterceptedAt = Date.now() // Bypass navigation requests. - if (request.mode === 'navigate') { + if (event.request.mode === 'navigate') { return } // Opening the DevTools triggers the "only-if-cached" request // that cannot be handled by the worker. Bypass such requests. - if (request.cache === 'only-if-cached' && request.mode !== 'same-origin') { + if ( + event.request.cache === 'only-if-cached' && + event.request.mode !== 'same-origin' + ) { return } // Bypass all requests when there are no active clients. // Prevents the self-unregistered worked from handling requests - // after it's been deleted (still remains active until the next reload). + // after it's been terminated (still remains active until the next reload). if (activeClientIds.size === 0) { return } - // Generate unique request ID. const requestId = crypto.randomUUID() - event.respondWith(handleRequest(event, requestId)) + event.respondWith(handleRequest(event, requestId, requestInterceptedAt)) }) -async function handleRequest(event, requestId) { +/** + * @param {FetchEvent} event + * @param {string} requestId + * @param {number} requestInterceptedAt + */ +async function handleRequest(event, requestId, requestInterceptedAt) { const client = await resolveMainClient(event) - const response = await getResponse(event, client, requestId) + const requestCloneForEvents = event.request.clone() + const response = await getResponse( + event, + client, + requestId, + requestInterceptedAt, + ) // Send back the response clone for the "response:*" life-cycle events. // Ensure MSW is active and ready to handle the message, otherwise // this message will pend indefinitely. if (client && activeClientIds.has(client.id)) { - ;(async function () { - const responseClone = response.clone() - - sendToClient( - client, - { - type: 'RESPONSE', - payload: { - requestId, - isMockedResponse: IS_MOCKED_RESPONSE in response, + const serializedRequest = await serializeRequest(requestCloneForEvents) + + // Clone the response so both the client and the library could consume it. + const responseClone = response.clone() + + sendToClient( + client, + { + type: 'RESPONSE', + payload: { + isMockedResponse: IS_MOCKED_RESPONSE in response, + request: { + id: requestId, + ...serializedRequest, + }, + response: { type: responseClone.type, status: responseClone.status, statusText: responseClone.statusText, - body: responseClone.body, headers: Object.fromEntries(responseClone.headers.entries()), + body: responseClone.body, }, }, - [responseClone.body], - ) - })() + }, + responseClone.body ? [serializedRequest.body, responseClone.body] : [], + ) } return response } -// Resolve the main client for the given event. -// Client that issues a request doesn't necessarily equal the client -// that registered the worker. It's with the latter the worker should -// communicate with during the response resolving phase. +/** + * Resolve the main client for the given event. + * Client that issues a request doesn't necessarily equal the client + * that registered the worker. It's with the latter the worker should + * communicate with during the response resolving phase. + * @param {FetchEvent} event + * @returns {Promise} + */ async function resolveMainClient(event) { const client = await self.clients.get(event.clientId) + if (activeClientIds.has(event.clientId)) { + return client + } + if (client?.frameType === 'top-level') { return client } @@ -176,20 +201,39 @@ async function resolveMainClient(event) { }) } -async function getResponse(event, client, requestId) { - const { request } = event - +/** + * @param {FetchEvent} event + * @param {Client | undefined} client + * @param {string} requestId + * @param {number} requestInterceptedAt + * @returns {Promise} + */ +async function getResponse(event, client, requestId, requestInterceptedAt) { // Clone the request because it might've been already used // (i.e. its body has been read and sent to the client). - const requestClone = request.clone() + const requestClone = event.request.clone() function passthrough() { - const headers = Object.fromEntries(requestClone.headers.entries()) + // Cast the request headers to a new Headers instance + // so the headers can be manipulated with. + const headers = new Headers(requestClone.headers) + + // Remove the "accept" header value that marked this request as passthrough. + // This prevents request alteration and also keeps it compliant with the + // user-defined CORS policies. + const acceptHeader = headers.get('accept') + if (acceptHeader) { + const values = acceptHeader.split(',').map((value) => value.trim()) + const filteredValues = values.filter( + (value) => value !== 'msw/passthrough', + ) - // Remove internal MSW request header so the passthrough request - // complies with any potential CORS preflight checks on the server. - // Some servers forbid unknown request headers. - delete headers['x-msw-intention'] + if (filteredValues.length > 0) { + headers.set('accept', filteredValues.join(', ')) + } else { + headers.delete('accept') + } + } return fetch(requestClone, { headers }) } @@ -207,37 +251,19 @@ async function getResponse(event, client, requestId) { return passthrough() } - // Bypass requests with the explicit bypass header. - // Such requests can be issued by "ctx.fetch()". - const mswIntention = request.headers.get('x-msw-intention') - if (['bypass', 'passthrough'].includes(mswIntention)) { - return passthrough() - } - // Notify the client that a request has been intercepted. - const requestBuffer = await request.arrayBuffer() + const serializedRequest = await serializeRequest(event.request) const clientMessage = await sendToClient( client, { type: 'REQUEST', payload: { id: requestId, - url: request.url, - mode: request.mode, - method: request.method, - headers: Object.fromEntries(request.headers.entries()), - cache: request.cache, - credentials: request.credentials, - destination: request.destination, - integrity: request.integrity, - redirect: request.redirect, - referrer: request.referrer, - referrerPolicy: request.referrerPolicy, - body: requestBuffer, - keepalive: request.keepalive, + interceptedAt: requestInterceptedAt, + ...serializedRequest, }, }, - [requestBuffer], + [serializedRequest.body], ) switch (clientMessage.type) { @@ -245,7 +271,7 @@ async function getResponse(event, client, requestId) { return respondWithMock(clientMessage.data) } - case 'MOCK_NOT_FOUND': { + case 'PASSTHROUGH': { return passthrough() } } @@ -253,6 +279,12 @@ async function getResponse(event, client, requestId) { return passthrough() } +/** + * @param {Client} client + * @param {any} message + * @param {Array} transferrables + * @returns {Promise} + */ function sendToClient(client, message, transferrables = []) { return new Promise((resolve, reject) => { const channel = new MessageChannel() @@ -265,14 +297,18 @@ function sendToClient(client, message, transferrables = []) { resolve(event.data) } - client.postMessage( - message, - [channel.port2].concat(transferrables.filter(Boolean)), - ) + client.postMessage(message, [ + channel.port2, + ...transferrables.filter(Boolean), + ]) }) } -async function respondWithMock(response) { +/** + * @param {Response} response + * @returns {Response} + */ +function respondWithMock(response) { // Setting response status code to 0 is a no-op. // However, when responding with a "Response.error()", the produced Response // instance will have status code set to 0. Since it's not possible to create @@ -290,3 +326,24 @@ async function respondWithMock(response) { return mockedResponse } + +/** + * @param {Request} request + */ +async function serializeRequest(request) { + return { + url: request.url, + mode: request.mode, + method: request.method, + headers: Object.fromEntries(request.headers.entries()), + cache: request.cache, + credentials: request.credentials, + destination: request.destination, + integrity: request.integrity, + redirect: request.redirect, + referrer: request.referrer, + referrerPolicy: request.referrerPolicy, + body: await request.arrayBuffer(), + keepalive: request.keepalive, + } +} diff --git a/packages/manager/src/constants.ts b/packages/manager/src/constants.ts index 5d7a2f8fdb3..543e1e04e92 100644 --- a/packages/manager/src/constants.ts +++ b/packages/manager/src/constants.ts @@ -11,6 +11,11 @@ export const ENABLE_DEV_TOOLS = ? import.meta.env.DEV : getBooleanEnv(import.meta.env.REACT_APP_ENABLE_DEV_TOOLS); +export const VITE_MOCKS_ENABLED = + import.meta.env.VITE_MOCKS_ENABLED === undefined + ? import.meta.env.DEV + : getBooleanEnv(import.meta.env.VITE_MOCKS_ENABLED); + // allow us to explicity enable maintenance mode export const ENABLE_MAINTENANCE_MODE = getBooleanEnv( import.meta.env.REACT_APP_ENABLE_MAINTENANCE_MODE diff --git a/packages/manager/src/index.tsx b/packages/manager/src/index.tsx index b9088a9dc22..0dfe5dab3b4 100644 --- a/packages/manager/src/index.tsx +++ b/packages/manager/src/index.tsx @@ -13,7 +13,7 @@ import { storeFactory } from 'src/store'; import './index.css'; import { App } from './App'; -import { ENABLE_DEV_TOOLS } from './constants'; +import { VITE_MOCKS_ENABLED } from './constants'; import { LinodeThemeWrapper } from './LinodeThemeWrapper'; const queryClient = queryClientFactory('longLived'); @@ -41,19 +41,24 @@ const Main = () => { }; async function loadApp() { - if (ENABLE_DEV_TOOLS && !window.location.pathname.includes('/lish/')) { - const devTools = await import('./dev-tools/load'); - await devTools.loadDevTools(); + // if (ENABLE_DEV_TOOLS && !window.location.pathname.includes('/lish/')) { + // const devTools = await import('./dev-tools/load'); + // await devTools.loadDevTools(); - const { DevTools } = await import('./dev-tools/DevTools'); + // const { DevTools } = await import('./dev-tools/DevTools'); - const devToolsRootContainer = document.createElement('div'); - devToolsRootContainer.id = 'dev-tools-root'; - document.body.appendChild(devToolsRootContainer); + // const devToolsRootContainer = document.createElement('div'); + // devToolsRootContainer.id = 'dev-tools-root'; + // document.body.appendChild(devToolsRootContainer); - const root = createRoot(devToolsRootContainer); + // const root = createRoot(devToolsRootContainer); - root.render(); + // root.render(); + // } + + if (VITE_MOCKS_ENABLED) { + const { initMocks } = await import('@akamai/compute-ui-mocks'); + await initMocks(); } const container = document.getElementById('root'); diff --git a/packages/manager/vite.config.ts b/packages/manager/vite.config.ts index e09e6b07809..f4f67317026 100644 --- a/packages/manager/vite.config.ts +++ b/packages/manager/vite.config.ts @@ -1,3 +1,4 @@ +import { computeUiMocksPlugin } from '@akamai/compute-ui-mocks/vite-plugin'; import react from '@vitejs/plugin-react-swc'; import { URL } from 'url'; import svgr from 'vite-plugin-svgr'; @@ -17,6 +18,7 @@ export default defineConfig({ react(), svgr({ svgrOptions: { exportType: 'default' }, include: '**/*.svg' }), urlCanParsePolyfill(), + computeUiMocksPlugin() as any, ], resolve: { alias: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0ae58ab823d..60260cc4a32 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,6 +123,9 @@ importers: packages/manager: dependencies: + '@akamai/compute-ui-core': + specifier: link:../../../compute-ui/packages/compute-ui-core + version: link:../../../compute-ui/packages/compute-ui-core '@braintree/sanitize-url': specifier: ^7.1.0 version: 7.1.0 @@ -355,6 +358,9 @@ importers: '@4tw/cypress-drag-drop': specifier: ^2.3.1 version: 2.3.1(cypress@15.13.0) + '@akamai/compute-ui-mocks': + specifier: link:../../../compute-ui/packages/compute-ui-mocks + version: link:../../../compute-ui/packages/compute-ui-mocks '@storybook/addon-a11y': specifier: ^10.3.3 version: 10.3.3(storybook@10.3.3(@testing-library/dom@10.4.0)(prettier@3.5.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)) From 0de6da970a325252073cdc2dd0a38aac9d3043ac Mon Sep 17 00:00:00 2001 From: Alban Bailly Date: Tue, 7 Apr 2026 12:13:11 +0200 Subject: [PATCH 2/2] HTTP methods + cleanup --- packages/manager/.mocks/entities/linodes.ts | 36 +- packages/manager/.mocks/presets/default.json | 63 - packages/manager/.mocks/presets/linodes.json | 1069 + .../manager/.mocks/presets/many_linodes.json | 26061 ---------------- 4 files changed, 1101 insertions(+), 26128 deletions(-) delete mode 100644 packages/manager/.mocks/presets/default.json create mode 100644 packages/manager/.mocks/presets/linodes.json delete mode 100644 packages/manager/.mocks/presets/many_linodes.json diff --git a/packages/manager/.mocks/entities/linodes.ts b/packages/manager/.mocks/entities/linodes.ts index 34c383ec287..1dc7ecc9181 100644 --- a/packages/manager/.mocks/entities/linodes.ts +++ b/packages/manager/.mocks/entities/linodes.ts @@ -56,8 +56,36 @@ export const linodeList = defineMockEntity({ updated: overrides.updated ?? new Date().toISOString(), watchdog_enabled: overrides.watchdog_enabled ?? true, }), - fields: { - status: ['running', 'offline', 'booting', 'rebooting', 'shutting_down'], - region: ['us-east', 'eu-west', 'ap-southeast'], - }, +}); + +// GET single linode +export const linodeGet = defineMockEntity({ + name: 'linodes', + endpoint: '/v4beta/linode/instances/:id', + method: 'GET', + factory: linodeList.factory, +}); + +// PUT (update) a linode — echoes body back, writes to store if storeKey set +export const linodePut = defineMockEntity({ + name: 'linodes', + endpoint: '/v4beta/linode/instances/:id', + method: 'PUT', + factory: linodeList.factory, +}); + +// DELETE a linode — always returns 204, no factory needed +export const linodeDelete = defineMockEntity({ + name: 'linodes', + endpoint: '/v4/linode/instances/:id', + method: 'DELETE', + factory: () => ({}), +}); + +// POST (create) a linode — echoes body back +export const linodeCreate = defineMockEntity({ + name: 'linodes', + endpoint: '/v4beta/linode/instances', + method: 'POST', + factory: linodeList.factory, }); diff --git a/packages/manager/.mocks/presets/default.json b/packages/manager/.mocks/presets/default.json deleted file mode 100644 index c2cfc73e875..00000000000 --- a/packages/manager/.mocks/presets/default.json +++ /dev/null @@ -1,63 +0,0 @@ -[ - { - "endpoint": "/v4beta/linode/instances", - "method": "GET", - "paginated": true, - "data": [ - { - "id": 1, - "label": "my-linode-1", - "status": "offline", - "region": "eu-west", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:16:07.025Z", - "disk_encryption": "(null)", - "group": "(null)", - "has_user_data": false, - "hypervisor": "kvm", - "image": "(null)", - "interface_generation": "(null)", - "ipv4": [ - "192.0.2.1" - ], - "ipv6": "(null)", - "lke_cluster_id": "(null)", - "locks": [], - "maintenance_policy": "(null)", - "placement_group": "(null)", - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": "(null)", - "updated": "2026-04-03T15:16:07.025Z", - "watchdog_enabled": true - } - ] - } -] \ No newline at end of file diff --git a/packages/manager/.mocks/presets/linodes.json b/packages/manager/.mocks/presets/linodes.json new file mode 100644 index 00000000000..7c5e9ae772b --- /dev/null +++ b/packages/manager/.mocks/presets/linodes.json @@ -0,0 +1,1069 @@ +[ + { + "endpoint": "/v4beta/linode/instances", + "method": "POST" + }, + { + "endpoint": "/v4/linode/instances/:id", + "method": "DELETE", + "storeKey": "linodes" + }, + { + "endpoint": "/v4beta/linode/instances/:id", + "method": "GET", + "storeKey": "linodes" + }, + { + "endpoint": "/v4beta/linode/instances", + "method": "GET", + "paginated": true, + "data": [ + { + "id": 1, + "label": "my-linode-1", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.181Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.181Z", + "watchdog_enabled": true + }, + { + "id": 2, + "label": "my-linode-2", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 3, + "label": "my-linode-3", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 4, + "label": "my-linode-4", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 5, + "label": "my-linode-5", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 6, + "label": "my-linode-6", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 7, + "label": "my-linode-7", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 8, + "label": "my-linode-8", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 9, + "label": "my-linode-9", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 10, + "label": "my-linode-10", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 11, + "label": "my-linode-11", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 12, + "label": "my-linode-12", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 13, + "label": "my-linode-13", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 14, + "label": "my-linode-14", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 15, + "label": "my-linode-15", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 16, + "label": "my-linode-16", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 17, + "label": "my-linode-17", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 18, + "label": "my-linode-18", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 19, + "label": "my-linode-19", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + }, + { + "id": 20, + "label": "my-linode-20", + "status": "running", + "region": "us-east", + "alerts": { + "cpu": 0, + "io": 0, + "network_in": 0, + "network_out": 0, + "transfer_quota": 0, + "system_alerts": [], + "user_alerts": [] + }, + "backups": { + "enabled": false, + "last_successful": null, + "schedule": { + "day": "Monday", + "window": "W0" + } + }, + "capabilities": [ + "Block Storage Encryption" + ], + "created": "2026-04-07T10:06:13.182Z", + "group": "", + "has_user_data": false, + "hypervisor": "kvm", + "image": null, + "ipv4": [ + "192.0.2.1" + ], + "ipv6": null, + "lke_cluster_id": null, + "locks": [], + "maintenance_policy": null, + "placement_group": null, + "site_type": "core", + "specs": { + "accelerated_devices": 0, + "disk": 51200, + "gpus": 0, + "memory": 2048, + "transfer": 2000, + "vcpus": 1 + }, + "tags": [], + "type": null, + "updated": "2026-04-07T10:06:13.182Z", + "watchdog_enabled": true + } + ], + "storeKey": "linodes" + }, + { + "endpoint": "/v4beta/linode/instances/:id", + "method": "PUT", + "storeKey": "linodes" + } +] \ No newline at end of file diff --git a/packages/manager/.mocks/presets/many_linodes.json b/packages/manager/.mocks/presets/many_linodes.json deleted file mode 100644 index 54981b9d2bc..00000000000 --- a/packages/manager/.mocks/presets/many_linodes.json +++ /dev/null @@ -1,26061 +0,0 @@ -[ - { - "endpoint": "/v4beta/linode/instances", - "method": "GET", - "paginated": true, - "data": [ - { - "id": 1, - "label": "my-linode-1", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.389Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 2, - "label": "my-linode-2", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 3, - "label": "my-linode-3", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 4, - "label": "my-linode-4", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 5, - "label": "my-linode-5", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 6, - "label": "my-linode-6", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 7, - "label": "my-linode-7", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 8, - "label": "my-linode-8", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 9, - "label": "my-linode-9", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 10, - "label": "my-linode-10", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 11, - "label": "my-linode-11", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 12, - "label": "my-linode-12", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 13, - "label": "my-linode-13", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 14, - "label": "my-linode-14", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 15, - "label": "my-linode-15", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 16, - "label": "my-linode-16", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 17, - "label": "my-linode-17", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 18, - "label": "my-linode-18", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 19, - "label": "my-linode-19", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 20, - "label": "my-linode-20", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 21, - "label": "my-linode-21", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 22, - "label": "my-linode-22", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 23, - "label": "my-linode-23", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 24, - "label": "my-linode-24", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 25, - "label": "my-linode-25", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 26, - "label": "my-linode-26", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 27, - "label": "my-linode-27", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 28, - "label": "my-linode-28", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 29, - "label": "my-linode-29", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 30, - "label": "my-linode-30", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 31, - "label": "my-linode-31", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 32, - "label": "my-linode-32", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 33, - "label": "my-linode-33", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 34, - "label": "my-linode-34", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 35, - "label": "my-linode-35", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 36, - "label": "my-linode-36", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 37, - "label": "my-linode-37", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 38, - "label": "my-linode-38", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 39, - "label": "my-linode-39", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 40, - "label": "my-linode-40", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 41, - "label": "my-linode-41", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 42, - "label": "my-linode-42", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 43, - "label": "my-linode-43", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 44, - "label": "my-linode-44", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 45, - "label": "my-linode-45", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 46, - "label": "my-linode-46", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 47, - "label": "my-linode-47", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 48, - "label": "my-linode-48", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 49, - "label": "my-linode-49", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 50, - "label": "my-linode-50", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 51, - "label": "my-linode-51", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 52, - "label": "my-linode-52", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 53, - "label": "my-linode-53", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 54, - "label": "my-linode-54", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 55, - "label": "my-linode-55", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 56, - "label": "my-linode-56", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 57, - "label": "my-linode-57", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 58, - "label": "my-linode-58", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 59, - "label": "my-linode-59", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 60, - "label": "my-linode-60", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 61, - "label": "my-linode-61", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 62, - "label": "my-linode-62", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 63, - "label": "my-linode-63", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 64, - "label": "my-linode-64", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 65, - "label": "my-linode-65", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 66, - "label": "my-linode-66", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 67, - "label": "my-linode-67", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 68, - "label": "my-linode-68", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 69, - "label": "my-linode-69", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 70, - "label": "my-linode-70", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 71, - "label": "my-linode-71", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 72, - "label": "my-linode-72", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 73, - "label": "my-linode-73", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 74, - "label": "my-linode-74", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 75, - "label": "my-linode-75", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 76, - "label": "my-linode-76", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 77, - "label": "my-linode-77", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 78, - "label": "my-linode-78", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 79, - "label": "my-linode-79", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 80, - "label": "my-linode-80", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 81, - "label": "my-linode-81", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 82, - "label": "my-linode-82", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 83, - "label": "my-linode-83", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 84, - "label": "my-linode-84", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 85, - "label": "my-linode-85", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 86, - "label": "my-linode-86", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 87, - "label": "my-linode-87", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 88, - "label": "my-linode-88", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 89, - "label": "my-linode-89", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 90, - "label": "my-linode-90", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 91, - "label": "my-linode-91", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 92, - "label": "my-linode-92", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 93, - "label": "my-linode-93", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 94, - "label": "my-linode-94", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 95, - "label": "my-linode-95", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 96, - "label": "my-linode-96", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 97, - "label": "my-linode-97", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 98, - "label": "my-linode-98", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 99, - "label": "my-linode-99", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 100, - "label": "my-linode-100", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 101, - "label": "my-linode-101", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 102, - "label": "my-linode-102", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 103, - "label": "my-linode-103", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 104, - "label": "my-linode-104", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 105, - "label": "my-linode-105", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 106, - "label": "my-linode-106", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 107, - "label": "my-linode-107", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 108, - "label": "my-linode-108", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 109, - "label": "my-linode-109", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 110, - "label": "my-linode-110", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 111, - "label": "my-linode-111", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 112, - "label": "my-linode-112", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 113, - "label": "my-linode-113", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 114, - "label": "my-linode-114", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 115, - "label": "my-linode-115", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 116, - "label": "my-linode-116", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 117, - "label": "my-linode-117", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 118, - "label": "my-linode-118", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 119, - "label": "my-linode-119", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 120, - "label": "my-linode-120", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 121, - "label": "my-linode-121", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 122, - "label": "my-linode-122", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 123, - "label": "my-linode-123", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 124, - "label": "my-linode-124", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 125, - "label": "my-linode-125", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 126, - "label": "my-linode-126", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 127, - "label": "my-linode-127", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 128, - "label": "my-linode-128", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 129, - "label": "my-linode-129", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 130, - "label": "my-linode-130", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 131, - "label": "my-linode-131", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 132, - "label": "my-linode-132", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 133, - "label": "my-linode-133", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 134, - "label": "my-linode-134", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 135, - "label": "my-linode-135", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 136, - "label": "my-linode-136", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 137, - "label": "my-linode-137", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 138, - "label": "my-linode-138", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 139, - "label": "my-linode-139", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 140, - "label": "my-linode-140", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 141, - "label": "my-linode-141", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 142, - "label": "my-linode-142", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 143, - "label": "my-linode-143", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 144, - "label": "my-linode-144", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 145, - "label": "my-linode-145", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 146, - "label": "my-linode-146", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 147, - "label": "my-linode-147", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 148, - "label": "my-linode-148", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 149, - "label": "my-linode-149", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 150, - "label": "my-linode-150", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 151, - "label": "my-linode-151", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 152, - "label": "my-linode-152", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 153, - "label": "my-linode-153", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 154, - "label": "my-linode-154", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 155, - "label": "my-linode-155", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 156, - "label": "my-linode-156", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 157, - "label": "my-linode-157", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 158, - "label": "my-linode-158", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 159, - "label": "my-linode-159", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 160, - "label": "my-linode-160", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 161, - "label": "my-linode-161", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 162, - "label": "my-linode-162", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 163, - "label": "my-linode-163", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 164, - "label": "my-linode-164", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 165, - "label": "my-linode-165", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 166, - "label": "my-linode-166", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 167, - "label": "my-linode-167", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 168, - "label": "my-linode-168", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 169, - "label": "my-linode-169", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 170, - "label": "my-linode-170", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 171, - "label": "my-linode-171", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 172, - "label": "my-linode-172", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 173, - "label": "my-linode-173", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 174, - "label": "my-linode-174", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 175, - "label": "my-linode-175", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 176, - "label": "my-linode-176", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 177, - "label": "my-linode-177", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 178, - "label": "my-linode-178", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 179, - "label": "my-linode-179", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 180, - "label": "my-linode-180", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 181, - "label": "my-linode-181", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 182, - "label": "my-linode-182", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 183, - "label": "my-linode-183", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 184, - "label": "my-linode-184", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 185, - "label": "my-linode-185", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 186, - "label": "my-linode-186", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 187, - "label": "my-linode-187", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 188, - "label": "my-linode-188", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 189, - "label": "my-linode-189", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 190, - "label": "my-linode-190", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 191, - "label": "my-linode-191", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 192, - "label": "my-linode-192", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 193, - "label": "my-linode-193", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 194, - "label": "my-linode-194", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 195, - "label": "my-linode-195", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 196, - "label": "my-linode-196", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 197, - "label": "my-linode-197", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 198, - "label": "my-linode-198", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 199, - "label": "my-linode-199", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 200, - "label": "my-linode-200", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 201, - "label": "my-linode-201", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 202, - "label": "my-linode-202", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 203, - "label": "my-linode-203", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 204, - "label": "my-linode-204", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 205, - "label": "my-linode-205", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 206, - "label": "my-linode-206", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 207, - "label": "my-linode-207", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 208, - "label": "my-linode-208", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 209, - "label": "my-linode-209", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 210, - "label": "my-linode-210", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 211, - "label": "my-linode-211", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 212, - "label": "my-linode-212", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 213, - "label": "my-linode-213", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 214, - "label": "my-linode-214", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 215, - "label": "my-linode-215", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 216, - "label": "my-linode-216", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 217, - "label": "my-linode-217", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 218, - "label": "my-linode-218", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 219, - "label": "my-linode-219", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 220, - "label": "my-linode-220", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 221, - "label": "my-linode-221", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 222, - "label": "my-linode-222", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 223, - "label": "my-linode-223", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 224, - "label": "my-linode-224", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 225, - "label": "my-linode-225", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 226, - "label": "my-linode-226", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 227, - "label": "my-linode-227", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 228, - "label": "my-linode-228", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 229, - "label": "my-linode-229", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 230, - "label": "my-linode-230", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 231, - "label": "my-linode-231", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 232, - "label": "my-linode-232", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 233, - "label": "my-linode-233", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 234, - "label": "my-linode-234", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 235, - "label": "my-linode-235", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 236, - "label": "my-linode-236", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 237, - "label": "my-linode-237", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 238, - "label": "my-linode-238", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 239, - "label": "my-linode-239", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 240, - "label": "my-linode-240", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 241, - "label": "my-linode-241", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 242, - "label": "my-linode-242", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 243, - "label": "my-linode-243", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 244, - "label": "my-linode-244", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 245, - "label": "my-linode-245", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 246, - "label": "my-linode-246", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 247, - "label": "my-linode-247", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 248, - "label": "my-linode-248", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 249, - "label": "my-linode-249", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 250, - "label": "my-linode-250", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 251, - "label": "my-linode-251", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 252, - "label": "my-linode-252", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 253, - "label": "my-linode-253", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 254, - "label": "my-linode-254", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 255, - "label": "my-linode-255", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 256, - "label": "my-linode-256", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 257, - "label": "my-linode-257", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 258, - "label": "my-linode-258", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 259, - "label": "my-linode-259", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 260, - "label": "my-linode-260", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 261, - "label": "my-linode-261", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 262, - "label": "my-linode-262", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 263, - "label": "my-linode-263", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 264, - "label": "my-linode-264", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 265, - "label": "my-linode-265", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 266, - "label": "my-linode-266", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 267, - "label": "my-linode-267", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 268, - "label": "my-linode-268", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 269, - "label": "my-linode-269", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 270, - "label": "my-linode-270", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 271, - "label": "my-linode-271", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 272, - "label": "my-linode-272", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 273, - "label": "my-linode-273", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 274, - "label": "my-linode-274", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 275, - "label": "my-linode-275", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 276, - "label": "my-linode-276", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 277, - "label": "my-linode-277", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 278, - "label": "my-linode-278", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 279, - "label": "my-linode-279", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 280, - "label": "my-linode-280", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 281, - "label": "my-linode-281", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 282, - "label": "my-linode-282", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 283, - "label": "my-linode-283", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 284, - "label": "my-linode-284", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 285, - "label": "my-linode-285", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 286, - "label": "my-linode-286", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 287, - "label": "my-linode-287", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 288, - "label": "my-linode-288", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 289, - "label": "my-linode-289", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 290, - "label": "my-linode-290", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 291, - "label": "my-linode-291", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 292, - "label": "my-linode-292", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 293, - "label": "my-linode-293", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 294, - "label": "my-linode-294", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 295, - "label": "my-linode-295", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 296, - "label": "my-linode-296", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 297, - "label": "my-linode-297", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 298, - "label": "my-linode-298", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 299, - "label": "my-linode-299", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 300, - "label": "my-linode-300", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 301, - "label": "my-linode-301", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 302, - "label": "my-linode-302", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 303, - "label": "my-linode-303", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 304, - "label": "my-linode-304", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 305, - "label": "my-linode-305", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 306, - "label": "my-linode-306", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 307, - "label": "my-linode-307", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 308, - "label": "my-linode-308", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 309, - "label": "my-linode-309", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 310, - "label": "my-linode-310", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 311, - "label": "my-linode-311", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 312, - "label": "my-linode-312", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 313, - "label": "my-linode-313", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 314, - "label": "my-linode-314", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 315, - "label": "my-linode-315", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 316, - "label": "my-linode-316", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 317, - "label": "my-linode-317", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 318, - "label": "my-linode-318", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 319, - "label": "my-linode-319", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 320, - "label": "my-linode-320", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 321, - "label": "my-linode-321", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 322, - "label": "my-linode-322", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 323, - "label": "my-linode-323", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 324, - "label": "my-linode-324", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 325, - "label": "my-linode-325", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 326, - "label": "my-linode-326", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 327, - "label": "my-linode-327", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 328, - "label": "my-linode-328", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 329, - "label": "my-linode-329", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 330, - "label": "my-linode-330", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 331, - "label": "my-linode-331", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 332, - "label": "my-linode-332", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 333, - "label": "my-linode-333", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 334, - "label": "my-linode-334", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 335, - "label": "my-linode-335", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 336, - "label": "my-linode-336", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 337, - "label": "my-linode-337", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 338, - "label": "my-linode-338", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 339, - "label": "my-linode-339", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 340, - "label": "my-linode-340", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 341, - "label": "my-linode-341", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 342, - "label": "my-linode-342", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 343, - "label": "my-linode-343", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 344, - "label": "my-linode-344", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 345, - "label": "my-linode-345", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 346, - "label": "my-linode-346", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 347, - "label": "my-linode-347", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 348, - "label": "my-linode-348", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 349, - "label": "my-linode-349", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 350, - "label": "my-linode-350", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 351, - "label": "my-linode-351", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 352, - "label": "my-linode-352", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 353, - "label": "my-linode-353", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 354, - "label": "my-linode-354", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 355, - "label": "my-linode-355", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 356, - "label": "my-linode-356", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 357, - "label": "my-linode-357", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 358, - "label": "my-linode-358", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 359, - "label": "my-linode-359", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 360, - "label": "my-linode-360", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 361, - "label": "my-linode-361", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 362, - "label": "my-linode-362", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 363, - "label": "my-linode-363", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 364, - "label": "my-linode-364", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 365, - "label": "my-linode-365", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 366, - "label": "my-linode-366", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 367, - "label": "my-linode-367", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 368, - "label": "my-linode-368", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 369, - "label": "my-linode-369", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 370, - "label": "my-linode-370", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 371, - "label": "my-linode-371", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 372, - "label": "my-linode-372", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 373, - "label": "my-linode-373", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 374, - "label": "my-linode-374", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 375, - "label": "my-linode-375", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 376, - "label": "my-linode-376", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 377, - "label": "my-linode-377", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 378, - "label": "my-linode-378", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 379, - "label": "my-linode-379", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 380, - "label": "my-linode-380", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 381, - "label": "my-linode-381", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 382, - "label": "my-linode-382", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 383, - "label": "my-linode-383", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 384, - "label": "my-linode-384", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 385, - "label": "my-linode-385", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 386, - "label": "my-linode-386", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 387, - "label": "my-linode-387", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 388, - "label": "my-linode-388", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 389, - "label": "my-linode-389", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 390, - "label": "my-linode-390", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 391, - "label": "my-linode-391", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 392, - "label": "my-linode-392", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 393, - "label": "my-linode-393", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 394, - "label": "my-linode-394", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 395, - "label": "my-linode-395", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 396, - "label": "my-linode-396", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 397, - "label": "my-linode-397", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 398, - "label": "my-linode-398", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 399, - "label": "my-linode-399", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 400, - "label": "my-linode-400", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 401, - "label": "my-linode-401", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 402, - "label": "my-linode-402", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 403, - "label": "my-linode-403", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 404, - "label": "my-linode-404", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 405, - "label": "my-linode-405", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 406, - "label": "my-linode-406", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 407, - "label": "my-linode-407", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 408, - "label": "my-linode-408", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 409, - "label": "my-linode-409", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 410, - "label": "my-linode-410", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 411, - "label": "my-linode-411", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 412, - "label": "my-linode-412", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 413, - "label": "my-linode-413", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 414, - "label": "my-linode-414", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 415, - "label": "my-linode-415", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 416, - "label": "my-linode-416", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 417, - "label": "my-linode-417", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 418, - "label": "my-linode-418", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 419, - "label": "my-linode-419", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 420, - "label": "my-linode-420", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 421, - "label": "my-linode-421", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 422, - "label": "my-linode-422", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 423, - "label": "my-linode-423", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 424, - "label": "my-linode-424", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 425, - "label": "my-linode-425", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 426, - "label": "my-linode-426", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 427, - "label": "my-linode-427", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 428, - "label": "my-linode-428", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 429, - "label": "my-linode-429", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 430, - "label": "my-linode-430", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 431, - "label": "my-linode-431", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 432, - "label": "my-linode-432", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 433, - "label": "my-linode-433", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 434, - "label": "my-linode-434", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 435, - "label": "my-linode-435", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 436, - "label": "my-linode-436", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 437, - "label": "my-linode-437", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 438, - "label": "my-linode-438", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 439, - "label": "my-linode-439", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 440, - "label": "my-linode-440", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 441, - "label": "my-linode-441", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 442, - "label": "my-linode-442", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 443, - "label": "my-linode-443", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 444, - "label": "my-linode-444", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 445, - "label": "my-linode-445", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 446, - "label": "my-linode-446", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 447, - "label": "my-linode-447", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 448, - "label": "my-linode-448", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 449, - "label": "my-linode-449", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 450, - "label": "my-linode-450", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 451, - "label": "my-linode-451", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 452, - "label": "my-linode-452", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 453, - "label": "my-linode-453", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 454, - "label": "my-linode-454", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 455, - "label": "my-linode-455", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 456, - "label": "my-linode-456", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 457, - "label": "my-linode-457", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 458, - "label": "my-linode-458", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 459, - "label": "my-linode-459", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 460, - "label": "my-linode-460", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 461, - "label": "my-linode-461", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 462, - "label": "my-linode-462", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 463, - "label": "my-linode-463", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 464, - "label": "my-linode-464", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 465, - "label": "my-linode-465", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 466, - "label": "my-linode-466", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 467, - "label": "my-linode-467", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 468, - "label": "my-linode-468", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 469, - "label": "my-linode-469", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 470, - "label": "my-linode-470", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 471, - "label": "my-linode-471", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 472, - "label": "my-linode-472", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 473, - "label": "my-linode-473", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 474, - "label": "my-linode-474", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 475, - "label": "my-linode-475", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 476, - "label": "my-linode-476", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 477, - "label": "my-linode-477", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 478, - "label": "my-linode-478", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 479, - "label": "my-linode-479", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 480, - "label": "my-linode-480", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 481, - "label": "my-linode-481", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 482, - "label": "my-linode-482", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 483, - "label": "my-linode-483", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 484, - "label": "my-linode-484", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 485, - "label": "my-linode-485", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 486, - "label": "my-linode-486", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 487, - "label": "my-linode-487", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 488, - "label": "my-linode-488", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 489, - "label": "my-linode-489", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 490, - "label": "my-linode-490", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 491, - "label": "my-linode-491", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 492, - "label": "my-linode-492", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 493, - "label": "my-linode-493", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 494, - "label": "my-linode-494", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 495, - "label": "my-linode-495", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 496, - "label": "my-linode-496", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 497, - "label": "my-linode-497", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 498, - "label": "my-linode-498", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 499, - "label": "my-linode-499", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 500, - "label": "my-linode-500", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - }, - { - "id": 501, - "label": "my-linode-501", - "status": "running", - "region": "us-east", - "alerts": { - "cpu": 0, - "io": 0, - "network_in": 0, - "network_out": 0, - "transfer_quota": 0, - "system_alerts": [], - "user_alerts": [] - }, - "backups": { - "enabled": false, - "last_successful": null, - "schedule": { - "day": "Monday", - "window": "W0" - } - }, - "capabilities": [ - "Block Storage Encryption" - ], - "created": "2026-04-03T15:11:38.390Z", - "group": "", - "has_user_data": false, - "hypervisor": "kvm", - "image": null, - "ipv4": [ - "192.0.2.1" - ], - "ipv6": null, - "lke_cluster_id": null, - "locks": [], - "maintenance_policy": null, - "placement_group": null, - "site_type": "core", - "specs": { - "accelerated_devices": 0, - "disk": 51200, - "gpus": 0, - "memory": 2048, - "transfer": 2000, - "vcpus": 1 - }, - "tags": [], - "type": null, - "updated": "2026-04-03T15:11:38.390Z", - "watchdog_enabled": true - } - ] - } -] \ No newline at end of file