How-To Guides
...
Table Catalog
aioc.t_user_auth_log
1 min
table where the logs are saved when trying to log in to the interface column data type description id character varying(255) authentication id user id character varying(255) if the entered user name matches an id in the user table, its id is returned if not, the username information entered in the interface is logged here log time timestamp time of log in attempt event integer allows 1/0 entries 1 means unsuccessful, 0 means successful event source character varying(255) event source for the authentication log like ui, api, tacac client ip character varying(255) source ip that sends auth request params character varying(255) stores information about the connection for example, for an incorrect username information, an input such as "no such user x" is stored here nas ip character varying(255) the ip address of the target device nas hostname character varying(255) the ip hostname of the target device user eid character varying(255) user name entered in the interface instance name character varying(255) name of the application started by the server db id bigint table's primary id