mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Started fixing rest Documentation and postman collection creation (#8987)
This commit is contained in:
parent
4c611cf661
commit
fe18eff11d
23 changed files with 147 additions and 44 deletions
|
|
@ -13,7 +13,7 @@ local dashboard_utils = require "dashboard_utils"
|
|||
|
||||
--
|
||||
-- Get list of components for a dashboard template
|
||||
-- Example: curl -u admin:admin "http://localhost:3000/lua/pro/rest/v2/get/dashboard/template/data.lua?template=default"
|
||||
-- Example: curl -u admin:admin "http://localhost:3000/lua/rest/v2/get/dashboard/template/data.lua?template=default"
|
||||
--
|
||||
|
||||
local template_id = _GET["template"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue