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

CIIdentification- Global

The CIIdentification script include provides methods for discovery of configuration item (CI) identification.

Use this script include with any server-side discovery script for CI identification.

Parent Topic:Server API reference

CIIdentification - CIIdentification(String ciData, String logger)

Creates an instance of the CIIdentification class.

NameTypeDescription
ciDataStringThe CI data to identify
loggerStringThe discovery logger

CIIdentification - debug(String msg)

Logs a message to the CI Identification log if debug logging is turned on.

NameTypeDescription
msgStringThe message to log
TypeDescription
void 

CIIdentification - process()

Identifies the CI. This is the entry point for the entire CI Identification process.

NameTypeDescription
None  
TypeDescription
IDResultThe result returned by the identifier