Health Update Manager Remove Filter

Health Update Manager Remove Filter

Removes the specified filter.

Required privileges: Host.Inventory.EditCluster

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/RemoveFilter
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
RemoveFilterRequestType of type(s) application/json
Required
"RemoveFilterRequestType Object"
string
filterId
Required

The filter id.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

500

NotFound: If no filter with this id is registered.

Returns NotFound of type(s) application/json
"NotFound Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/RemoveFilter