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

    Type Alias TriggerClusterRebalanceData

    type TriggerClusterRebalanceData = {
        body?: ClusterRebalanceRequest;
        path?: never;
        query?: { dryRun?: boolean };
        url: "/cluster/v2/rebalance";
    }
    Index
    path?: never
    query?: { dryRun?: boolean }

    Type Declaration

    • OptionaldryRun?: boolean

      If true, report the plan the rebalance would carry out without pausing any partition or transferring any leadership.

    url: "/cluster/v2/rebalance"