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

    Type Alias GetBackupsResponses

    type GetBackupsResponses = {
        "200": {
            automatic: (
                {
                    available: boolean;
                    configs: string[];
                    created: string;
                    disks: {
                        filesystem: "raw"
                        | "swap"
                        | "ext2"
                        | "ext3"
                        | "ext4"
                        | "initrd";
                        label: string;
                        size: number;
                    }[];
                    finished: string;
                    id: number;
                    label: string
                    | null;
                    status:
                        | "paused"
                        | "pending"
                        | "running"
                        | "needsPostProcessing"
                        | "successful"
                        | "failed"
                        | "userAborted";
                    type: "auto"
                    | "snapshot";
                    updated: string;
                } & { type?: string }
            )[];
            snapshot: {
                current: {
                    available: boolean;
                    configs: string[];
                    created: string;
                    disks: {
                        filesystem: "raw" | "swap" | "ext2" | "ext3" | "ext4" | "initrd";
                        label: string;
                        size: number;
                    }[];
                    finished: string;
                    id: number;
                    label: string
                    | null;
                    status:
                        | "paused"
                        | "pending"
                        | "running"
                        | "needsPostProcessing"
                        | "successful"
                        | "failed"
                        | "userAborted";
                    type: "auto"
                    | "snapshot";
                    updated: string;
                };
                in_progress: {
                    available: boolean;
                    configs: string[];
                    created: string;
                    disks: {
                        filesystem: "raw"
                        | "swap"
                        | "ext2"
                        | "ext3"
                        | "ext4"
                        | "initrd";
                        label: string;
                        size: number;
                    }[];
                    finished: string;
                    id: number;
                    label: string
                    | null;
                    status:
                        | "paused"
                        | "pending"
                        | "running"
                        | "needsPostProcessing"
                        | "successful"
                        | "failed"
                        | "userAborted";
                    type: "auto"
                    | "snapshot";
                    updated: string;
                };
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        automatic: (
            {
                available: boolean;
                configs: string[];
                created: string;
                disks: {
                    filesystem: "raw"
                    | "swap"
                    | "ext2"
                    | "ext3"
                    | "ext4"
                    | "initrd";
                    label: string;
                    size: number;
                }[];
                finished: string;
                id: number;
                label: string
                | null;
                status:
                    | "paused"
                    | "pending"
                    | "running"
                    | "needsPostProcessing"
                    | "successful"
                    | "failed"
                    | "userAborted";
                type: "auto"
                | "snapshot";
                updated: string;
            } & { type?: string }
        )[];
        snapshot: {
            current: {
                available: boolean;
                configs: string[];
                created: string;
                disks: {
                    filesystem: "raw" | "swap" | "ext2" | "ext3" | "ext4" | "initrd";
                    label: string;
                    size: number;
                }[];
                finished: string;
                id: number;
                label: string
                | null;
                status:
                    | "paused"
                    | "pending"
                    | "running"
                    | "needsPostProcessing"
                    | "successful"
                    | "failed"
                    | "userAborted";
                type: "auto"
                | "snapshot";
                updated: string;
            };
            in_progress: {
                available: boolean;
                configs: string[];
                created: string;
                disks: {
                    filesystem: "raw"
                    | "swap"
                    | "ext2"
                    | "ext3"
                    | "ext4"
                    | "initrd";
                    label: string;
                    size: number;
                }[];
                finished: string;
                id: number;
                label: string
                | null;
                status:
                    | "paused"
                    | "pending"
                    | "running"
                    | "needsPostProcessing"
                    | "successful"
                    | "failed"
                    | "userAborted";
                type: "auto"
                | "snapshot";
                updated: string;
            };
        };
    }

    A collection of the specified Linode's available backups.