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.
{
"providerId": "string",
"entities": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
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.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}