PrtgAPI

0.8.2

C#/PowerShell interface for interacting with the PRTG HTTP API

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PrtgAPI -RequiredVersion 0.8.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PrtgAPI -Version 0.8.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2015 lordmilko. All rights reserved.

Package Details

Author(s)

  • lordmilko

Tags

Prtg Sensor Device Group Probe Channel Notification Action Trigger Remove Pause Resume Check Acknowledge PowerShell Setting Property

Cmdlets

Disable-PrtgProgress Enable-PrtgProgress Get-SensorType Get-SensorTarget Add-Device Add-Group New-DeviceParameters New-GroupParameters Backup-PrtgConfig Clear-PrtgCache Sync-PrtgConfigFile Restart-PrtgCore Restart-Probe Get-ObjectLog Add-Sensor Get-SensorFactorySource New-SensorParameters Get-SensorHistory Move-Object Set-ObjectPosition Test-ErrorStatus Start-SortPrtgObject Open-PrtgObject Start-AutoDiscovery Copy-Object New-SensorFactoryDefinition Add-NotificationTrigger Set-NotificationTrigger Edit-NotificationTriggerProperty Get-NotificationAction Get-PrtgStatus Get-NotificationTrigger Get-ModificationHistory New-NotificationTriggerParameters Remove-NotificationTrigger Set-ObjectProperty Confirm-Sensor Get-Channel Get-Group Get-Probe Get-ObjectProperty Get-PrtgClient Get-SensorTotals Update-Object Suspend-Object Rename-Object Resume-Object Set-ChannelProperty Remove-Object Get-Device Connect-PrtgServer Disconnect-PrtgServer Get-Sensor New-SearchFilter

Functions

New-Credential Connect-GoPrtgServer Get-GoPrtgServer Install-GoPrtgServer Set-GoPrtgAlias Uninstall-GoPrtgServer Update-GoPrtgCredential

Dependencies

This module has no dependencies.

Release Notes


New Features
---------------

* PrtgAPI can now generate dynamic sensor parameters for almost any sensor type, allowing almost all sensor types to be programatically created. Parameters for sensor types that require additional information before device interrogation (such as *Oracle Tablespace*) cannot be dynamically generated.
* Sensor Targets can now be retrieved for unsupported sensor types. Supports all sensor types excluding types that require additional information prior to device interrogation (such as *Oracle Tablespace*)
* Multiple object and channel properties can now be modified in a single request

Improvements
----------------

* NewSensorParameters now include properties for common sensor parameters, including Name, Interval, Priority, etc
* Common sensor parameters that are not specified will not be included in the parameter set, allowing PRTG to instantiate these fields with their default values
* RawSensorParameters now have an indexer, allowing instances to be accessed like a Dictionary
* SensorType on RawSensorParameters can now be modified
* Implemented native support for creating new HTTP sensors via HttpSensorParameters
* Sensor history records returned by GetSensorHistory / Get-SensorHistory are now ordered from newest to oldest
* RawSensorParameeters now presents as a hybrid PSObject, allowing values to be modified and retrieved from real property names
* New-SensorParameters now have an -Empty parameter. Allows constructing a completely empty set of RawSensorParameters for allowing instantiation without constructing a hashtable
* Set-ObjectProperty / Set-ChannelProperty now support specifying object property names as parameters, allowing multiple properties to be modified in a single request
* Get-ObjectProperty now supports specifying multiple individual properties to retrieve
* Get-SensorHistory will now stream records from PRTG when an -EndDate is specified
* Implemented -Count parameter on Get-SensorHistory. Allows limiting the number of results returned within the specified timespan

New Cmdlets
---------------

* Get-SensorType: Retrieve sensor types supported by PRTG

Bugfixes
----------

* Fixed a bug wherein Get-ObjectLog would fail to retrieve records -Since AllTime against certain objects

Breaking Changes
--------------------

* Switched meaning of start date and end date when used with GetSensorHistory / Get-SensorHistory for consistency with GetLogs / Get-ObjectLog. StartDate now refers to the point in time *closest to now*, whereas EndDate now refers to the point in time *furthest from now*

---

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 and formatted appropriately when output to the pipeline (when using PowerShell)

All cmdlets in PrtgAPI support some level of piping, allowing you to directly chain multiple cmdlets together, further filtering search results as you go.

PrtgAPI supports a number of undocumented features, including manipulating notification triggers, and viewing and editing channel properties (error limits, etc).

PrtgAPI includes full Cmdlet Comment/XmlDoc documentation. Detailed information on any cmdlet can be found within PowerShell by running Get-Help <cmdlet> or Get-Help <cmdlet> -Full

For examples and usage scenarios, please see the Project Site.

FileList

Version History

Version Downloads Last updated
0.9.19 13,967 9/14/2023
0.9.18 18,439 11/28/2022
0.9.17 74,295 2/24/2022
0.9.16 53,274 6/2/2021
0.9.15 1,980 5/7/2021
0.9.14 7,344 11/25/2020
0.9.13 5,537 5/7/2020
0.9.12 3,803 2/13/2020
0.9.11 2,029 12/9/2019
0.9.10 142 12/5/2019
0.9.9 1,441 9/26/2019
0.9.8 821 8/19/2019
0.9.7 1,867 5/8/2019
0.9.6 715 4/3/2019
0.9.5 1,327 1/13/2019
0.9.4 134 1/3/2019
0.9.3 43,323 11/20/2018
0.9.2 422 11/1/2018
0.9.1 267 10/3/2018
0.9.0 208 8/27/2018
0.8.6 1,713 5/4/2018
0.8.5 46 4/23/2018
0.8.4 24 4/23/2018
0.8.3 59 4/2/2018
0.8.2 (current version) 17 3/30/2018
0.8.1 68 3/11/2018
0.8.0 339 2/23/2018
0.7.3 161 11/20/2017
0.7.2 41 11/13/2017
0.7.1 42 10/15/2017
0.7.0 25 10/6/2017
0.6.10 58 8/2/2017
0.6.9 85 4/24/2017
0.6.8 37 4/19/2017
0.6.7 25 4/11/2017
0.6.6 17 4/10/2017
0.6.5 17 4/10/2017
0.6.4 25 3/25/2017
0.6.3 17 3/22/2017
0.6.2 18 3/19/2017
0.6.1 22 3/14/2017
Show less