PrtgAPI 0.6.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package PrtgAPI --version 0.6.6
                    
NuGet\Install-Package PrtgAPI -Version 0.6.6
                    
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="PrtgAPI" Version="0.6.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PrtgAPI" Version="0.6.6" />
                    
Directory.Packages.props
<PackageReference Include="PrtgAPI" />
                    
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 PrtgAPI --version 0.6.6
                    
#r "nuget: PrtgAPI, 0.6.6"
                    
#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 PrtgAPI@0.6.6
                    
#: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=PrtgAPI&version=0.6.6
                    
Install as a Cake Addin
#tool nuget:?package=PrtgAPI&version=0.6.6
                    
Install as a Cake Tool

C#/PowerShell interface for PRTG Network Monitor

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.20 939 5/13/2025
0.9.19 10,132 9/14/2023
0.9.18 2,799 11/28/2022
0.9.17 20,715 2/24/2022
0.9.16 9,679 6/2/2021
0.9.15 534 5/7/2021
0.9.14 833 11/25/2020
0.9.13 3,422 5/7/2020
0.9.12 32,322 2/13/2020
0.9.11 961 12/9/2019
0.9.10 648 12/5/2019
0.9.9 1,213 9/26/2019
0.9.8 838 8/19/2019
0.9.7 1,855 5/8/2019
0.9.6 769 4/3/2019
0.9.5 1,058 1/13/2019
0.9.4 1,174 1/3/2019
0.9.3 882 11/20/2018
0.9.2 869 11/1/2018
0.9.1 934 10/3/2018
0.9.0 962 8/27/2018
0.8.6 1,348 5/4/2018
0.8.5 1,394 4/23/2018
0.8.4 1,082 4/23/2018
0.8.3 1,271 4/2/2018
0.8.2 1,251 3/30/2018
0.8.1 1,283 3/11/2018
0.8.0 1,410 2/23/2018
0.7.3 1,662 11/20/2017
0.7.2 2,180 11/13/2017
0.7.1 1,676 10/15/2017
0.7.0 1,603 10/6/2017
0.6.10 1,241 8/2/2017
0.6.9 1,168 4/24/2017
0.6.8 1,152 4/19/2017
0.6.7 1,183 4/11/2017
0.6.6 1,129 4/10/2017
0.6.5 1,130 4/10/2017
0.6.4 1,147 3/25/2017
0.6.3 1,208 3/22/2017
0.6.2 1,142 3/19/2017
0.6.1 2,520 3/8/2017

-Fixed a bug in Connect-GoPrtgServer wherein the server's passhash did not decrypt properly

---

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 without the nuget.org package source, this module is also available on the PowerShell Gallery.

For more information and usage examples, please see the Project Site.