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

    Type Alias ClusterModeChangeResponse

    The planned changes resulting from a cluster mode transition request.

    type ClusterModeChangeResponse = {
        changeId: string;
        plannedChanges: ClusterModeChangeOperation[];
    }
    Index
    changeId: string

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

    plannedChanges: ClusterModeChangeOperation[]

    The ordered list of operations that will be applied to complete the change.