nishimotosonkirven542 · seo · ✭✭✭

Comments

  • To create a user with read-only permission for the SolarWinds Information Service (SWIS) API, you need to add a new account in Orion with "Orion Read-Only" rights—this will allow the user to query Orion tables (like Orion.Nodes, Orion.Events, etc.) via the API while restricting any changes. Since you don’t want them to log…
  • Yes, you can add an existing node to a User Defined Table (UDT) using the SDK in SolarWinds, even if it's already discovered. While the SDK doesn’t directly expose a high-level “add to UDT” method, you can achieve this by identifying the UDT structure and updating its associated custom properties or linking the node's…
  • The Orion API endpoint /Invoke/Orion.Actions/SaveActionsForAssignments returning a 200 status code indicates the request was received, but the SNMP trap defaulting to SNMPv1 suggests SNMPv3-specific parameters (e.g., UserName, AuthProtocol, PrivPassword) may be missing or incorrectly set in the payload. Ensure all required…