2
0
mirror of https://github.com/opnsense/docs synced 2024-11-18 21:28:29 +00:00
opensense-docs/source/development/api/plugins/wol.rst

17 lines
490 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","getHost","$uuid=null"
"``GET``","wol","wol","getwake",""
"``*``","wol","wol","searchHost",""
"``POST``","wol","wol","set",""
"``POST``","wol","wol","setHost","$uuid"
"``POST``","wol","wol","wakeall",""