CimInstanceToken - Global
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
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.
Name | Type | Description |
---|---|---|
cimomip | String |
Type | Description |
---|---|
String | The hash token |
CimInstanceToken - parse(XMLObj instance)
Parses the instance token.
Name | Type | Description |
---|---|---|
instance | XMLObj | The CIM instance |
Type | Description |
---|---|
String | The parsed instance token, for example, CIM_ClassName{Key1='Value1',Key2='Value2'} |