[Contents] [Prev] [Next] [Index] [Report an Error]

hardware_inventory Table

The hardware_inventory database table stores information about all hardware components installed in devices added in JUNOScope. Table 39 shows the fields and columns in the hardware_inventory table.

Table 39: hardware_inventory Table

Field

Type

Null

Key

Default

Extra

id

int(11)

PRI

  

auto_increment

device_id

int(11)

  

0

 

chassis_id

varchar(20)

    

version

varchar(20)

    

part_number

varchar(20)

    

serial_number

varchar(20)

    

name

varchar(40)

    

module

varchar(40)

Yes

   

submodule

varchar(40)

Yes

   

subsubmodule

varchar(40)

Yes

   

description

varchar(40)

    

comment

text

Yes

   

last_scanned

timestamp(14)

Yes

   

last_modified

timestamp(14)

Yes

   

created_on

timestamp(14)

Yes

   

deleted_on

timestamp(14)

Yes

   

[Contents] [Prev] [Next] [Index] [Report an Error]