- That's all in the SDK powershell examples - open the sample .ps1 and copy into your script. The filter portion of the script is great once you know what captions and/or types you want to avoid adding.
- From the SDK.pdf in swis 1.9:
- Using DiscoverInterfacesOnNode and AddInterfacesOnNode verbs
Starting with Orion NPM 10.3, SWIS provides these new verbs:
- Orion.NPM.Interfaces.DiscoverInterfacesOnNode
- Orion.NPM.Interfaces.AddInterfacesOnNode
These verbs provide higher-level API for adding interfaces for nodes already managed by Orion, making the process more efficient and easier. You no longer have to decide which poller types to associate with interfaces.
Using the first verb, you can have NPM list all available interfaces. If needed, you may filter out interfaces which you are not interested in before you pass the list to the latter verb which adds the interfaces for monitoring. For complete specifications of these verbs, see the respective sections in "Some Useful Verbs" on page 27.
There is an example PowerShell script demonstrating how to use these verbs in the Samples folder in the Orion SDK installation directory. The default location is
Installation Folder\SolarWinds\Orion SDK\Samples.These verbs are provided by SWISv3 only. For additional information, see "SWIS Version 3 and 2" on page 4.
↧
Re: Discovery auto import results
↧