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

    Type Alias ClusterHistoryBackupTenantInfo

    What a single physical tenant reports for a history backup id.

    type ClusterHistoryBackupTenantInfo = {
        details: HistoryBackupSnapshotInfo[];
        failureReason: string | null;
        physicalTenantId: string;
        state: ClusterHistoryBackupTenantState;
    }
    Index

    Detailed status of the backup per snapshot on this physical tenant. Empty when the tenant does not hold the backup.

    failureReason: string | null

    Reason for failure if the state is 'FAILED'.

    physicalTenantId: string

    The id of the physical tenant.

    The state of the backup on this physical tenant.