- If you have looked at VCF Automation in any detail you may be aware that you can configure one or more external identity providers (IdPs), and import users and groups to your organizations. This configuration can use an LDAP server connection which can be configured at either the system or the organization level, a …
Read More In this procedure, we will use the /v1/vcf-services API to retrieve service details for a SDDC Manager instance.
SDDC Manager APIs Used
- POST /v1/tokens
- GET /v1/vcf-services
Obtaining Service Details for all Services from SDDC Manager
Procedure
- Connect to the SDDC Manager appliance over SSH.
- Replace the values in the …
Read MoreIn this post we will use curl to view the details of a Network Pool in SDDC Manager.
SDDC Manager APIs Used
- POST /v1/tokens
- GET /v1/network-pools
View All Network Pools Configured in SDDC Manager
In this procedure we will authenticate to SDDC Manager and then using the /v1/network-pools API we will retrieve a list of …
Read More- Interacting with the Public APIs for SDDC Manager can be achieved in many ways, my normal goto is PowerCLI but that requires the installation of the required modules and of course PowerShell itself to be available on either the component your wanting to interact with or a remote management host. If your looking for a …
Read More The Birth of PowerVCF
Back in January 2020 my friend and colleague
href = "https://lifeofbrianoc.com" target = "_blank" rel = "nofollow noopener noreferrer" > <span> Brian OConnell </span>embarked on a community project to write a PowerShell module to make consumption of the VMware Cloud Foundation APIs …
Read More
This is the final part of my blog series in which I talk about automating the VMware Cloud Foundation upgrade process. At this point you should have completed the following tasks:
- Downloaded All Bundles
- Initial Health Check
- SDDC Manager Upgrade
- SDDC Manager Configuration Drift Update
We are now ready to begin the …
Read More
This is part three of a four part blog series in which I talk about automating the VMware Cloud Foundation upgrade process. If you have been following the series so far then you will have your bundles downloaded, and performed various health checks to confirm that all is well and will now be ready to start the upgrade …
Read More
This is part two of a four part blog series in which I talk about automating the VMware Cloud Foundation upgrade process. In part one we discussed downloading the bundles to SDDC Manager to prepare the system for the upgrade process, in this post we discuss performing the upgrade pre-checks.
Ensuring your VMware Cloud …
Read MoreLast Updated: 21-Sep-2023

A couple of years ago I wrote a series of blogs (
href = "/archive/2020/powervcf-automation" > <span> see here </span>) which discussed the process of automating the deployment procedures of VMware Cloud Foundation using the Public APIs, in this new series we will take a look at how we …
Read More
In order to upgrade VMware Cloud Foundation you must first download the upgrade bundles, I recently wrote a blog
href = "/post/vcf/vcf-bundle-download" > <span> Automating the Download of VCF Bundles for a Release </span>on this topic which I shared a script vcfBundleDownload.ps1 which can be downloaded from …
Read More