Skip to content

Instantly share code, notes, and snippets.

@leinhard
leinhard / swis.py
Created April 28, 2014 16:23 — forked from jayswan/swis.py
import requests
import json
from getpass import getpass
"""
A more friendly, bug-fixed version of the Python sample included with
Solarwinds SDK v1.8
Make sure to set a valid nodeID in line 50 before using!
"""
@leinhard
leinhard / swis.py
Last active August 29, 2015 13:59 — forked from jayswan/swis.py
import requests
import json
from getpass import getpass
"""
A more friendly, bug-fixed version of the Python sample included with
Solarwinds SDK v1.8
Make sure to set a valid nodeID in line 50 before using!
"""