Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

Parent Topic:Server API reference

ProbeHandlerCim - getCimQueries()

Returns a string containing the CIM fields to fetch

NameTypeDescription
None  
TypeDescription
StringThe CIM fields to fetch

ProbeHandlerCim - getNamespace()

Returns the CIM name space.

NameTypeDescription
None  
TypeDescription
StringThe name space

ProbeHandlerCim - getParameters()

Returns a hash map of the parameters added by this probe handler.

NameTypeDescription
None  
TypeDescription
StringA hash map of the parameters

ProbeHandlerCim - run()

Runs the probe.

NameTypeDescription
None  
TypeDescription
void 

ProbeHandlerCim - setProbeParameters(Object params)

Sets the probe parameters.

NameTypeDescription
paramsObjectThe parameters to add
TypeDescription
void