PrtgAPI 0.9.19
dotnet add package PrtgAPI --version 0.9.19
NuGet\Install-Package PrtgAPI -Version 0.9.19
<PackageReference Include="PrtgAPI" Version="0.9.19" />
paket add PrtgAPI --version 0.9.19
#r "nuget: PrtgAPI, 0.9.19"
// Install PrtgAPI as a Cake Addin #addin nuget:?package=PrtgAPI&version=0.9.19 // Install PrtgAPI as a Cake Tool #tool nuget:?package=PrtgAPI&version=0.9.19
.NET interface for PRTG Network Monitor
Product | Versions 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. |
.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 | net452 is compatible. net46 was computed. 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. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.19 | 7,242 | 9/14/2023 |
0.9.18 | 2,730 | 11/28/2022 |
0.9.17 | 20,113 | 2/24/2022 |
0.9.16 | 9,596 | 6/2/2021 |
0.9.15 | 467 | 5/7/2021 |
0.9.14 | 742 | 11/25/2020 |
0.9.13 | 3,123 | 5/7/2020 |
0.9.12 | 26,407 | 2/13/2020 |
0.9.11 | 877 | 12/9/2019 |
0.9.10 | 565 | 12/5/2019 |
0.9.9 | 1,077 | 9/26/2019 |
0.9.8 | 753 | 8/19/2019 |
0.9.7 | 1,772 | 5/8/2019 |
0.9.6 | 683 | 4/3/2019 |
0.9.5 | 960 | 1/13/2019 |
0.9.4 | 953 | 1/3/2019 |
0.9.3 | 781 | 11/20/2018 |
0.9.2 | 773 | 11/1/2018 |
0.9.1 | 828 | 10/3/2018 |
0.9.0 | 847 | 8/27/2018 |
0.8.6 | 1,070 | 5/4/2018 |
0.8.5 | 1,116 | 4/23/2018 |
0.8.4 | 898 | 4/23/2018 |
0.8.3 | 1,002 | 4/2/2018 |
0.8.2 | 979 | 3/30/2018 |
0.8.1 | 1,014 | 3/11/2018 |
0.8.0 | 1,134 | 2/23/2018 |
0.7.3 | 1,298 | 11/20/2017 |
0.7.2 | 1,614 | 11/13/2017 |
0.7.1 | 1,401 | 10/15/2017 |
0.7.0 | 1,326 | 10/6/2017 |
0.6.10 | 1,053 | 8/2/2017 |
0.6.9 | 982 | 4/24/2017 |
0.6.8 | 970 | 4/19/2017 |
0.6.7 | 996 | 4/11/2017 |
0.6.6 | 945 | 4/10/2017 |
0.6.5 | 941 | 4/10/2017 |
0.6.4 | 959 | 3/25/2017 |
0.6.3 | 1,019 | 3/22/2017 |
0.6.2 | 956 | 3/19/2017 |
0.6.1 | 1,647 | 3/8/2017 |
Release Notes: https://github.com/lordmilko/PrtgAPI/releases/tag/v0.9.19
---
PrtgAPI is a C#/PowerShell library that abstracts away the complexity of interfacing with the PRTG HTTP API.
PrtgAPI implements a collection of methods and enumerations that help create and execute the varying HTTP GET requests required to interface with PRTG. All responses from PRTG are automatically deserialized by PrtgAPI.
Operations supported by PrtgAPI include enumerating channels, sensors, devices, groups and probes, modifying channel and sensor properties, creating and editing notification triggers, pausing, unpausing and acknowledging objects, renaming and removing items, and more.
PrtgAPI includes full XML Documentation and supports synchronous, asynchronous and "streaming" request modes.
This module can be installed in both Visual Studio and PowerShell via the Install-Package cmdlet. For PowerShell users, this module is also available on the PowerShell Gallery.
For more information and usage examples, please see the Project Site.