2
0
mirror of https://github.com/opnsense/docs synced 2024-11-05 06:00:36 +00:00
opensense-docs/source/development/api/plugins/ftpproxy.rst

25 lines
960 B
ReStructuredText

Ftpproxy
~~~~~~~~
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``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 (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=null"
"``GET``","ftpproxy","settings","searchProxy",""
"``POST``","ftpproxy","settings","setProxy","$uuid"
"``POST``","ftpproxy","settings","toggleProxy","$uuid"