Transform maps for IBM License Metric Tool (ILMT) and BigFix Inventory integration v2 APIs

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:4分
  • When you import data from the IBM License Metric Tool (ILMT) or BigFix Inventory using version 2 of the ILMT and BigFix Inventory integration APIs, your ServiceNow instance uses a default transform map to process this data into ServiceNow tables.

    Default ILMT and BigFix Inventory transform map

    By default, the ServiceNow AI Platform provides the ILMT Software License Usage transform map to process the IBM license usage data that you import using version 2 of the ILMT and BigFix Inventory integration APIs. When you import this data into your ServiceNow instance, it is added to the source ILMT Product Usage Staging [ilmt_v2_product_usage_staging] and ILMT Device Usage Staging [ilmt_v2_device_usage_staging] tables. The ILMT Software License Usage transform map then uses the following table mappings to map the data from these source tables to the corresponding target tables:

    表 : 1. ILMT Software License Usage transform map table mappings
    Source Table Target Table
    ILMT Product Usage Staging [ilmt_v2_product_usage_staging]
    注:
    Data that is imported into this table is reported against your discovered IBM software products.
    ILMT Product Usage [ilmt_v2_product_usage]
    ILMT Device Usage Staging [ilmt_v2_device_usage_staging]
    注:
    Data that is imported into this table is reported against the hosts that are running your IBM software products.
    注:
    You can import data into this table only if you are using ILMT version 9.2.24 or later. You cannot import data into this table if you are using ILMT version 9.2.23 or earlier or if you are using BigFix Inventory.
    ILMT Product Usage Per Server [ilmt_v2_usage_per_server]
    ILMT Discovered Computer [ilmt_discovered_computer]

    After the data is successfully mapped, it is updated in the corresponding target table records. You can then use the updated target table data to reconcile your IBM software products and verify compliance.

    ILMT and BigFix Inventory data processing

    The ILMT Software License Usage transform map processes data by using the onStart transform map script. The onStart transform map script is an event script that processes at the beginning of an import. For more information on this transform map script, see Map with transformation event scripts.