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

31 lines
1.5 KiB
ReStructuredText
Raw Permalink Normal View History

2020-07-19 13:34:24 -04:00
Udpbroadcastrelay
~~~~~~~~~~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
2024-11-27 05:37:44 -05:00
"``GET``","udpbroadcastrelay","service","config",""
2021-03-08 06:22:26 -05:00
"``GET``","udpbroadcastrelay","service","get",""
2024-11-27 05:37:44 -05:00
"``GET``","udpbroadcastrelay","service","reload",""
"``GET``","udpbroadcastrelay","service","restart","$uuid"
2022-10-19 11:21:08 -04:00
"``POST``","udpbroadcastrelay","service","set",""
2024-11-27 05:37:44 -05:00
"``GET``","udpbroadcastrelay","service","start","$uuid"
"``GET``","udpbroadcastrelay","service","status","$uuid"
"``GET``","udpbroadcastrelay","service","stop","$uuid"
2020-07-19 13:34:24 -04:00
"``<<uses>>``", "", "", "", "*model* `UDPBroadcastRelay.xml <https://github.com/opnsense/plugins/blob/master/net/udpbroadcastrelay/src/opnsense/mvc/app/models/OPNsense/UDPBroadcastRelay/UDPBroadcastRelay.xml>`__"
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","udpbroadcastrelay","settings","add_relay",""
"``POST``","udpbroadcastrelay","settings","del_relay","$uuid"
2021-03-08 06:22:26 -05:00
"``GET``","udpbroadcastrelay","settings","get",""
"``GET``","udpbroadcastrelay","settings","get_relay","$uuid=null"
"``GET``","udpbroadcastrelay","settings","search_relay",""
2022-10-19 11:21:08 -04:00
"``POST``","udpbroadcastrelay","settings","set",""
"``POST``","udpbroadcastrelay","settings","set_relay","$uuid"
"``POST``","udpbroadcastrelay","settings","toggle_relay","$uuid"