Vsan Cluster Power System Update Cluster Power Status
Update the current cluster power status.
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 VsanClusterPowerSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"UpdateClusterPowerStatusRequestType Object"
The cluster which to update the power status.
Required privileges: Host.Inventory.EditCluster
The target status needs to be set.
a boolean indicates success or not.
NotSupported: if run directly on an ESX Server host.
VsanFault: Exception for generic vSAN related errors, for example, trying to update the power status when there is a running power action task.
"VsanFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterPowerSystem/{moId}/UpdateClusterPowerStatus