Host Kernel Module System Query Configured Module Option String
Query the options configured to be passed to the kernel module when loaded.
Note that this is not necessarily the option string currently in use by the kernel module.
Required privileges: Host.Config.Settings
Request
URI
POST
https://{api_host}/sdk/vim25/{release}/HostKernelModuleSystem/{moId}/QueryConfiguredModuleOptionString
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 HostKernelModuleSystem/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Request Body
QueryConfiguredModuleOptionStringRequestType
of type(s)
application/json
Required
"QueryConfiguredModuleOptionStringRequestType Object"
string
name
Required
Module name.
Responses
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostKernelModuleSystem/{moId}/QueryConfiguredModuleOptionString
On This Page
Host Kernel Module System Operations
POST
Host Kernel Module System Query Configured Module Option String
POST
Host Kernel Module System Query Modules
POST
Host Kernel Module System Update Module Option String