@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ListHistoryBackupsData

    type ListHistoryBackupsData = {
        body?: never;
        path?: never;
        query?: { prefix?: BackupIdPrefix; verbose?: boolean };
        url: "/backups/history";
    }
    Index
    body?: never
    path?: never
    query?: { prefix?: BackupIdPrefix; verbose?: boolean }

    Type Declaration

    • Optionalprefix?: BackupIdPrefix

      A prefix that backup ids must match, ending in a single '*'. If omitted, all backups are returned.

    • Optionalverbose?: boolean

      Whether to ask the secondary storage for snapshot-level detail. Setting this to false makes the query cheaper, but the store then reports neither snapshot state nor start time, so both the per-snapshot details and the aggregated state are incomplete and the listing order is unspecified.

    url: "/backups/history"