diff --git a/source/development/api/plugins/bind.rst b/source/development/api/plugins/bind.rst index 7814c454..8dac4faa 100644 --- a/source/development/api/plugins/bind.rst +++ b/source/development/api/plugins/bind.rst @@ -50,6 +50,8 @@ Bind "``GET``","bind","general","get","" "``POST``","bind","general","set","" + "``GET``","bind","general","zoneshow","$zonename=null" + "``GET``","bind","general","zonetest","$zonename=null" "``<>``", "", "", "", "*model* `General.xml `__" diff --git a/source/development/api/plugins/dechw.rst b/source/development/api/plugins/dechw.rst new file mode 100644 index 00000000..37c6a7af --- /dev/null +++ b/source/development/api/plugins/dechw.rst @@ -0,0 +1,8 @@ +Dechw +~~~~~ + +.. csv-table:: Resources (InfoController.php) + :header: "Method", "Module", "Controller", "Command", "Parameters" + :widths: 4, 15, 15, 30, 40 + + "``GET``","dechw","info","powerStatus","" diff --git a/source/development/api/plugins/proxy.rst b/source/development/api/plugins/proxy.rst new file mode 100644 index 00000000..334bf0e3 --- /dev/null +++ b/source/development/api/plugins/proxy.rst @@ -0,0 +1,64 @@ +Proxy +~~~~~ + +.. csv-table:: Service (ServiceController.php) + :header: "Method", "Module", "Controller", "Command", "Parameters" + :widths: 4, 15, 15, 30, 40 + + "``POST``","proxy","service","downloadacls","" + "``POST``","proxy","service","fetchacls","" + "``POST``","proxy","service","reconfigure","" + "``POST``","proxy","service","refreshTemplate","" + "``POST``","proxy","service","reset","" + "``GET``","proxy","service","restart","" + "``POST``","proxy","service","restart","" + "``GET``","proxy","service","start","" + "``POST``","proxy","service","start","" + "``GET``","proxy","service","status","" + "``POST``","proxy","service","stop","" + + "``<>``", "", "", "", "*model* `Proxy.xml `__" + +.. csv-table:: Resources (SettingsController.php) + :header: "Method", "Module", "Controller", "Command", "Parameters" + :widths: 4, 15, 15, 30, 40 + + "``POST``","proxy","settings","addPACMatch","" + "``POST``","proxy","settings","addPACProxy","" + "``POST``","proxy","settings","addPACRule","" + "``POST``","proxy","settings","addRemoteBlacklist","" + "``POST``","proxy","settings","delPACMatch","$uuid" + "``POST``","proxy","settings","delPACProxy","$uuid" + "``POST``","proxy","settings","delPACRule","$uuid" + "``POST``","proxy","settings","delRemoteBlacklist","$uuid" + "``POST``","proxy","settings","fetchRBCron","" + "``GET``","proxy","settings","get","" + "``GET``","proxy","settings","getPACMatch","$uuid=null" + "``GET``","proxy","settings","getPACProxy","$uuid=null" + "``GET``","proxy","settings","getPACRule","$uuid=null" + "``GET``","proxy","settings","getRemoteBlacklist","$uuid=null" + "``*``","proxy","settings","searchPACMatch","" + "``*``","proxy","settings","searchPACProxy","" + "``*``","proxy","settings","searchPACRule","" + "``GET``","proxy","settings","searchRemoteBlacklists","" + "``POST``","proxy","settings","set","" + "``POST``","proxy","settings","setPACMatch","$uuid" + "``POST``","proxy","settings","setPACProxy","$uuid" + "``POST``","proxy","settings","setPACRule","$uuid" + "``POST``","proxy","settings","setRemoteBlacklist","$uuid" + "``POST``","proxy","settings","togglePACRule","$uuid" + "``POST``","proxy","settings","toggleRemoteBlacklist","$uuid" + + "``<>``", "", "", "", "*model* `Proxy.xml `__" + +.. csv-table:: Resources (TemplateController.php) + :header: "Method", "Module", "Controller", "Command", "Parameters" + :widths: 4, 15, 15, 30, 40 + + "``GET``","proxy","template","get","" + "``GET``","proxy","template","get","" + "``POST``","proxy","template","reset","" + "``POST``","proxy","template","set","" + "``POST``","proxy","template","set","" + + "``<>``", "", "", "", "*model* `Proxy.xml `__"