mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Interfaces / Diagnostics: add api endpoints for https://github.com/opnsense/core/issues/4013
This commit is contained in:
parent
003335a0f9
commit
9fd2e62d1e
1 changed files with 6 additions and 0 deletions
|
|
@ -26,9 +26,15 @@ Diagnostics
|
|||
"``POST``","diagnostics","interface","delRoute",""
|
||||
"``POST``","diagnostics","interface","flushArp",""
|
||||
"``GET``","diagnostics","interface","getArp",""
|
||||
"``GET``","diagnostics","interface","getBpfStatistics",""
|
||||
"``GET``","diagnostics","interface","getInterfaceNames",""
|
||||
"``GET``","diagnostics","interface","getInterfaceStatistics",""
|
||||
"``GET``","diagnostics","interface","getMemoryStatistics",""
|
||||
"``GET``","diagnostics","interface","getNdp",""
|
||||
"``GET``","diagnostics","interface","getNetisrStatistics",""
|
||||
"``GET``","diagnostics","interface","getProtocolStatistics",""
|
||||
"``GET``","diagnostics","interface","getRoutes",""
|
||||
"``GET``","diagnostics","interface","getSocketStatistics",""
|
||||
|
||||
.. csv-table:: Resources (NetflowController.php)
|
||||
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
||||
|
|
|
|||
Loading…
Reference in a new issue