Vmware Distributed Virtual Switch Perform Dvs Product Spec Operation Task
This method updates the DistributedVirtualSwitch product specifications.
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 9.0.0.0 APIs.
"PerformDvsProductSpecOperationRequestType Object"
The operation. See DistributedVirtualSwitchProductSpecOperationTypeEnum for valid values. For VmwareDistributedVirtualSwitch, only upgrade is valid.
The product info of the implementation.
Returns a Task object with which to monitor the operation.
"MoRefTask Object"
NotSupported: If called directly on a host.
DvsFault: if operation fails on any host or if there are other update failures.
DvsNotAuthorized: if login-session's extension key does not match the switch's configured extensionKey.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/VmwareDistributedVirtualSwitch/{moId}/PerformDvsProductSpecOperation_Task