Troubleshooting
Troubleshooting of PBX system.
Last updated
Troubleshooting of PBX system.
Last updated
GET /api/audit_logs HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1,
"items": [
{
"id": null,
"created_at": null,
"source": null,
"ip": null,
"action": null,
"object_type": null,
"user_name": null,
"object_name": null,
"old_state": null,
"new_state": null
}
]
}GET /api/event_logs HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1,
"items": [
{
"id": null,
"created_at": null,
"level": null,
"source": null,
"message": null
}
]
}