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

    Type Alias ClusterRestoreBrokerOperation

    A restore operation that applies to a broker as a whole, such as the one that updates its incarnation number.

    type ClusterRestoreBrokerOperation = {
        brokerId: string;
        operation: string;
    }
    Index
    brokerId: string

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

    operation: string

    The type of the operation.