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

    Type Alias ClusterHistoryBackupInfoWritable

    A history backup id and what each physical tenant reports for it. No cluster-level state is aggregated from the per-tenant states.

    type ClusterHistoryBackupInfoWritable = {
        backupId: BackupId;
        physicalTenants: ClusterHistoryBackupTenantInfoWritable[];
    }
    Index
    backupId: BackupId

    The id of the backup.

    What each physical tenant reports for this backup id, ordered by physical tenant id. When looking a backup id up directly, every targeted tenant is listed, including the ones reporting NOT_FOUND. Within a listing, only the tenants that hold the id are listed.