If you have recently followed my automated deployment of the VCF Operations 9.0 OVA, you might also be interested in automating the initial setup wizard that appears when you first access the appliance in a browser, as shown in the screenshot below.

Funny enough, this was a topic I had originally planned to cover back in 2014 using the vRealize Operations Cluster and Slice Administration (CASA) API, but I never got to Part 3 of the blog post. 😅
The CASA APIs are still applicable in VCF Operations 9.0 and are now better documented. You can access the built in API documentation by navigating to https://vcf02.vcf.lab/casa/api-guide.html (replace the FQDN with your deployment) which includes example requests, which are always helpful when learning how to use a new API!

To demonstrate the use of the VCF Operations CASA API to automate the initial configuration, I have created a simple PowerShell script that you can use and extend.

