Closed schoenm1 closed 3 months ago
Hi :) I investigated this a little and I think it's because the Enum doesn't have the new values, that PRTG added. And because this feature was just recently added to PRTG.
The new values would need to be added here: src/PrtgAPI/Enums/Deserialization/ObjectSettings/EncryptionType.cs Currently only DES and AES are supported by prtgAPI.
Describe the bug
Not all Values for 'SNMPv3EncryptionType' and 'SNMPv3AuthType' are available in PRTGAPi PowerShell Module.
If e.g. AES 192 is chosen in GUI, the PRTGAPI Module shown an error.
Could it be, that this is related to changes in PRTG 'May 24th 2023 - Version 23.2.84.1566'
Steps to reproduce
PS C:\Users\name> $dev | Get-ObjectSetting SNMPv3EncryptionType AES
What is the output of 'Get-PrtgClient -Diagnostic'?
Additional context
No response