2
0
mirror of https://github.com/opnsense/docs synced 2024-11-17 03:25:33 +00:00
opensense-docs/source/development/api/plugins/udpbroadcastrelay.rst
2020-07-19 19:34:24 +02:00

27 lines
1.3 KiB
ReStructuredText

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