Io Filter Manager Upgrade Io Filter Task
Upgrade an IO Filter on a compute resource.
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 IoFilterManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"UpgradeIoFilterRequestType Object"
The filter to be upgraded.
The compute resource that the filter is installed on. "compRes" must be a cluster.
The URL that points to the new IO Filter VIB package.
This specifies SSL trust policy IoFilterManagerSslTrust for the given VIB URL. If unset, the server certificate is validated against the trusted root certificates.
Since: vSphere API Release 8.0.3.0
This method returns a Task object with which to monitor the operation. The task is set to success if all the hosts in the compute resource are upgraded successfully. If the task fails, first check error to see the error. If the error indicates that upgrade has failed on the hosts, use QueryIoFilterIssues to get the detailed errors occurred during upgrade on each host.
The dynamic privilege check ensures that the user must have Host.Config.Maintenance and Host.Config.Patch privileges for all the hosts in the compute resource.
"MoRefTask Object"
InvalidArgument: if "compRes" is a standalone host; or if the VIB package pointed by "vibUrl" is not an upgrade of the IO Filter specified by "filterId".
NotFound: if the filter specified by "filterId" is not installed on the cluster.
InvalidState: if "compRes" is a cluster and DRS is disabled on the cluster.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/IoFilterManager/{moId}/UpgradeIoFilter_Task