Started fixing rest Documentation and postman collection creation (#8987)

This commit is contained in:
GabrieleDeri 2025-02-24 11:46:44 +01:00 committed by GitHub
parent 4c611cf661
commit fe18eff11d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 147 additions and 44 deletions

View file

@ -1,5 +1,5 @@
--
-- (C) 2013-24 - ntop.org
-- (C) 2013-25 - ntop.org
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
@ -13,7 +13,7 @@ local alert_store_instances = alert_store_utils.all_instances_factory()
--
-- Read alerts data
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v2/get/flow/alert/list.lua
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v2/get/flow/alert/alert_details.lua
--
-- NOTE: in case of invalid login, no error is returned but redirected to login
--