API/plugins: update to stable/20.1. closes https://github.com/opnsense/plugins/issues/1698 while there

pull/238/head
Ad Schellevis 4 years ago
parent cd8768438e
commit db00ba0160

@ -1,59 +1,74 @@
acmeclient
Acmeclient
~~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (AccountsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","acmeclient","settings","get",""
"``POST``","acmeclient","settings","set",""
"``POST``","acmeclient","accounts","add",""
"``POST``","acmeclient","accounts","del","$uuid"
"``GET``","acmeclient","accounts","get","$uuid=null"
"``*``","acmeclient","accounts","search",""
"``POST``","acmeclient","accounts","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","accounts","update","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (ActionsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","service","configtest",""
"``POST``","acmeclient","service","reconfigure",""
"``POST``","acmeclient","service","restart",""
"``POST``","acmeclient","service","start",""
"``GET``","acmeclient","service","status",""
"``POST``","acmeclient","service","stop",""
"``POST``","acmeclient","actions","add",""
"``POST``","acmeclient","actions","del","$uuid"
"``GET``","acmeclient","actions","get","$uuid=null"
"``*``","acmeclient","actions","search",""
"``GET``","acmeclient","actions","sftpGetIdentity",""
"``GET``","acmeclient","actions","sftpTestConnection",""
"``POST``","acmeclient","actions","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","actions","update","$uuid"
.. csv-table:: Resources
.. csv-table:: Resources (CertificatesController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","accounts","add",""
"``POST``","acmeclient","accounts","del","$uuid"
"``GET``","acmeclient","accounts","get","$uuid"
"``GET``","acmeclient","accounts","search",""
"``POST``","acmeclient","accounts","set","$uuid"
"``POST``","acmeclient","accounts","toggle","$uuid/$enabled"
"``POST``","acmeclient","actions","add",""
"``POST``","acmeclient","actions","del","$uuid"
"``GET``","acmeclient","actions","get","$uuid"
"``GET``","acmeclient","actions","search",""
"``POST``","acmeclient","actions","set","$uuid"
"``POST``","acmeclient","actions","toggle","$uuid/$enabled"
"``POST``","acmeclient","certificates","add",""
"``POST``","acmeclient","certificates","del","$uuid"
"``GET``","acmeclient","certificates","get","$uuid"
"``GET``","acmeclient","certificates","search",""
"``POST``","acmeclient","certificates","set","$uuid"
"``POST``","acmeclient","certificates","toggle","$uuid/$enabled"
"``POST``","acmeclient","validations","add",""
"``POST``","acmeclient","validations","del","$uuid"
"``GET``","acmeclient","validations","get","$uuid"
"``GET``","acmeclient","validations","search",""
"``POST``","acmeclient","validations","set","$uuid"
"``POST``","acmeclient","validations","toggle","$uuid/$enabled"
.. csv-table:: Other
"``POST``","acmeclient","certificates","add",""
"``POST``","acmeclient","certificates","del","$uuid"
"``GET``","acmeclient","certificates","get","$uuid=null"
"``GET``","acmeclient","certificates","removekey","$uuid"
"``POST``","acmeclient","certificates","revoke","$uuid"
"``*``","acmeclient","certificates","search",""
"``POST``","acmeclient","certificates","sign","$uuid"
"``POST``","acmeclient","certificates","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","certificates","update","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","acmeclient","service","configtest",""
"``POST``","acmeclient","service","reconfigure",""
"``GET``","acmeclient","service","reset",""
"``POST``","acmeclient","service","restart",""
"``GET``","acmeclient","service","signallcerts",""
"``POST``","acmeclient","service","start",""
"``GET``","acmeclient","service","status",""
"``POST``","acmeclient","service","stop",""
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","acmeclient","certificates","revoke",""
"","acmeclient","certificates","sign",""
"","acmeclient","service","signallcerts",""
"","acmeclient","settings","fetchCronIntegration",""
"","acmeclient","settings","fetchHAProxyIntegration",""
"``POST``","acmeclient","settings","fetchCronIntegration",""
"``POST``","acmeclient","settings","fetchHAProxyIntegration",""
"``GET``","acmeclient","settings","getBindPluginStatus",""
"``GET``","acmeclient","settings","getGcloudPluginStatus",""
.. csv-table:: Resources (ValidationsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","validations","add",""
"``POST``","acmeclient","validations","del","$uuid"
"``GET``","acmeclient","validations","get","$uuid=null"
"``*``","acmeclient","validations","search",""
"``POST``","acmeclient","validations","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","validations","update","$uuid"

@ -0,0 +1,9 @@
Backup
~~~~~~
.. csv-table:: Resources (BackupController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","backup","backup","download",""

@ -1,37 +1,42 @@
bind
~~~~~~~~~
Bind
~~~~
.. csv-table:: Settings
.. csv-table:: Resources (AclController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","bind","general","get",""
"``POST``","bind","general","set",""
"``GET``","bind","dnsbl","get",""
"``POST``","bind","dnsbl","set",""
"``POST``","bind","acl","addAcl",""
"``POST``","bind","acl","delAcl","$uuid"
"``GET``","bind","acl","getAcl","$uuid=null"
"``*``","bind","acl","searchAcl",""
"``POST``","bind","acl","setAcl","$uuid"
"``POST``","bind","acl","toggleAcl","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (DomainController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","bind","service","restart",""
"``POST``","bind","service","start",""
"``POST``","bind","service","status",""
"``POST``","bind","service","stop",""
"``POST``","bind","domain","addDomain","$uuid=null"
"``POST``","bind","domain","delDomain","$uuid"
"``GET``","bind","domain","getDomain","$uuid=null"
"``*``","bind","domain","searchDomain",""
"``POST``","bind","domain","setDomain","$uuid=null"
"``POST``","bind","domain","toggleDomain","$uuid"
.. csv-table:: Resources
.. csv-table:: Resources (RecordController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","bind","acl","addacl",""
"``POST``","bind","acl","delacl","$uuid"
"``GET``","bind","acl","getacl","$uuid"
"``GET``","bind","acl","searchacl",""
"``POST``","bind","acl","setacl","$uuid"
"``POST``","bind","acl","toggleacl","$uuid"
"``POST``","bind","record","addRecord",""
"``POST``","bind","record","delRecord","$uuid"
"``GET``","bind","record","getRecord","$uuid=null"
"``*``","bind","record","searchRecord",""
"``POST``","bind","record","setRecord","$uuid=null"
"``POST``","bind","record","toggleRecord","$uuid"
.. csv-table:: Other
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","bind","service","dnsbl",""
"``GET``","bind","service","dnsbl",""

@ -1,27 +1,9 @@
cicap
Cicap
~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","cicap","antivirus","get",""
"``POST``","cicap","antivirus","set",""
"``GET``","cicap","general","get",""
"``POST``","cicap","general","set",""
"``GET``","cicap","service","checkclamav",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","cicap","service","reconfigure",""
"``POST``","cicap","service","restart",""
"``POST``","cicap","service","start",""
"``GET``","cicap","service","status",""
"``POST``","cicap","service","stop",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","cicap","service","checkclamav",""

@ -1,26 +1,21 @@
clamav
Clamav
~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","clamav","general","get",""
"``POST``","clamav","general","set",""
"``POST``","clamav","service","freshclam",""
"``GET``","clamav","service","version",""
.. csv-table:: Service
.. csv-table:: Resources (UrlController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","clamav","service","reconfigure",""
"``POST``","clamav","service","restart",""
"``POST``","clamav","service","start",""
"``GET``","clamav","service","status",""
"``POST``","clamav","service","stop",""
"``POST``","clamav","url","addUrl",""
"``POST``","clamav","url","delUrl","$uuid"
"``GET``","clamav","url","getUrl","$uuid=null"
"``*``","clamav","url","searchUrl",""
"``POST``","clamav","url","setUrl","$uuid"
"``POST``","clamav","url","toggleUrl","$uuid"
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","clamav","service","freshclam",""
"","clamav","service","version",""

@ -1,19 +1,20 @@
collectd
Collectd
~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","collectd","general","get",""
"``POST``","collectd","general","set",""
"``GET``","collectd","general","get",""
"``POST``","collectd","general","set",""
.. csv-table:: Service
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","collectd","service","reconfigure",""
"``POST``","collectd","service","restart",""
"``POST``","collectd","service","start",""
"``GET``","collectd","service","status",""
"``POST``","collectd","service","stop",""
"``POST``","collectd","service","reconfigure",""
"``POST``","collectd","service","restart",""
"``POST``","collectd","service","start",""
"``GET``","collectd","service","status",""
"``POST``","collectd","service","stop",""

@ -0,0 +1,9 @@
Diagnostics
~~~~~~~~~~~
.. csv-table:: Resources (ProofpointEtController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","diagnostics","proofpoint_et","status",""

@ -0,0 +1,53 @@
Dnscryptproxy
~~~~~~~~~~~~~
.. csv-table:: Resources (CloakController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dnscryptproxy","cloak","addCloak",""
"``POST``","dnscryptproxy","cloak","delCloak","$uuid"
"``GET``","dnscryptproxy","cloak","getCloak","$uuid=null"
"``*``","dnscryptproxy","cloak","searchCloak",""
"``POST``","dnscryptproxy","cloak","setCloak","$uuid"
"``POST``","dnscryptproxy","cloak","toggleCloak","$uuid"
.. csv-table:: Resources (ForwardController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dnscryptproxy","forward","addForward",""
"``POST``","dnscryptproxy","forward","delForward","$uuid"
"``GET``","dnscryptproxy","forward","getForward","$uuid=null"
"``*``","dnscryptproxy","forward","searchForward",""
"``POST``","dnscryptproxy","forward","setForward","$uuid"
"``POST``","dnscryptproxy","forward","toggleForward","$uuid"
.. csv-table:: Resources (ServerController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dnscryptproxy","server","addServer",""
"``POST``","dnscryptproxy","server","delServer","$uuid"
"``GET``","dnscryptproxy","server","getServer","$uuid=null"
"``*``","dnscryptproxy","server","searchServer",""
"``POST``","dnscryptproxy","server","setServer","$uuid"
"``POST``","dnscryptproxy","server","toggleServer","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","dnscryptproxy","service","dnsbl",""
.. csv-table:: Resources (WhitelistController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dnscryptproxy","whitelist","addWhitelist",""
"``POST``","dnscryptproxy","whitelist","delWhitelist","$uuid"
"``GET``","dnscryptproxy","whitelist","getWhitelist","$uuid=null"
"``*``","dnscryptproxy","whitelist","searchWhitelist",""
"``POST``","dnscryptproxy","whitelist","setWhitelist","$uuid"
"``POST``","dnscryptproxy","whitelist","toggleWhitelist","$uuid"

@ -1,40 +1,86 @@
freeradius
Freeradius
~~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (AvpairController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","freeradius","eap","get",""
"``POST``","freeradius","eap","set",""
"``GET``","freeradius","general","get",""
"``POST``","freeradius","general","set",""
"``GET``","freeradius","ldap","get",""
"``POST``","freeradius","ldap","set",""
"``POST``","freeradius","avpair","addAvpair",""
"``POST``","freeradius","avpair","delAvpair","$uuid"
"``GET``","freeradius","avpair","getAvpair","$uuid=null"
"``*``","freeradius","avpair","searchAvpair",""
"``POST``","freeradius","avpair","setAvpair","$uuid"
"``POST``","freeradius","avpair","toggleAvpair","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (ClientController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","freeradius","service","reconfigure",""
"``POST``","freeradius","service","restart",""
"``POST``","freeradius","service","start",""
"``GET``","freeradius","service","status",""
"``POST``","freeradius","service","stop",""
"``POST``","freeradius","client","addClient",""
"``POST``","freeradius","client","delClient","$uuid"
"``GET``","freeradius","client","get",""
"``GET``","freeradius","client","getClient","$uuid=null"
"``GET``","freeradius","client","searchClient",""
"``POST``","freeradius","client","set",""
"``POST``","freeradius","client","setClient","$uuid"
"``GET``","freeradius","client","toggleClient","$uuid"
.. csv-table:: Resources
.. csv-table:: Resources (DhcpController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","freeradius","client","addclient",""
"``POST``","freeradius","client","delclient","$uuid"
"``GET``","freeradius","client","getclient","$uuid"
"``GET``","freeradius","client","searchclient",""
"``POST``","freeradius","client","setclient","$uuid"
"``POST``","freeradius","client","toggleclient","$uuid"
"``POST``","freeradius","user","adduser",""
"``POST``","freeradius","user","deluser","$uuid"
"``GET``","freeradius","user","getuser","$uuid"
"``GET``","freeradius","user","searchuser",""
"``POST``","freeradius","user","setuser","$uuid"
"``POST``","freeradius","user","toggleuser","$uuid"
"``POST``","freeradius","dhcp","addDhcp",""
"``POST``","freeradius","dhcp","delDhcp","$uuid"
"``GET``","freeradius","dhcp","getDhcp","$uuid=null"
"``*``","freeradius","dhcp","searchDhcp",""
"``POST``","freeradius","dhcp","setDhcp","$uuid"
"``POST``","freeradius","dhcp","toggleDhcp","$uuid"
.. csv-table:: Resources (EapController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","freeradius","eap","get",""
"``POST``","freeradius","eap","set",""
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","freeradius","general","get",""
"``POST``","freeradius","general","set",""
.. csv-table:: Resources (LeaseController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","freeradius","lease","addLease",""
"``POST``","freeradius","lease","delLease","$uuid"
"``GET``","freeradius","lease","getLease","$uuid=null"
"``*``","freeradius","lease","searchLease",""
"``POST``","freeradius","lease","setLease","$uuid"
"``POST``","freeradius","lease","toggleLease","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","freeradius","service","reconfigure",""
"``POST``","freeradius","service","restart",""
"``POST``","freeradius","service","start",""
"``GET``","freeradius","service","status",""
"``POST``","freeradius","service","stop",""
.. csv-table:: Resources (UserController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","freeradius","user","addUser",""
"``POST``","freeradius","user","delUser","$uuid"
"``GET``","freeradius","user","get",""
"``GET``","freeradius","user","getUser","$uuid=null"
"``GET``","freeradius","user","searchUser",""
"``POST``","freeradius","user","set",""
"``POST``","freeradius","user","setUser","$uuid"
"``GET``","freeradius","user","toggleUser","$uuid"

@ -1,23 +1,25 @@
ftpproxy
Ftpproxy
~~~~~~~~
.. csv-table:: Service
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","ftpproxy","service","reload",""
"``POST``","ftpproxy","service","restart",""
"``POST``","ftpproxy","service","start",""
"``GET``","ftpproxy","service","status",""
"``POST``","ftpproxy","service","stop",""
"``POST``","ftpproxy","service","config",""
"``POST``","ftpproxy","service","reload",""
"``POST``","ftpproxy","service","restart","$uuid"
"``POST``","ftpproxy","service","start","$uuid"
"``POST``","ftpproxy","service","status","$uuid"
"``POST``","ftpproxy","service","stop","$uuid"
.. csv-table:: Resources
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","ftpproxy","settings","addproxy",""
"``POST``","ftpproxy","settings","delproxy","$uuid"
"``GET``","ftpproxy","settings","getproxy","$uuid"
"``GET``","ftpproxy","settings","searchproxy",""
"``POST``","ftpproxy","settings","setproxy","$uuid"
"``POST``","ftpproxy","settings","toggleproxy","$uuid"
"``POST``","ftpproxy","settings","addProxy",""
"``POST``","ftpproxy","settings","delProxy","$uuid"
"``GET``","ftpproxy","settings","getProxy","$uuid=null"
"``GET``","ftpproxy","settings","searchProxy",""
"``POST``","ftpproxy","settings","setProxy","$uuid"
"``POST``","ftpproxy","settings","toggleProxy","$uuid"

@ -0,0 +1,14 @@
Gridexample
~~~~~~~~~~~
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","gridexample","settings","addItem",""
"``POST``","gridexample","settings","delItem","$uuid"
"``GET``","gridexample","settings","getItem","$uuid=null"
"``*``","gridexample","settings","searchItem",""
"``POST``","gridexample","settings","setItem","$uuid"
"``POST``","gridexample","settings","toggleItem","$uuid,$enabled=null"

@ -1,76 +1,89 @@
haproxy
Haproxy
~~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","haproxy","settings","get",""
"``POST``","haproxy","settings","set",""
"``GET``","haproxy","service","configtest",""
.. csv-table:: Service
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","haproxy","service","configtest",""
"``POST``","haproxy","service","reconfigure",""
"``POST``","haproxy","service","restart",""
"``POST``","haproxy","service","start",""
"``GET``","haproxy","service","status",""
"``POST``","haproxy","service","stop",""
"``POST``","haproxy","settings","addAcl",""
"``POST``","haproxy","settings","addAction",""
"``POST``","haproxy","settings","addBackend",""
"``POST``","haproxy","settings","addCpu",""
"``POST``","haproxy","settings","addErrorfile",""
"``POST``","haproxy","settings","addFrontend",""
"``POST``","haproxy","settings","addGroup",""
"``POST``","haproxy","settings","addHealthcheck",""
"``POST``","haproxy","settings","addLua",""
"``POST``","haproxy","settings","addMapfile",""
"``POST``","haproxy","settings","addServer",""
"``POST``","haproxy","settings","addUser",""
"``POST``","haproxy","settings","delAcl","$uuid"
"``POST``","haproxy","settings","delAction","$uuid"
"``POST``","haproxy","settings","delBackend","$uuid"
"``POST``","haproxy","settings","delCpu","$uuid"
"``POST``","haproxy","settings","delErrorfile","$uuid"
"``POST``","haproxy","settings","delFrontend","$uuid"
"``POST``","haproxy","settings","delGroup","$uuid"
"``POST``","haproxy","settings","delHealthcheck","$uuid"
"``POST``","haproxy","settings","delLua","$uuid"
"``POST``","haproxy","settings","delMapfile","$uuid"
"``POST``","haproxy","settings","delServer","$uuid"
"``POST``","haproxy","settings","delUser","$uuid"
"``GET``","haproxy","settings","getAcl","$uuid=null"
"``GET``","haproxy","settings","getAction","$uuid=null"
"``GET``","haproxy","settings","getBackend","$uuid=null"
"``GET``","haproxy","settings","getCpu","$uuid=null"
"``GET``","haproxy","settings","getErrorfile","$uuid=null"
"``GET``","haproxy","settings","getFrontend","$uuid=null"
"``GET``","haproxy","settings","getGroup","$uuid=null"
"``GET``","haproxy","settings","getHealthcheck","$uuid=null"
"``GET``","haproxy","settings","getLua","$uuid=null"
"``GET``","haproxy","settings","getMapfile","$uuid=null"
"``GET``","haproxy","settings","getServer","$uuid=null"
"``GET``","haproxy","settings","getUser","$uuid=null"
"``*``","haproxy","settings","searchAcls",""
"``*``","haproxy","settings","searchActions",""
"``*``","haproxy","settings","searchBackends",""
"``*``","haproxy","settings","searchCpus",""
"``*``","haproxy","settings","searchErrorfiles",""
"``*``","haproxy","settings","searchFrontends",""
"``*``","haproxy","settings","searchGroups",""
"``*``","haproxy","settings","searchHealthchecks",""
"``*``","haproxy","settings","searchLuas",""
"``*``","haproxy","settings","searchMapfiles",""
"``*``","haproxy","settings","searchServers",""
"``*``","haproxy","settings","searchUsers",""
"``POST``","haproxy","settings","setAcl","$uuid"
"``POST``","haproxy","settings","setAction","$uuid"
"``POST``","haproxy","settings","setBackend","$uuid"
"``POST``","haproxy","settings","setCpu","$uuid"
"``POST``","haproxy","settings","setErrorfile","$uuid"
"``POST``","haproxy","settings","setFrontend","$uuid"
"``POST``","haproxy","settings","setGroup","$uuid"
"``POST``","haproxy","settings","setHealthcheck","$uuid"
"``POST``","haproxy","settings","setLua","$uuid"
"``POST``","haproxy","settings","setMapfile","$uuid"
"``POST``","haproxy","settings","setServer","$uuid"
"``POST``","haproxy","settings","setUser","$uuid"
"``POST``","haproxy","settings","toggleBackend","$uuid,$enabled=null"
"``POST``","haproxy","settings","toggleCpu","$uuid,$enabled=null"
"``POST``","haproxy","settings","toggleFrontend","$uuid"
"``POST``","haproxy","settings","toggleGroup","$uuid,$enabled=null"
"``POST``","haproxy","settings","toggleLua","$uuid,$enabled=null"
"``POST``","haproxy","settings","toggleServer","$uuid,$enabled=null"
"``POST``","haproxy","settings","toggleUser","$uuid,$enabled=null"
.. csv-table:: Resources
.. csv-table:: Resources (StatisticsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","haproxy","settings","addacl",""
"``POST``","haproxy","settings","addaction",""
"``POST``","haproxy","settings","addbackend",""
"``POST``","haproxy","settings","adderrorfile",""
"``POST``","haproxy","settings","addfrontend",""
"``POST``","haproxy","settings","addhealthcheck",""
"``POST``","haproxy","settings","addlua",""
"``POST``","haproxy","settings","addserver",""
"``POST``","haproxy","settings","delacl","$uuid"
"``POST``","haproxy","settings","delaction","$uuid"
"``POST``","haproxy","settings","delbackend","$uuid"
"``POST``","haproxy","settings","delerrorfile","$uuid"
"``POST``","haproxy","settings","delfrontend","$uuid"
"``POST``","haproxy","settings","delhealthcheck","$uuid"
"``POST``","haproxy","settings","dellua","$uuid"
"``POST``","haproxy","settings","delserver","$uuid"
"``GET``","haproxy","settings","getacl","$uuid"
"``GET``","haproxy","settings","getaction","$uuid"
"``GET``","haproxy","settings","getbackend","$uuid"
"``GET``","haproxy","settings","geterrorfile","$uuid"
"``GET``","haproxy","settings","getfrontend","$uuid"
"``GET``","haproxy","settings","gethealthcheck","$uuid"
"``GET``","haproxy","settings","getlua","$uuid"
"``GET``","haproxy","settings","getserver","$uuid"
"``GET``","haproxy","settings","searchacls",""
"``GET``","haproxy","settings","searchactions",""
"``GET``","haproxy","settings","searchbackends",""
"``GET``","haproxy","settings","searcherrorfiles",""
"``GET``","haproxy","settings","searchfrontends",""
"``GET``","haproxy","settings","searchhealthchecks",""
"``GET``","haproxy","settings","searchluas",""
"``GET``","haproxy","settings","searchservers",""
"``POST``","haproxy","settings","setacl","$uuid"
"``POST``","haproxy","settings","setaction","$uuid"
"``POST``","haproxy","settings","setbackend","$uuid"
"``POST``","haproxy","settings","seterrorfile","$uuid"
"``POST``","haproxy","settings","setfrontend","$uuid"
"``POST``","haproxy","settings","sethealthcheck","$uuid"
"``POST``","haproxy","settings","setlua","$uuid"
"``POST``","haproxy","settings","setserver","$uuid"
"``POST``","haproxy","settings","togglebackend","$uuid/$enabled"
"``POST``","haproxy","settings","togglefrontend","$uuid/$enabled"
"``POST``","haproxy","settings","togglelua","$uuid/$enabled"
"``GET``","haproxy","statistics","counters","$zoneid=0"
"``GET``","haproxy","statistics","info","$zoneid=0"
"``GET``","haproxy","statistics","tables","$zoneid=0"
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","haproxy","statistics","counters",""
"","haproxy","statistics","info",""
"","haproxy","statistics","tables",""

@ -1,16 +1,17 @@
helloworld
Helloworld
~~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","helloworld","settings","get",""
"``POST``","helloworld","settings","set",""
"``POST``","helloworld","service","reload",""
"``POST``","helloworld","service","test",""
.. csv-table:: Service
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","helloworld","service","reload",""
"``POST``","helloworld","service","test",""
"``GET``","helloworld","settings","get",""
"``POST``","helloworld","settings","set",""

@ -1,25 +1,19 @@
iperf
Iperf
~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (InstanceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","iperf","instance","get",""
"``POST``","iperf","instance","set",""
"``GET``","iperf","instance","query",""
"``GET``","iperf","instance","set",""
.. csv-table:: Service
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","iperf","service","reconfigure",""
"``POST``","iperf","service","restart",""
"``POST``","iperf","service","start",""
"``GET``","iperf","service","status",""
"``POST``","iperf","service","stop",""
"``GET``","iperf","service","restart",""
"``GET``","iperf","service","start",""
"``GET``","iperf","service","status",""
"``GET``","iperf","service","stop",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","iperf","instance","query",""

@ -1,25 +1,9 @@
lldpd
Lldpd
~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","lldpd","general","get",""
"``POST``","lldpd","general","set",""
"``GET``","lldpd","service","neighbor",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","lldpd","service","reconfigure",""
"``POST``","lldpd","service","restart",""
"``POST``","lldpd","service","start",""
"``GET``","lldpd","service","status",""
"``POST``","lldpd","service","stop",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","lldpd","service","neighbor",""

@ -1,18 +1,12 @@
mdnsrepeater
Mdnsrepeater
~~~~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","mdnsrepeater","settings","get",""
"``POST``","mdnsrepeater","settings","set",""
"``GET``","mdnsrepeater","service","restart",""
"``GET``","mdnsrepeater","service","start",""
"``GET``","mdnsrepeater","service","status",""
"``GET``","mdnsrepeater","service","stop",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","mdnsrepeater","service","restart",""
"``POST``","mdnsrepeater","service","start",""
"``GET``","mdnsrepeater","service","status",""
"``POST``","mdnsrepeater","service","stop",""

@ -1,29 +1,14 @@
netsnmp
Netsnmp
~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (UserController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","netsnmp","general","get",""
"``POST``","netsnmp","general","set",""
"``POST``","netsnmp","user","addUser",""
"``POST``","netsnmp","user","delUser","$uuid"
"``GET``","netsnmp","user","getUser","$uuid=null"
"``*``","netsnmp","user","searchUser",""
"``POST``","netsnmp","user","setUser","$uuid"
"``POST``","netsnmp","user","toggleUser","$uuid"
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","netsnmp","service","restart",""
"``POST``","netsnmp","service","start",""
"``POST``","netsnmp","service","status",""
"``POST``","netsnmp","service","stop",""
.. csv-table:: Resources
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","netsnmp","user","adduser",""
"``POST``","netsnmp","user","deluser","$uuid"
"``GET``","netsnmp","user","getuser","$uuid"
"``GET``","netsnmp","user","searchuser",""
"``POST``","netsnmp","user","setuser","$uuid"
"``POST``","netsnmp","user","toggleuser","$uuid"

@ -0,0 +1,125 @@
Nginx
~~~~~
.. csv-table:: Resources (BansController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nginx","bans","delban","$uuid"
"``*``","nginx","bans","searchban",""
.. csv-table:: Resources (LogsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","nginx","logs","accesses","$uuid=null"
"``GET``","nginx","logs","errors","$uuid=null"
"``GET``","nginx","logs","stream_accesses","$uuid=null"
"``GET``","nginx","logs","stream_errors","$uuid=null"
"``GET``","nginx","logs","tls_handshakes",""
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nginx","service","reconfigure",""
"``GET``","nginx","service","status",""
"``GET``","nginx","service","stop",""
"``GET``","nginx","service","vts",""
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nginx","settings","addcache_path",""
"``POST``","nginx","settings","addcredential",""
"``POST``","nginx","settings","addcustompolicy",""
"``POST``","nginx","settings","addhttprewrite",""
"``POST``","nginx","settings","addhttpserver",""
"``POST``","nginx","settings","addipacl",""
"``POST``","nginx","settings","addlimit_request_connection",""
"``POST``","nginx","settings","addlimit_zone",""
"``POST``","nginx","settings","addlocation",""
"``POST``","nginx","settings","addnaxsirule",""
"``POST``","nginx","settings","addsecurity_header",""
"``POST``","nginx","settings","addsnifwd",""
"``POST``","nginx","settings","addstreamserver",""
"``POST``","nginx","settings","addsyslog_target",""
"``POST``","nginx","settings","addtls_fingerprint",""
"``POST``","nginx","settings","addupstream",""
"``POST``","nginx","settings","addupstreamserver",""
"``POST``","nginx","settings","adduserlist",""
"``POST``","nginx","settings","delcache_path","$uuid"
"``POST``","nginx","settings","delcredential","$uuid"
"``POST``","nginx","settings","delcustompolicy","$uuid"
"``POST``","nginx","settings","delhttprewrite","$uuid"
"``POST``","nginx","settings","delhttpserver","$uuid"
"``POST``","nginx","settings","delipacl","$uuid"
"``POST``","nginx","settings","dellimit_request_connection","$uuid"
"``POST``","nginx","settings","dellimit_zone","$uuid"
"``POST``","nginx","settings","dellocation","$uuid"
"``POST``","nginx","settings","delnaxsirule","$uuid"
"``POST``","nginx","settings","delsecurity_header","$uuid"
"``POST``","nginx","settings","delsnifwd","$uuid"
"``POST``","nginx","settings","delstreamserver","$uuid"
"``POST``","nginx","settings","delsyslog_target","$uuid"
"``POST``","nginx","settings","deltls_fingerprint","$uuid"
"``POST``","nginx","settings","delupstream","$uuid"
"``POST``","nginx","settings","delupstreamserver","$uuid"
"``POST``","nginx","settings","deluserlist","$uuid"
"``POST``","nginx","settings","downloadrules",""
"``GET``","nginx","settings","getcache_path","$uuid=null"
"``GET``","nginx","settings","getcredential","$uuid=null"
"``GET``","nginx","settings","getcustompolicy","$uuid=null"
"``GET``","nginx","settings","gethttprewrite","$uuid=null"
"``GET``","nginx","settings","gethttpserver","$uuid=null"
"``GET``","nginx","settings","getipacl","$uuid=null"
"``GET``","nginx","settings","getlimit_request_connection","$uuid=null"
"``GET``","nginx","settings","getlimit_zone","$uuid=null"
"``GET``","nginx","settings","getlocation","$uuid=null"
"``GET``","nginx","settings","getnaxsirule","$uuid=null"
"``GET``","nginx","settings","getsecurity_header","$uuid=null"
"``GET``","nginx","settings","getsnifwd","$uuid=null"
"``GET``","nginx","settings","getstreamserver","$uuid=null"
"``GET``","nginx","settings","getsyslog_target","$uuid=null"
"``GET``","nginx","settings","gettls_fingerprint","$uuid=null"
"``GET``","nginx","settings","getupstream","$uuid=null"
"``GET``","nginx","settings","getupstreamserver","$uuid=null"
"``GET``","nginx","settings","getuserlist","$uuid=null"
"``*``","nginx","settings","searchcache_path",""
"``*``","nginx","settings","searchcredential",""
"``*``","nginx","settings","searchcustompolicy",""
"``*``","nginx","settings","searchhttprewrite",""
"``*``","nginx","settings","searchhttpserver",""
"``*``","nginx","settings","searchipacl",""
"``*``","nginx","settings","searchlimit_request_connection",""
"``*``","nginx","settings","searchlimit_zone",""
"``*``","nginx","settings","searchlocation",""
"``*``","nginx","settings","searchnaxsirule",""
"``*``","nginx","settings","searchsecurity_header",""
"``*``","nginx","settings","searchsnifwd",""
"``*``","nginx","settings","searchstreamserver",""
"``*``","nginx","settings","searchsyslog_target",""
"``*``","nginx","settings","searchtls_fingerprint",""
"``*``","nginx","settings","searchupstream",""
"``*``","nginx","settings","searchupstreamserver",""
"``*``","nginx","settings","searchuserlist",""
"``POST``","nginx","settings","setcache_path","$uuid"
"``POST``","nginx","settings","setcredential","$uuid"
"``POST``","nginx","settings","setcustompolicy","$uuid"
"``POST``","nginx","settings","sethttprewrite","$uuid"
"``POST``","nginx","settings","sethttpserver","$uuid"
"``POST``","nginx","settings","setipacl","$uuid"
"``POST``","nginx","settings","setlimit_request_connection","$uuid"
"``POST``","nginx","settings","setlimit_zone","$uuid"
"``POST``","nginx","settings","setlocation","$uuid"
"``POST``","nginx","settings","setnaxsirule","$uuid"
"``POST``","nginx","settings","setsecurity_header","$uuid"
"``POST``","nginx","settings","setsnifwd","$uuid"
"``POST``","nginx","settings","setstreamserver","$uuid"
"``POST``","nginx","settings","setsyslog_target","$uuid"
"``POST``","nginx","settings","settls_fingerprint","$uuid"
"``POST``","nginx","settings","setupstream","$uuid"
"``POST``","nginx","settings","setupstreamserver","$uuid"
"``POST``","nginx","settings","setuserlist","$uuid"

@ -0,0 +1,14 @@
Nrpe
~~~~
.. csv-table:: Resources (CommandController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nrpe","command","addCommand",""
"``POST``","nrpe","command","delCommand","$uuid"
"``GET``","nrpe","command","getCommand","$uuid=null"
"``*``","nrpe","command","searchCommand",""
"``POST``","nrpe","command","setCommand","$uuid"
"``POST``","nrpe","command","toggleCommand","$uuid"

@ -1,18 +1,9 @@
ntopng
Ntopng
~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","ntopng","general","get",""
"``POST``","ntopng","general","set",""
"``GET``","ntopng","service","checkredis",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","ntopng","service","restart",""
"``POST``","ntopng","service","start",""
"``POST``","ntopng","service","status",""
"``POST``","ntopng","service","stop",""

@ -1,15 +1,9 @@
nut
Nut
~~~
.. csv-table:: Settings
.. csv-table:: Resources (DiagnosticsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","nut","settings","get",""
"``POST``","nut","settings","set",""
"``GET``","nut","diagnostics","upsstatus",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nut","service","reconfigure",""

@ -1,50 +1,87 @@
postfix
Postfix
~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (AddressController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","postfix","antispam","get",""
"``POST``","postfix","antispam","set",""
"``GET``","postfix","general","get",""
"``POST``","postfix","general","set",""
"``POST``","postfix","address","addAddress",""
"``POST``","postfix","address","delAddress","$uuid"
"``GET``","postfix","address","getAddress","$uuid=null"
"``*``","postfix","address","searchAddress",""
"``POST``","postfix","address","setAddress","$uuid"
"``POST``","postfix","address","toggleAddress","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (DomainController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","postfix","service","reconfigure",""
"``POST``","postfix","service","restart",""
"``POST``","postfix","service","start",""
"``GET``","postfix","service","status",""
"``POST``","postfix","service","stop",""
"``POST``","postfix","domain","addDomain",""
"``POST``","postfix","domain","delDomain","$uuid"
"``GET``","postfix","domain","getDomain","$uuid=null"
"``*``","postfix","domain","searchDomain",""
"``POST``","postfix","domain","setDomain","$uuid"
"``POST``","postfix","domain","toggleDomain","$uuid"
.. csv-table:: Resources
.. csv-table:: Resources (RecipientController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","postfix","domain","adddomain",""
"``POST``","postfix","domain","deldomain","$uuid"
"``GET``","postfix","domain","getdomain","$uuid"
"``GET``","postfix","domain","searchdomain",""
"``POST``","postfix","domain","setdomain","$uuid"
"``POST``","postfix","domain","toggledomain","$uuid"
"``POST``","postfix","recipient","addrecipient",""
"``POST``","postfix","recipient","delrecipient","$uuid"
"``GET``","postfix","recipient","getrecipient","$uuid"
"``GET``","postfix","recipient","searchrecipient",""
"``POST``","postfix","recipient","setrecipient","$uuid"
"``POST``","postfix","recipient","togglerecipient","$uuid"
"``POST``","postfix","sender","addsender",""
"``POST``","postfix","sender","delsender","$uuid"
"``GET``","postfix","sender","getsender","$uuid"
"``GET``","postfix","sender","searchsender",""
"``POST``","postfix","sender","setsender","$uuid"
"``POST``","postfix","sender","togglesender","$uuid"
"``POST``","postfix","recipient","addRecipient",""
"``POST``","postfix","recipient","delRecipient","$uuid"
"``GET``","postfix","recipient","getRecipient","$uuid=null"
"``*``","postfix","recipient","searchRecipient",""
"``POST``","postfix","recipient","setRecipient","$uuid"
"``POST``","postfix","recipient","toggleRecipient","$uuid"
.. csv-table:: Other
.. csv-table:: Resources (RecipientbccController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","postfix","service","checkrspamd",""
"``POST``","postfix","recipientbcc","addRecipientbcc",""
"``POST``","postfix","recipientbcc","delRecipientbcc","$uuid"
"``GET``","postfix","recipientbcc","getRecipientbcc","$uuid=null"
"``*``","postfix","recipientbcc","searchRecipientbcc",""
"``POST``","postfix","recipientbcc","setRecipientbcc","$uuid"
"``POST``","postfix","recipientbcc","toggleRecipientbcc","$uuid"
.. csv-table:: Resources (SenderController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","postfix","sender","addSender",""
"``POST``","postfix","sender","delSender","$uuid"
"``GET``","postfix","sender","getSender","$uuid=null"
"``*``","postfix","sender","searchSender",""
"``POST``","postfix","sender","setSender","$uuid"
"``POST``","postfix","sender","toggleSender","$uuid"
.. csv-table:: Resources (SenderbccController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","postfix","senderbcc","addSenderbcc",""
"``POST``","postfix","senderbcc","delSenderbcc","$uuid"
"``GET``","postfix","senderbcc","getSenderbcc","$uuid=null"
"``*``","postfix","senderbcc","searchSenderbcc",""
"``POST``","postfix","senderbcc","setSenderbcc","$uuid"
"``POST``","postfix","senderbcc","toggleSenderbcc","$uuid"
.. csv-table:: Resources (SendercanonicalController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","postfix","sendercanonical","addSendercanonical",""
"``POST``","postfix","sendercanonical","delSendercanonical","$uuid"
"``GET``","postfix","sendercanonical","getSendercanonical","$uuid=null"
"``*``","postfix","sendercanonical","searchSendercanonical",""
"``POST``","postfix","sendercanonical","setSendercanonical","$uuid"
"``POST``","postfix","sendercanonical","toggleSendercanonical","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","postfix","service","checkrspamd",""
"``POST``","postfix","service","reconfigure",""

@ -1,19 +1,13 @@
proxysso
Proxysso
~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","proxysso","settings","get",""
"``POST``","proxysso","settings","set",""
"``POST``","proxysso","service","createkeytab",""
"``GET``","proxysso","service","deletekeytab",""
"``GET``","proxysso","service","getCheckList",""
"``GET``","proxysso","service","showkeytab",""
"``POST``","proxysso","service","testkerblogin",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","proxysso","service","createkeytab",""
"","proxysso","service","deletekeytab",""
"","proxysso","service","getchecklist",""
"","proxysso","service","showkeytab",""
"","proxysso","service","testkerblogin",""

@ -1,19 +1,14 @@
proxyuseracl
Proxyuseracl
~~~~~~~~~~~~
.. csv-table:: Resources
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","proxyuseracl","settings","addacl",""
"``POST``","proxyuseracl","settings","delacl","$uuid"
"``GET``","proxyuseracl","settings","getacl","$uuid"
"``GET``","proxyuseracl","settings","searchacl",""
"``POST``","proxyuseracl","settings","setacl","$uuid"
"``POST``","proxyuseracl","settings","toggleacl","$uuid"
"``POST``","proxyuseracl","settings","addACL",""
"``POST``","proxyuseracl","settings","delACL","$uuid"
"``GET``","proxyuseracl","settings","getACL","$uuid=null"
"``GET``","proxyuseracl","settings","searchACL",""
"``POST``","proxyuseracl","settings","setACL","$uuid"
"``POST``","proxyuseracl","settings","updownACL","$uuid"
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","proxyuseracl","settings","updownACL",""

@ -1,101 +1,110 @@
quagga
Quagga
~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (BgpController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","quagga","bgp","get",""
"``POST``","quagga","bgp","set",""
"``GET``","quagga","general","get",""
"``POST``","quagga","general","set",""
"``GET``","quagga","ospf6settings","get",""
"``POST``","quagga","ospf6settings","set",""
"``GET``","quagga","ospfsettings","get",""
"``POST``","quagga","ospfsettings","set",""
"``GET``","quagga","rip","get",""
"``POST``","quagga","rip","set",""
"``POST``","quagga","bgp","addAspath",""
"``POST``","quagga","bgp","addNeighbor",""
"``POST``","quagga","bgp","addPrefixlist",""
"``POST``","quagga","bgp","addRoutemap",""
"``POST``","quagga","bgp","delAspath","$uuid"
"``POST``","quagga","bgp","delNeighbor","$uuid"
"``POST``","quagga","bgp","delPrefixlist","$uuid"
"``POST``","quagga","bgp","delRoutemap","$uuid"
"``GET``","quagga","bgp","getAspath","$uuid=null"
"``GET``","quagga","bgp","getNeighbor","$uuid=null"
"``GET``","quagga","bgp","getPrefixlist","$uuid=null"
"``GET``","quagga","bgp","getRoutemap","$uuid=null"
"``*``","quagga","bgp","searchAspath",""
"``*``","quagga","bgp","searchNeighbor",""
"``*``","quagga","bgp","searchPrefixlist",""
"``*``","quagga","bgp","searchRoutemap",""
"``POST``","quagga","bgp","setAspath","$uuid"
"``POST``","quagga","bgp","setNeighbor","$uuid"
"``POST``","quagga","bgp","setPrefixlist","$uuid"
"``POST``","quagga","bgp","setRoutemap","$uuid"
"``POST``","quagga","bgp","toggleAspath","$uuid"
"``POST``","quagga","bgp","toggleNeighbor","$uuid"
"``POST``","quagga","bgp","togglePrefixlist","$uuid"
"``POST``","quagga","bgp","toggleRoutemap","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (DiagnosticsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","quagga","service","reconfigure",""
"``POST``","quagga","service","restart",""
"``POST``","quagga","service","start",""
"``GET``","quagga","service","status",""
"``POST``","quagga","service","stop",""
"``GET``","quagga","diagnostics","generalroutes",""
"``GET``","quagga","diagnostics","generalroutes6",""
"``GET``","quagga","diagnostics","log",""
"``GET``","quagga","diagnostics","ospfdatabase",""
"``GET``","quagga","diagnostics","ospfinterface",""
"``GET``","quagga","diagnostics","ospfneighbor",""
"``GET``","quagga","diagnostics","ospfoverview",""
"``GET``","quagga","diagnostics","ospfroute",""
"``GET``","quagga","diagnostics","ospfv3database",""
"``GET``","quagga","diagnostics","ospfv3interface",""
"``GET``","quagga","diagnostics","ospfv3neighbor",""
"``GET``","quagga","diagnostics","ospfv3overview",""
"``GET``","quagga","diagnostics","ospfv3route",""
"``GET``","quagga","diagnostics","showipbgp",""
"``GET``","quagga","diagnostics","showipbgpsummary",""
"``GET``","quagga","diagnostics","showrunningconfig",""
.. csv-table:: Resources
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","quagga","bgp","addaspath",""
"``POST``","quagga","bgp","addneighbor",""
"``POST``","quagga","bgp","addprefixlist",""
"``POST``","quagga","bgp","addroutemap",""
"``POST``","quagga","bgp","delaspath","$uuid"
"``POST``","quagga","bgp","delneighbor","$uuid"
"``POST``","quagga","bgp","delprefixlist","$uuid"
"``POST``","quagga","bgp","delroutemap","$uuid"
"``GET``","quagga","bgp","getaspath","$uuid"
"``GET``","quagga","bgp","getneighbor","$uuid"
"``GET``","quagga","bgp","getprefixlist","$uuid"
"``GET``","quagga","bgp","getroutemap","$uuid"
"``GET``","quagga","bgp","searchaspath",""
"``GET``","quagga","bgp","searchneighbor",""
"``GET``","quagga","bgp","searchprefixlist",""
"``GET``","quagga","bgp","searchroutemap",""
"``POST``","quagga","bgp","setaspath","$uuid"
"``POST``","quagga","bgp","setneighbor","$uuid"
"``POST``","quagga","bgp","setprefixlist","$uuid"
"``POST``","quagga","bgp","setroutemap","$uuid"
"``POST``","quagga","bgp","toggleaspath","$uuid"
"``POST``","quagga","bgp","toggleneighbor","$uuid"
"``POST``","quagga","bgp","toggleprefixlist","$uuid"
"``POST``","quagga","bgp","toggleroutemap","$uuid"
"``POST``","quagga","ospf6settings","addinterface",""
"``POST``","quagga","ospf6settings","delinterface","$uuid"
"``GET``","quagga","ospf6settings","getinterface","$uuid"
"``GET``","quagga","ospf6settings","searchinterface",""
"``POST``","quagga","ospf6settings","setinterface","$uuid"
"``POST``","quagga","ospf6settings","toggleinterface","$uuid"
"``POST``","quagga","ospfsettings","addinterface",""
"``POST``","quagga","ospfsettings","addnetwork",""
"``POST``","quagga","ospfsettings","addprefixlist",""
"``POST``","quagga","ospfsettings","delinterface","$uuid"
"``POST``","quagga","ospfsettings","delnetwork","$uuid"
"``POST``","quagga","ospfsettings","delprefixlist","$uuid"
"``GET``","quagga","ospfsettings","getinterface","$uuid"
"``GET``","quagga","ospfsettings","getnetwork","$uuid"
"``GET``","quagga","ospfsettings","getprefixlist","$uuid"
"``GET``","quagga","ospfsettings","searchinterface",""
"``GET``","quagga","ospfsettings","searchnetwork",""
"``GET``","quagga","ospfsettings","searchprefixlist",""
"``POST``","quagga","ospfsettings","setinterface","$uuid"
"``POST``","quagga","ospfsettings","setnetwork","$uuid"
"``POST``","quagga","ospfsettings","setprefixlist","$uuid"
"``POST``","quagga","ospfsettings","toggleinterface","$uuid"
"``POST``","quagga","ospfsettings","togglenetwork","$uuid"
"``POST``","quagga","ospfsettings","toggleprefixlist","$uuid"
"``GET``","quagga","general","get",""
"``POST``","quagga","general","set",""
.. csv-table:: Diagnostics
.. csv-table:: Resources (Ospf6settingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","quagga","diagnostics","generalroutes",""
"","quagga","diagnostics","generalroutes6",""
"","quagga","diagnostics","log",""
"","quagga","diagnostics","ospfdatabase",""
"","quagga","diagnostics","ospfinterface",""
"","quagga","diagnostics","ospfneighbor",""
"","quagga","diagnostics","ospfoverview",""
"","quagga","diagnostics","ospfroute",""
"","quagga","diagnostics","ospfv3database",""
"","quagga","diagnostics","ospfv3interface",""
"","quagga","diagnostics","ospfv3neighbor",""
"","quagga","diagnostics","ospfv3overview",""
"","quagga","diagnostics","ospfv3route",""
"","quagga","diagnostics","showipbgp",""
"","quagga","diagnostics","showipbgpsummary",""
"","quagga","diagnostics","showrunningconfig",""
"``POST``","quagga","ospf6settings","addInterface",""
"``POST``","quagga","ospf6settings","delInterface","$uuid"
"``GET``","quagga","ospf6settings","getInterface","$uuid=null"
"``*``","quagga","ospf6settings","searchInterface",""
"``POST``","quagga","ospf6settings","setInterface","$uuid"
"``POST``","quagga","ospf6settings","toggleInterface","$uuid"
.. csv-table:: Resources (OspfsettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","quagga","ospfsettings","addInterface",""
"``POST``","quagga","ospfsettings","addNetwork",""
"``POST``","quagga","ospfsettings","addPrefixlist",""
"``POST``","quagga","ospfsettings","addRoutemap",""
"``POST``","quagga","ospfsettings","delInterface","$uuid"
"``POST``","quagga","ospfsettings","delNetwork","$uuid"
"``POST``","quagga","ospfsettings","delPrefixlist","$uuid"
"``POST``","quagga","ospfsettings","delRoutemap","$uuid"
"``GET``","quagga","ospfsettings","getInterface","$uuid=null"
"``GET``","quagga","ospfsettings","getNetwork","$uuid=null"
"``GET``","quagga","ospfsettings","getPrefixlist","$uuid=null"
"``GET``","quagga","ospfsettings","getRoutemap","$uuid=null"
"``*``","quagga","ospfsettings","searchInterface",""
"``*``","quagga","ospfsettings","searchNetwork",""
"``*``","quagga","ospfsettings","searchPrefixlist",""
"``*``","quagga","ospfsettings","searchRoutemap",""
"``POST``","quagga","ospfsettings","setInterface","$uuid"
"``POST``","quagga","ospfsettings","setNetwork","$uuid"
"``POST``","quagga","ospfsettings","setPrefixlist","$uuid"
"``POST``","quagga","ospfsettings","setRoutemap","$uuid"
"``POST``","quagga","ospfsettings","toggleInterface","$uuid"
"``POST``","quagga","ospfsettings","toggleNetwork","$uuid"
"``POST``","quagga","ospfsettings","togglePrefixlist","$uuid"
"``POST``","quagga","ospfsettings","toggleRoutemap","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","quagga","service","reconfigure",""
"``POST``","quagga","service","restart",""
"``POST``","quagga","service","start",""
"``GET``","quagga","service","status",""
"``POST``","quagga","service","stop",""

@ -1,20 +1,9 @@
redis
Redis
~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","redis","settings","get",""
"``GET``","redis","settings","set",""
"``POST``","redis","settings","set",""
"``GET``","redis","service","resetdb",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","redis","service","reconfigure",""
"``POST``","redis","service","restart",""
"``POST``","redis","service","start",""
"``GET``","redis","service","status",""
"``POST``","redis","service","stop",""

@ -1,51 +1,27 @@
relayd
Relayd
~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","relayd","settings","get","general"
"``POST``","relayd","service","configtest",""
"``POST``","relayd","service","reconfigure",""
.. csv-table:: Service
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","relayd","service","configtest",""
"``POST``","relayd","service","reconfigure",""
"``POST``","relayd","service","restart",""
"``POST``","relayd","service","start",""
"``GET``","relayd","service","status",""
"``POST``","relayd","service","stop",""
"``GET``","relayd","settings","del","$nodeType=null,$uuid=null"
"``GET``","relayd","settings","dirty",""
"``GET``","relayd","settings","get","$nodeType=null,$uuid=null"
"``POST``","relayd","settings","search","$nodeType=null"
"``POST``","relayd","settings","set","$nodeType=null,$uuid=null"
.. csv-table:: Resources
.. csv-table:: Resources (StatusController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","relayd","settings","del","tablecheck/$uuid"
"``POST``","relayd","settings","del","protocol/$uuid"
"``POST``","relayd","settings","del","virtualserver/$uuid"
"``POST``","relayd","settings","del","table/$uuid"
"``POST``","relayd","settings","del","host/$uuid"
"``GET``","relayd","settings","get","host/$uuid"
"``GET``","relayd","settings","get","tablecheck/$uuid"
"``GET``","relayd","settings","get","virtualserver/$uuid"
"``GET``","relayd","settings","get","table/$uuid"
"``GET``","relayd","settings","get","protocol/$uuid"
"``GET``","relayd","settings","search","host/"
"``GET``","relayd","settings","search","virtualserver/"
"``GET``","relayd","settings","search","protocol/"
"``GET``","relayd","settings","search","tablecheck/"
"``GET``","relayd","settings","search","table/"
"``POST``","relayd","settings","set","virtualserver/$uuid"
"``POST``","relayd","settings","set","host/$uuid"
"``POST``","relayd","settings","set","table/$uuid"
"``POST``","relayd","settings","set","protocol/$uuid"
"``POST``","relayd","settings","set","tablecheck/$uuid"
"``GET``","relayd","status","sum",""
"``POST``","relayd","status","toggle","$nodeType=null,$id=null,$action=null"
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","relayd","status","sum",""
"","relayd","status","toggle",""

@ -1,44 +1,47 @@
siproxd
Siproxd
~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (DomainController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","siproxd","general","get",""
"``POST``","siproxd","general","set",""
"``POST``","siproxd","domain","addDomain",""
"``POST``","siproxd","domain","delDomain","$uuid"
"``GET``","siproxd","domain","get",""
"``GET``","siproxd","domain","getDomain","$uuid=null"
"``GET``","siproxd","domain","searchDomain",""
"``POST``","siproxd","domain","set",""
"``POST``","siproxd","domain","setDomain","$uuid"
"``GET``","siproxd","domain","toggleDomain","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","siproxd","service","reconfigure",""
"``POST``","siproxd","service","restart",""
"``POST``","siproxd","service","start",""
"``GET``","siproxd","service","status",""
"``POST``","siproxd","service","stop",""
"``GET``","siproxd","general","get",""
"``POST``","siproxd","general","set",""
.. csv-table:: Resources
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","siproxd","domain","adddomain",""
"``POST``","siproxd","domain","deldomain","$uuid"
"``GET``","siproxd","domain","getdomain","$uuid"
"``GET``","siproxd","domain","searchdomain",""
"``POST``","siproxd","domain","setdomain","$uuid"
"``POST``","siproxd","domain","toggledomain","$uuid"
"``POST``","siproxd","user","adduser",""
"``POST``","siproxd","user","deluser","$uuid"
"``GET``","siproxd","user","getuser","$uuid"
"``GET``","siproxd","user","searchuser",""
"``POST``","siproxd","user","setuser","$uuid"
"``POST``","siproxd","user","toggleuser","$uuid"
.. csv-table:: Other
"``POST``","siproxd","service","reconfigure",""
"``POST``","siproxd","service","restart",""
"``GET``","siproxd","service","showregistrations",""
"``POST``","siproxd","service","start",""
"``GET``","siproxd","service","status",""
"``POST``","siproxd","service","stop",""
.. csv-table:: Resources (UserController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","siproxd","domain","set",""
"","siproxd","service","showregistrations",""
"","siproxd","user","set",""
"``POST``","siproxd","user","addUser",""
"``POST``","siproxd","user","delUser","$uuid"
"``GET``","siproxd","user","get",""
"``GET``","siproxd","user","getUser","$uuid=null"
"``GET``","siproxd","user","searchUser",""
"``POST``","siproxd","user","set",""
"``POST``","siproxd","user","setUser","$uuid"
"``GET``","siproxd","user","toggleUser","$uuid"

@ -0,0 +1,13 @@
Smart
~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","smart","service","abort",""
"``POST``","smart","service","info",""
"``POST``","smart","service","list",""
"``POST``","smart","service","logs",""
"``POST``","smart","service","test",""

@ -0,0 +1,45 @@
Telegraf
~~~~~~~~
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","telegraf","general","get",""
"``POST``","telegraf","general","set",""
.. csv-table:: Resources (InputController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","telegraf","input","get",""
"``POST``","telegraf","input","set",""
.. csv-table:: Resources (KeyController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","telegraf","key","addKey",""
"``POST``","telegraf","key","delKey","$uuid"
"``GET``","telegraf","key","getKey","$uuid=null"
"``*``","telegraf","key","searchKey",""
"``POST``","telegraf","key","setKey","$uuid"
"``POST``","telegraf","key","toggleKey","$uuid"
.. csv-table:: Resources (OutputController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","telegraf","output","get",""
"``POST``","telegraf","output","set",""
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","telegraf","service","reconfigure",""
"``POST``","telegraf","service","restart",""
"``POST``","telegraf","service","start",""
"``GET``","telegraf","service","status",""
"``POST``","telegraf","service","stop",""

@ -1,28 +1,27 @@
tinc
Tinc
~~~~
.. csv-table:: Service
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","tinc","service","reconfigure",""
"``POST``","tinc","service","restart",""
"``GET``","tinc","service","start",""
"``POST``","tinc","service","stop",""
"``POST``","tinc","service","reconfigure",""
"``POST``","tinc","service","restart",""
"``POST``","tinc","service","start",""
"``POST``","tinc","service","stop",""
.. csv-table:: Resources
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","tinc","settings","delhost","$uuid"
"``POST``","tinc","settings","delnetwork","$uuid"
"``GET``","tinc","settings","gethost","$uuid"
"``GET``","tinc","settings","getnetwork","$uuid"
"``GET``","tinc","settings","searchhost",""
"``GET``","tinc","settings","searchnetwork",""
"``POST``","tinc","settings","sethost",""
"``POST``","tinc","settings","sethost","$uuid"
"``POST``","tinc","settings","setnetwork",""
"``POST``","tinc","settings","setnetwork","$uuid"
"``POST``","tinc","settings","togglehost","$uuid/$enabled"
"``POST``","tinc","settings","togglenetwork","$uuid/$enabled"
"``POST``","tinc","settings","delHost","$uuid"
"``POST``","tinc","settings","delNetwork","$uuid"
"``GET``","tinc","settings","getHost","$uuid=null"
"``GET``","tinc","settings","getNetwork","$uuid=null"
"``GET``","tinc","settings","searchHost",""
"``GET``","tinc","settings","searchNetwork",""
"``POST``","tinc","settings","setHost","$uuid=null"
"``POST``","tinc","settings","setNetwork","$uuid=null"
"``POST``","tinc","settings","toggleHost","$uuid,$enabled=null"
"``POST``","tinc","settings","toggleNetwork","$uuid,$enabled=null"

@ -1,64 +1,72 @@
tor
Tor
~~~
.. csv-table:: Settings
.. csv-table:: Resources (ExitaclController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","tor","general","get",""
"``POST``","tor","general","set",""
"``GET``","tor","relay","get",""
"``POST``","tor","relay","set",""
"``POST``","tor","exitacl","addacl",""
"``POST``","tor","exitacl","delacl","$uuid"
"``GET``","tor","exitacl","getacl","$uuid=null"
"``*``","tor","exitacl","searchacl",""
"``POST``","tor","exitacl","setacl","$uuid"
"``POST``","tor","exitacl","toggleacl","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (GeneralController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","tor","service","reconfigure",""
"``POST``","tor","service","restart",""
"``POST``","tor","service","start",""
"``GET``","tor","service","status",""
"``POST``","tor","service","stop",""
"``POST``","tor","general","addhidservauth",""
"``POST``","tor","general","delhidservauth","$uuid"
"``GET``","tor","general","gethidservauth","$uuid=null"
"``*``","tor","general","searchhidservauth",""
"``POST``","tor","general","set",""
"``POST``","tor","general","sethidservauth","$uuid"
"``POST``","tor","general","togglehidservauth","$uuid"
.. csv-table:: Resources
.. csv-table:: Service (HiddenserviceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","tor","exitacl","addacl",""
"``POST``","tor","exitacl","delacl","$uuid"
"``GET``","tor","exitacl","getacl","$uuid"
"``GET``","tor","exitacl","searchacl",""
"``POST``","tor","exitacl","setacl","$uuid"
"``POST``","tor","exitacl","toggleacl","$uuid"
"``POST``","tor","general","addhidservauth",""
"``POST``","tor","general","delhidservauth","$uuid"
"``GET``","tor","general","gethidservauth","$uuid"
"``GET``","tor","general","searchhidservauth",""
"``POST``","tor","general","sethidservauth","$uuid"
"``POST``","tor","general","togglehidservauth","$uuid"
"``POST``","tor","hiddenservice","addservice",""
"``POST``","tor","hiddenservice","delservice","$uuid"
"``GET``","tor","hiddenservice","getservice","$uuid"
"``GET``","tor","hiddenservice","searchservice",""
"``POST``","tor","hiddenservice","setservice","$uuid"
"``POST``","tor","hiddenservice","toggleservice","$uuid"
"``POST``","tor","hiddenserviceacl","addacl",""
"``POST``","tor","hiddenserviceacl","delacl","$uuid"
"``GET``","tor","hiddenserviceacl","getacl","$uuid"
"``GET``","tor","hiddenserviceacl","searchacl",""
"``POST``","tor","hiddenserviceacl","setacl","$uuid"
"``POST``","tor","hiddenserviceacl","toggleacl","$uuid"
"``POST``","tor","socksacl","addacl",""
"``POST``","tor","socksacl","delacl","$uuid"
"``GET``","tor","socksacl","getacl","$uuid"
"``GET``","tor","socksacl","searchacl",""
"``POST``","tor","socksacl","setacl","$uuid"
"``POST``","tor","socksacl","toggleacl","$uuid"
"``POST``","tor","hiddenservice","addservice",""
"``POST``","tor","hiddenservice","delservice","$uuid"
"``GET``","tor","hiddenservice","getservice","$uuid=null"
"``*``","tor","hiddenservice","searchservice",""
"``POST``","tor","hiddenservice","setservice","$uuid"
"``POST``","tor","hiddenservice","toggleservice","$uuid"
.. csv-table:: Other
.. csv-table:: Service (HiddenserviceaclController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","tor","service","circuits",""
"","tor","service","get",""
"","tor","service","streams",""
"``POST``","tor","hiddenserviceacl","addacl",""
"``POST``","tor","hiddenserviceacl","delacl","$uuid"
"``GET``","tor","hiddenserviceacl","getacl","$uuid=null"
"``*``","tor","hiddenserviceacl","searchacl",""
"``POST``","tor","hiddenserviceacl","setacl","$uuid"
"``POST``","tor","hiddenserviceacl","toggleacl","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","tor","service","circuits",""
"``GET``","tor","service","get_hidden_services",""
"``POST``","tor","service","reconfigure",""
"``POST``","tor","service","restart",""
"``POST``","tor","service","start",""
"``GET``","tor","service","status",""
"``POST``","tor","service","stop",""
"``GET``","tor","service","streams",""
.. csv-table:: Resources (SocksaclController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","tor","socksacl","addacl",""
"``POST``","tor","socksacl","delacl","$uuid"
"``GET``","tor","socksacl","getacl","$uuid=null"
"``*``","tor","socksacl","searchacl",""
"``POST``","tor","socksacl","setacl","$uuid"
"``POST``","tor","socksacl","toggleacl","$uuid"

@ -0,0 +1,10 @@
Unboundplus
~~~~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","unboundplus","service","dnsbl",""
"``GET``","unboundplus","service","reloadunbound",""

@ -1,26 +1,12 @@
vnstat
Vnstat
~~~~~~
.. csv-table:: Settings
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","vnstat","general","get",""
"``POST``","vnstat","general","set",""
"``GET``","vnstat","service","daily",""
"``GET``","vnstat","service","hourly",""
"``GET``","vnstat","service","monthly",""
"``GET``","vnstat","service","resetdb",""
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","vnstat","service","restart",""
"``POST``","vnstat","service","start",""
"``POST``","vnstat","service","status",""
"``POST``","vnstat","service","stop",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","vnstat","service","hourly",""
"","vnstat","service","daily",""
"","vnstat","service","monthly",""

@ -1,41 +1,32 @@
wireguard
Wireguard
~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (ClientController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","wireguard","general","get",""
"``POST``","wireguard","general","set",""
"``POST``","wireguard","client","addClient",""
"``POST``","wireguard","client","delClient","$uuid"
"``GET``","wireguard","client","getClient","$uuid=null"
"``*``","wireguard","client","searchClient",""
"``POST``","wireguard","client","setClient","$uuid"
"``POST``","wireguard","client","toggleClient","$uuid"
.. csv-table:: Service
.. csv-table:: Resources (ServerController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","wireguard","service","restart",""
"``POST``","wireguard","service","start",""
"``POST``","wireguard","service","stop",""
"``POST``","wireguard","server","addServer","$uuid=null"
"``POST``","wireguard","server","delServer","$uuid"
"``GET``","wireguard","server","getServer","$uuid=null"
"``*``","wireguard","server","searchServer",""
"``POST``","wireguard","server","setServer","$uuid=null"
"``POST``","wireguard","server","toggleServer","$uuid"
.. csv-table:: Resources
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","wireguard","client","addclient",""
"``POST``","wireguard","client","delclient","$uuid"
"``GET``","wireguard","client","getclient","$uuid"
"``GET``","wireguard","client","searchclient",""
"``POST``","wireguard","client","setclient","$uuid"
"``POST``","wireguard","client","toggleclient","$uuid"
"``POST``","wireguard","server","addserver",""
"``POST``","wireguard","server","delserver","$uuid"
"``GET``","wireguard","server","getserver","$uuid"
"``GET``","wireguard","server","searchserver",""
"``POST``","wireguard","server","setserver","$uuid"
"``POST``","wireguard","server","toggleserver","$uuid"
"``GET``","wireguard","service","showconf",""
"``GET``","wireguard","service","showhandshake",""
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","wireguard","service","showconf",""
"","wireguard","service","showhandshake",""

@ -1,15 +1,16 @@
wol
Wol
~~~
.. csv-table:: Other
.. csv-table:: Resources (WolController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","wol","wol","addHost",""
"","wol","wol","delHost",""
"","wol","wol","getHost",""
"","wol","wol","getwake",""
"","wol","wol","searchHost",""
"","wol","wol","set",""
"","wol","wol","setHost",""
"","wol","wol","wakeall",""
"``POST``","wol","wol","addHost",""
"``POST``","wol","wol","delHost","$uuid"
"``GET``","wol","wol","getHost","$uuid=null"
"``GET``","wol","wol","getwake",""
"``*``","wol","wol","searchHost",""
"``POST``","wol","wol","set",""
"``POST``","wol","wol","setHost","$uuid"
"``POST``","wol","wol","wakeall",""

@ -1,20 +1,20 @@
zabbixagent
Zabbixagent
~~~~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","zabbixagent","settings","get",""
"``POST``","zabbixagent","settings","set",""
"``GET``","zabbixagent","settings","set",""
"``POST``","zabbixagent","settings","addAlias",""
"``POST``","zabbixagent","settings","addUserparameter",""
"``POST``","zabbixagent","settings","delAlias","$uuid"
"``POST``","zabbixagent","settings","delUserparameter","$uuid"
"``GET``","zabbixagent","settings","getAlias","$uuid=null"
"``GET``","zabbixagent","settings","getUserparameter","$uuid=null"
"``*``","zabbixagent","settings","searchAliases",""
"``*``","zabbixagent","settings","searchUserparameters",""
"``POST``","zabbixagent","settings","setAlias","$uuid"
"``POST``","zabbixagent","settings","setUserparameter","$uuid"
"``POST``","zabbixagent","settings","toggleAlias","$uuid"
"``POST``","zabbixagent","settings","toggleUserparameter","$uuid"
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","zabbixagent","service","reconfigure",""
"``POST``","zabbixagent","service","restart",""
"``POST``","zabbixagent","service","start",""
"``GET``","zabbixagent","service","status",""
"``POST``","zabbixagent","service","stop",""

@ -1,32 +1,23 @@
zerotier
Zerotier
~~~~~~~~
.. csv-table:: Settings
.. csv-table:: Resources (NetworkController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","zerotier","settings","get",""
"``POST``","zerotier","settings","set",""
"``POST``","zerotier","network","add",""
"``POST``","zerotier","network","del","$uuid=null"
"``GET``","zerotier","network","get","$uuid=null"
"``GET``","zerotier","network","info","$uuid=null"
"``GET``","zerotier","network","search",""
"``POST``","zerotier","network","set","$uuid=null"
"``POST``","zerotier","network","toggle","$uuid=null"
.. csv-table:: Service
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","zerotier","settings","status",""
"``GET``","zerotier","settings","get",""
"``POST``","zerotier","settings","set",""
"``GET``","zerotier","settings","status",""
.. csv-table:: Resources
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","zerotier","network","add",""
"``POST``","zerotier","network","del","$uuid"
"``GET``","zerotier","network","get","$uuid"
"``GET``","zerotier","network","search",""
"``POST``","zerotier","network","set","$uuid"
"``POST``","zerotier","network","toggle","$uuid"
.. csv-table:: Other
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","zerotier","network","info",""

Loading…
Cancel
Save