Skip to content

PrtgAPI 0.7.3

Compare
Choose a tag to compare
@lordmilko lordmilko released this 20 Nov 11:35

New Methods

  • C#: BackupConfigDatabase: Create a backup of your PRTG Configuration Database
  • C#: ClearSystemCache: Clear Geo Map, Active Directory and Graph Data caches
  • C#: LoadConfigFiles: Reload sensor lookups, device icons and report templates from disk
  • C#: RestartProbe: Restart the PRTG Probe Service of a PRTG Probe
  • C#: RestartCore: Restart the PRTG Core Service

New Cmdlets

  • PS: Backup-PrtgConfig: Create a backup of your PRTG Configuration Database
  • PS: Clear-PrtgCache: Clear Geo Map, Active Directory and Graph Data caches
  • PS: Load-PrtgConfigFile: Reload sensor lookups, device icons and report templates from disk
  • PS: Restart-Probe: Restart the PRTG Probe Service of a PRTG Probe
  • PS: Restart-PrtgCore: Restart the PRTG Core Service

Improvements

  • PS: Get-Sensor, Get-Device, Get-Group and Get-Probe -Tags and -Name parameters now properly parse wildcards containing asterisks in the middle of the pattern

Bugfixes

  • C#: Fixed a bug wherein logs would not properly filter by status

Breaking Changes

  • C#: Renamed PrtgClient.DeleteObject to PrtgClient.RemoveObject