opnsense-docs/source/development/api/plugins/cicap.rst

32 lines
1.2 KiB
ReStructuredText
Raw Normal View History

Cicap
~~~~~
2025-05-01 04:05:15 -04:00
.. csv-table:: Resources (AntivirusController.php)
2021-03-08 06:22:26 -05:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","cicap","antivirus","get",""
2022-10-19 11:21:08 -04:00
"``POST``","cicap","antivirus","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `Antivirus.xml <https://github.com/opnsense/plugins/blob/master/www/c-icap/src/opnsense/mvc/app/models/OPNsense/CICAP/Antivirus.xml>`__"
2025-05-01 04:05:15 -04:00
.. csv-table:: Resources (GeneralController.php)
2021-03-08 06:22:26 -05:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","cicap","general","get",""
2022-10-19 11:21:08 -04:00
"``POST``","cicap","general","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/www/c-icap/src/opnsense/mvc/app/models/OPNsense/CICAP/General.xml>`__"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","cicap","service","checkclamav",""
2022-10-19 11:21:08 -04:00
"``POST``","cicap","service","reconfigure",""
"``POST``","cicap","service","restart",""
"``POST``","cicap","service","start",""
2021-03-08 06:22:26 -05:00
"``GET``","cicap","service","status",""
2022-10-19 11:21:08 -04:00
"``POST``","cicap","service","stop",""