bseltz-cohesity / scripts

Cohesity REST API examples in PowerShell and Python
Apache License 2.0
104 stars 41 forks source link

recoveryPoints show all Archival points #85

Closed nwageler closed 2 years ago

nwageler commented 2 years ago

Is it possible to update recoveryPoints.ps1 to show all Archive recovery points if a job is archived to multiple Cloud Archive targets?

Example: Job Run 11/21/2022

Currently recoveryPoints.ps1 only outputs one of the Archive recovery points.

Background, is we are after a complete list of snapshots in all Cloud Archive targets. So if there is another script that would better achieve this, I would also be interested in that.

Thanks!!

bseltz-cohesity commented 2 years ago

Done. I had to break out the local and archival copies onto separate lines of the spreadsheet. https://github.com/bseltz-cohesity/scripts/tree/master/reports/powershell/recoveryPoints

nwageler commented 2 years ago

Thanks Brian! Confirmed I can see both archive copies now.