-
Re: ImportDiscoveryResults (API)
I added description how to import discovery results at the end of page Discovery · solarwinds/OrionSDK Wiki · GitHub And simple Python example: swis = SwisClient(npm_server, username, password) print…2 -
Re: Discover Interfaces on node (powershell and curl)
Try to increase timeout for DiscoverInterfacesOnNode operation: Default timeout is 300 seconds. Default value can be overriden in config file {ORION_INSTALL_PATH}\SolarWinds\Orion\Information Service…2 -
Re: SNMP Port setting ignored in Node Discovery via SWIS
I tried to simulate it in my environment and it really seems like SNMPPort is ignored by discovery engine. If you know node IP address you can use AddNode API to add node with custom SNMP port direct…1 -
Re: Node Resource Discovery Via JSON API
Could you please clarify the question - it's not clear to me if interfaces were not imported to Orion at all or they are in Orion but are not polled. If interfaces were not imported at all, coul…1 -
Re: Is it possible to update the volume capacity thresholds via the REST API?
Below I pasted Python script that set forecast settings. You need to use SWIS CRUD update operation on Orion.ForecastCapacitySettings entity. Please check what metricId is used in your environment, i…2
