Sample Exchange

 View Only

Update vCenter HCL database and release Catalog from repo via proxy 

Oct 06, 2020 08:53 AM

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

 


#BSD3-Clause
#vCenterReleaseCatalog
#vCenterHCL
#vRealizeOrchestrator
#PowerShell

Statistics
0 Favorited
1 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
package file
com.company.package   12 KB   1 version
Uploaded - Apr 09, 2024

Tags and Keywords

Comments

Oct 26, 2020 09:03 AM

I had a tiny bug in the powershell action. Now it sould work C:

Related Entries and Links

No Related Resource entered.