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

    Type Alias ClusterHistoryBackupTakeResult

    The snapshots scheduled on a single physical tenant. Only successfully scheduled tenants are reported: the request fails as a whole if any targeted tenant could not schedule the backup.

    type ClusterHistoryBackupTakeResult = {
        physicalTenantId: string;
        scheduledSnapshots: string[];
    }
    Index
    physicalTenantId: string

    The id of the physical tenant.

    scheduledSnapshots: string[]

    The names of the snapshots scheduled on this physical tenant.