LogicMonitor.Api 3.222.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.222.10
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.222.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogicMonitor.Api" Version="3.222.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.222.10" />
                    
Directory.Packages.props
<PackageReference Include="LogicMonitor.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LogicMonitor.Api --version 3.222.10
                    
#r "nuget: LogicMonitor.Api, 3.222.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LogicMonitor.Api@3.222.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LogicMonitor.Api&version=3.222.10
                    
Install as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.222.10
                    
Install as a Cake Tool

LogicMonitor.Api

The LogicMonitor REST API nuget package, authored by Panoramic Data Limited.

Nuget Nuget License: MIT Codacy Badge

If you want some LogicMonitor software developed, come find us at: https://www.panoramicdata.com/ !

To get started, watch the videos here:

http://www.panoramicdata.com/products/logicmonitor-api-nuget-package/

A simple example:

using LogicMonitor.Api;

[...]

public static async Task GetAllResources(ILogger logger, CancellationToken cancellationToken)
{
	using var logicMonitorClient = new LogicMonitorClient(
		new LogicMonitorClientOptions
		{
			Account = "acme",
			AccessId = "accessId",
			AccessKey = "accessKey",
			Logger = logger
		}
	);

	var resources = await logicMonitorClient
		.GetAllAsync<Resource>(cancellationToken)
		.ConfigureAwait(false);

	Console.WriteLine($"Resource Count: {resources.Count}");
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LogicMonitor.Api:

Package Downloads
LogicMonitor.Datamart

LogicMonitor Datamart

Serilog.Sinks.LogicMonitor

Serilog sink for LogicMonitor's LM Logs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.229.10 35 11/12/2025
3.222.11 362 9/13/2025
3.222.10 514 9/12/2025
3.222.8 177 9/12/2025
3.222.7 314 8/12/2025
3.222.6 186 8/12/2025
3.222.5 297 7/5/2025
3.222.3 412 6/24/2025
3.222.1 439 5/21/2025
3.220.3 352 4/26/2025
3.216.6 777 3/5/2025
3.216.4 254 2/18/2025
3.216.3 207 2/18/2025
3.216.2 215 2/18/2025
3.216.1 258 1/26/2025
3.213.7 150 1/26/2025
3.213.4 427 11/30/2024
3.212.7 264 11/13/2024
3.212.5 314 11/11/2024
3.212.4 170 11/11/2024
3.211.20 378 10/22/2024
3.211.19 200 10/22/2024
3.211.17 221 10/21/2024
3.211.14 316 10/9/2024
3.211.12 218 10/9/2024
3.211.9 208 10/4/2024
3.211.8 215 10/1/2024
3.211.7 203 9/30/2024
3.211.6 180 9/30/2024
3.211.3 183 9/29/2024
3.211.2 204 9/29/2024
3.209.2 190 9/26/2024
3.209.1 863 8/31/2024
3.204.8 365 8/16/2024
3.204.6 1,393 8/5/2024
3.204.4 190 7/25/2024
3.204.3 645 5/21/2024
3.204.1 219 5/21/2024
3.203.2 348 5/8/2024
3.203.1 941 4/24/2024
3.201.19 310 4/22/2024
3.201.18 329 4/5/2024
3.201.17 331 3/26/2024
3.201.16 266 3/25/2024
3.201.14 748 3/18/2024
3.201.11 242 3/17/2024
3.201.8 259 3/14/2024
3.201.7 280 3/11/2024
3.201.4 261 3/10/2024
3.201.1 1,689 3/8/2024
3.198.10 499 3/1/2024
3.198.9 580 2/14/2024
3.198.7 389 1/30/2024
3.198.6 440 1/26/2024
3.198.3 376 1/24/2024
3.198.2 377 1/24/2024
3.198.1 362 1/23/2024
3.197.21 346 1/23/2024
3.197.20 377 1/22/2024
3.197.16 817 1/9/2024
3.197.13 392 1/8/2024
3.197.12 416 1/8/2024
3.197.11 402 1/4/2024
3.197.4 391 1/4/2024
3.197.1 404 1/2/2024
3.196.1 962 12/7/2023
3.191.28 662 10/27/2023
3.191.27 424 10/27/2023
3.191.26 525 10/23/2023
3.191.24 637 9/8/2023
3.191.23 517 9/6/2023
3.191.21 547 9/1/2023
3.191.20 560 9/1/2023
3.191.10 717 8/23/2023
3.191.1 525 8/23/2023
3.188.25 682 8/7/2023
3.188.22 670 8/3/2023
3.188.21 641 8/3/2023
3.188.18 636 8/2/2023
3.188.17 683 7/26/2023
3.188.12 767 7/17/2023
3.188.4 900 6/27/2023
3.188.2 654 6/27/2023
3.186.48 679 6/23/2023
3.186.45 630 6/28/2023
3.186.42 797 6/7/2023
3.186.27 914 5/9/2023
3.186.16 806 5/5/2023
3.186.1 874 4/26/2023
3.183.89 747 4/26/2023
3.183.71 949 4/13/2023
3.183.44 929 3/24/2023
3.183.38 955 3/20/2023
3.183.27 877 3/15/2023
3.183.13 885 3/5/2023
3.183.1 861 3/3/2023
3.182.17 876 3/2/2023
3.182.15 845 3/1/2023
3.182.11 822 3/1/2023
3.182.7 861 3/1/2023
3.182.6 895 2/27/2023
3.182.1 914 2/21/2023
3.181.52 890 2/21/2023
3.181.29 928 2/5/2023
3.181.26 883 2/5/2023
3.181.25 891 2/5/2023
3.181.24 920 2/5/2023
3.181.22 952 2/5/2023
3.181.19 898 2/5/2023
3.181.11 860 2/3/2023
3.181.7 2,119 1/29/2023
3.180.25-g8b9ef70431 780 1/9/2023
3.180.16-g8fa4a057ff 690 1/8/2023
2.179.12 450 11/15/2023
2.179.10 1,014 1/24/2023
2.179.7 943 12/19/2022
2.179.1 875 11/30/2022
2.178.8 961 11/24/2022
2.178.1 940 11/7/2022
2.177.2 1,133 11/1/2022
2.177.1 1,272 10/19/2022
2.170.1 1,056 10/11/2022
2.169.46 1,075 10/3/2022
2.169.44 1,188 9/29/2022
2.169.40 5,142 9/26/2022
2.169.34 422 11/15/2023
2.169.32 2,407 6/30/2022
2.169.22 1,684 6/10/2022
2.169.21 1,451 5/26/2022
2.169.20 1,060 5/25/2022
2.169.17 1,082 5/19/2022
2.169.14 1,090 5/19/2022
2.169.12 1,264 5/11/2022
2.169.3 1,103 4/25/2022
2.167.9 1,615 3/22/2022
2.167.3 1,145 3/17/2022
2.167.1 1,446 3/16/2022
2.165.19 1,306 3/5/2022
2.165.13 1,117 2/28/2022
2.165.12 1,093 2/24/2022
2.165.10 1,447 2/22/2022
2.165.9 1,083 2/17/2022
2.165.8 1,148 2/17/2022
2.165.7 1,163 2/17/2022
2.165.1 1,109 2/16/2022
2.165.0 1,137 2/16/2022
2.164.3 1,276 2/7/2022
2.164.2 1,583 1/31/2022
2.164.1 1,076 1/28/2022
2.164.0 1,273 1/13/2022
2.161.11 1,280 12/2/2021
2.161.10 957 12/1/2021
2.161.9 3,976 11/24/2021
2.161.5 7,375 11/23/2021
2.161.4 6,617 11/23/2021
2.161.2 6,402 11/23/2021
2.154.6 1,006 11/22/2021
2.154.5 2,337 10/17/2021
2.154.4 904 10/13/2021
2.154.3 1,003 10/7/2021
2.154.2 1,574 8/6/2021
2.154.1 1,026 8/6/2021
2.154.0 1,488 6/28/2021
2.151.7 3,243 6/14/2021
2.151.6 1,007 6/14/2021
2.151.5 1,315 4/24/2021
2.151.4 1,023 4/24/2021
2.151.3 1,035 4/24/2021
2.151.2 1,000 4/23/2021
2.151.1 1,043 4/23/2021
2.151.0 1,062 4/19/2021
2.150.1 2,107 3/25/2021
2.150.0 1,427 3/25/2021
2.147.5 1,062 3/23/2021
2.147.4 1,190 2/15/2021
2.147.3 1,814 2/12/2021
2.147.2 1,173 2/12/2021
2.147.1 1,099 2/12/2021
2.147.0 1,337 2/11/2021
2.145.1 2,556 12/1/2020
2.143.1 1,562 11/11/2020
2.142.2 1,480 10/20/2020
2.142.1 1,520 10/13/2020
2.139.4 1,312 9/16/2020
2.139.3 1,241 9/2/2020
2.139.2 1,214 8/18/2020
2.139.1 1,215 8/13/2020
2.139.0 1,178 8/4/2020
2.137.2 1,229 6/18/2020
2.137.1 1,537 6/17/2020
2.136.1 1,200 6/1/2020
2.136.0 1,534 5/29/2020
2.135.3 1,531 5/12/2020
2.135.2 1,619 5/8/2020
2.135.1 1,247 5/5/2020
2.135.0 1,259 5/3/2020
2.133.0 1,595 3/26/2020
2.132.0 1,683 3/18/2020
2.131.1 1,290 2/13/2020
2.131.0 1,366 2/12/2020
2.130.3 1,307 2/5/2020
2.130.2 1,299 2/3/2020
2.130.1 1,237 1/16/2020
2.130.0 1,264 1/11/2020
2.129.2 1,288 1/6/2020
2.129.1 1,297 1/6/2020
2.129.0 1,565 12/17/2019
2.127.4 1,329 11/12/2019
2.127.3 2,913 11/12/2019
2.127.2 3,161 11/5/2019
2.127.1 1,244 10/30/2019
2.127.0 1,802 10/28/2019
2.126.5 1,303 10/22/2019
2.126.4 1,317 10/15/2019
2.126.3 1,524 10/14/2019
2.126.2 1,203 10/11/2019
2.126.1 1,294 10/9/2019
2.126.0 1,229 10/2/2019
2.125.0 1,220 9/21/2019
2.124.0 2,964 8/24/2019
2.122.2 1,414 7/23/2019
2.122.1 1,316 7/16/2019
2.122.0 1,248 7/11/2019
2.121.4 1,334 7/5/2019
2.121.3 1,330 7/5/2019
2.121.2 1,340 7/3/2019
2.121.1 1,294 7/1/2019
2.121.0 1,286 6/18/2019
2.120.1 1,345 6/18/2019
2.120.0 1,368 6/12/2019
2.119.2 1,371 5/31/2019
2.119.1 1,385 5/31/2019
2.119.0 1,373 5/7/2019
2.118.2 1,510 4/30/2019
2.118.1 1,617 4/20/2019
2.118.0 1,417 4/19/2019
2.117.5 1,383 4/5/2019
2.117.4 1,317 4/4/2019
2.117.3 1,567 4/4/2019
2.117.2 1,537 4/1/2019
2.117.1 4,947 3/26/2019
2.117.0 1,371 3/25/2019
2.116.5 1,343 3/22/2019
2.116.4 1,932 3/19/2019
2.116.3 2,452 3/14/2019
2.116.2 1,330 3/11/2019
2.116.1 1,376 3/5/2019
2.116.0 1,412 3/5/2019
2.115.8 1,438 2/27/2019
2.115.7 1,399 2/26/2019
2.115.6 1,362 2/26/2019
2.115.5 1,391 2/25/2019
2.115.4 1,360 2/25/2019
2.115.3 2,444 2/4/2019
2.115.2 1,445 2/1/2019
2.115.1 1,458 1/31/2019
2.115.0 1,523 1/29/2019
2.114.2 1,464 1/24/2019
2.114.1 1,511 1/15/2019
2.114.0 1,443 1/10/2019
2.113.6 1,483 12/11/2018
2.113.5 1,537 12/1/2018
2.113.4 1,482 11/30/2018
2.113.3 1,501 11/26/2018
2.113.2 1,525 11/26/2018
2.113.1 1,517 11/26/2018
2.113.0 1,448 11/22/2018
2.112.5 1,527 11/20/2018
2.112.4 1,557 11/8/2018
2.112.3 1,498 11/7/2018
2.112.2 1,533 11/6/2018
2.112.1 1,542 11/5/2018
2.112.0 1,546 11/1/2018
2.111.11 1,594 10/25/2018
2.111.10 1,540 10/19/2018
2.111.9 1,601 10/19/2018
2.111.8 1,515 10/18/2018
2.111.7 1,542 10/18/2018
2.111.6 1,624 10/17/2018
2.111.5 1,546 10/16/2018
2.111.4 1,577 10/15/2018
2.111.3 1,565 10/15/2018
2.111.2 1,597 10/15/2018
2.111.1 1,596 10/12/2018
2.111.0 1,582 10/12/2018
2.110.14 1,636 10/10/2018
2.110.13 1,578 10/9/2018
2.110.12 1,602 10/8/2018
2.110.11 1,704 10/5/2018
2.110.10 1,624 9/28/2018
2.110.9 1,597 9/27/2018
2.110.8 1,581 9/26/2018
2.110.7 1,543 9/25/2018
2.110.6 1,559 9/24/2018
2.110.5 1,552 9/20/2018
2.110.4 1,609 9/19/2018
2.110.2 1,643 9/17/2018
2.110.1 1,682 9/17/2018
2.110.0 1,602 9/14/2018
2.109.12 1,622 9/12/2018
2.109.11 1,651 9/9/2018
2.109.10 1,564 9/8/2018
2.109.9 1,592 9/8/2018
2.109.8 1,686 9/5/2018
2.109.7 1,624 9/3/2018
2.109.6 1,652 9/1/2018
2.109.5 1,575 8/30/2018
2.109.4 1,559 8/29/2018
2.109.3 1,632 8/27/2018
2.109.2 1,648 8/27/2018
2.109.1 1,665 8/26/2018
2.109.0 1,621 8/24/2018
2.108.6 1,593 8/23/2018
2.108.5 1,697 8/22/2018
2.108.4 1,691 8/16/2018
2.108.3 1,669 8/16/2018
2.108.2 1,642 8/10/2018
2.108.1 1,708 8/6/2018
2.108.0 1,689 8/3/2018
2.107.3 1,708 7/26/2018
2.107.2 1,694 7/19/2018
2.107.1 1,953 7/10/2018
2.106.5 1,974 7/6/2018
2.106.4 1,727 6/26/2018
2.106.3 1,795 6/26/2018
2.106.2 2,072 6/22/2018
2.106.1 1,981 6/18/2018
2.106.0 1,957 6/15/2018
2.0.106 1,936 6/15/2018
2.0.3 1,890 6/15/2018
2.0.2 1,958 6/3/2018
2.0.1 1,939 6/3/2018
2.0.0 1,902 6/1/2018
1.12.4 1,980 5/10/2018
1.12.3 2,093 4/27/2018
1.12.2 1,973 4/19/2018
1.12.0 2,073 3/30/2018
1.11.7 1,966 3/28/2018
1.11.6 1,972 3/20/2018
1.11.5 1,990 3/12/2018
1.11.4 2,094 3/6/2018
1.11.3 1,999 3/6/2018
1.11.2 2,010 3/5/2018
1.11.1 2,043 3/5/2018
1.11.0 1,928 3/5/2018
1.10.2 2,071 3/4/2018
1.10.1 2,046 3/4/2018
1.10.0 2,013 3/1/2018
1.9.12 2,036 3/1/2018
1.9.11 1,809 2/26/2018
1.9.10 1,971 2/26/2018
1.9.9 1,942 2/26/2018
1.9.8 1,944 2/25/2018
1.9.7 2,005 2/25/2018
1.9.6 2,061 2/22/2018
1.9.5 2,028 2/20/2018
1.9.4 1,968 2/5/2018
1.9.3 2,073 2/3/2018
1.9.2 2,080 2/3/2018
1.9.1 2,008 1/27/2018
1.9.0 1,992 1/27/2018
1.8.11 1,805 10/18/2017
1.8.10 1,899 10/14/2017
1.8.9 1,815 10/13/2017
1.8.8 1,874 10/12/2017
1.8.7 1,803 10/3/2017
1.8.6 1,812 10/3/2017
1.8.5 1,820 8/27/2017
1.8.4 1,765 8/24/2017
1.8.3 1,815 8/23/2017
1.8.2 1,815 8/21/2017
1.8.1 1,783 8/21/2017
1.8.0 1,721 8/20/2017
1.8.0-beta8 1,492 8/20/2017
1.8.0-beta7 1,463 8/20/2017
1.8.0-beta5 1,501 8/20/2017
1.8.0-beta4 1,446 8/20/2017
1.8.0-beta3 1,449 8/20/2017
1.8.0-beta2 1,503 8/18/2017
1.8.0-beta 1,430 8/18/2017
1.7.6 1,767 8/9/2017
1.7.5 1,839 8/8/2017
1.7.4 1,787 8/8/2017
1.7.3 1,801 7/20/2017
1.7.2 1,822 7/20/2017
1.7.0 1,745 7/10/2017
1.6.10 1,773 7/5/2017
1.6.9 1,799 7/5/2017
1.6.8 1,826 7/4/2017
1.6.7 1,794 7/4/2017
1.6.6 1,815 7/4/2017
1.6.5 1,840 7/4/2017
1.6.4 1,824 7/3/2017
1.6.3 1,806 7/2/2017
1.6.2 1,839 7/2/2017
1.6.1 1,788 7/2/2017
1.6.0 1,819 7/1/2017
1.5.22 1,721 6/30/2017
1.5.21 1,813 6/26/2017
1.5.20 1,768 6/26/2017
1.5.19 1,815 6/22/2017
1.5.17 1,782 6/22/2017
1.5.16 1,804 6/20/2017
1.5.15 1,739 6/19/2017
1.5.14 1,804 6/19/2017
1.5.13 1,831 6/19/2017
1.5.12 1,858 6/18/2017
1.5.11 1,792 6/18/2017
1.5.10 1,843 6/18/2017
1.5.9 1,787 6/14/2017
1.5.8 1,781 6/14/2017
1.5.7 1,856 6/13/2017
1.5.6 1,751 6/13/2017
1.5.5 1,791 6/12/2017
1.5.4 1,845 6/12/2017
1.5.3 1,789 6/12/2017
1.5.2 1,752 6/12/2017
1.5.1 1,804 6/10/2017
1.5.0 1,778 6/9/2017
1.4.38 1,793 5/26/2017
1.4.37 1,837 5/22/2017
1.4.36 1,832 5/20/2017
1.4.35 1,813 5/18/2017
1.4.34 1,750 5/18/2017
1.4.33 1,826 5/18/2017
1.4.32 1,801 5/14/2017
1.4.31 1,807 5/8/2017
1.4.30 1,843 5/4/2017
1.4.29 1,831 5/4/2017
1.4.27 1,833 5/3/2017
1.4.26 1,967 5/2/2017
1.4.25 1,759 5/2/2017
1.4.24 1,819 5/1/2017
1.4.23 1,894 5/1/2017
1.4.22 1,870 5/1/2017
1.4.21 1,835 4/28/2017
1.4.20 1,793 4/27/2017
1.4.19 1,823 4/27/2017
1.4.18 1,808 4/27/2017
1.4.17 1,830 4/27/2017
1.4.16 1,826 4/27/2017
1.4.15 1,932 4/25/2017
1.4.14 1,836 4/24/2017
1.4.13 1,823 4/21/2017
1.4.12 1,805 4/21/2017
1.4.11 1,859 4/15/2017
1.4.10 1,951 4/4/2017
1.4.9 1,840 4/3/2017
1.4.8 1,810 4/2/2017
1.4.7 1,814 4/2/2017
1.4.6 1,869 3/29/2017
1.4.5-beta 1,511 3/29/2017
1.4.4-beta 1,478 3/29/2017
1.4.3-beta 1,487 3/28/2017
1.4.2-beta 1,459 3/28/2017
1.4.1-beta 1,489 3/28/2017
1.4.0-beta 1,475 3/27/2017
1.3.17 1,827 3/24/2017
1.3.16 1,923 3/24/2017
1.3.15 1,822 3/24/2017
1.3.14 1,804 3/24/2017
1.3.13 1,801 3/23/2017
1.3.12 1,816 3/22/2017
1.3.11 1,838 3/20/2017
1.3.9 1,912 3/16/2017
1.3.8 1,835 3/13/2017
1.3.7 1,796 3/13/2017
1.3.6 1,853 3/13/2017
1.3.5 1,796 3/10/2017
1.3.4 1,825 2/28/2017
1.3.3 1,776 2/27/2017
1.3.2 1,843 2/25/2017
1.3.1 1,888 2/25/2017
1.3.0 1,913 2/25/2017
1.2.47 1,897 2/24/2017
1.2.46 1,838 2/24/2017
1.2.45 1,871 2/24/2017
1.2.44 1,844 2/15/2017
1.2.43 1,844 2/15/2017
1.2.42 1,856 2/15/2017
1.2.41 1,872 2/14/2017
1.2.40 1,857 2/7/2017
1.2.39 1,860 2/7/2017
1.2.38 1,851 2/7/2017
1.2.37 1,870 2/7/2017
1.2.36 1,823 2/6/2017
1.2.35 1,801 2/6/2017
1.2.34 1,783 2/6/2017
1.2.33 1,771 2/6/2017
1.2.32 1,812 2/6/2017
1.2.31 1,827 2/4/2017
1.2.30 1,806 2/4/2017
1.2.29 1,803 2/4/2017
1.2.28 1,812 1/18/2017
1.2.27 1,824 1/18/2017
1.2.26 1,861 1/18/2017
1.2.25 1,853 1/18/2017
1.2.24 1,902 1/13/2017
1.2.23 1,826 1/13/2017
1.2.22 1,862 1/10/2017
1.2.21 1,870 1/4/2017
1.2.20 1,816 1/4/2017
1.2.19 1,881 1/4/2017
1.2.18 1,840 1/4/2017
1.2.17 1,858 12/14/2016
1.2.16 1,861 12/14/2016
1.2.15 1,914 12/9/2016
1.2.14 1,778 12/9/2016
1.2.13 1,846 12/8/2016
1.2.12 1,874 12/8/2016
1.2.11 1,878 11/24/2016
1.2.10 1,805 11/24/2016
1.2.9 1,850 11/19/2016
1.2.8 1,837 11/19/2016
1.2.7 1,851 11/16/2016
1.2.6 1,796 11/15/2016
1.2.5 1,808 11/14/2016
1.2.4 1,851 11/10/2016
1.2.3 1,815 11/10/2016
1.2.2 2,166 11/9/2016
1.2.1 1,949 11/2/2016
1.2.0 1,870 11/2/2016
1.1.54 2,142 11/2/2016
1.1.53 1,927 10/26/2016
1.1.52 1,852 10/26/2016
1.1.51 1,856 10/24/2016
1.1.50 1,842 10/24/2016
1.1.49 1,948 10/20/2016
1.1.48 1,918 10/20/2016
1.1.47 1,862 10/20/2016
1.1.46 1,833 10/20/2016
1.1.45 1,829 10/20/2016
1.1.44 1,874 10/19/2016
1.1.43 1,874 10/19/2016
1.1.42 1,882 10/19/2016
1.1.41 1,865 10/18/2016
1.1.40 1,811 10/18/2016
1.1.39 1,810 10/10/2016
1.1.38 1,898 9/28/2016
1.1.37 2,152 9/20/2016
1.1.36 2,127 9/17/2016
1.1.35 2,169 9/16/2016
1.1.34 1,891 9/8/2016
1.1.33 1,868 9/6/2016
1.1.32 1,843 9/5/2016
1.1.31 1,834 8/31/2016
1.1.30 1,898 8/26/2016
1.1.29 1,856 8/24/2016
1.1.28 1,929 8/22/2016
1.1.27 1,841 8/20/2016
1.1.26 1,882 8/20/2016
1.1.25 1,835 8/19/2016
1.1.24 1,845 8/19/2016
1.1.23 1,948 8/18/2016
1.1.22 1,848 8/18/2016
1.1.21 1,813 8/18/2016
1.1.20 1,776 8/17/2016
1.1.19 1,869 8/16/2016
1.1.18 1,780 8/16/2016
1.1.17 1,861 8/16/2016
1.1.16 1,817 8/15/2016
1.1.15 1,886 8/13/2016
1.1.14 1,831 8/12/2016
1.1.13 1,900 8/4/2016
1.1.12 1,825 8/3/2016
1.1.11 2,226 7/28/2016
1.1.10 1,871 7/25/2016
1.1.9 1,914 7/25/2016
1.1.8 1,907 7/23/2016
1.1.7 1,851 7/22/2016
1.1.6 1,839 7/22/2016
1.1.5 1,971 7/22/2016
1.1.4 1,934 7/22/2016
1.1.3 1,931 7/22/2016
1.1.2 1,817 7/21/2016
1.1.1 1,812 7/21/2016
1.1.0 1,939 7/20/2016
1.0.154 1,957 7/9/2016
1.0.153 1,906 7/7/2016
1.0.152 1,927 6/28/2016
1.0.151 1,910 6/28/2016
1.0.150 1,868 6/28/2016
1.0.149 1,923 6/24/2016
1.0.148 1,902 6/23/2016
1.0.147 2,245 6/16/2016
1.0.146 2,231 6/16/2016
1.0.145 1,933 6/15/2016
1.0.144 1,880 6/15/2016
1.0.143 2,076 6/13/2016
1.0.142 1,901 6/12/2016
1.0.141 2,019 6/12/2016
1.0.140 2,083 6/11/2016
1.0.139 2,137 6/11/2016
1.0.138 1,970 6/10/2016
1.0.137 1,990 6/10/2016
1.0.136 2,088 6/8/2016
1.0.135 2,090 6/8/2016
1.0.134 1,933 5/31/2016
1.0.133 1,908 5/20/2016
1.0.132 1,932 5/20/2016
1.0.131 1,821 5/20/2016
1.0.130 1,927 5/20/2016
1.0.129 1,890 4/21/2016
1.0.128 1,876 4/14/2016
1.0.127 1,903 4/4/2016
1.0.126 1,943 3/24/2016
1.0.125 1,871 3/24/2016
1.0.124 1,843 3/23/2016
1.0.123 1,870 3/23/2016
1.0.122 1,850 3/18/2016
1.0.121 1,858 3/15/2016
1.0.119 1,900 3/15/2016
1.0.118 1,940 3/14/2016
1.0.117 1,876 3/14/2016
1.0.116 1,827 3/12/2016
1.0.115 1,881 3/12/2016
1.0.114 2,144 2/26/2016
1.0.113 2,256 2/24/2016
1.0.112 2,085 2/23/2016
1.0.111 2,035 2/23/2016
1.0.110 2,176 2/23/2016
1.0.109 2,083 2/23/2016
1.0.108 2,065 2/23/2016
1.0.107 1,951 2/23/2016
1.0.106 2,023 2/23/2016
1.0.105 1,920 2/19/2016
1.0.104 1,888 2/18/2016
1.0.103 2,155 2/12/2016
1.0.102 1,925 2/10/2016
1.0.101 1,877 2/10/2016
1.0.100 1,959 2/8/2016
1.0.99 1,856 2/8/2016
1.0.98 1,943 2/6/2016
1.0.97 1,923 2/4/2016
1.0.96 1,886 2/4/2016
1.0.95 1,927 2/3/2016
1.0.94 1,886 2/2/2016
1.0.93 1,878 2/1/2016
1.0.92 1,979 1/28/2016
1.0.91 1,934 1/28/2016
1.0.90 1,877 1/28/2016
1.0.89 1,902 1/28/2016
1.0.88 1,913 1/28/2016
1.0.87 1,845 1/28/2016
1.0.86 2,093 1/16/2016
1.0.85 1,873 1/8/2016
1.0.84 1,843 1/2/2016
1.0.83 1,854 1/1/2016
1.0.82 1,931 1/1/2016
1.0.81 1,975 12/19/2015
1.0.80 2,015 12/19/2015
1.0.79 1,951 12/19/2015
1.0.78 1,904 12/19/2015
1.0.77 1,933 12/19/2015
1.0.76 1,900 12/19/2015
1.0.75 1,912 12/19/2015
1.0.74 1,912 12/10/2015
1.0.73 1,902 12/10/2015
1.0.72 1,859 12/10/2015
1.0.71 2,233 12/1/2015
1.0.70 2,029 11/30/2015
1.0.69 2,209 11/30/2015
1.0.68 2,053 11/30/2015
1.0.67 1,993 11/22/2015
1.0.66 1,976 11/21/2015
1.0.65 1,945 11/21/2015
1.0.64 1,914 11/21/2015
1.0.63 1,973 11/20/2015
1.0.62 1,956 11/17/2015
1.0.61 1,921 11/16/2015
1.0.60 1,929 11/15/2015
1.0.59 1,894 11/15/2015
1.0.58 1,952 11/14/2015
1.0.57 1,919 11/13/2015
1.0.56 1,940 11/6/2015
1.0.55 1,910 11/6/2015
1.0.54 1,901 11/5/2015
1.0.53 1,869 11/3/2015
1.0.52 1,956 11/2/2015
1.0.51 1,867 11/1/2015
1.0.50 1,870 11/1/2015
1.0.49 1,873 11/1/2015
1.0.48 1,904 10/31/2015
1.0.47 1,914 10/31/2015
1.0.46 1,958 10/31/2015
1.0.45 1,961 10/30/2015
1.0.44 1,980 10/29/2015
1.0.43 1,946 10/29/2015
1.0.42 1,944 10/28/2015
1.0.41 1,958 10/28/2015
1.0.40 1,877 10/28/2015
1.0.39 1,920 10/27/2015
1.0.38 1,871 10/27/2015
1.0.37 1,855 10/26/2015
1.0.36 1,938 10/26/2015
1.0.35 1,917 10/26/2015
1.0.34 1,939 10/26/2015
1.0.33 1,881 10/26/2015
1.0.32 1,899 10/25/2015
1.0.31 1,962 10/25/2015
1.0.30 1,858 10/25/2015
1.0.29 1,868 10/25/2015
1.0.28 1,918 10/25/2015
1.0.27 1,882 10/25/2015
1.0.26 1,906 10/25/2015
1.0.24 1,869 10/25/2015
1.0.23 1,878 10/25/2015
1.0.22 2,009 10/24/2015
1.0.21 1,860 10/24/2015
1.0.20 1,863 10/24/2015
1.0.19 1,908 10/20/2015
1.0.18 1,906 10/11/2015
1.0.17 1,943 10/11/2015
1.0.16 1,970 10/11/2015
1.0.15 1,900 10/11/2015
1.0.14 1,895 10/10/2015
1.0.13 2,009 6/22/2015
1.0.12 1,931 6/18/2015
1.0.11 1,900 6/18/2015
1.0.10 1,936 6/18/2015
1.0.9 1,932 6/16/2015
1.0.8 1,953 6/16/2015
1.0.7 1,917 6/9/2015
1.0.6 1,863 6/8/2015
1.0.5 1,966 6/8/2015
1.0.4 1,910 6/8/2015
1.0.3 1,887 6/8/2015
1.0.2 1,874 6/8/2015
1.0.1 1,913 6/8/2015
1.0.0 1,873 6/8/2015

1. Fixed broken test project
2. Added missing enum member WriteDebug for UserPermission (equivalent to 'write,debug' in the raw JSON from LogicMonitor)
3. Added missing property CalculatedThreshold for Collector (equivalent to 'calculatedThreshold' in the raw JSON from LogicMonitor)
4. Added missing property CalThreshold for Collector Group (equivalent to 'calThreshold' in the raw JSON from LogicMonitor)