Construct a new GrafanaHTTP implementation.
The Grafana BackendSrv object to use for requests.
Optional
server: OnmsServerThe OpenNMS server to make requests to.
Optional
timeout: numberThe default set of HTTP options associated with this ReST client.
The default options used when making requests with this instance.
The server associated with this HTTP implementation.
The server associated with this instance.
Make an HTTP GET call using the Grafana BackendSrv
.
Optional
options: OnmsHTTPOptionsProtected
getProtected
getGet the union of [[OnmsHTTPOptions]] based on the passed options, defaults, and options in the [[OnmsServer]] associated with this request. Order of precedence is passed options -> server options -> default options.
Optional
options: OnmsHTTPOptionsProtected
getGet the [[OnmsServer]] object that should be used for making requests. Favors the one passed in the [[OnmsHTTPOptions]], otherwise it falls back to the default server associated with the HTTP implementation.
Optional
options: OnmsHTTPOptionsMake an HTTP HEAD call using the Grafana BackendSrv
.
Optional
options: OnmsHTTPOptionsMake an HTTP DELETE call using the Grafana BackendSrv
.
Optional
options: OnmsHTTPOptionsProtected
onMake an HTTP POST call using the Grafana BackendSrv
.
Optional
options: OnmsHTTPOptionsMake an HTTP PUT call using the Grafana BackendSrv
.
Optional
options: OnmsHTTPOptionsProtected
transformJSONProtected
transformXML
Implementation of the [[IOnmsHTTP]] interface for Grafana.
Implements
IOnmsHTTP