Dmytro.Borovyk · Sr. Solutions Architect · ✭✭✭✭✭

Comments

  • HI, please check this post and try this pattern: Create the job in the UI. Use GetJob via the same API style you plan to use for creation: PowerShell/SWQL path → XML REST path → JSON Make the smallest possible edits only: name target nodes schedule enabled/disabled state Submit that modified structure to AddJob
  • Hi, Short answer would it no because VLAN membership and interface config are usually handled separately in SolarWinds. So recommendation would be: Query SolarWinds for interfaces/ports in VLANs 10–15. For those interfaces, pull the related NCM interface-config snippet separately. Join them in Python/PowerShell. That will…
  • Hi, bulk-load only the World Map lat/long properties in the Web Console If you automate via SWIS/PowerShell: treat Point, PointLabel, and their linkage keys/relationships as part of the same model. In particular, preserve or validate: 2.1 Point.Instance / Point.InstanceID 2.2 Latitude / Longitude 2.3 InstanceSiteId 2.4 and…
  • I would recommend to go SDK/API way for big amounts of subnets to import. https://solarwinds.github.io/OrionSDK/docs/ipam-observability-2022-2/
  • it can be done if the Palo is the monitored L3 endpoint, but the IP needs to come from the Palo’s interface/L3 tables, not from the switch VLAN report, and mapping it back to the exact VLAN ID may require naming-based correlation or a custom workaround.
  • Hi, there is a specific logic on how entities and attribues are connected In SWO SaaS, network devices monitored by Network Collector are modeled as entities, and child resources such as interfaces are treated as discovered/associated elements of that device. In the current relationship inventory used internally by the…