mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Add days parameter to rest/v2/get/system/logs.lua
This commit is contained in:
parent
85f7335e7a
commit
fc4993fffd
4 changed files with 15 additions and 2 deletions
|
|
@ -1775,6 +1775,7 @@ local known_parameters = {
|
|||
["period_begin_str"] = validateDate, -- Specifies a start date in JS format
|
||||
["period_end_str"] = validateDate, -- Specifies an end date in JS format
|
||||
["timezone"] = validateNumber, -- The timezone of the browser
|
||||
["days"] = validateNumber,
|
||||
|
||||
-- PAGINATION
|
||||
["perPage"] = validateNumber, -- Number of results per page (used for pagination)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue