Authorization: ********************curl --location --request GET '/mf_dcim//log' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "success",
"data": {
"list": [
{
"id": 123,
"host_id": 456,
"action": "reboot",
"description": "用户执行重启操作",
"ip": "192.168.1.1",
"create_time": "2024-01-15 10:30:00"
},
{
"id": 122,
"host_id": 456,
"action": "reset_password",
"description": "用户重置密码",
"ip": "192.168.1.1",
"create_time": "2024-01-15 09:15:00"
}
],
"pagination": {
"page": 1,
"pageSize": 20,
"total": 156,
"totalPages": 8
}
},
"timestamp": 1705312200000
}