IBM License Metric Tool (ILMT) and BigFix Inventory transform maps for v1 APIs
-
- UpdatedAug 3, 2023
- 4 minutes to read
- Vancouver
- Software Asset Management
When you import data from the IBM License Metric Tool (ILMT) or BigFix Inventory using version 1 of the ILMT and BigFix Inventory integration APIs, your ServiceNow instance uses transform maps to process this data into ServiceNow tables.
Default ILMT and BigFix Inventory transform maps
By default, ServiceNow provides the following transform maps for ILMT and BigFix Inventory data when you are using version 1 of the ILMT and BigFix Inventory APIs:
Transform Map | Source Table | Target Table | Description |
---|---|---|---|
ILMT Computer Identity V1 | Computer [imp_samp_ilmt_computer_system] | Computer [cmdb_ci_computer] | Processes identification data for your virtual machines (VMs) and hosts. The ILMT Computer Identity V1 transform map uses the CMDB IRE API to create a configuration item (CI) record for each VM or host in the Computer [cmdb_ci_computer] table. If a VM uses the same hardware serial number as its host, the transform map creates a CI record for only the host. For more information on the CMDB IRE API, see Identification and Reconciliation engine (IRE). Note: ServiceNow does not support hardware serial numbers containing
periods (.). |
ILMT Software Instance | ILMT Software Instance [imp_samp_ilmt_sw_instance] | Global [global] | Processes installation data for each IBM software component and product on your VMs and hosts. Software components are the independent units of software that you install or run on a VM. You can identify but not license software components individually. Software products are the units of software packaging on a host that can comprise of a collection of software components. You can license the software product as a whole. For more information on software components and products, refer to the IBM Knowledge Center. The ILMT Software Instance transform map creates a record for each IBM software component and product installation in the IBM Peak Consumption [samp_ilmt_sw_install] table. Note: Although software products are not actual software installations, the transform map
treats them as installations so that you can update and track license usage against each
software product for reconciliation and compliance purposes. |
ILMT Software License Usage | License Consumption [imp_samp_ilmt_license_usage] | Global [global] | Processes license usage data for your IBM software products. You can use this data to reconcile your IBM software products and verify compliance. Note: License usage data is reported against physical hosts only, as IBM
software products are licensed based on physical host usage and not virtual machine (VM)
usage.
The ILMT Software License Usage transform map updates license usage data on corresponding records in the IBM Peak Consumption [samp_ilmt_sw_install] table. If a corresponding record does not exist, the transform map creates a record for your license usage data with the version set to Not reported. |
ILMT and BigFix Inventory data processing
Each ILMT and BigFix Inventory transform map processes data using field maps or transform map scripts.
- ILMT Computer Identity V1 transform map
The ILMT Computer Identity V1 transform map processes data from the source Computer [imp_samp_ilmt_computer_system] table to the target Computer [cmdb_ci_computer] table using both field maps and a transform map script.
By default, the ILMT Computer Identity V1 transform map includes the following field maps:
In addition to using field maps, the transform map processes data using the onAfter transform map script, which is an event script that processes at the end of each row transformation. For more information on this transform map script, see Map with transformation event scripts.
- ILMT Software Instance transform map
The ILMT Software Instance transform map processes data from the source ILMT Software Instance [imp_samp_ilmt_sw_instance] table to the target IBM Peak Consumption [samp_ilmt_sw_install] table using the onComplete transform map script. The onComplete transform map script is an event script that processes at the end of an import. For more information on this transform map script, see Map with transformation event scripts.
- ILMT Software License Usage transform map
The ILMT Software License Usage transform map processes data from the source License Consumption [imp_samp_ilmt_license_usage] table to the target IBM Peak Consumption [samp_ilmt_sw_install] table 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.