Health Update Manager Remove Monitored Entities
The provider monitors fewer managed entities.
Required privileges: HealthUpdateProvider.Update
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 8.0.2.0 APIs.
"RemoveMonitoredEntitiesRequestType Object"
The provider id.
The entities that are no longer monitored by this provider.
No Content
NotFound: If no provider with this id is registered.
InvalidState: If any of the entities is a part of an InfraUpdateHa cluster that has the provider enabled.
NotSupported: If the http session user does not match the user who registered the provider, or if the http session cannot be retrieved.
InvalidArgument: - If any of the specified entities is not of type HostSystem. - If there are duplicate entities in the given entities list. - If any of the entities is already not being monitored by the specified provider.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/RemoveMonitoredEntities