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

    Type Alias ListRuntimeBackupsData

    type ListRuntimeBackupsData = {
        body?: never;
        path?: never;
        query?: { prefix?: BackupIdPrefix };
        url: "/backups/runtime";
    }
    Index
    body?: never
    path?: never
    query?: { prefix?: BackupIdPrefix }

    Type Declaration

    • Optionalprefix?: BackupIdPrefix

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

    url: "/backups/runtime"