mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add reset to the import_export module. Add snmp reset endpoint (#4433)
This commit is contained in:
parent
09d88bbc26
commit
0e82f5f81b
4 changed files with 40 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ local import_export_rest_utils = require "import_export_rest_utils"
|
|||
|
||||
--
|
||||
-- Export SNMP configuration
|
||||
-- Example: curl -u admin:admin -H "Content-Type: application/json" http://localhost:3000/lua/rest/v1/export/snmp/config.lua
|
||||
-- Example: curl -u admin:admin http://localhost:3000/lua/rest/v1/export/snmp/config.lua
|
||||
--
|
||||
-- NOTE: in case of invalid login, no error is returned but redirected to login
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue