2025-05-01 13:06:32 +02:00

30 lines
1.2 KiB
ReStructuredText

Syslog
~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","syslog","service","reconfigure",""
"``POST``","syslog","service","reset",""
"``POST``","syslog","service","restart",""
"``POST``","syslog","service","start",""
"``GET``","syslog","service","stats",""
"``GET``","syslog","service","status",""
"``POST``","syslog","service","stop",""
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","syslog","settings","add_destination",""
"``POST``","syslog","settings","del_destination","$uuid"
"``GET``","syslog","settings","get",""
"``GET``","syslog","settings","get_destination","$uuid=null"
"``GET,POST``","syslog","settings","search_destinations",""
"``POST``","syslog","settings","set",""
"``POST``","syslog","settings","set_destination","$uuid"
"``POST``","syslog","settings","toggle_destination","$uuid,$enabled=null"
"``<<uses>>``", "", "", "", "*model* `Syslog.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Syslog/Syslog.xml>`__"