rubrikinc/use-case-powershell-backup-validation

Email Report

rfitzhugh opened this issue · 3 comments

Describe the solution you'd like

Customer is requesting ability for use case/script to email report of success/failure for workloads validated by this project.

What kind of details would the customer like to see in this report, any preference for output type (pdf/excel/html)?

Details should include which workloads were validated and results of tests (to include application availability for DBs). Output via email should be HTML and/or PDF.

I have implemented some simple reporting (see https://github.com/cleygraf/use-case-powershell-backup-validation/tree/development). Basically a JSON file containing a summary of all tests is created. This file can easily be used to generate an email containing an HTML report or to create a CSV file for import into Excel. A pull request is ongoing.