Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GrafanaHTTP

Implementation of the IOnmsHTTP interface for Grafana.

implements

IOnmsHTTP

Hierarchy

Implements

Index

Constructors

constructor

Properties

options

options: OnmsHTTPOptions = {} as OnmsHTTPOptions

The default set of HTTP options associated with this ReST client.

timeout

timeout: number

The default amount of time to wait before giving up on a request.

deprecated

Set timeout on the OnmsHTTPOptions object instead. This will go away in OpenNMS.js 2.0.

Accessors

server

Methods

get

Protected getData

  • getData(response: any): any

Protected getOptions

Protected getServer

httpDelete

Protected onSetServer

  • onSetServer(): void

post

put

Protected transformJSON

  • transformJSON(data: any): any

Protected transformXML

  • transformXML(data: any): any

Generated using TypeDoc