Server API reference › API reference › API implementation and reference
ProbeHandlerWMI- Global
The ProbeHandlerWMI script include is the discovery probe handler for Windows Management Instrumentation (WMI) probes.
You can use this script include in any server-side script where you need to configure an WMI probe.
Parent Topic:Server API reference
ProbeHandlerWMI - getParameters()
Returns the parameters added by this probe handler.
| Type | Description |
|---|
| String | A hash map of the parameters added by this probe |
ProbeHandlerWMI - getWMIFields()
Generates a string containing the WMI fields to fetch.
| Type | Description |
|---|
| String | The WMI fields to fetch. |
ProbeHandlerWMI - run()
Runs the probe.
ProbeHandlerWMI - setProbeParameters(Object params)
Sets the probe parameters.
| Name | Type | Description |
|---|
| params | Object | The probe parameters |