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

CimInstanceToken- Global

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.

Parent Topic:Server API reference

CimInstanceToken - getHashToken(String cimomip)

Parses the instance token.

NameTypeDescription
cimomipString 
TypeDescription
StringThe hash token

CimInstanceToken - parse(XMLObj instance)

Parses the instance token.

NameTypeDescription
instanceXMLObjThe CIM instance
TypeDescription
StringThe parsed instance token, for example, CIM_ClassName{Key1='Value1',Key2='Value2'}