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

    Class OnmsOutage

    Represents an OpenNMS outage.

    Implements

    Index

    Constructors

    Properties

    foreignId?: string

    the foreign ID asociated with the outage

    foreignSource?: string

    the foreign source associated with the outage

    id?: number

    the node ID

    ifLostService?: Moment

    when the outage started

    ifRegainedService?: Moment

    when the outage was resolved

    ipAddress?: Address6 | Address4

    the IP address associated with the outage

    monitoredService?: OnmsMonitoredService

    the monitored service associated with the outage

    nodeId?: number

    the ID of the node associated with the outage

    nodeLabel?: string

    the label of the node associated with the outage

    perspective?: string

    the perspective of the outage

    serviceLostEvent?: OnmsEvent

    the event associated with the start of the outage

    serviceRegainedEvent?: OnmsEvent

    the event associated with the end of the outage

    suppressedBy?: string

    who the outage was suppressed by

    suppressTime?: Moment

    when the outage was suppressed

    Accessors