Packages

Elixir wrapper for Logic Monitor REST api. Uses LMv1 API Token Authentication.

Current section

Files

Jump to
logic_monitor lib logic_monitor.ex
Raw

lib/logic_monitor.ex

defmodule LogicMonitor do
@moduledoc """
The LogicMonitor Elixir package provides access to the LogicMonitor REST API
as outlined [here](https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api/),
including handling the LMv1 API Token Authentication described [here](https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api/#API-Token-Authentication).
The sub-modules (Alerts, ApiTokens, etc...) provide access to specific resources, and the Request module is available for
direct access or for unimplemented calls.
"""
end