Vmware Distributed Virtual Switch Update DVS Health Check Config Task
Update health check configuration.
Required privileges: DVSwitch.Modify
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 VmwareDistributedVirtualSwitch/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"UpdateDVSHealthCheckConfigRequestType Object"
The health check configuration.
Returns a Task object with which to monitor the operation.
"MoRefTask Object"
DvsFault: if operation fails on any host or if there are other update failures.
NotSupported: if health check is not supported on the switch.
"DvsFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/VmwareDistributedVirtualSwitch/{moId}/UpdateDVSHealthCheckConfig_Task