This workflow is based on an powercli action, so it runs only on vRO 8.1 and the Orchestrator need a vRA License key. There are 5 inputs and 4 are mandatory:
the vCenter where the HCL/Release Data should be updatet, it updates all vCenter in the current SSO Domain a user with enough permission (tested it only with Admin credentials) the password from the user a proxy Server, it's not mandatory the repository
The update procedure code for the HCL data and Release catalog comes from William Lam.
I've build a a short script to download the Data to our Repository curl -k http://partnerweb.vmware.com/service/vsan/all.json --output /data/all.json curl -k "https://vcsa.vmware.com/ph/api/v1/results?deploymentId=2d02e861-7e93-4954-9a73-b08692a330d1&collectorId=VsanCloudHealth.6_5&objectId=0c3e9009-ba5d-4e5f6-bae8-f25ec506d219&type=vsan-updates-json" --output /data/result.json