bseltz-cohesity / scripts

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

stats for 'time taken for replication' #184

Closed pge92 closed 1 week ago

pge92 commented 1 week ago

Hello, once again congrats for all these useful scripts :) i'd like to get an information very useful on the GUI : the 'time taken for the replication'. in all the scripts dealing with replication i did not find this information - perhaps i did not search well. is there a way to get it ? i have to build a report dealing with replication SLA between our sites, and to raise alerts when replication time is significantly increasing thank you for your help see the screenshot displaying the information : 2024-11-19_11h33_07

thank you for your help regards

bseltz-cohesity commented 1 week ago

Try this script https://github.com/cohesity/community-automation-samples/tree/main/reports/powershell/replicationReport

pge92 commented 1 week ago

great, exactly what i was looking for ; the information needed is in one of the CSVs. thx 👍