[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
licensing_inventory Table
The licensing_inventory database table
stores information about all licensed features installed on devices
added in JUNOScope. Table 42 shows the fields
and columns in the licensing_inventory table.
Table 42: licensing_inventory
Table
|
Field
|
Type
|
Null
|
Key
|
Default
|
Extra
|
|
id
|
int(11)
| |
PRI
| |
auto_increment
|
|
device_id
|
int(11)
| | |
0
| |
|
feature_name
|
varchar(64)
| | | | |
|
feature_description
|
varchar(64)
| | | | |
|
licensed_count
|
int(11)
| | |
0
| |
|
used_count
|
int(11)
| | |
0
| |
|
given_count
|
int(11)
| | |
0
| |
|
given_hint
|
varchar(64)
| | | | |
|
needed_count
|
int(11)
| | |
0
| |
|
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]