OpenNMS.js - v2.6.2-SNAPSHOT
    Preparing search index...

    Interface ITopNOptions

    Preferred object for providing options to TopN queries.

    interface ITopNOptions {
        end?: number;
        exporterNodeCriteria?: string;
        ifIndex?: number;
        includeOther?: boolean;
        N: number;
        start?: number;
        step?: number;
    }
    Index

    Properties

    end?: number

    the end of the timespan to query

    exporterNodeCriteria?: string

    the node ID or foreignSource:foreignId tuple

    ifIndex?: number

    filter based on SNMP interface

    includeOther?: boolean

    include an additional "other" result for non-matches

    N: number

    how many series to return

    start?: number

    the start of the timespan to query

    step?: number

    the requested time interval between rows