Io Filter Manager Query Io Filter Info

Io Filter Manager Query Io Filter Info

Return the information for the IO Filters that are installed on the cluster.

Required privileges: System.View

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/IoFilterManager/{moId}/QueryIoFilterInfo
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 IoFilterManager/{moId}.

string
release
Required

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


Request Body
QueryIoFilterInfoRequestType of type(s) application/json
Required
"QueryIoFilterInfoRequestType Object"
compRes
Required

The compute resource. "compRes" must be a cluster.

Authentication
This operation uses the following authentication methods.
Responses
200

An array of ClusterIoFilterInfo objects that contain the information for the IO Filters that are installed on the compute resource.

[
    "ClusterIoFilterInfo Object"
]
Optional

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