ProbeHandlerCim - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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

    表 : 1. Parameters
    Name Type Description
    None
    表 : 2. Returns
    Type Description
    String The CIM fields to fetch

    ProbeHandlerCim - getNamespace()

    Returns the CIM name space.

    表 : 3. Parameters
    Name Type Description
    None
    表 : 4. Returns
    Type Description
    String The name space

    ProbeHandlerCim - getParameters()

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

    表 : 5. Parameters
    Name Type Description
    None
    表 : 6. Returns
    Type Description
    String A hash map of the parameters

    ProbeHandlerCim - run()

    Runs the probe.

    表 : 7. Parameters
    Name Type Description
    None
    表 : 8. Returns
    Type Description
    void

    ProbeHandlerCim - setProbeParameters(Object params)

    Sets the probe parameters.

    表 : 9. Parameters
    Name Type Description
    params Object The parameters to add
    表 : 10. Returns
    Type Description
    void