LogicMonitor.Api 3.197.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.197.1
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.197.1
                    
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.197.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.197.1" />
                    
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.197.1
                    
#r "nuget: LogicMonitor.Api, 3.197.1"
                    
#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.197.1
                    
#: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.197.1
                    
Install as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.197.1
                    
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 GetAllDevices(ILogger logger, CancellationToken cancellationToken)
{
	using var logicMonitorClient = new LogicMonitorClient(
		new LogicMonitorClientOptions
		{
			Account = "acme",
			AccessId = "accessId",
			AccessKey = "accessKey",
			Logger = logger
		}
	);

	var devices = await logicMonitorClient
		.GetAllAsync<Device>(cancellationToken)
		.ConfigureAwait(false);

	Console.WriteLine($"Device Count: {devices.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 30 9/13/2025
3.222.10 130 9/12/2025
3.222.8 111 9/12/2025
3.222.7 274 8/12/2025
3.222.6 144 8/12/2025
3.222.5 241 7/5/2025
3.222.3 360 6/24/2025
3.222.1 389 5/21/2025
3.220.3 287 4/26/2025
3.216.6 689 3/5/2025
3.216.4 215 2/18/2025
3.216.3 157 2/18/2025
3.216.2 160 2/18/2025
3.216.1 220 1/26/2025
3.213.7 122 1/26/2025
3.213.4 363 11/30/2024
3.212.7 229 11/13/2024
3.212.5 268 11/11/2024
3.212.4 138 11/11/2024
3.211.20 334 10/22/2024
3.211.19 153 10/22/2024
3.211.17 170 10/21/2024
3.211.14 272 10/9/2024
3.211.12 170 10/9/2024
3.211.9 167 10/4/2024
3.211.8 179 10/1/2024
3.211.7 166 9/30/2024
3.211.6 150 9/30/2024
3.211.3 148 9/29/2024
3.211.2 167 9/29/2024
3.209.2 158 9/26/2024
3.209.1 770 8/31/2024
3.204.8 306 8/16/2024
3.204.6 1,213 8/5/2024
3.204.4 136 7/25/2024
3.204.3 514 5/21/2024
3.204.1 176 5/21/2024
3.203.2 250 5/8/2024
3.203.1 903 4/24/2024
3.201.19 269 4/22/2024
3.201.18 273 4/5/2024
3.201.17 269 3/26/2024
3.201.16 230 3/25/2024
3.201.14 709 3/18/2024
3.201.11 205 3/17/2024
3.201.8 219 3/14/2024
3.201.7 231 3/11/2024
3.201.4 230 3/10/2024
3.201.1 1,556 3/8/2024
3.198.10 403 3/1/2024
3.198.9 552 2/14/2024
3.198.7 356 1/30/2024
3.198.6 390 1/26/2024
3.198.3 330 1/24/2024
3.198.2 329 1/24/2024
3.198.1 331 1/23/2024
3.197.21 317 1/23/2024
3.197.20 333 1/22/2024
3.197.16 788 1/9/2024
3.197.13 357 1/8/2024
3.197.12 366 1/8/2024
3.197.11 372 1/4/2024
3.197.4 362 1/4/2024
3.197.1 368 1/2/2024
3.196.1 932 12/7/2023
3.191.28 633 10/27/2023
3.191.27 397 10/27/2023
3.191.26 469 10/23/2023
3.191.24 611 9/8/2023
3.191.23 493 9/6/2023
3.191.21 521 9/1/2023
3.191.20 520 9/1/2023
3.191.10 655 8/23/2023
3.191.1 498 8/23/2023
3.188.25 635 8/7/2023
3.188.22 614 8/3/2023
3.188.21 592 8/3/2023
3.188.18 597 8/2/2023
3.188.17 645 7/26/2023
3.188.12 713 7/17/2023
3.188.4 832 6/27/2023
3.188.2 616 6/27/2023
3.186.48 645 6/23/2023
3.186.45 598 6/28/2023
3.186.42 739 6/7/2023
3.186.27 826 5/9/2023
3.186.16 753 5/5/2023
3.186.1 813 4/26/2023
3.183.89 692 4/26/2023
3.183.71 866 4/13/2023
3.183.44 870 3/24/2023
3.183.38 889 3/20/2023
3.183.27 836 3/15/2023
3.183.13 829 3/5/2023
3.183.1 814 3/3/2023
3.182.17 819 3/2/2023
3.182.15 795 3/1/2023
3.182.11 764 3/1/2023
3.182.7 820 3/1/2023
3.182.6 857 2/27/2023
3.182.1 871 2/21/2023
3.181.52 838 2/21/2023
3.181.29 863 2/5/2023
3.181.26 843 2/5/2023
3.181.25 844 2/5/2023
3.181.24 863 2/5/2023
3.181.22 895 2/5/2023
3.181.19 852 2/5/2023
3.181.11 806 2/3/2023
3.181.7 2,006 1/29/2023
3.180.25-g8b9ef70431 721 1/9/2023
3.180.16-g8fa4a057ff 654 1/8/2023
2.179.12 418 11/15/2023
2.179.10 956 1/24/2023
2.179.7 893 12/19/2022
2.179.1 838 11/30/2022
2.178.8 924 11/24/2022
2.178.1 902 11/7/2022
2.177.2 1,094 11/1/2022
2.177.1 1,211 10/19/2022
2.170.1 1,018 10/11/2022
2.169.46 1,019 10/3/2022
2.169.44 1,136 9/29/2022
2.169.40 5,093 9/26/2022
2.169.34 397 11/15/2023
2.169.32 2,313 6/30/2022
2.169.22 1,631 6/10/2022
2.169.21 1,408 5/26/2022
2.169.20 1,001 5/25/2022
2.169.17 1,031 5/19/2022
2.169.14 1,045 5/19/2022
2.169.12 1,203 5/11/2022
2.169.3 1,060 4/25/2022
2.167.9 1,573 3/22/2022
2.167.3 1,106 3/17/2022
2.167.1 1,402 3/16/2022
2.165.19 1,250 3/5/2022
2.165.13 1,061 2/28/2022
2.165.12 1,051 2/24/2022
2.165.10 1,393 2/22/2022
2.165.9 1,040 2/17/2022
2.165.8 1,079 2/17/2022
2.165.7 1,121 2/17/2022
2.165.1 1,055 2/16/2022
2.165.0 1,095 2/16/2022
2.164.3 1,222 2/7/2022
2.164.2 1,516 1/31/2022
2.164.1 1,033 1/28/2022
2.164.0 1,212 1/13/2022
2.161.11 1,193 12/2/2021
2.161.10 916 12/1/2021
2.161.9 3,933 11/24/2021
2.161.5 7,316 11/23/2021
2.161.4 6,541 11/23/2021
2.161.2 6,323 11/23/2021
2.154.6 964 11/22/2021
2.154.5 2,280 10/17/2021
2.154.4 861 10/13/2021
2.154.3 949 10/7/2021
2.154.2 1,518 8/6/2021
2.154.1 971 8/6/2021
2.154.0 1,431 6/28/2021
2.151.7 3,040 6/14/2021
2.151.6 967 6/14/2021
2.151.5 1,249 4/24/2021
2.151.4 975 4/24/2021
2.151.3 995 4/24/2021
2.151.2 942 4/23/2021
2.151.1 1,002 4/23/2021
2.151.0 1,021 4/19/2021
2.150.1 2,036 3/25/2021
2.150.0 1,356 3/25/2021
2.147.5 1,010 3/23/2021
2.147.4 1,146 2/15/2021
2.147.3 1,715 2/12/2021
2.147.2 1,118 2/12/2021
2.147.1 1,056 2/12/2021
2.147.0 1,263 2/11/2021
2.145.1 2,484 12/1/2020
2.143.1 1,500 11/11/2020
2.142.2 1,436 10/20/2020
2.142.1 1,455 10/13/2020
2.139.4 1,259 9/16/2020
2.139.3 1,197 9/2/2020
2.139.2 1,170 8/18/2020
2.139.1 1,174 8/13/2020
2.139.0 1,134 8/4/2020
2.137.2 1,184 6/18/2020
2.137.1 1,480 6/17/2020
2.136.1 1,155 6/1/2020
2.136.0 1,458 5/29/2020
2.135.3 1,452 5/12/2020
2.135.2 1,541 5/8/2020
2.135.1 1,203 5/5/2020
2.135.0 1,215 5/3/2020
2.133.0 1,503 3/26/2020
2.132.0 1,599 3/18/2020
2.131.1 1,247 2/13/2020
2.131.0 1,322 2/12/2020
2.130.3 1,261 2/5/2020
2.130.2 1,256 2/3/2020
2.130.1 1,192 1/16/2020
2.130.0 1,223 1/11/2020
2.129.2 1,245 1/6/2020
2.129.1 1,239 1/6/2020
2.129.0 1,502 12/17/2019
2.127.4 1,284 11/12/2019
2.127.3 2,713 11/12/2019
2.127.2 2,857 11/5/2019
2.127.1 1,200 10/30/2019
2.127.0 1,656 10/28/2019
2.126.5 1,254 10/22/2019
2.126.4 1,271 10/15/2019
2.126.3 1,461 10/14/2019
2.126.2 1,159 10/11/2019
2.126.1 1,249 10/9/2019
2.126.0 1,186 10/2/2019
2.125.0 1,175 9/21/2019
2.124.0 2,871 8/24/2019
2.122.2 1,371 7/23/2019
2.122.1 1,259 7/16/2019
2.122.0 1,204 7/11/2019
2.121.4 1,289 7/5/2019
2.121.3 1,270 7/5/2019
2.121.2 1,294 7/3/2019
2.121.1 1,239 7/1/2019
2.121.0 1,242 6/18/2019
2.120.1 1,299 6/18/2019
2.120.0 1,315 6/12/2019
2.119.2 1,326 5/31/2019
2.119.1 1,340 5/31/2019
2.119.0 1,319 5/7/2019
2.118.2 1,465 4/30/2019
2.118.1 1,542 4/20/2019
2.118.0 1,373 4/19/2019
2.117.5 1,338 4/5/2019
2.117.4 1,274 4/4/2019
2.117.3 1,503 4/4/2019
2.117.2 1,483 4/1/2019
2.117.1 4,522 3/26/2019
2.117.0 1,329 3/25/2019
2.116.5 1,290 3/22/2019
2.116.4 1,827 3/19/2019
2.116.3 2,278 3/14/2019
2.116.2 1,286 3/11/2019
2.116.1 1,316 3/5/2019
2.116.0 1,366 3/5/2019
2.115.8 1,394 2/27/2019
2.115.7 1,349 2/26/2019
2.115.6 1,319 2/26/2019
2.115.5 1,337 2/25/2019
2.115.4 1,304 2/25/2019
2.115.3 2,388 2/4/2019
2.115.2 1,402 2/1/2019
2.115.1 1,415 1/31/2019
2.115.0 1,467 1/29/2019
2.114.2 1,421 1/24/2019
2.114.1 1,456 1/15/2019
2.114.0 1,400 1/10/2019
2.113.6 1,439 12/11/2018
2.113.5 1,493 12/1/2018
2.113.4 1,439 11/30/2018
2.113.3 1,460 11/26/2018
2.113.2 1,483 11/26/2018
2.113.1 1,477 11/26/2018
2.113.0 1,393 11/22/2018
2.112.5 1,482 11/20/2018
2.112.4 1,512 11/8/2018
2.112.3 1,442 11/7/2018
2.112.2 1,489 11/6/2018
2.112.1 1,497 11/5/2018
2.112.0 1,502 11/1/2018
2.111.11 1,540 10/25/2018
2.111.10 1,498 10/19/2018
2.111.9 1,558 10/19/2018
2.111.8 1,470 10/18/2018
2.111.7 1,497 10/18/2018
2.111.6 1,571 10/17/2018
2.111.5 1,492 10/16/2018
2.111.4 1,521 10/15/2018
2.111.3 1,523 10/15/2018
2.111.2 1,553 10/15/2018
2.111.1 1,554 10/12/2018
2.111.0 1,537 10/12/2018
2.110.14 1,594 10/10/2018
2.110.13 1,524 10/9/2018
2.110.12 1,559 10/8/2018
2.110.11 1,648 10/5/2018
2.110.10 1,572 9/28/2018
2.110.9 1,543 9/27/2018
2.110.8 1,539 9/26/2018
2.110.7 1,501 9/25/2018
2.110.6 1,517 9/24/2018
2.110.5 1,509 9/20/2018
2.110.4 1,556 9/19/2018
2.110.2 1,600 9/17/2018
2.110.1 1,639 9/17/2018
2.110.0 1,546 9/14/2018
2.109.12 1,576 9/12/2018
2.109.11 1,608 9/9/2018
2.109.10 1,520 9/8/2018
2.109.9 1,537 9/8/2018
2.109.8 1,634 9/5/2018
2.109.7 1,581 9/3/2018
2.109.6 1,597 9/1/2018
2.109.5 1,534 8/30/2018
2.109.4 1,516 8/29/2018
2.109.3 1,577 8/27/2018
2.109.2 1,600 8/27/2018
2.109.1 1,611 8/26/2018
2.109.0 1,563 8/24/2018
2.108.6 1,551 8/23/2018
2.108.5 1,654 8/22/2018
2.108.4 1,634 8/16/2018
2.108.3 1,610 8/16/2018
2.108.2 1,598 8/10/2018
2.108.1 1,631 8/6/2018
2.108.0 1,629 8/3/2018
2.107.3 1,632 7/26/2018
2.107.2 1,631 7/19/2018
2.107.1 1,874 7/10/2018
2.106.5 1,893 7/6/2018
2.106.4 1,661 6/26/2018
2.106.3 1,734 6/26/2018
2.106.2 1,990 6/22/2018
2.106.1 1,885 6/18/2018
2.106.0 1,867 6/15/2018
2.0.106 1,856 6/15/2018
2.0.3 1,809 6/15/2018
2.0.2 1,879 6/3/2018
2.0.1 1,862 6/3/2018
2.0.0 1,825 6/1/2018
1.12.4 1,900 5/10/2018
1.12.3 2,011 4/27/2018
1.12.2 1,891 4/19/2018
1.12.0 1,989 3/30/2018
1.11.7 1,879 3/28/2018
1.11.6 1,894 3/20/2018
1.11.5 1,906 3/12/2018
1.11.4 2,014 3/6/2018
1.11.3 1,922 3/6/2018
1.11.2 1,914 3/5/2018
1.11.1 1,919 3/5/2018
1.11.0 1,837 3/5/2018
1.10.2 1,953 3/4/2018
1.10.1 1,930 3/4/2018
1.10.0 1,890 3/1/2018
1.9.12 1,913 3/1/2018
1.9.11 1,741 2/26/2018
1.9.10 1,859 2/26/2018
1.9.9 1,844 2/26/2018
1.9.8 1,855 2/25/2018
1.9.7 1,911 2/25/2018
1.9.6 1,949 2/22/2018
1.9.5 1,935 2/20/2018
1.9.4 1,886 2/5/2018
1.9.3 1,979 2/3/2018
1.9.2 1,995 2/3/2018
1.9.1 1,928 1/27/2018
1.9.0 1,912 1/27/2018
1.8.11 1,729 10/18/2017
1.8.10 1,796 10/14/2017
1.8.9 1,738 10/13/2017
1.8.8 1,784 10/12/2017
1.8.7 1,722 10/3/2017
1.8.6 1,748 10/3/2017
1.8.5 1,746 8/27/2017
1.8.4 1,705 8/24/2017
1.8.3 1,732 8/23/2017
1.8.2 1,734 8/21/2017
1.8.1 1,703 8/21/2017
1.8.0 1,660 8/20/2017
1.8.0-beta8 1,404 8/20/2017
1.8.0-beta7 1,393 8/20/2017
1.8.0-beta5 1,417 8/20/2017
1.8.0-beta4 1,385 8/20/2017
1.8.0-beta3 1,378 8/20/2017
1.8.0-beta2 1,428 8/18/2017
1.8.0-beta 1,357 8/18/2017
1.7.6 1,704 8/9/2017
1.7.5 1,765 8/8/2017
1.7.4 1,719 8/8/2017
1.7.3 1,727 7/20/2017
1.7.2 1,758 7/20/2017
1.7.0 1,684 7/10/2017
1.6.10 1,711 7/5/2017
1.6.9 1,731 7/5/2017
1.6.8 1,762 7/4/2017
1.6.7 1,731 7/4/2017
1.6.6 1,743 7/4/2017
1.6.5 1,763 7/4/2017
1.6.4 1,754 7/3/2017
1.6.3 1,743 7/2/2017
1.6.2 1,761 7/2/2017
1.6.1 1,727 7/2/2017
1.6.0 1,756 7/1/2017
1.5.22 1,659 6/30/2017
1.5.21 1,752 6/26/2017
1.5.20 1,707 6/26/2017
1.5.19 1,753 6/22/2017
1.5.17 1,723 6/22/2017
1.5.16 1,743 6/20/2017
1.5.15 1,676 6/19/2017
1.5.14 1,730 6/19/2017
1.5.13 1,756 6/19/2017
1.5.12 1,780 6/18/2017
1.5.11 1,731 6/18/2017
1.5.10 1,783 6/18/2017
1.5.9 1,722 6/14/2017
1.5.8 1,720 6/14/2017
1.5.7 1,796 6/13/2017
1.5.6 1,685 6/13/2017
1.5.5 1,731 6/12/2017
1.5.4 1,775 6/12/2017
1.5.3 1,726 6/12/2017
1.5.2 1,689 6/12/2017
1.5.1 1,741 6/10/2017
1.5.0 1,716 6/9/2017
1.4.38 1,731 5/26/2017
1.4.37 1,765 5/22/2017
1.4.36 1,770 5/20/2017
1.4.35 1,737 5/18/2017
1.4.34 1,690 5/18/2017
1.4.33 1,753 5/18/2017
1.4.32 1,739 5/14/2017
1.4.31 1,747 5/8/2017
1.4.30 1,770 5/4/2017
1.4.29 1,761 5/4/2017
1.4.27 1,770 5/3/2017
1.4.26 1,907 5/2/2017
1.4.25 1,687 5/2/2017
1.4.24 1,757 5/1/2017
1.4.23 1,822 5/1/2017
1.4.22 1,799 5/1/2017
1.4.21 1,773 4/28/2017
1.4.20 1,732 4/27/2017
1.4.19 1,761 4/27/2017
1.4.18 1,746 4/27/2017
1.4.17 1,770 4/27/2017
1.4.16 1,756 4/27/2017
1.4.15 1,871 4/25/2017
1.4.14 1,775 4/24/2017
1.4.13 1,761 4/21/2017
1.4.12 1,742 4/21/2017
1.4.11 1,788 4/15/2017
1.4.10 1,890 4/4/2017
1.4.9 1,779 4/3/2017
1.4.8 1,750 4/2/2017
1.4.7 1,755 4/2/2017
1.4.6 1,784 3/29/2017
1.4.5-beta 1,432 3/29/2017
1.4.4-beta 1,415 3/29/2017
1.4.3-beta 1,428 3/28/2017
1.4.2-beta 1,396 3/28/2017
1.4.1-beta 1,414 3/28/2017
1.4.0-beta 1,406 3/27/2017
1.3.17 1,749 3/24/2017
1.3.16 1,863 3/24/2017
1.3.15 1,756 3/24/2017
1.3.14 1,743 3/24/2017
1.3.13 1,740 3/23/2017
1.3.12 1,755 3/22/2017
1.3.11 1,779 3/20/2017
1.3.9 1,838 3/16/2017
1.3.8 1,770 3/13/2017
1.3.7 1,732 3/13/2017
1.3.6 1,784 3/13/2017
1.3.5 1,734 3/10/2017
1.3.4 1,762 2/28/2017
1.3.3 1,713 2/27/2017
1.3.2 1,772 2/25/2017
1.3.1 1,826 2/25/2017
1.3.0 1,842 2/25/2017
1.2.47 1,818 2/24/2017
1.2.46 1,779 2/24/2017
1.2.45 1,789 2/24/2017
1.2.44 1,782 2/15/2017
1.2.43 1,782 2/15/2017
1.2.42 1,774 2/15/2017
1.2.41 1,795 2/14/2017
1.2.40 1,793 2/7/2017
1.2.39 1,798 2/7/2017
1.2.38 1,777 2/7/2017
1.2.37 1,797 2/7/2017
1.2.36 1,761 2/6/2017
1.2.35 1,740 2/6/2017
1.2.34 1,717 2/6/2017
1.2.33 1,710 2/6/2017
1.2.32 1,733 2/6/2017
1.2.31 1,767 2/4/2017
1.2.30 1,742 2/4/2017
1.2.29 1,743 2/4/2017
1.2.28 1,751 1/18/2017
1.2.27 1,760 1/18/2017
1.2.26 1,790 1/18/2017
1.2.25 1,791 1/18/2017
1.2.24 1,840 1/13/2017
1.2.23 1,764 1/13/2017
1.2.22 1,788 1/10/2017
1.2.21 1,808 1/4/2017
1.2.20 1,752 1/4/2017
1.2.19 1,819 1/4/2017
1.2.18 1,777 1/4/2017
1.2.17 1,797 12/14/2016
1.2.16 1,784 12/14/2016
1.2.15 1,844 12/9/2016
1.2.14 1,706 12/9/2016
1.2.13 1,786 12/8/2016
1.2.12 1,810 12/8/2016
1.2.11 1,805 11/24/2016
1.2.10 1,742 11/24/2016
1.2.9 1,788 11/19/2016
1.2.8 1,775 11/19/2016
1.2.7 1,780 11/16/2016
1.2.6 1,720 11/15/2016
1.2.5 1,744 11/14/2016
1.2.4 1,787 11/10/2016
1.2.3 1,738 11/10/2016
1.2.2 2,106 11/9/2016
1.2.1 1,887 11/2/2016
1.2.0 1,807 11/2/2016
1.1.54 2,079 11/2/2016
1.1.53 1,853 10/26/2016
1.1.52 1,779 10/26/2016
1.1.51 1,793 10/24/2016
1.1.50 1,771 10/24/2016
1.1.49 1,874 10/20/2016
1.1.48 1,844 10/20/2016
1.1.47 1,800 10/20/2016
1.1.46 1,771 10/20/2016
1.1.45 1,763 10/20/2016
1.1.44 1,806 10/19/2016
1.1.43 1,790 10/19/2016
1.1.42 1,819 10/19/2016
1.1.41 1,805 10/18/2016
1.1.40 1,747 10/18/2016
1.1.39 1,747 10/10/2016
1.1.38 1,833 9/28/2016
1.1.37 2,089 9/20/2016
1.1.36 2,063 9/17/2016
1.1.35 2,108 9/16/2016
1.1.34 1,825 9/8/2016
1.1.33 1,794 9/6/2016
1.1.32 1,779 9/5/2016
1.1.31 1,772 8/31/2016
1.1.30 1,836 8/26/2016
1.1.29 1,793 8/24/2016
1.1.28 1,865 8/22/2016
1.1.27 1,771 8/20/2016
1.1.26 1,815 8/20/2016
1.1.25 1,774 8/19/2016
1.1.24 1,773 8/19/2016
1.1.23 1,874 8/18/2016
1.1.22 1,775 8/18/2016
1.1.21 1,749 8/18/2016
1.1.20 1,705 8/17/2016
1.1.19 1,806 8/16/2016
1.1.18 1,718 8/16/2016
1.1.17 1,798 8/16/2016
1.1.16 1,756 8/15/2016
1.1.15 1,818 8/13/2016
1.1.14 1,762 8/12/2016
1.1.13 1,836 8/4/2016
1.1.12 1,762 8/3/2016
1.1.11 2,161 7/28/2016
1.1.10 1,806 7/25/2016
1.1.9 1,838 7/25/2016
1.1.8 1,829 7/23/2016
1.1.7 1,788 7/22/2016
1.1.6 1,776 7/22/2016
1.1.5 1,910 7/22/2016
1.1.4 1,871 7/22/2016
1.1.3 1,857 7/22/2016
1.1.2 1,753 7/21/2016
1.1.1 1,751 7/21/2016
1.1.0 1,864 7/20/2016
1.0.154 1,877 7/9/2016
1.0.153 1,833 7/7/2016
1.0.152 1,864 6/28/2016
1.0.151 1,847 6/28/2016
1.0.150 1,804 6/28/2016
1.0.149 1,862 6/24/2016
1.0.148 1,840 6/23/2016
1.0.147 2,170 6/16/2016
1.0.146 2,145 6/16/2016
1.0.145 1,871 6/15/2016
1.0.144 1,816 6/15/2016
1.0.143 2,013 6/13/2016
1.0.142 1,825 6/12/2016
1.0.141 1,954 6/12/2016
1.0.140 2,021 6/11/2016
1.0.139 2,063 6/11/2016
1.0.138 1,905 6/10/2016
1.0.137 1,929 6/10/2016
1.0.136 2,011 6/8/2016
1.0.135 2,017 6/8/2016
1.0.134 1,862 5/31/2016
1.0.133 1,849 5/20/2016
1.0.132 1,867 5/20/2016
1.0.131 1,757 5/20/2016
1.0.130 1,847 5/20/2016
1.0.129 1,830 4/21/2016
1.0.128 1,813 4/14/2016
1.0.127 1,841 4/4/2016
1.0.126 1,869 3/24/2016
1.0.125 1,808 3/24/2016
1.0.124 1,782 3/23/2016
1.0.123 1,809 3/23/2016
1.0.122 1,788 3/18/2016
1.0.121 1,795 3/15/2016
1.0.119 1,826 3/15/2016
1.0.118 1,861 3/14/2016
1.0.117 1,812 3/14/2016
1.0.116 1,762 3/12/2016
1.0.115 1,817 3/12/2016
1.0.114 2,067 2/26/2016
1.0.113 2,197 2/24/2016
1.0.112 2,020 2/23/2016
1.0.111 1,971 2/23/2016
1.0.110 2,110 2/23/2016
1.0.109 2,010 2/23/2016
1.0.108 2,004 2/23/2016
1.0.107 1,882 2/23/2016
1.0.106 1,960 2/23/2016
1.0.105 1,846 2/19/2016
1.0.104 1,823 2/18/2016
1.0.103 2,061 2/12/2016
1.0.102 1,861 2/10/2016
1.0.101 1,815 2/10/2016
1.0.100 1,880 2/8/2016
1.0.99 1,794 2/8/2016
1.0.98 1,866 2/6/2016
1.0.97 1,859 2/4/2016
1.0.96 1,823 2/4/2016
1.0.95 1,847 2/3/2016
1.0.94 1,824 2/2/2016
1.0.93 1,815 2/1/2016
1.0.92 1,903 1/28/2016
1.0.91 1,872 1/28/2016
1.0.90 1,815 1/28/2016
1.0.89 1,839 1/28/2016
1.0.88 1,841 1/28/2016
1.0.87 1,783 1/28/2016
1.0.86 1,995 1/16/2016
1.0.85 1,808 1/8/2016
1.0.84 1,779 1/2/2016
1.0.83 1,790 1/1/2016
1.0.82 1,862 1/1/2016
1.0.81 1,913 12/19/2015
1.0.80 1,953 12/19/2015
1.0.79 1,874 12/19/2015
1.0.78 1,832 12/19/2015
1.0.77 1,866 12/19/2015
1.0.76 1,838 12/19/2015
1.0.75 1,851 12/19/2015
1.0.74 1,835 12/10/2015
1.0.73 1,838 12/10/2015
1.0.72 1,776 12/10/2015
1.0.71 2,158 12/1/2015
1.0.70 1,954 11/30/2015
1.0.69 2,144 11/30/2015
1.0.68 1,990 11/30/2015
1.0.67 1,930 11/22/2015
1.0.66 1,913 11/21/2015
1.0.65 1,881 11/21/2015
1.0.64 1,853 11/21/2015
1.0.63 1,911 11/20/2015
1.0.62 1,893 11/17/2015
1.0.61 1,844 11/16/2015
1.0.60 1,854 11/15/2015
1.0.59 1,831 11/15/2015
1.0.58 1,891 11/14/2015
1.0.57 1,855 11/13/2015
1.0.56 1,876 11/6/2015
1.0.55 1,844 11/6/2015
1.0.54 1,839 11/5/2015
1.0.53 1,801 11/3/2015
1.0.52 1,882 11/2/2015
1.0.51 1,806 11/1/2015
1.0.50 1,807 11/1/2015
1.0.49 1,811 11/1/2015
1.0.48 1,826 10/31/2015
1.0.47 1,842 10/31/2015
1.0.46 1,876 10/31/2015
1.0.45 1,882 10/30/2015
1.0.44 1,918 10/29/2015
1.0.43 1,883 10/29/2015
1.0.42 1,882 10/28/2015
1.0.41 1,893 10/28/2015
1.0.40 1,815 10/28/2015
1.0.39 1,858 10/27/2015
1.0.38 1,807 10/27/2015
1.0.37 1,792 10/26/2015
1.0.36 1,874 10/26/2015
1.0.35 1,854 10/26/2015
1.0.34 1,864 10/26/2015
1.0.33 1,818 10/26/2015
1.0.32 1,835 10/25/2015
1.0.31 1,897 10/25/2015
1.0.30 1,793 10/25/2015
1.0.29 1,806 10/25/2015
1.0.28 1,850 10/25/2015
1.0.27 1,805 10/25/2015
1.0.26 1,843 10/25/2015
1.0.24 1,805 10/25/2015
1.0.23 1,814 10/25/2015
1.0.22 1,935 10/24/2015
1.0.21 1,798 10/24/2015
1.0.20 1,798 10/24/2015
1.0.19 1,844 10/20/2015
1.0.18 1,845 10/11/2015
1.0.17 1,882 10/11/2015
1.0.16 1,896 10/11/2015
1.0.15 1,826 10/11/2015
1.0.14 1,834 10/10/2015
1.0.13 1,945 6/22/2015
1.0.12 1,858 6/18/2015
1.0.11 1,832 6/18/2015
1.0.10 1,875 6/18/2015
1.0.9 1,853 6/16/2015
1.0.8 1,874 6/16/2015
1.0.7 1,853 6/9/2015
1.0.6 1,799 6/8/2015
1.0.5 1,903 6/8/2015
1.0.4 1,847 6/8/2015
1.0.3 1,810 6/8/2015
1.0.2 1,808 6/8/2015
1.0.1 1,850 6/8/2015
1.0.0 1,809 6/8/2015

DataPointConfiguration.GlobalAlertTransitionInterval
DataPointConfiguration.GlobalAlertClearTransitionInterval
DataPointConfiguration.GlobalAlertForNoData
Added missing HttpIntegration fields
Added Missing Audit log processing
GetExternalApi fixes