mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-19 15:25:23 +00:00
Add client endpoint to network log
This commit is contained in:
@@ -100,6 +100,7 @@ export type QueryConnectionAuditLogResponse = {
|
||||
orgId: string | null;
|
||||
siteId: number | null;
|
||||
clientId: number | null;
|
||||
clientEndpoint: string | null;
|
||||
userId: string | null;
|
||||
sourceAddr: string;
|
||||
destAddr: string;
|
||||
|
||||
Reference in New Issue
Block a user