Health Update Manager Add Filter
Adds health update filters.
Required privileges: Host.Inventory.EditCluster
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 HealthUpdateManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"AddFilterRequestType Object"
The provider identifier.
The filter name.
The list of HealthUpdateInfo IDs that should be filtered.
The filter identifier.
NotFound: If no provider with this id is registered.
InvalidArgument: - If filter name exceeds the maximum length limit of 56 characters. - If a filter with this name already exists for this provider. - If infoIds list contains a HealthUpdateInfo id which is not associated with the specified provider. - If there are duplicate HealthUpdateInfo ids in the infoIds list.
"NotFound Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/AddFilter