engine_info
Administrative information for all Engines that have ever logged in to this Director.
Primary key: pk_engine_info(engine_id)
|
Column name |
Data type |
Description |
|
engine_id |
bigint not null |
The unique ID of the Engine |
|
username |
varchar(255) |
The user name used by the Engine |
|
guid |
varchar(255) |
Another unique such as a MAC address |
|
IP |
varchar(255) |
The IP address used by the Engine |
|
install_date |
timestamp |
When the Engine was installed |