Fixed broken iec104 REST, added missing params error code #9001 (#9002)

This commit is contained in:
GabrieleDeri 2025-02-26 14:35:24 +01:00 committed by GitHub
parent ff50067a3b
commit 3e13ef3f06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 3 deletions

View file

@ -10,7 +10,7 @@ local rest_utils = require("rest_utils")
--
-- Retrieves all ntopng interfaces of a given host
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"host" : "192.168.1.1"}' http://localhost:3000/lua/rest/v1/get/host/interfaces.lua
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"ifid": "0", "host" : "192.168.1.1"}' http://localhost:3000/lua/rest/v2/get/host/processes/listening_ports.lua
--
-- NOTE: in case of invalid login, no error is returned but redirected to login
--