PowerShell Module that interfaces with the solarwinds orion api2 perfstack endpoint (/api2/perfstack)
You need to enable basic authentication on the api2 virtual directory in IIS on all web servers hosting the solarwinds website.
Download the SolarWinds-PerfStackAPI.psm1 Import-Module SolarWinds-PerfStackAPI.psm1
Basic Examples https://github.com/StarkCaptain/solarwinds-perfstackapi/wiki/Examples
Functions https://github.com/StarkCaptain/solarwinds-perfstackapi/wiki/Functions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project is licensed under the MIT License - see the LICENSE.md file for details