opnsense-docs/source/development/api/plugins/softether.rst

22 lines
845 B
ReStructuredText
Raw Permalink Normal View History

2021-03-08 06:22:26 -05:00
Softether
~~~~~~~~~
2025-05-01 04:05:15 -04:00
.. csv-table:: Resources (GeneralController.php)
2021-03-08 06:22:26 -05:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","softether","general","get",""
2022-10-19 11:21:08 -04:00
"``POST``","softether","general","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/security/softether/src/opnsense/mvc/app/models/OPNsense/Softether/General.xml>`__"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
2022-10-19 11:21:08 -04:00
"``POST``","softether","service","reconfigure",""
"``POST``","softether","service","restart",""
"``POST``","softether","service","start",""
2021-03-08 06:22:26 -05:00
"``GET``","softether","service","status",""
2022-10-19 11:21:08 -04:00
"``POST``","softether","service","stop",""