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