CIIdentification - Global

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • 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.

    CIIdentification - CIIdentification(String ciData, String logger)

    Creates an instance of the CIIdentification class.

    Tabelle : 1. Parameters
    Name Type Description
    ciData String The CI data to identify
    logger String The discovery logger

    CIIdentification - debug(String msg)

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

    Tabelle : 2. Parameters
    Name Type Description
    msg String The message to log
    Tabelle : 3. Returns
    Type Description
    void

    CIIdentification - process()

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

    Tabelle : 4. Parameters
    Name Type Description
    None
    Tabelle : 5. Returns
    Type Description
    IDResult The result returned by the identifier