Skip to content

PrtgAPI 0.9.13

Compare
Choose a tag to compare
@lordmilko lordmilko released this 07 May 04:57

Improvements

General

  • Add support for extracting an enhanced error message when adding sensors/resolving sensor targets/parameters when an error message is not included in the AddSensorProgress response (#140)

C#

  • Add startDate parameter to PrtgClient.WatchLogs (#139)

PowerShell

  • Add -rt alias for -RawType parameter on Get-SensorTarget / New-SensorParameters
  • Fix PowerShell Progress failing when piping from a variable containing an Array/SZArrayEnumerator in .NET Core 3.1 (#136)

Bugfixes

  • Fix GetNotificationTriggers crashing when PRTG fails to properly HTML encode quotes in sensor names (#131)
  • Fix NotificationTriggerTranslator not storing unique name for Notification Action items, resulting in crash when multiple actions exist with the same name (#145)

Breaking Changes

  • Change NotificationAction.SMP.TrapCode from an int to an int? due to PRTG not forcing it have a value (#130)