GET /api2/system/syslog/system
adminGET /api2/system/syslog/application
adminOnly the last (up to) 100 lines of logs gets returned.
Shows the last returned character's the position in the log file.
DELETE /api2/system/syslog/system
adminDELETE /api2/system/syslog/application
adminGET /api2/system/syslog/servers
adminGET /api2/system/syslog/servers/$
adminPOST /api2/system/syslog/servers
adminPUT /api2/system/syslog/servers/$
adminDELETE /api2/system/syslog/servers/$
admin[
{
"id":1,
"hostname":"192.168.1.3",
"port": 514,
"protocol":"udp/tcp",
"log_type":"system/app/both",
"priority":"alert/emerg/alert/crit/error/warning/notice/info/debug",
"active":true
}
]