Stores the results of patch inventories performed on devices, including vendor and version of the API used
Data model

Fields
Field |
Type |
Description |
created_date* |
DATETIME |
Scan result log creation date |
device_id* |
INT |
Scanned device identifier |
id* |
INT |
Unique identifier of the scan result |
inventory_date* |
DATETIME |
Date on which it was carried out? Patch inventory on the device |
provider_id* |
SMALLINT |
Scan Vendor Identifier |
version |
VARCHAR (50) |
Version of the Scan API Used to Generate the Inventory |
Primary Key
References
Column |
Referenced Table |
Referenced column |
Name |
device_id* |
dbo.AAM_DEVICE |
id |
FK01_APM_SCAN_RESULT |