There are some new REST API’s for vVols objects in Pure Storage’s FlashArray REST API 2.14! Specifically operations for virtual-machines and virtual-machine-snapshots. I won’t lie, the hardest part for me was figuring out how to use REST 2.0 with the FlashArray. The change from using standard authentication to using Oauth2 for REST 2.0 took some time. I had a lot of fun playing around and learning about them and want to share that process!
Category Archives: PowerCLI
How to Create SOAP Trace Logs to Troubleshoot PowerCLI Errors
Ugh! That’s my first reaction to seeing a failure from PowerCLI when I’m running through a workflow with PowerShell, however, I recently learned the process of creating a SOAP trace log to better troubleshoot failures in PowerShell when using PowerCLI. Based off of prior experience, nine times out of ten the error messaging is not […]
Using PowerShell for vCenter Task Collection
Recently I needed to collect vCenter Tasks during a script/test that I was running. I ended up using PowerShell to create a vCenter Task Collector, filtered the results and used Export-Excel to export those results to an excel.