opnsense-docs/source/development/api/plugins/udpbroadcastrelay.rst
2024-11-27 11:37:44 +01:00

30 lines
1.5 KiB
ReStructuredText

Udpbroadcastrelay
~~~~~~~~~~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","udpbroadcastrelay","service","config",""
"``GET``","udpbroadcastrelay","service","get",""
"``GET``","udpbroadcastrelay","service","reload",""
"``GET``","udpbroadcastrelay","service","restart","$uuid"
"``POST``","udpbroadcastrelay","service","set",""
"``GET``","udpbroadcastrelay","service","start","$uuid"
"``GET``","udpbroadcastrelay","service","status","$uuid"
"``GET``","udpbroadcastrelay","service","stop","$uuid"
"``<<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","addRelay",""
"``POST``","udpbroadcastrelay","settings","delRelay","$uuid"
"``GET``","udpbroadcastrelay","settings","get",""
"``GET``","udpbroadcastrelay","settings","getRelay","$uuid=null"
"``GET``","udpbroadcastrelay","settings","searchRelay",""
"``POST``","udpbroadcastrelay","settings","set",""
"``POST``","udpbroadcastrelay","settings","setRelay","$uuid"
"``POST``","udpbroadcastrelay","settings","toggleRelay","$uuid"