---
sourceDocument: Australia Asset Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-asset-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Asset Management

ft:clusterId :

    - itam

bundleId :

    - itam

workflow :

    - Technology


---

# Transform maps for v1 APIs

# Transform maps for IBM License Metric Tool (ILMT) and BigFix Inventory integration v1 APIs {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read

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 {#ibm-transform-maps__section_drc_jd3_rmb}

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:
{#ibm-transform-maps__table_q4n_vhh_rmb__entry__4}

| 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)](https://www.servicenow.com/docs/access?context=ire&version=australia&pubname=australia-servicenow-platform&ft:locale=en-US). 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](https://www.ibm.com/support/knowledgecenter/SS8JFY_9.2.0/com.ibm.lmt.doc/Inventory/overview/c_offerings_software_products_components.html). 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. |
[Table 1. Default ILMT and BigFix Inventory transform maps]

{#ibm-transform-maps__table_q4n_vhh_rmb}

## ILMT and BigFix Inventory data processing {#ibm-transform-maps__section_mpn_syh_rmb}

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:
    {#ibm-transform-maps__table_whz_34h_rmb__entry__3}

    | Source Field | Target Field | Description |
    |-|-|-|
    | u_ip_address | ip_address | IP address of the host or virtual machine. |
    | u_dns_name | dns_domain | Domain name of the host or virtual machine. |
    | u_server_processors | cpu_count | Number of CPUs or virtual CPUs (vCPUs) on the host or virtual machine. |
    | u_host_name | name | Name of the host or virtual machine. |
    | u_processor_brand_string | cpu_name | Brand name of the CPU or vCPU on the host or virtual machine (for example, IBM). |
    | u_server_cores | cpu_core_count | Number of CPU or vCPU cores on the host or virtual machine. |
    | \[Script\] | discovery_source | Discovery source that pulls in IBM software installation data. Possible values are ILMT or BigFix Inventory. |
    | \[Script\] | virtual | Option indicating whether a machine is virtual. |
    | u_processor_brand | cpu_type | Type of CPU or vCPU on the host or virtual machine (for example, dual core CPU). |
    | u_hardware_serial_number | serial_number | Serial number that identifies the host. |
    [Table 2. Default field maps]

    {#ibm-transform-maps__table_whz_34h_rmb}

    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](https://www.servicenow.com/docs/access?context=r_MapWithTransformationEventScripts&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).

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](https://www.servicenow.com/docs/access?context=r_MapWithTransformationEventScripts&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).

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](https://www.servicenow.com/docs/access?context=r_MapWithTransformationEventScripts&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).


