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

23 lines
856 B
ReStructuredText
Raw Normal View History

Ntopng
2018-09-22 05:27:11 -04:00
~~~~~~
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``","ntopng","general","get",""
2022-10-19 11:21:08 -04:00
"``POST``","ntopng","general","set",""
2021-03-08 06:22:26 -05:00
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/net/ntopng/src/opnsense/mvc/app/models/OPNsense/Ntopng/General.xml>`__"
.. csv-table:: Service (ServiceController.php)
2018-09-22 05:27:11 -04:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","ntopng","service","checkredis",""
2022-10-19 11:21:08 -04:00
"``POST``","ntopng","service","reconfigure",""
"``POST``","ntopng","service","restart",""
"``POST``","ntopng","service","start",""
2021-03-08 06:22:26 -05:00
"``GET``","ntopng","service","status",""
2022-10-19 11:21:08 -04:00
"``POST``","ntopng","service","stop",""