Handles UI network discovery requests

This commit is contained in:
Simone Mainardi 2017-09-14 21:20:01 +02:00
parent 717b2dfa40
commit ae828f9465
5 changed files with 157 additions and 86 deletions

View file

@ -778,7 +778,7 @@ local known_parameters = {
["default_snmp_community"] = validateSingleWord, -- Default SNMP community for non-SNMP-configured local hosts
["snmp_port_idx"] = validateNumber, -- SNMP port index
["snmp_recache" ] = validateBool, -- forces SNMP queries to be re-executed and cached
["discovery_recache" ] = validateBool, -- forces device discovery to be re-cached
["request_discovery" ] = validateBool, -- forces device discovery to be re-cached
["intfs"] = validateInterfacesList, -- a list of network interfaces ids
["search"] = validateBool, -- When set, a search should be performed
["search_flows"] = validateBool, -- When set, a flow search should be performed