@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLinodeInstancesResponses

    type GetLinodeInstancesResponses = {
        "200": {
            data: {
                alerts: {
                    cpu: number;
                    io: number;
                    network_in: number;
                    network_out: number;
                    transfer_quota: number;
                };
                backups: {
                    available: boolean;
                    enabled: boolean;
                    last_successful: string;
                    schedule: {
                        day: | "Scheduling"
                        | "Sunday"
                        | "Monday"
                        | "Tuesday"
                        | "Wednesday"
                        | "Thursday"
                        | "Friday"
                        | "Saturday";
                        window: | "Scheduling"
                        | "W0"
                        | "W2"
                        | "W4"
                        | "W6"
                        | "W8"
                        | "W10"
                        | "W12"
                        | "W14"
                        | "W16"
                        | "W18"
                        | "W20"
                        | "W22";
                    };
                };
                capabilities: string[];
                created: string;
                disk_encryption: "enabled"
                | "disabled";
                group: string;
                has_user_data: boolean;
                host_uuid: string;
                hypervisor: "kvm";
                id: number;
                image: string | null;
                interface_generation: "legacy_config" | "linode";
                ipv4: string[];
                ipv6: string | null;
                label: string;
                lke_cluster_id: number | null;
                maintenance_policy: "linode/migrate" | "linode/power_off_on";
                placement_group:
                    | {
                        id: number;
                        label: string;
                        migrating_to: number
                        | null;
                        placement_group_policy: "strict" | "flexible";
                        placement_group_type: "anti_affinity:local";
                    }
                    | null;
                region: string;
                specs: {
                    disk: number;
                    gpus: number;
                    memory: number;
                    transfer: number;
                    vcpus: number;
                };
                status: | "running"
                | "offline"
                | "booting"
                | "busy"
                | "rebooting"
                | "shutting_down"
                | "provisioning"
                | "deleting"
                | "migrating"
                | "rebuilding"
                | "cloning"
                | "restoring"
                | "stopped"
                | "billing_suspension";
                tags: string[];
                type: string;
                updated: string;
                watchdog_enabled: boolean;
            }[];
            page: number;
            pages: number;
            results: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            alerts: {
                cpu: number;
                io: number;
                network_in: number;
                network_out: number;
                transfer_quota: number;
            };
            backups: {
                available: boolean;
                enabled: boolean;
                last_successful: string;
                schedule: {
                    day: | "Scheduling"
                    | "Sunday"
                    | "Monday"
                    | "Tuesday"
                    | "Wednesday"
                    | "Thursday"
                    | "Friday"
                    | "Saturday";
                    window: | "Scheduling"
                    | "W0"
                    | "W2"
                    | "W4"
                    | "W6"
                    | "W8"
                    | "W10"
                    | "W12"
                    | "W14"
                    | "W16"
                    | "W18"
                    | "W20"
                    | "W22";
                };
            };
            capabilities: string[];
            created: string;
            disk_encryption: "enabled"
            | "disabled";
            group: string;
            has_user_data: boolean;
            host_uuid: string;
            hypervisor: "kvm";
            id: number;
            image: string | null;
            interface_generation: "legacy_config" | "linode";
            ipv4: string[];
            ipv6: string | null;
            label: string;
            lke_cluster_id: number | null;
            maintenance_policy: "linode/migrate" | "linode/power_off_on";
            placement_group:
                | {
                    id: number;
                    label: string;
                    migrating_to: number
                    | null;
                    placement_group_policy: "strict" | "flexible";
                    placement_group_type: "anti_affinity:local";
                }
                | null;
            region: string;
            specs: {
                disk: number;
                gpus: number;
                memory: number;
                transfer: number;
                vcpus: number;
            };
            status: | "running"
            | "offline"
            | "booting"
            | "busy"
            | "rebooting"
            | "shutting_down"
            | "provisioning"
            | "deleting"
            | "migrating"
            | "rebuilding"
            | "cloning"
            | "restoring"
            | "stopped"
            | "billing_suspension";
            tags: string[];
            type: string;
            updated: string;
            watchdog_enabled: boolean;
        }[];
        page: number;
        pages: number;
        results: number;
    }

    Returns an array of all Linodes on your Account.

    Type Declaration

    • data: {
          alerts: {
              cpu: number;
              io: number;
              network_in: number;
              network_out: number;
              transfer_quota: number;
          };
          backups: {
              available: boolean;
              enabled: boolean;
              last_successful: string;
              schedule: {
                  day: | "Scheduling"
                  | "Sunday"
                  | "Monday"
                  | "Tuesday"
                  | "Wednesday"
                  | "Thursday"
                  | "Friday"
                  | "Saturday";
                  window: | "Scheduling"
                  | "W0"
                  | "W2"
                  | "W4"
                  | "W6"
                  | "W8"
                  | "W10"
                  | "W12"
                  | "W14"
                  | "W16"
                  | "W18"
                  | "W20"
                  | "W22";
              };
          };
          capabilities: string[];
          created: string;
          disk_encryption: "enabled"
          | "disabled";
          group: string;
          has_user_data: boolean;
          host_uuid: string;
          hypervisor: "kvm";
          id: number;
          image: string | null;
          interface_generation: "legacy_config" | "linode";
          ipv4: string[];
          ipv6: string | null;
          label: string;
          lke_cluster_id: number | null;
          maintenance_policy: "linode/migrate" | "linode/power_off_on";
          placement_group:
              | {
                  id: number;
                  label: string;
                  migrating_to: number
                  | null;
                  placement_group_policy: "strict" | "flexible";
                  placement_group_type: "anti_affinity:local";
              }
              | null;
          region: string;
          specs: {
              disk: number;
              gpus: number;
              memory: number;
              transfer: number;
              vcpus: number;
          };
          status: | "running"
          | "offline"
          | "booting"
          | "busy"
          | "rebooting"
          | "shutting_down"
          | "provisioning"
          | "deleting"
          | "migrating"
          | "rebuilding"
          | "cloning"
          | "restoring"
          | "stopped"
          | "billing_suspension";
          tags: string[];
          type: string;
          updated: string;
          watchdog_enabled: boolean;
      }[]
    • Readonlypage: number

      Read-only The current page.

    • Readonlypages: number

      Read-only The total number of pages.

    • Readonlyresults: number

      Read-only The total number of results.