ProbeHandlerCim - Global
The ProbeHandlerCim script include provides methods to configures a Common Information Model (CIM) probe.
You can use this script include in any server-side script where you need to configure a CIM probe.
ProbeHandlerCim - getCimQueries()
Returns a string containing the CIM fields to fetch
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| String | The CIM fields to fetch |
ProbeHandlerCim - getNamespace()
Returns the CIM name space.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| String | The name space |
ProbeHandlerCim - getParameters()
Returns a hash map of the parameters added by this probe handler.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| String | A hash map of the parameters |
ProbeHandlerCim - run()
Runs the probe.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| void |
ProbeHandlerCim - setProbeParameters(Object params)
Sets the probe parameters.
| Name | Type | Description |
|---|---|---|
| params | Object | The parameters to add |
| Type | Description |
|---|---|
| void |