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

CIIdentifierResult- Global

The CIIdentifierResult script include provides methods that return the result returned by a configuration item identifier.

Use with any server-side discovery script.

Parent Topic:Server API reference

CIIdentifierResult - CIIdentifierResult(Array matched, Boolean matchable, Boolean terminatedChain)

Creates an instance of the CIIdentifierResult class.

NameTypeDescription
matchedArrayAn array of sys_ids of matching CIs; may have any number of entries including zero.
matchableBooleanTrue if identifier had sufficient data to match
terminatedChainBooleanTrue if the identifier chain should stop processing filters. False to continue.