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/core/routing.rst

19 lines
830 B
ReStructuredText

Routing
~~~~~~~
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","routing","settings","addGateway",""
"``POST``","routing","settings","delGateway","$uuid"
"``GET``","routing","settings","get",""
"``GET``","routing","settings","getGateway","$uuid=null"
"``POST``","routing","settings","reconfigure",""
"``GET``","routing","settings","searchGateway",""
"``POST``","routing","settings","set",""
"``POST``","routing","settings","setGateway","$uuid"
"``POST``","routing","settings","toggleGateway","$uuid,$enabled=null"
"``<<uses>>``", "", "", "", "*model* `Gateways.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Routing/Gateways.xml>`__"