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

    Class OnmsNode

    Represents an OpenNMS node.

    Implements

    Index

    Constructors

    Properties

    assets: any = ...

    the assets of the node

    categories: OnmsCategory[] = ...

    the categories the node is in

    createTime?: Moment

    the time the node was created

    foreignId?: string

    the foreign ID of the node

    foreignSource?: string

    the foreign source of the node

    id?: number

    the node ID

    ipInterfaces: OnmsIpInterface[] = ...

    the IP interfaces on this node

    label?: string

    the label (name) of the node

    labelSource?: OnmsNodeLabelSource

    how the label was set

    lastCapsdPoll?: Moment

    the last time this node was provisioned

    location?: string

    the location of the node

    netBiosDomain?: string

    the NETBIOS/SMB domain for the node

    netBiosName?: string

    the NETBIOS/SMB name for the node

    nodeParentId?: number

    the ID of the parent node, if any

    operatingSystem?: string

    the operating system of the node

    parent?: OnmsNode

    the parent of this node

    snmpInterfaces: OnmsSnmpInterface[] = ...

    the SNMP interfaces on this node

    sysContact?: string

    the SNMP sysContact for the node

    sysDescription?: string

    the SNMP sysDescription of the node

    sysLocation?: string

    the SNMP sysLocation of the node

    sysName?: string

    the SNMP sysName of the node

    sysObjectId?: string

    the SNMP sysObjectId of the node

    the type of node

    Accessors