Skip to content

A suite of tools to interact with the SolarWinds Orion API.

License

Notifications You must be signed in to change notification settings

austind/OrionToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OrionToolkit

A PowerShell module for interacting with the SolarWinds Orion Network Performance Monitor (NPM) API.

Not published to the PowerShell Gallery during active development.

Requires the SwisPowerShell module. Install from an Administrator PS5.0+ prompt: Install-Module -Name SwisPowerShell

Cmdlets implemented so far:

  • Add-OrionNodes - Add one or more new SNMPv3 managed nodes to NPM.
  • Get-OrionNodes - Query nodes based on several parameters like hostname, status, vendor, and location.
  • Get-OrionSyslog - Query syslog messages with advanced filtering.

See each cmdlet's Get-Help for details.

All cmdlets return objects suitable for formatting, filtering, or passing to pipeline for further procesesing.

Largely based on examples from OrionSDK.

About

A suite of tools to interact with the SolarWinds Orion API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published