Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowDAO

Hierarchy

  • FlowDAO

Index

Constructors

constructor

Accessors

http

Methods

getExporter

  • getExporter(criteria: string, limit: number, start?: number, end?: number): Promise<OnmsFlowExporter>

getExporters

getSeriesForTopNApplications

  • getSeriesForTopNApplications(N?: number, start?: number, end?: number, step?: number, includeOther?: boolean, exporterNodeCriteria?: string, ifIndex?: number): Promise<OnmsFlowSeries>
  • Parameters

    • Optional N: number
    • Optional start: number
    • Optional end: number
    • Optional step: number
    • Optional includeOther: boolean
    • Optional exporterNodeCriteria: string
    • Optional ifIndex: number

    Returns Promise<OnmsFlowSeries>

Protected toDate

  • toDate(from: any): Moment | undefined
  • Convert the given value to a date, or undefined if it cannot be converted.

    Parameters

    • from: any

    Returns Moment | undefined

toFlowExporter

toFlowExporterSummary

toInterface

Static Protected getOptions

Generated using TypeDoc