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

    Type Alias ClusterRebalance

    The fields common to a running and a completed rebalance.

    type ClusterRebalance = {
        partitions: ClusterRebalanceOperationPartition[];
        rebalanceId: number;
        startedAt: string;
    }
    Index

    Every partition in the rebalance plan and its progress within this rebalance.

    rebalanceId: number

    The ID of this rebalance.

    startedAt: string

    When this rebalance was created.