Class ServerMetadata

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

Constructors

Properties

ticketerConfig?: TicketerConfig

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

The type of server (Horizon, Meridian).

version: OnmsVersion

The version of the server.

Methods

  • Returns a convenient data structure with all capabilities listed.

    Returns {
        [key: string]: any;
    }

    • [key: string]: any
  • Does this version support the api/v2/ipinterfaces ReST endpoint?

    Returns boolean

  • Does this version support the rest/resources/select ReST endpoint?

    Returns boolean