2.16 NC_IAMT Table

The NC_IAMT table contains the inventory data associated with Intel AMT enabled devices.

Column

Key

Type

Null

Description

ComponentOID

PK, FK

binary(16)

No

An internal ID number used as a primary key.

BIOSVendor

varchar2(255)

The BIOS vendor.

BIOSVersion

varchar2(12)

The BIOS version.

IPAddress

varchar2(42)

The IP address associated with an Intel AMT enabled device.

SubnetMask

 

varchar2(42)

 

Subnet Mask associated with the Intel AMT enabled device.

DefaultGateway

 

varchar2(42)

 

The Default Gateway.

NetworkDNS

 

varchar2(42)

 

The Network DNS.

Hostname

 

varchar2(64)

 

The host name.

NetworkDomain

 

varchar2(64)

 

The Network Domain name.

ProvisioningMode

 

varchar2(32)

 

The Provisioning Mode of the Intel AMT device.

IsPresent

 

bit

No

True(1) indicates if Intel AMT is present.

IsEnabled

 

bit

No

True(1) indicates if Intel AMT is enabled.

NOTE:

  • The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.