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

    Type Alias ClusterTakeHistoryBackupResponse

    The snapshots scheduled on every targeted physical tenant. No cluster-level state is aggregated from the per-tenant outcomes.

    type ClusterTakeHistoryBackupResponse = {
        backupId: BackupId;
        physicalTenants: ClusterHistoryBackupTakeResult[];
    }
    Index
    backupId: BackupId

    The id requested for the backup on every targeted physical tenant.

    The outcome for each targeted physical tenant, ordered by physical tenant id.