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

    Type Alias TakeHistoryBackupResponse

    TakeHistoryBackupResponse

    Response body for taking a history backup.

    type TakeHistoryBackupResponse = {
        backupId: BackupId;
        scheduledSnapshots: string[];
    }
    Index
    backupId: BackupId

    The id of the backup that has been scheduled.

    scheduledSnapshots: string[]

    The names of the snapshots that have been scheduled for this backup.