2
0
mirror of https://github.com/opnsense/docs synced 2024-11-07 03:20:31 +00:00
opensense-docs/source/development/api/core/diagnostics.rst

38 lines
1.5 KiB
ReStructuredText
Raw Normal View History

Diagnostics
~~~~~~~~~~~
.. csv-table:: Settings
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","diagnostics","netflow","getconfig",""
"``GET``","diagnostics","netflow","setconfig",""
"``POST``","diagnostics","netflow","setconfig",""
.. csv-table:: Diagnostics
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"","diagnostics","activity","getActivity",""
"","diagnostics","dns","reverse",""
"","diagnostics","firewall","log",""
"","diagnostics","interface","flushArp",""
"","diagnostics","interface","getArp",""
"","diagnostics","interface","getInterfaceNames",""
"","diagnostics","interface","getNdp",""
"","diagnostics","interface","getRoutes",""
"","diagnostics","netflow","cacheStats",""
"","diagnostics","netflow","isEnabled",""
"","diagnostics","netflow","reconfigure",""
"","diagnostics","networkinsight","export",""
"","diagnostics","networkinsight","getInterfaces",""
"","diagnostics","networkinsight","getMetadata",""
"","diagnostics","networkinsight","getProtocols",""
"","diagnostics","networkinsight","getServices",""
"","diagnostics","networkinsight","timeserie","FlowInterfaceTotals/bps/"
"","diagnostics","networkinsight","top","FlowDstPortTotals/"
"","diagnostics","systemhealth","getInterfaces",""
"","diagnostics","systemhealth","getRRDlist",""
"","diagnostics","systemhealth","getSystemHealth",""