Inventory Object: InstalledInstallerEvidence
InstalledInstallerEvidence
objects are uploaded
to the ImportedInstalledInstallerEvidence
table in the
operations (inventory) database. Multiple imports will merge
updated data with existing records, and add new records as
applicable.
The ImportedInstalledInstallerEvidence
table holds a record of the installer evidence that has been installed on a computer from the source connections.
Attributes are listed here in alphabetical order.
Property | Attributes | Notes |
---|---|---|
DiscoveryDate
|
An ASCII string of alphanumeric characters and punctuation (length 10 characters). May be null. |
The date that the installer evidence was first seen. |
ExternalComputerID
|
Unsigned integer (bigint ). Mandatory. Database key. |
The identifier used in the source connection for the computer that the installer evidence is installed on. Note: Strictly, this attribute may be null, because it forms
part of a compound database key. However, null values may cause import
errors (where this object does not get imported), and multiple records
from the same connection having nulls may cause data loss through
over-writing. It is therefore best practice to treat this field as
mandatory.
|
ExternalInstaller EvidenceID
|
Unsigned integer (bigint ). Mandatory. Database key. |
The identifier used in the source connection for the installer evidence. Note: Strictly, this attribute may be null, because it forms
part of a compound database key. However, null values may cause import
errors (where this object does not get imported), and multiple records
from the same connection having nulls may cause data loss through
over-writing. It is therefore best practice to treat this field as
mandatory.
|
ExternalInstanceID
|
Unsigned integer (bigint ). Mandatory. Database key. |
The identifier used in the source connection for the instance that the installer evidence is associated with. Note: Strictly, this attribute may be null, because it forms
part of a compound database key. However, null values may cause import
errors (where this object does not get imported), and multiple records
from the same connection having nulls may cause data loss through
over-writing. It is therefore best practice to treat this field as
mandatory.
|
InstallDate
|
An ASCII string of alphanumeric characters and punctuation (length 10 characters). May be null. |
The install date of the installer evidence. |
FlexNet Manager Suite (On-Premises)
2024 R1