Vsan File Service System Vsan Rebalance File Service

Vsan File Service System Vsan Rebalance File Service

This API is to rebalance file service in cluster.

Required privileges: Host.Config.Storage

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanRebalanceFileService
COPY
Path Parameters
string
moId
Required

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 VsanFileServiceSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
VsanRebalanceFileServiceRequestType of type(s) application/json
Required
"VsanRebalanceFileServiceRequestType Object"
cluster
Optional

The target cluster to do rebalance.

Authentication
This operation uses the following authentication methods.
Responses
200

the task tracking the rebalance progress.

Returns MoRefTask of type(s) application/json
"MoRefTask Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanRebalanceFileService