The [[OnmsServer]] being connected to by this DAO.
Enumerate the applications matching the given prefix and filters.
Optional
prefix: stringthe prefix to match
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Protected
getGet used Dscp values for a specific interface
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberthe SNMP interface
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Get detailed information about a specific node.
the node ID or foreignSource:foreignId tuple
maximum number of interfaces to return (those with the most flows will be returned if the results are truncated)
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Get a summary of the nodes that have exported flows.
maximum number of exporters to return (those with the most flows will be returned if the results are truncated)
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Enumerate all the hosts matching the given pattern and filters.
Optional
pattern: stringthe regex pattern to match
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Protected
getCreate an [[OnmsHTTPOptions]] object for DAO calls.
Get time series data for the top N applications/protocols based on parameters.
Optional
applications: string[]the applications to include
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given applications
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Get time series data for the given conversations based on parameters.
Optional
conversations: string[]how many conversations' series to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given conversations
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Optional
ecn: string[]Get time series data for DSCP based on parameters.
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Get time series data for the given hosts based on parameters.
Optional
hosts: string[]the hosts to include
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given hosts
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Get time series data for the top N applications/protocols based on parameters.
Optional
N: numberhow many applications' series to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the top N
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Get time series data for the top N conversations based on parameters.
Optional
NOptions: number | ITopNOptionshow many conversations to return or an object that includes all of the parameters to be set on the API call
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Get time series data for the top N hosts based on parameters.
Optional
N: numberhow many applications' series to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
step: numberthe requested time interval between rows
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the top N
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the given applications/protocols based on parameters.
Optional
applications: string[]the applications to include
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given applications
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the given conversations based on parameters.
Optional
conversations: string[]how many conversations to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given conversations
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the the dscp values based on parameters.
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the given hosts based on parameters.
Optional
hosts: string[]the hosts to include
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the given hosts
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the top N applications/protocols based on parameters.
Optional
N: numberhow many applications to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the top N
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the top N conversations based on parameters.
Optional
NOptions: number | ITopNOptionshow many conversations to return or an object that includes all of the parameters to be set on the API call
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Summarize the top N hosts based on parameters.
Optional
N: numberhow many conversations to return
Optional
start: numberthe start of the timespan to query (defaults to 4 hours ago)
Optional
end: numberthe end of the timespan to query (defaults to now)
Optional
includeOther: booleaninclude an additional "other" result that represents everything that does not match the top N
Optional
exporterNodeCriteria: stringthe node ID or foreignSource:foreignId tuple
Optional
ifIndex: numberfilter for flows that came through this SNMP interface
Optional
dscp: string[]filter for flows with this Dscp value
Protected
onCalled whenever the OpenNMS server has changed.
Optional
server: OnmsServerthe new server
Protected
toProtected
toProtected
use
DAO for accessing flow (Netflow/IPFIX/sFlow) data.