You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/development/api/plugins/udpbroadcastrelay.rst

31 lines
1.5 KiB
ReStructuredText

Udpbroadcastrelay
~~~~~~~~~~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","udpbroadcastrelay","service","config",""
"``GET``","udpbroadcastrelay","service","get",""
"``POST``","udpbroadcastrelay","service","reload",""
"``POST``","udpbroadcastrelay","service","restart","$uuid"
"``POST``","udpbroadcastrelay","service","set",""
"``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","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"