CMDB管理者は、外部データをCMDBにインポートする必要があります。重複データの作成リスクを軽減し、不正なソースからの更新を防ぐため、識別・調整エンジン(IRE)がバイパスされないようにする必要があります。 識別および調整 API を使用して CMDB にデータをインポートするための推奨方法は何ですか?
正解:A
In ServiceNow, protecting CMDB data quality during ingestion is a core Data Foundations principle. The Identification and Reconciliation Engine (IRE) is designed to ensure that CI records are uniquely identified, merged correctly, and protected from unauthorized overwrites. Any ingestion method that bypasses IRE introduces a high risk of duplicates and data corruption. IntegrationHub ETL is the recommended method because it is natively designed to work with the Identification and Reconciliation API. When properly configured, IntegrationHub ETL ensures that incoming data is processed through IRE, applying identification rules, reconciliation rules, and source precedence. This allows multiple data sources to coexist safely while maintaining CMDB integrity.