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

19 lines
698 B
ReStructuredText
Raw Normal View History

Wol
~~~
.. csv-table:: Resources (WolController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","wol","wol","add_host",""
"``POST``","wol","wol","del_host","$uuid"
2021-03-08 06:22:26 -05:00
"``GET``","wol","wol","get",""
"``GET``","wol","wol","get_host","$uuid=null"
"``GET``","wol","wol","getwake",""
2025-05-01 07:06:32 -04:00
"``GET,POST``","wol","wol","search_host",""
2022-10-19 11:21:08 -04:00
"``POST``","wol","wol","set",""
"``POST``","wol","wol","set_host","$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>`__"