mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
EventManager: add datetime placeholder
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -1041,6 +1041,7 @@
|
||||
"ip": "Client IP address",
|
||||
"role": "User or admin role",
|
||||
"timestamp": "Event timestamp as nanoseconds since epoch",
|
||||
"datetime": "Event timestamp formatted as YYYY-MM-DDTHH:MM:SS.ZZZ",
|
||||
"email": "For filesystem events, this is the email associated with the user performing the action. For the provider events, this is the email associated with the affected user or admin. Blank in all other cases",
|
||||
"object_data": "Provider object data serialized as JSON with sensitive fields removed",
|
||||
"object_data_string": "Provider object data as JSON escaped string with sensitive fields removed",
|
||||
|
||||
@@ -1041,6 +1041,7 @@
|
||||
"ip": "Indirizzo IP del client",
|
||||
"role": "Ruolo dell'utente o dell'amministratore",
|
||||
"timestamp": "Timestamp dell'evento in nanosecondi dall'epoch time",
|
||||
"datetime": "Timestamp dell'evento formattato come YYYY-MM-DDTHH:MM:SS.ZZZ",
|
||||
"email": "Per gli eventi del file system, questa è l'e-mail associata all'utente che esegue l'azione. Per gli eventi del provider, si tratta dell'e-mail associata all'utente o all'amministratore interessato. Vuoto in tutti gli altri casi",
|
||||
"object_data": "Dati dell'oggetto provider serializzati come JSON con campi sensibili rimossi",
|
||||
"object_data_string": "Dati dell'oggetto provider serializzati come stringa JSON escaped con campi sensibili rimossi",
|
||||
|
||||
Reference in New Issue
Block a user