ImportedILMTVMMapping Table

The ImportedILMTVMMapping table is used by the importer to keep a history of all Virtual Machine IDs (adm.VM records) that have been imported from ILMT data sources.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedILMTVMMapping table

Database Column

Details

ComplianceConnectionID

Type: integer. Key

The identifier of a data source connection in the ComplianceConnection table.

OriginalID

Type: big integer. Key

The agent ID of this agent in the ILMT database.

MappedID

Type: integer. Generated ID

A unique integer value we can use as an ‘external ID’ safely in the ImportedComputer table.