mirror of
https://github.com/opnsense/docs
synced 2024-11-09 01:10:33 +00:00
31 lines
1.3 KiB
ReStructuredText
31 lines
1.3 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","restart",""
|
|
"``POST``","syslog","service","start",""
|
|
"``GET``","syslog","service","stats",""
|
|
"``GET``","syslog","service","status",""
|
|
"``POST``","syslog","service","stop",""
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Syslog.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Syslog/Syslog.xml>`__"
|
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","syslog","settings","addDestination",""
|
|
"``POST``","syslog","settings","delDestination","$uuid"
|
|
"``GET``","syslog","settings","get",""
|
|
"``GET``","syslog","settings","getDestination","$uuid=null"
|
|
"``*``","syslog","settings","searchDestinations",""
|
|
"``POST``","syslog","settings","set",""
|
|
"``POST``","syslog","settings","setDestination","$uuid"
|
|
"``POST``","syslog","settings","toggleDestination","$uuid,$enabled=null"
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Syslog.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Syslog/Syslog.xml>`__"
|