iam new to this community. The reason why iam here is because iam working on integrating our system with SolarWinds.
As per my requirement, we are supposed to set up SNMP traps of type SNMPv3 for a node as trigger actions to an alert using the API below.
SW API: /Invoke/Orion.Actions/SaveActionsForAssignments
For all our requests, the API responds successfully with a 200 status code.
However, when we investigate the alert in the dashboard, we find that the SNMP trap is configured as type SNMPv1 instead of SNMPv3.
Question: Why is the Orion API not accepting SNMPv3 credentials? Can you please help us resolve this issue?