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

    Type Alias ClusterRestoreAwaitModeChangeOperation

    The operation that awaits the transition of a broker to a mode.

    type ClusterRestoreAwaitModeChangeOperation = {
        brokerId: string;
        mode: string;
        operation: string;
    }
    Index
    brokerId: string

    The ID of the broker that applies the operation, including its zone if it belongs to one.

    mode: string

    The mode the broker is awaited to have transitioned to.

    operation: string

    The type of the operation.