Health Update Manager Remove Filter Entities
Remove entities on which this filter is configured.
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.
"RemoveFilterEntitiesRequestType Object"
The filter id.
The list of removed managed entities.
No Content
NotFound: If no filter with this id is registered.
InvalidArgument: - If there are duplicate managed entities in the given entities list. - If there is a managed entity of type other than HostSystem and ClusterComputeResource. - If the entities list contains an entity which is not associated with the specified filter.
"NotFound Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/RemoveFilterEntities