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

23 lines
870 B
ReStructuredText
Raw Permalink Normal View History

Hwprobe
~~~~~~~
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``","hwprobe","general","get",""
2022-10-19 11:21:08 -04:00
"``POST``","hwprobe","general","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/sysutils/hw-probe/src/opnsense/mvc/app/models/OPNsense/Hwprobe/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``","hwprobe","service","reconfigure",""
"``GET``","hwprobe","service","report",""
2022-10-19 11:21:08 -04:00
"``POST``","hwprobe","service","restart",""
"``POST``","hwprobe","service","start",""
2021-03-08 06:22:26 -05:00
"``GET``","hwprobe","service","status",""
2022-10-19 11:21:08 -04:00
"``POST``","hwprobe","service","stop",""