Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOnmsHTTP

Interface for making ReST calls to an HTTP server.

interface

Hierarchy

  • IOnmsHTTP

Implemented by

Index

Properties

isValid

isValid: boolean

Whether this plugin is valid and can be initialized.

Implementations can use this to signal whether any optional dependencies or other conditions have been met for the plugin to work.

Optional options

options: OnmsHTTPOptions | null

The default options used when making requests with this instance.

Optional server

server: OnmsServer | null

The server associated with this instance.

Methods

get

head

httpDelete

post

put

Generated using TypeDoc