bseltz-cohesity / scripts

Cohesity REST API examples in PowerShell and Python
Apache License 2.0
102 stars 40 forks source link

mountOracleAsView.py has hard-coded destination target #75

Closed ped998 closed 2 years ago

ped998 commented 2 years ago

I was testing mountOracleAsView.py and saw that it has a hard-coded host-id on line 174 - looks like leftovers for your testing.

Your script uses the v2 api, which looks much simpler than what I wrote for using the /recoverApplication v1 api.

I may be doing some tests trying to build an "instant recover" script for Oracle (also using v2 data-protect/recoveries). If I get something that works, I will pass it on.

Thanks.

bseltz-cohesity commented 2 years ago

Fixed. Thanks for finding that.