The most recent content from our members.
I would like to know if there is a wsql query I can run that would return me switch name and interface config snippet for only ports that are in particular VLAN (lets say vlan 10-15)? Currently, I am saving all configs on my servers and then trying to parse it with ciscoconfparse but it is not working as expected and…
I think I posted this somewhere else, but I wanted to put it here so that it's easily accessible to all those interested in the Orion API and SDK Discussions. Table of Contents * Preamble * Doing the work in SWQL Studio * Moving to PowerShell * The Simple Step-by-Step Process* Get PowerShell 7 * Get the latest SolarWinds…
Hi All, I’ve observed that volumes are automatically imported during API interface discovery. Is there a way to disable or prevent this volume discovery behavior? # Code to Discover Interfaces - Appears there is a bug because the interface filter doesn't work int_results = swis.invoke('Orion.NPM.Interfaces',…
There are multiple pending PRs that fix open issues, and no maintainers seem to be responding. https://github.com/solarwinds/orionsdk-python/pulls Has Solarwinds been abandoning the community use of the API, at least from Python? Should this github repository (which is owned by Solarwinds' organization) be…
$properties = @{ >> ActionId = $action.ActionID; >> propertyValue = 'orion@mycompany.com'; >> propertyName = 'EmailFrom'; >> Description = 'mydescription'; >> DisplayName = 'displayname'; >> InstanceSiteId = 0; >> InstanceType = 'Orion.ActionsProperties'; >> Uri = $action.Uri; >> }; (Invoke-SwisVerb -EntityName…
Does anyone know who maintains the SWI OrionSDK Git? I have a a pull request for updating the documentation but it needs approval/merging to update. github.com/.../374
I am trying to find an API guide, and I am getting a lot of links to a dead pages and a mixture of Orion SDK, SWIS, SWQL etc ... I would like to know if there is an api page where I can see all the APIs I can consume for my tool. For example: https://<Orion_iP>/api or /swagger> ... I currently have an old tool that uses…
Hello I've been adding nodes into solarwinds using python and the solarwinds sdk. The nodes are adding fine and i've added the required pollers but they are missing the Network Latency & Packet Loss graph. All the data seems to be there but the graph doesn't show up. Users have been clicking on edit node and then…
Hi, From Orion.NodeL2Connections table, I get PortID field. I would like to get the Interface name for the corresponding Port ID. I found Orion.NodePortInterfaceMap table, which gives IfIndex and PortID. However, I noticed that it does not give the mapping for all Port ID. Hence, I am not able to get the ifIndex (and…
Hi, I have the following query that gives the list of all the VMs. SELECT n.Name as [VM],n.IPAddress,n.PowerState,n.GuestState ,Round(n.MemUsage, 0) AS [Memory] ,ROUND(n.CpuLoad, 0) as [CPULoad] ,n.BootTime,n.ProcessorCount,n.VDisksCount,n.DetailsUrl,n.NicCount,n.Status,h.HostName, h.DetailsUrl as [HostURL], d.Name as…
It looks like you're new here. Sign in or register to get started.