2
0
mirror of https://github.com/opnsense/docs synced 2024-11-05 06:00:36 +00:00
opensense-docs/source/development/api/plugins/wol.rst
2022-10-19 17:21:08 +02:00

20 lines
722 B
ReStructuredText

Wol
~~~
.. csv-table:: Resources (WolController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","wol","wol","addHost",""
"``POST``","wol","wol","delHost","$uuid"
"``GET``","wol","wol","get",""
"``GET``","wol","wol","getHost","$uuid=null"
"``GET``","wol","wol","getwake",""
"``*``","wol","wol","searchHost",""
"``POST``","wol","wol","set",""
"``POST``","wol","wol","set",""
"``POST``","wol","wol","setHost","$uuid"
"``POST``","wol","wol","wakeall",""
"``<<uses>>``", "", "", "", "*model* `Wol.xml <https://github.com/opnsense/plugins/blob/master/net/wol/src/opnsense/mvc/app/models/OPNsense/Wol/Wol.xml>`__"