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

    Type Alias ClusterRestoreResponse

    The planned changes resulting from a restore request.

    type ClusterRestoreResponse = {
        changeId: string;
        plannedChanges: ClusterRestorePlannedChange[];
    }
    Index
    changeId: string

    The ID of the cluster change that was triggered by the request.

    plannedChanges: ClusterRestorePlannedChange[]

    The operations that will be applied to complete the restore, grouped by the physical tenant they belong to. Groups are restored in parallel; the operations within a group are applied in the given order.