mirror of
https://github.com/opnsense/docs
synced 2024-11-05 06:00:36 +00:00
31 lines
1.3 KiB
ReStructuredText
31 lines
1.3 KiB
ReStructuredText
Zerotier
|
|
~~~~~~~~
|
|
|
|
.. csv-table:: Resources (NetworkController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","zerotier","network","add",""
|
|
"``POST``","zerotier","network","del","$uuid=null"
|
|
"``GET``","zerotier","network","get","$uuid=null"
|
|
"``GET``","zerotier","network","get",""
|
|
"``GET``","zerotier","network","info","$uuid=null"
|
|
"``GET``","zerotier","network","search",""
|
|
"``POST``","zerotier","network","set","$uuid=null"
|
|
"``POST``","zerotier","network","set",""
|
|
"``POST``","zerotier","network","toggle","$uuid=null"
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Zerotier.xml <https://github.com/opnsense/plugins/blob/master/net/zerotier/src/opnsense/mvc/app/models/OPNsense/Zerotier/Zerotier.xml>`__"
|
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``GET``","zerotier","settings","get",""
|
|
"``GET``","zerotier","settings","get",""
|
|
"``POST``","zerotier","settings","set",""
|
|
"``POST``","zerotier","settings","set",""
|
|
"``GET``","zerotier","settings","status",""
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Zerotier.xml <https://github.com/opnsense/plugins/blob/master/net/zerotier/src/opnsense/mvc/app/models/OPNsense/Zerotier/Zerotier.xml>`__"
|