The most recent content from our members.
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',…
As the subject suggests, i am trying to invoke this verb under Cirrus.Nodes using python. However i am getting an error where ExecuteConfigChangeReportAction evoked with comparisonType = MostRecentToLastOfTheSameType show me error The output is not informative not sure what is wrong here.
Has anyone modified an existing alert using the Python SDK? I'm specifically looking into how to add additional values to the alert message field. Any help would be appreciated.
When I add a node and its pollers via orionsdk, all these resources are autodiscovered and I can see them in the web. How can I see this information via orionsdk? If I run a query to Orion.Volumes it comes back empty because the volumes are only listed and not added. Is there a way to see them before adding them? I'm…
Hi Solarwinds, Is it possible to post a status on to solarwinds via API and then let the alert rule trigger based on the received status? we are trying to migrate the our old monitoring solution and we are thinking of using the Orion SDK to acheive this. we already use to python sdk for managing the node objects,…
Hello, i have been googling this issue all day without success of finding a solution. I am fairly new to orionSDK and i want to make my life easier to find available ip adresses. The code is as follows. from __future__ import print_function import re import requests from orionsdk import SwisClient import getpass def…
Hello everybody. Well, on the previously weeks, my team and me have been working with the IPAM and its python-sdk (https://github.com/solarwinds/orionsdk-python). We wrote an python script that will retrieve an free ip address from a SUBNET based on a given NETWORK_DISTRIBUTION. An example for a call the python script is:…
I'm currently working on creating new subnets using python and the Orion API. I have the subnets being correctly added but they are appearing in the top level instead of their Supernet. I have tried changing the ParentId to match the SubnetID of the Supernet as other subnets are like. I can see the change within SWQL but…
Hello. I'm using the Python SDK to create nodes and would like to add a value to an existing custom property. The property is "Department". I tried adding that to the properties dictionary that gets passed into the swis.create method as an argument. I'd get an invalid column name error when the method is invoked. My…
am trying to use the discover_one_node.py script provided at GitHub - solarwinds/orionsdk-python: Python client for interacting with the SolarWinds Orion API but am getting this error when i run it: requests.exceptions.HTTPError: 400 Client Error: ProvideFault failed, check fault information. for url:…
It looks like you're new here. Sign in or register to get started.