Aller au contenu principal

SystemLogDetailResponse

Détails complets d'un log 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
details object
anyOf
object
user_id object
anyOf
string
user_email object
anyOf
string
ip_address object
anyOf
string
user_agent object
anyOf
string
request_id object
anyOf
string
session_id object
anyOf
string
endpoint object
anyOf
string
method object
anyOf
string
status_code object
anyOf
integer
response_time object
anyOf
number
created_atstring<date-time>required
metadata object
anyOf
object
SystemLogDetailResponse
{
"id": "string",
"level": "debug",
"action_type": "login",
"message": "string",
"details": {},
"user_id": "string",
"user_email": "string",
"ip_address": "string",
"user_agent": "string",
"request_id": "string",
"session_id": "string",
"endpoint": "string",
"method": "string",
"status_code": 0,
"response_time": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"metadata": {}
}