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://{vcenter-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 8.0.2.0 APIs.


Request Body
QueryIoFilterInfoRequestType of type(s) application/json
Required
{
    "compRes": {
        "type": "string",
        "value": "string"
    }
}
compRes
Required

Reference to an instance of the ComputeResource managed object.

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.

Returns Array of ClusterIoFilterInfo of type(s) application/json
[
    {
        "_typeName": "string",
        "id": "string",
        "name": "string",
        "vendor": "string",
        "version": "string",
        "type": "string",
        "summary": "string",
        "releaseDate": "string",
        "opType": "string",
        "vibUrl": "string"
    }
]