Console
Bases: Base
ORM model for the local console endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
mode |
str
|
Mode of the console. |
tcp_port |
int
|
TCP port of the console. |