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

27 lines
1.1 KiB
ReStructuredText
Raw Permalink Normal View History

2025-12-10 14:48:52 -05:00
Ndpproxy
~~~~~~~~
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
2026-01-28 14:47:37 -05:00
"``POST``","ndpproxy","general","add_alias",""
"``POST``","ndpproxy","general","del_alias","$uuid"
2025-12-10 14:48:52 -05:00
"``GET``","ndpproxy","general","get",""
2026-01-28 14:47:37 -05:00
"``GET``","ndpproxy","general","get_alias","$uuid=null"
"``GET,POST``","ndpproxy","general","search_alias",""
2025-12-10 14:48:52 -05:00
"``POST``","ndpproxy","general","set",""
2026-01-28 14:47:37 -05:00
"``POST``","ndpproxy","general","set_alias","$uuid"
2025-12-10 14:48:52 -05:00
"``<<uses>>``", "", "", "", "*model* `NdpProxy.xml <https://github.com/opnsense/plugins/blob/master/net/ndp-proxy-go/src/opnsense/mvc/app/models/OPNsense/NdpProxy/NdpProxy.xml>`__"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","ndpproxy","service","reconfigure",""
"``POST``","ndpproxy","service","restart",""
"``POST``","ndpproxy","service","start",""
"``GET``","ndpproxy","service","status",""
"``POST``","ndpproxy","service","stop",""