This post will be about how to update the vCenter Server Appliance through the rest API using the PowerCLI. First we need check online or the CD for the new update. So let’s take a look at the API again: https://vmware.github.io/vsphere-automation-sdk-rest/vsphere/index.html The general purpose of my posts is more to show you how to doContinue reading “PowerCLI – Update VCSA”
Tag Archives: rest
PowerCLI – Reboot VCSA through appliance rest API.
This one might be an easy one. When you are getting started with learning something maybe an easy one is the best way to start. So lets look at the API. https://vmware.github.io/vsphere-automation-sdk-rest/vsphere/index.html I am not sure how /rest/appliance/shutdown translates into com.vmware.appliance.shutdown but it does. Maybe it is just something you have to remember or lookupContinue reading “PowerCLI – Reboot VCSA through appliance rest API.”