ProbeHandlerCim - Global
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- API reference
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The ProbeHandlerCim API provides methods to configures a CIM probe.
Use 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 - setProbeParameters(Object params)
Sets the probe parameters.
Name | Type | Description |
---|---|---|
params | Object | The parameters to add |
Type | Description |
---|---|
void |
ProbeHandlerCim - run()
Runs the probe.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |