awickham10 / psdpa

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

Initial Release #17

Closed awickham10 closed 5 years ago

awickham10 commented 5 years ago

MVP release with most, but not all of the API covered. Not all features are implemented on all commands, but it should at least allow for mass addition of annotations, stopping and starting monitors, and getting some licensing information.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@dbbdef9). Click here to learn what that means. The diff coverage is 68.69%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #17   +/-   ##
=========================================
  Coverage          ?   68.69%           
=========================================
  Files             ?       17           
  Lines             ?      246           
  Branches          ?        0           
=========================================
  Hits              ?      169           
  Misses            ?       77           
  Partials          ?        0
Impacted Files Coverage Δ
PSDPA/Public/New-DpaMonitor.ps1 0% <0%> (ø)
PSDPA/Public/Set-DpaConfig.ps1 0% <0%> (ø)
PSDPA/Public/Add-DpaAnnotation.ps1 0% <0%> (ø)
PSDPA/Private/Get-DpaAccessToken.ps1 100% <100%> (ø)
PSDPA/Public/Get-DpaAnnotation.ps1 100% <100%> (ø)
PSDPA/Classes/AccessToken.ps1 100% <100%> (ø)
PSDPA/Public/Get-DpaConfig.ps1 100% <100%> (ø)
PSDPA/Public/Get-DpaLicense.ps1 100% <100%> (ø)
PSDPA/Public/Get-DpaMonitorLicense.ps1 100% <100%> (ø)
PSDPA/Classes/Annotation.ps1 75% <75%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dbbdef9...8aed28a. Read the comment docs.