A .NET library to ease calls to Logicmonitor's REST API from C# code. Continuous improvements will be made to keep the REST API classes up to date as it is improved by Logicmonitor.
Creates a template LogicMonitor project for .NET Core 6.0.
To install (or update) the template, type:
dotnet new -i 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...
More information