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.222.11 224 9/13/2025
3.222.10 433 9/12/2025
3.222.8 172 9/12/2025
3.222.7 311 8/12/2025
3.222.6 182 8/12/2025
3.222.5 293 7/5/2025
3.222.3 406 6/24/2025
3.222.1 428 5/21/2025
3.220.3 345 4/26/2025
3.216.6 774 3/5/2025
3.216.4 250 2/18/2025
3.216.3 200 2/18/2025
3.216.2 205 2/18/2025
3.216.1 255 1/26/2025
3.213.7 147 1/26/2025
3.213.4 424 11/30/2024
3.212.7 261 11/13/2024
3.212.5 311 11/11/2024
3.212.4 164 11/11/2024
3.211.20 374 10/22/2024
3.211.19 191 10/22/2024
3.211.17 212 10/21/2024
3.211.14 310 10/9/2024
3.211.12 211 10/9/2024
3.211.9 199 10/4/2024
3.211.8 211 10/1/2024
3.211.7 198 9/30/2024
3.211.6 175 9/30/2024
3.211.3 179 9/29/2024
3.211.2 201 9/29/2024
3.209.2 187 9/26/2024
3.209.1 851 8/31/2024
3.204.8 358 8/16/2024
3.204.6 1,324 8/5/2024
3.204.4 182 7/25/2024
3.204.3 639 5/21/2024
3.204.1 212 5/21/2024
3.203.2 336 5/8/2024
3.203.1 937 4/24/2024
3.201.19 306 4/22/2024
3.201.18 326 4/5/2024
3.201.17 323 3/26/2024
3.201.16 263 3/25/2024
3.201.14 744 3/18/2024
3.201.11 238 3/17/2024
3.201.8 255 3/14/2024
3.201.7 274 3/11/2024
3.201.4 257 3/10/2024
3.201.1 1,684 3/8/2024
3.198.10 495 3/1/2024
3.198.9 577 2/14/2024
3.198.7 383 1/30/2024
3.198.6 432 1/26/2024
3.198.3 368 1/24/2024
3.198.2 368 1/24/2024
3.198.1 359 1/23/2024
3.197.21 343 1/23/2024
3.197.20 372 1/22/2024
3.197.16 814 1/9/2024
3.197.13 385 1/8/2024
3.197.12 404 1/8/2024
3.197.11 398 1/4/2024
3.197.4 388 1/4/2024
3.197.1 400 1/2/2024
3.196.1 959 12/7/2023
3.191.28 661 10/27/2023
3.191.27 418 10/27/2023
3.191.26 520 10/23/2023
3.191.24 635 9/8/2023
3.191.23 516 9/6/2023
3.191.21 546 9/1/2023
3.191.20 554 9/1/2023
3.191.10 714 8/23/2023
3.191.1 523 8/23/2023
3.188.25 678 8/7/2023
3.188.22 665 8/3/2023
3.188.21 629 8/3/2023
3.188.18 635 8/2/2023
3.188.17 676 7/26/2023
3.188.12 766 7/17/2023
3.188.4 896 6/27/2023
3.188.2 647 6/27/2023
3.186.48 677 6/23/2023
3.186.45 628 6/28/2023
3.186.42 794 6/7/2023
3.186.27 908 5/9/2023
3.186.16 797 5/5/2023
3.186.1 868 4/26/2023
3.183.89 736 4/26/2023
3.183.71 943 4/13/2023
3.183.44 923 3/24/2023
3.183.38 951 3/20/2023
3.183.27 873 3/15/2023
3.183.13 881 3/5/2023
3.183.1 856 3/3/2023
3.182.17 869 3/2/2023
3.182.15 839 3/1/2023
3.182.11 811 3/1/2023
3.182.7 856 3/1/2023
3.182.6 891 2/27/2023
3.182.1 909 2/21/2023
3.181.52 883 2/21/2023
3.181.29 916 2/5/2023
3.181.26 879 2/5/2023
3.181.25 886 2/5/2023
3.181.24 912 2/5/2023
3.181.22 945 2/5/2023
3.181.19 893 2/5/2023
3.181.11 846 2/3/2023
3.181.7 2,085 1/29/2023
3.180.25-g8b9ef70431 775 1/9/2023
3.180.16-g8fa4a057ff 686 1/8/2023
2.179.12 447 11/15/2023
2.179.10 1,001 1/24/2023
2.179.7 933 12/19/2022
2.179.1 870 11/30/2022
2.178.8 955 11/24/2022
2.178.1 933 11/7/2022
2.177.2 1,129 11/1/2022
2.177.1 1,262 10/19/2022
2.170.1 1,051 10/11/2022
2.169.46 1,068 10/3/2022
2.169.44 1,182 9/29/2022
2.169.40 5,126 9/26/2022
2.169.34 419 11/15/2023
2.169.32 2,367 6/30/2022
2.169.22 1,672 6/10/2022
2.169.21 1,443 5/26/2022
2.169.20 1,047 5/25/2022
2.169.17 1,064 5/19/2022
2.169.14 1,083 5/19/2022
2.169.12 1,243 5/11/2022
2.169.3 1,095 4/25/2022
2.167.9 1,609 3/22/2022
2.167.3 1,139 3/17/2022
2.167.1 1,437 3/16/2022
2.165.19 1,299 3/5/2022
2.165.13 1,106 2/28/2022
2.165.12 1,086 2/24/2022
2.165.10 1,435 2/22/2022
2.165.9 1,075 2/17/2022
2.165.8 1,126 2/17/2022
2.165.7 1,154 2/17/2022
2.165.1 1,095 2/16/2022
2.165.0 1,128 2/16/2022
2.164.3 1,268 2/7/2022
2.164.2 1,572 1/31/2022
2.164.1 1,067 1/28/2022
2.164.0 1,260 1/13/2022
2.161.11 1,271 12/2/2021
2.161.10 948 12/1/2021
2.161.9 3,965 11/24/2021
2.161.5 7,367 11/23/2021
2.161.4 6,609 11/23/2021
2.161.2 6,390 11/23/2021
2.154.6 998 11/22/2021
2.154.5 2,327 10/17/2021
2.154.4 896 10/13/2021
2.154.3 988 10/7/2021
2.154.2 1,560 8/6/2021
2.154.1 1,015 8/6/2021
2.154.0 1,477 6/28/2021
2.151.7 3,234 6/14/2021
2.151.6 999 6/14/2021
2.151.5 1,291 4/24/2021
2.151.4 1,013 4/24/2021
2.151.3 1,026 4/24/2021
2.151.2 988 4/23/2021
2.151.1 1,034 4/23/2021
2.151.0 1,053 4/19/2021
2.150.1 2,092 3/25/2021
2.150.0 1,417 3/25/2021
2.147.5 1,049 3/23/2021
2.147.4 1,178 2/15/2021
2.147.3 1,799 2/12/2021
2.147.2 1,158 2/12/2021
2.147.1 1,088 2/12/2021
2.147.0 1,325 2/11/2021
2.145.1 2,545 12/1/2020
2.143.1 1,552 11/11/2020
2.142.2 1,469 10/20/2020
2.142.1 1,509 10/13/2020
2.139.4 1,297 9/16/2020
2.139.3 1,228 9/2/2020
2.139.2 1,202 8/18/2020
2.139.1 1,205 8/13/2020
2.139.0 1,167 8/4/2020
2.137.2 1,217 6/18/2020
2.137.1 1,523 6/17/2020
2.136.1 1,186 6/1/2020
2.136.0 1,518 5/29/2020
2.135.3 1,520 5/12/2020
2.135.2 1,608 5/8/2020
2.135.1 1,235 5/5/2020
2.135.0 1,248 5/3/2020
2.133.0 1,584 3/26/2020
2.132.0 1,672 3/18/2020
2.131.1 1,280 2/13/2020
2.131.0 1,356 2/12/2020
2.130.3 1,294 2/5/2020
2.130.2 1,288 2/3/2020
2.130.1 1,226 1/16/2020
2.130.0 1,255 1/11/2020
2.129.2 1,278 1/6/2020
2.129.1 1,285 1/6/2020
2.129.0 1,554 12/17/2019
2.127.4 1,318 11/12/2019
2.127.3 2,902 11/12/2019
2.127.2 3,150 11/5/2019
2.127.1 1,233 10/30/2019
2.127.0 1,789 10/28/2019
2.126.5 1,289 10/22/2019
2.126.4 1,303 10/15/2019
2.126.3 1,513 10/14/2019
2.126.2 1,193 10/11/2019
2.126.1 1,282 10/9/2019
2.126.0 1,219 10/2/2019
2.125.0 1,210 9/21/2019
2.124.0 2,949 8/24/2019
2.122.2 1,404 7/23/2019
2.122.1 1,305 7/16/2019
2.122.0 1,237 7/11/2019
2.121.4 1,324 7/5/2019
2.121.3 1,316 7/5/2019
2.121.2 1,328 7/3/2019
2.121.1 1,280 7/1/2019
2.121.0 1,276 6/18/2019
2.120.1 1,333 6/18/2019
2.120.0 1,356 6/12/2019
2.119.2 1,359 5/31/2019
2.119.1 1,374 5/31/2019
2.119.0 1,360 5/7/2019
2.118.2 1,499 4/30/2019
2.118.1 1,599 4/20/2019
2.118.0 1,406 4/19/2019
2.117.5 1,372 4/5/2019
2.117.4 1,307 4/4/2019
2.117.3 1,556 4/4/2019
2.117.2 1,523 4/1/2019
2.117.1 4,937 3/26/2019
2.117.0 1,360 3/25/2019
2.116.5 1,329 3/22/2019
2.116.4 1,917 3/19/2019
2.116.3 2,442 3/14/2019
2.116.2 1,318 3/11/2019
2.116.1 1,361 3/5/2019
2.116.0 1,399 3/5/2019
2.115.8 1,427 2/27/2019
2.115.7 1,386 2/26/2019
2.115.6 1,353 2/26/2019
2.115.5 1,376 2/25/2019
2.115.4 1,339 2/25/2019
2.115.3 2,428 2/4/2019
2.115.2 1,434 2/1/2019
2.115.1 1,448 1/31/2019
2.115.0 1,508 1/29/2019
2.114.2 1,454 1/24/2019
2.114.1 1,497 1/15/2019
2.114.0 1,433 1/10/2019
2.113.6 1,473 12/11/2018
2.113.5 1,527 12/1/2018
2.113.4 1,472 11/30/2018
2.113.3 1,491 11/26/2018
2.113.2 1,515 11/26/2018
2.113.1 1,507 11/26/2018
2.113.0 1,425 11/22/2018
2.112.5 1,514 11/20/2018
2.112.4 1,546 11/8/2018
2.112.3 1,476 11/7/2018
2.112.2 1,521 11/6/2018
2.112.1 1,529 11/5/2018
2.112.0 1,535 11/1/2018
2.111.11 1,578 10/25/2018
2.111.10 1,528 10/19/2018
2.111.9 1,589 10/19/2018
2.111.8 1,503 10/18/2018
2.111.7 1,531 10/18/2018
2.111.6 1,610 10/17/2018
2.111.5 1,533 10/16/2018
2.111.4 1,565 10/15/2018
2.111.3 1,554 10/15/2018
2.111.2 1,587 10/15/2018
2.111.1 1,584 10/12/2018
2.111.0 1,570 10/12/2018
2.110.14 1,624 10/10/2018
2.110.13 1,562 10/9/2018
2.110.12 1,591 10/8/2018
2.110.11 1,691 10/5/2018
2.110.10 1,610 9/28/2018
2.110.9 1,583 9/27/2018
2.110.8 1,570 9/26/2018
2.110.7 1,531 9/25/2018
2.110.6 1,548 9/24/2018
2.110.5 1,540 9/20/2018
2.110.4 1,592 9/19/2018
2.110.2 1,631 9/17/2018
2.110.1 1,669 9/17/2018
2.110.0 1,588 9/14/2018
2.109.12 1,611 9/12/2018
2.109.11 1,640 9/9/2018
2.109.10 1,553 9/8/2018
2.109.9 1,577 9/8/2018
2.109.8 1,671 9/5/2018
2.109.7 1,612 9/3/2018
2.109.6 1,637 9/1/2018
2.109.5 1,564 8/30/2018
2.109.4 1,548 8/29/2018
2.109.3 1,617 8/27/2018
2.109.2 1,636 8/27/2018
2.109.1 1,651 8/26/2018
2.109.0 1,605 8/24/2018
2.108.6 1,581 8/23/2018
2.108.5 1,685 8/22/2018
2.108.4 1,674 8/16/2018
2.108.3 1,653 8/16/2018
2.108.2 1,631 8/10/2018
2.108.1 1,683 8/6/2018
2.108.0 1,669 8/3/2018
2.107.3 1,683 7/26/2018
2.107.2 1,671 7/19/2018
2.107.1 1,921 7/10/2018
2.106.5 1,943 7/6/2018
2.106.4 1,705 6/26/2018
2.106.3 1,773 6/26/2018
2.106.2 2,038 6/22/2018
2.106.1 1,946 6/18/2018
2.106.0 1,924 6/15/2018
2.0.106 1,905 6/15/2018
2.0.3 1,856 6/15/2018
2.0.2 1,928 6/3/2018
2.0.1 1,909 6/3/2018
2.0.0 1,870 6/1/2018
1.12.4 1,947 5/10/2018
1.12.3 2,061 4/27/2018
1.12.2 1,941 4/19/2018
1.12.0 2,041 3/30/2018
1.11.7 1,933 3/28/2018
1.11.6 1,941 3/20/2018
1.11.5 1,958 3/12/2018
1.11.4 2,062 3/6/2018
1.11.3 1,967 3/6/2018
1.11.2 1,976 3/5/2018
1.11.1 2,010 3/5/2018
1.11.0 1,896 3/5/2018
1.10.2 2,036 3/4/2018
1.10.1 2,015 3/4/2018
1.10.0 1,978 3/1/2018
1.9.12 2,002 3/1/2018
1.9.11 1,786 2/26/2018
1.9.10 1,934 2/26/2018
1.9.9 1,910 2/26/2018
1.9.8 1,914 2/25/2018
1.9.7 1,971 2/25/2018
1.9.6 2,026 2/22/2018
1.9.5 1,994 2/20/2018
1.9.4 1,936 2/5/2018
1.9.3 2,039 2/3/2018
1.9.2 2,046 2/3/2018
1.9.1 1,977 1/27/2018
1.9.0 1,961 1/27/2018
1.8.11 1,779 10/18/2017
1.8.10 1,873 10/14/2017
1.8.9 1,786 10/13/2017
1.8.8 1,850 10/12/2017
1.8.7 1,780 10/3/2017
1.8.6 1,790 10/3/2017
1.8.5 1,799 8/27/2017
1.8.4 1,745 8/24/2017
1.8.3 1,791 8/23/2017
1.8.2 1,793 8/21/2017
1.8.1 1,763 8/21/2017
1.8.0 1,701 8/20/2017
1.8.0-beta8 1,471 8/20/2017
1.8.0-beta7 1,440 8/20/2017
1.8.0-beta5 1,479 8/20/2017
1.8.0-beta4 1,426 8/20/2017
1.8.0-beta3 1,424 8/20/2017
1.8.0-beta2 1,477 8/18/2017
1.8.0-beta 1,409 8/18/2017
1.7.6 1,747 8/9/2017
1.7.5 1,814 8/8/2017
1.7.4 1,763 8/8/2017
1.7.3 1,775 7/20/2017
1.7.2 1,802 7/20/2017
1.7.0 1,725 7/10/2017
1.6.10 1,752 7/5/2017
1.6.9 1,777 7/5/2017
1.6.8 1,806 7/4/2017
1.6.7 1,774 7/4/2017
1.6.6 1,783 7/4/2017
1.6.5 1,815 7/4/2017
1.6.4 1,802 7/3/2017
1.6.3 1,785 7/2/2017
1.6.2 1,813 7/2/2017
1.6.1 1,768 7/2/2017
1.6.0 1,798 7/1/2017
1.5.22 1,699 6/30/2017
1.5.21 1,792 6/26/2017
1.5.20 1,748 6/26/2017
1.5.19 1,795 6/22/2017
1.5.17 1,763 6/22/2017
1.5.16 1,784 6/20/2017
1.5.15 1,718 6/19/2017
1.5.14 1,780 6/19/2017
1.5.13 1,805 6/19/2017
1.5.12 1,833 6/18/2017
1.5.11 1,771 6/18/2017
1.5.10 1,822 6/18/2017
1.5.9 1,766 6/14/2017
1.5.8 1,761 6/14/2017
1.5.7 1,836 6/13/2017
1.5.6 1,729 6/13/2017
1.5.5 1,771 6/12/2017
1.5.4 1,823 6/12/2017
1.5.3 1,768 6/12/2017
1.5.2 1,731 6/12/2017
1.5.1 1,784 6/10/2017
1.5.0 1,757 6/9/2017
1.4.38 1,771 5/26/2017
1.4.37 1,816 5/22/2017
1.4.36 1,811 5/20/2017
1.4.35 1,791 5/18/2017
1.4.34 1,731 5/18/2017
1.4.33 1,800 5/18/2017
1.4.32 1,779 5/14/2017
1.4.31 1,786 5/8/2017
1.4.30 1,822 5/4/2017
1.4.29 1,805 5/4/2017
1.4.27 1,813 5/3/2017
1.4.26 1,947 5/2/2017
1.4.25 1,735 5/2/2017
1.4.24 1,797 5/1/2017
1.4.23 1,871 5/1/2017
1.4.22 1,842 5/1/2017
1.4.21 1,814 4/28/2017
1.4.20 1,771 4/27/2017
1.4.19 1,802 4/27/2017
1.4.18 1,787 4/27/2017
1.4.17 1,810 4/27/2017
1.4.16 1,802 4/27/2017
1.4.15 1,912 4/25/2017
1.4.14 1,816 4/24/2017
1.4.13 1,803 4/21/2017
1.4.12 1,783 4/21/2017
1.4.11 1,836 4/15/2017
1.4.10 1,930 4/4/2017
1.4.9 1,819 4/3/2017
1.4.8 1,789 4/2/2017
1.4.7 1,794 4/2/2017
1.4.6 1,844 3/29/2017
1.4.5-beta 1,486 3/29/2017
1.4.4-beta 1,457 3/29/2017
1.4.3-beta 1,467 3/28/2017
1.4.2-beta 1,439 3/28/2017
1.4.1-beta 1,468 3/28/2017
1.4.0-beta 1,453 3/27/2017
1.3.17 1,800 3/24/2017
1.3.16 1,903 3/24/2017
1.3.15 1,800 3/24/2017
1.3.14 1,784 3/24/2017
1.3.13 1,780 3/23/2017
1.3.12 1,793 3/22/2017
1.3.11 1,818 3/20/2017
1.3.9 1,887 3/16/2017
1.3.8 1,815 3/13/2017
1.3.7 1,775 3/13/2017
1.3.6 1,829 3/13/2017
1.3.5 1,775 3/10/2017
1.3.4 1,805 2/28/2017
1.3.3 1,756 2/27/2017
1.3.2 1,817 2/25/2017
1.3.1 1,868 2/25/2017
1.3.0 1,890 2/25/2017
1.2.47 1,874 2/24/2017
1.2.46 1,818 2/24/2017
1.2.45 1,846 2/24/2017
1.2.44 1,823 2/15/2017
1.2.43 1,823 2/15/2017
1.2.42 1,826 2/15/2017
1.2.41 1,849 2/14/2017
1.2.40 1,837 2/7/2017
1.2.39 1,840 2/7/2017
1.2.38 1,830 2/7/2017
1.2.37 1,848 2/7/2017
1.2.36 1,803 2/6/2017
1.2.35 1,780 2/6/2017
1.2.34 1,763 2/6/2017
1.2.33 1,751 2/6/2017
1.2.32 1,789 2/6/2017
1.2.31 1,806 2/4/2017
1.2.30 1,784 2/4/2017
1.2.29 1,783 2/4/2017
1.2.28 1,791 1/18/2017
1.2.27 1,802 1/18/2017
1.2.26 1,837 1/18/2017
1.2.25 1,831 1/18/2017
1.2.24 1,880 1/13/2017
1.2.23 1,805 1/13/2017
1.2.22 1,839 1/10/2017
1.2.21 1,849 1/4/2017
1.2.20 1,794 1/4/2017
1.2.19 1,860 1/4/2017
1.2.18 1,817 1/4/2017
1.2.17 1,836 12/14/2016
1.2.16 1,836 12/14/2016
1.2.15 1,890 12/9/2016
1.2.14 1,753 12/9/2016
1.2.13 1,825 12/8/2016
1.2.12 1,852 12/8/2016
1.2.11 1,855 11/24/2016
1.2.10 1,783 11/24/2016
1.2.9 1,828 11/19/2016
1.2.8 1,816 11/19/2016
1.2.7 1,828 11/16/2016
1.2.6 1,771 11/15/2016
1.2.5 1,786 11/14/2016
1.2.4 1,829 11/10/2016
1.2.3 1,791 11/10/2016
1.2.2 2,145 11/9/2016
1.2.1 1,928 11/2/2016
1.2.0 1,849 11/2/2016
1.1.54 2,121 11/2/2016
1.1.53 1,898 10/26/2016
1.1.52 1,828 10/26/2016
1.1.51 1,834 10/24/2016
1.1.50 1,816 10/24/2016
1.1.49 1,924 10/20/2016
1.1.48 1,892 10/20/2016
1.1.47 1,840 10/20/2016
1.1.46 1,811 10/20/2016
1.1.45 1,808 10/20/2016
1.1.44 1,852 10/19/2016
1.1.43 1,845 10/19/2016
1.1.42 1,861 10/19/2016
1.1.41 1,844 10/18/2016
1.1.40 1,789 10/18/2016
1.1.39 1,788 10/10/2016
1.1.38 1,875 9/28/2016
1.1.37 2,131 9/20/2016
1.1.36 2,106 9/17/2016
1.1.35 2,148 9/16/2016
1.1.34 1,868 9/8/2016
1.1.33 1,840 9/6/2016
1.1.32 1,822 9/5/2016
1.1.31 1,812 8/31/2016
1.1.30 1,877 8/26/2016
1.1.29 1,835 8/24/2016
1.1.28 1,908 8/22/2016
1.1.27 1,817 8/20/2016
1.1.26 1,861 8/20/2016
1.1.25 1,814 8/19/2016
1.1.24 1,824 8/19/2016
1.1.23 1,925 8/18/2016
1.1.22 1,823 8/18/2016
1.1.21 1,792 8/18/2016
1.1.20 1,753 8/17/2016
1.1.19 1,848 8/16/2016
1.1.18 1,758 8/16/2016
1.1.17 1,840 8/16/2016
1.1.16 1,796 8/15/2016
1.1.15 1,864 8/13/2016
1.1.14 1,807 8/12/2016
1.1.13 1,877 8/4/2016
1.1.12 1,804 8/3/2016
1.1.11 2,205 7/28/2016
1.1.10 1,848 7/25/2016
1.1.9 1,889 7/25/2016
1.1.8 1,885 7/23/2016
1.1.7 1,829 7/22/2016
1.1.6 1,818 7/22/2016
1.1.5 1,950 7/22/2016
1.1.4 1,913 7/22/2016
1.1.3 1,909 7/22/2016
1.1.2 1,795 7/21/2016
1.1.1 1,791 7/21/2016
1.1.0 1,914 7/20/2016
1.0.154 1,932 7/9/2016
1.0.153 1,881 7/7/2016
1.0.152 1,906 6/28/2016
1.0.151 1,889 6/28/2016
1.0.150 1,846 6/28/2016
1.0.149 1,902 6/24/2016
1.0.148 1,881 6/23/2016
1.0.147 2,221 6/16/2016
1.0.146 2,204 6/16/2016
1.0.145 1,912 6/15/2016
1.0.144 1,858 6/15/2016
1.0.143 2,055 6/13/2016
1.0.142 1,876 6/12/2016
1.0.141 1,998 6/12/2016
1.0.140 2,062 6/11/2016
1.0.139 2,112 6/11/2016
1.0.138 1,949 6/10/2016
1.0.137 1,969 6/10/2016
1.0.136 2,063 6/8/2016
1.0.135 2,066 6/8/2016
1.0.134 1,908 5/31/2016
1.0.133 1,886 5/20/2016
1.0.132 1,908 5/20/2016
1.0.131 1,798 5/20/2016
1.0.130 1,900 5/20/2016
1.0.129 1,869 4/21/2016
1.0.128 1,854 4/14/2016
1.0.127 1,881 4/4/2016
1.0.126 1,918 3/24/2016
1.0.125 1,850 3/24/2016
1.0.124 1,822 3/23/2016
1.0.123 1,850 3/23/2016
1.0.122 1,829 3/18/2016
1.0.121 1,837 3/15/2016
1.0.119 1,874 3/15/2016
1.0.118 1,913 3/14/2016
1.0.117 1,855 3/14/2016
1.0.116 1,805 3/12/2016
1.0.115 1,859 3/12/2016
1.0.114 2,118 2/26/2016
1.0.113 2,236 2/24/2016
1.0.112 2,064 2/23/2016
1.0.111 2,013 2/23/2016
1.0.110 2,153 2/23/2016
1.0.109 2,057 2/23/2016
1.0.108 2,043 2/23/2016
1.0.107 1,927 2/23/2016
1.0.106 2,001 2/23/2016
1.0.105 1,895 2/19/2016
1.0.104 1,866 2/18/2016
1.0.103 2,121 2/12/2016
1.0.102 1,901 2/10/2016
1.0.101 1,856 2/10/2016
1.0.100 1,933 2/8/2016
1.0.99 1,834 2/8/2016
1.0.98 1,917 2/6/2016
1.0.97 1,901 2/4/2016
1.0.96 1,865 2/4/2016
1.0.95 1,904 2/3/2016
1.0.94 1,865 2/2/2016
1.0.93 1,856 2/1/2016
1.0.92 1,953 1/28/2016
1.0.91 1,912 1/28/2016
1.0.90 1,856 1/28/2016
1.0.89 1,881 1/28/2016
1.0.88 1,891 1/28/2016
1.0.87 1,823 1/28/2016
1.0.86 2,058 1/16/2016
1.0.85 1,851 1/8/2016
1.0.84 1,822 1/2/2016
1.0.83 1,832 1/1/2016
1.0.82 1,909 1/1/2016
1.0.81 1,954 12/19/2015
1.0.80 1,993 12/19/2015
1.0.79 1,926 12/19/2015
1.0.78 1,879 12/19/2015
1.0.77 1,912 12/19/2015
1.0.76 1,879 12/19/2015
1.0.75 1,891 12/19/2015
1.0.74 1,887 12/10/2015
1.0.73 1,880 12/10/2015
1.0.72 1,826 12/10/2015
1.0.71 2,201 12/1/2015
1.0.70 1,995 11/30/2015
1.0.69 2,188 11/30/2015
1.0.68 2,032 11/30/2015
1.0.67 1,972 11/22/2015
1.0.66 1,954 11/21/2015
1.0.65 1,923 11/21/2015
1.0.64 1,893 11/21/2015
1.0.63 1,951 11/20/2015
1.0.62 1,935 11/17/2015
1.0.61 1,892 11/16/2015
1.0.60 1,905 11/15/2015
1.0.59 1,872 11/15/2015
1.0.58 1,931 11/14/2015
1.0.57 1,897 11/13/2015
1.0.56 1,918 11/6/2015
1.0.55 1,888 11/6/2015
1.0.54 1,880 11/5/2015
1.0.53 1,848 11/3/2015
1.0.52 1,933 11/2/2015
1.0.51 1,846 11/1/2015
1.0.50 1,849 11/1/2015
1.0.49 1,852 11/1/2015
1.0.48 1,881 10/31/2015
1.0.47 1,889 10/31/2015
1.0.46 1,932 10/31/2015
1.0.45 1,935 10/30/2015
1.0.44 1,958 10/29/2015
1.0.43 1,925 10/29/2015
1.0.42 1,923 10/28/2015
1.0.41 1,937 10/28/2015
1.0.40 1,856 10/28/2015
1.0.39 1,899 10/27/2015
1.0.38 1,850 10/27/2015
1.0.37 1,833 10/26/2015
1.0.36 1,916 10/26/2015
1.0.35 1,896 10/26/2015
1.0.34 1,915 10/26/2015
1.0.33 1,860 10/26/2015
1.0.32 1,877 10/25/2015
1.0.31 1,940 10/25/2015
1.0.30 1,836 10/25/2015
1.0.29 1,847 10/25/2015
1.0.28 1,897 10/25/2015
1.0.27 1,857 10/25/2015
1.0.26 1,885 10/25/2015
1.0.24 1,846 10/25/2015
1.0.23 1,856 10/25/2015
1.0.22 1,986 10/24/2015
1.0.21 1,839 10/24/2015
1.0.20 1,839 10/24/2015
1.0.19 1,887 10/20/2015
1.0.18 1,884 10/11/2015
1.0.17 1,922 10/11/2015
1.0.16 1,946 10/11/2015
1.0.15 1,877 10/11/2015
1.0.14 1,874 10/10/2015
1.0.13 1,987 6/22/2015
1.0.12 1,905 6/18/2015
1.0.11 1,876 6/18/2015
1.0.10 1,914 6/18/2015
1.0.9 1,905 6/16/2015
1.0.8 1,927 6/16/2015
1.0.7 1,896 6/9/2015
1.0.6 1,842 6/8/2015
1.0.5 1,945 6/8/2015
1.0.4 1,888 6/8/2015
1.0.3 1,861 6/8/2015
1.0.2 1,853 6/8/2015
1.0.1 1,891 6/8/2015
1.0.0 1,851 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)