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/plugins/ftpproxy.rst

24 lines
826 B
ReStructuredText

ftpproxy
~~~~~~~~
.. csv-table:: Service
: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",""
.. csv-table:: Resources
: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"