SystemLogListItem
Item de la liste des logs système
idId (string)required
levelLogLevel (string)required
Possible values: [debug, info, warning, error, critical]
action_typeActionType (string)required
Possible values: [login, logout, create, update, delete, admin_action, system_error, security_event]
messageMessage (string)required
user_id object
anyOf
- string
- null
string
user_email object
anyOf
- string
- null
string
ip_address object
anyOf
- string
- null
string
user_agent object
anyOf
- string
- null
string
created_atstring<date-time>required
SystemLogListItem
{
"id": "string",
"level": "debug",
"action_type": "login",
"message": "string",
"user_id": "string",
"user_email": "string",
"ip_address": "string",
"user_agent": "string",
"created_at": "2024-07-29T15:51:28.071Z"
}