From 9fd2e62d1e186f1b0d4253205191d73111bede54 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 7 Apr 2020 12:54:24 +0200 Subject: [PATCH] Interfaces / Diagnostics: add api endpoints for https://github.com/opnsense/core/issues/4013 --- source/development/api/core/diagnostics.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/development/api/core/diagnostics.rst b/source/development/api/core/diagnostics.rst index 11aa3a41..b382feab 100644 --- a/source/development/api/core/diagnostics.rst +++ b/source/development/api/core/diagnostics.rst @@ -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"