Host Vsan Health System Vsan Start Proactive Rebalance
Initiate proactive rebalance on target host
Required privileges: Host.Config.Storage
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostVsanHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanStartProactiveRebalanceRequestType Object"
Determines how long this proactive rebalance operation lasts in seconds, default 86400.
Only if the disk's fullness (defined as used_capacity/disk_capacity) is above mean fullness and exceeds the lowest-usage disk in the cluster than this threshold, this disk is qualified for proactive rebalancing, default 0.3.
Only if the variance threshold has been continuously exceeded for this amount of time (in sec), the proactive rebalance operation will be applied to this disk, default 1800.
Determines how many bytes CLOMD on this node can move out per hour (MB/hr) for proactive rebalancing, default 51200.
True if the proactive rebalance has been triggered successfully but doesn't mean the proactive rebalance has been finished
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/HostVsanHealthSystem/{moId}/VsanStartProactiveRebalance