Releases: solarwinds/orionsdk-python
Releases · solarwinds/orionsdk-python
v0.4.0
What's Changed
- Demonstrate Manipulating Node Alerts by @superadm1n in #35
- Fix the return of remove_interface for a successful remove by @john-westcott-iv in #44
- Added wrapper for bulk deletes and sample script by @superadm1n in #45
- Patch 2 by @oniram22 in #46
- Allow SwisClient port override by @cr41gc in #70
- Update discover_one_node.py by @ministrycork in #73
- change client REST port to 17774 by @petr-jancik-swi in #74
New Contributors
- @superadm1n made their first contribution in #35
- @john-westcott-iv made their first contribution in #44
- @cr41gc made their first contribution in #70
- @ministrycork made their first contribution in #73
- @petr-jancik-swi made their first contribution in #74
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - SolarWinds class
This release contains the following features:
- A new SolarWinds class from @oniram22 that provides simple getter and setter methods for common SolarWinds actions. These methods abstract out the underlying details and SWQL calls, making SolarWinds automation more accessible to a broader audience. This class was introduced in v0.2.0, and it has been moved into the
orionsdk
namespace with this release.
v0.2.0 - SolarWinds class
This release contains the following features:
- A new SolarWinds class from @oniram22 that provides simple getter and setter methods for common SolarWinds actions. These methods abstract out the underlying details and SWQL calls, making SolarWinds automation more accessible to a broader audience.