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