Host Vsan Health System Vsan Get Proactive Rebalance Info
Retrieve information of proactive rebalance on this host
Required privileges: System.Read
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.
The current proactive rebalance information
"VsanProactiveRebalanceInfoEx Object"
True indicates the proactive rebalance is running on the host
The proactive rebalance starting time on the host
The proactive rebalance stop time on the host
Percentage points that are allowed above the lowest fullness of any disk.
Any disk with a variance higher than this threshold is considered too loaded from a balance perspective.
The threshold to enable proactive rebalance action.
Only if the variance threshold has been continuously exceeded for this amount of time (in sec), the proactive rebalance operation action will be enabled which can be triggered by vSphere/storage admin. Default is 1800 second.
varianceThreshold 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
Name of vSAN host
Only set when an error occurred in retrieving the rebalance information.
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/HostVsanHealthSystem/{moId}/VsanGetProactiveRebalanceInfo