CimInstanceToken - Global

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • The CimInstanceToken script include provides methods to represent the unique query identity of a Common Information Model (CIM) instance.

    Use with any server-side discovery script.

    CimInstanceToken - getHashToken(String cimomip)

    Parses the instance token.

    표 1. Parameters
    Name Type Description
    cimomip String
    표 2. Returns
    Type Description
    String The hash token

    CimInstanceToken - parse(XMLObj instance)

    Parses the instance token.

    표 3. Parameters
    Name Type Description
    instance XMLObj The CIM instance
    표 4. Returns
    Type Description
    String The parsed instance token, for example, CIM_ClassName{Key1='Value1',Key2='Value2'}