Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServerMetadata

A class that represents the capabilities an OpenNMS server has and other information about it.

Hierarchy

  • ServerMetadata

Index

Constructors

constructor

Properties

ticketerConfig

ticketerConfig: TicketerConfig

The ticketer config. Requires at least version 21.0.0 of OpenNMS.

type

The type of server (Horizon, Meridian).

version

version: OnmsVersion

The version of the server.

Methods

ackAlarms

  • ackAlarms(): any

apiVersion

  • apiVersion(): 1 | 2

capabilities

  • capabilities(): object
  • Returs a convenient data structure with all capabilities listed.

    Returns object

    • ackAlarms: any
    • apiVersion: number
    • flows: any
    • graphs: any
    • outageSummaries: any
    • setNodeLocation: any
    • situations: any
    • ticketer: any
    • type: string

clone

flows

  • flows(): any

graphs

  • graphs(): any

outageSummaries

  • outageSummaries(): any

setNodeLocation

  • setNodeLocation(): any

situations

  • situations(): any

ticketer

  • ticketer(): any

toString

  • toString(): string

useJson

  • useJson(): any

Generated using TypeDoc