LogicMonitor.Api
1.6.3
See the version list below for details.
dotnet add package LogicMonitor.Api --version 1.6.3
NuGet\Install-Package LogicMonitor.Api -Version 1.6.3
<PackageReference Include="LogicMonitor.Api" Version="1.6.3" />
<PackageVersion Include="LogicMonitor.Api" Version="1.6.3" />
<PackageReference Include="LogicMonitor.Api" />
paket add LogicMonitor.Api --version 1.6.3
#r "nuget: LogicMonitor.Api, 1.6.3"
#:package LogicMonitor.Api@1.6.3
#addin nuget:?package=LogicMonitor.Api&version=1.6.3
#tool nuget:?package=LogicMonitor.Api&version=1.6.3
A .NET API for LogicMonitor
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6
- JetBrains.Annotations (>= 10.4.0)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 10.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on LogicMonitor.Api:
| Package | Downloads |
|---|---|
|
LogicMonitor.Datamart
LogicMonitor Datamart |
|
|
LogicMonitor.Cli
Creates a template LogicMonitor project for .NET. To install (or update) the template, type: dotnet new install LogicMonitor.Cli If you do not specify the namespace with --name, the folder name is used instead Once installed, go to an empty folder and type: dotnet new logicmonitor [--name Project.Namespace] Then modify the appsettings.json file to include your LogicMonitor account, Access Id and Access Key. After this, build and run with: dotnet run This should provide some basic information about your LogicMonitor account to demonstrate a working project. |
|
|
Serilog.Sinks.LogicMonitor
Serilog sink for LogicMonitor's LM Logs |
|
|
LogicMonitor.PowerShell
A PowerShell module wrapper for the LogicMonitor.Api .NET library |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.240.90 | 68 | 9/22/2026 |
| 3.240.89 | 84 | 9/22/2026 |
| 3.240.88 | 98 | 9/22/2026 |
| 3.240.85 | 191 | 9/12/2026 |
| 3.240.82 | 189 | 9/7/2026 |
| 3.240.79 | 148 | 9/7/2026 |
| 3.240.71 | 111 | 9/5/2026 |
| 3.240.67 | 104 | 9/4/2026 |
| 3.240.64 | 103 | 9/4/2026 |
| 3.240.61 | 103 | 9/4/2026 |
| 3.240.56 | 121 | 8/30/2026 |
| 3.240.46 | 565 | 8/28/2026 |
| 3.240.39 | 176 | 8/19/2026 |
| 3.240.34 | 183 | 8/11/2026 |
| 3.240.33 | 152 | 7/25/2026 |
| 3.240.32 | 128 | 7/25/2026 |
| 3.240.31 | 345 | 7/23/2026 |
| 3.240.30 | 180 | 7/23/2026 |
| 3.240.29 | 133 | 7/23/2026 |
| 1.6.3 | 1,911 | 7/2/2017 |
Version 1.6.3
Uses the REST LogicMonitor API.
Version 1.6 of the API introduces a number of breaking changes over v1.5:
- The "ConfigSources" and "DataSources" namespaces have now been combined into one "LogicModules" namespace.
- The Backup objects reflect this change.