awickham10 / psdpa

PowerShell module for the Solarwinds DPA REST API
MIT License
8 stars 0 forks source link

PSDPA Solarwinds DPA PowerShell Module (Unofficial)

PSDPA is an open source PowerShell module for the Solarwinds DPA REST API. The goal of the module is to provide complete PowerShell coverage for the API.

Branch Status
Master Master Build Status Master Code Coverage PSGallery Version
Development Development Build Status Development Code Coverage Codacy Badge

Instructions

# Install the PSDPA module from the gallery
Install-Module PSDPA

# Import the PSDPA module
Import-Module PSDPA

# Get commands available
Get-Command -Module PSDPA

# Configure the module
Set-DpaConfig -BaseUri 'https://yourdpaserver:8124/iwc/api' -RefreshToken 'yourprivatestring'

# Get listing of monitors
Get-DpaMonitor

# Add an annotation to all monitors
Get-DpaMonitor | Add-DpaAnnotation -Title 'Patching' -Description 'Quarterly patching'

Change Log

19.10.1

New Version Scheme Switching over to YY.MM.X format to better articulate when the module has last been updated.

New Commands

Functions

Configuration

Monitor

Licensing

Annotations