|
Oh my lord, I remember dealing with a VSphere API early in my career. They didn't have a concept of service accounts so the official advice for our nightly automation was: Pay a sysadmin to be up at night, then before your job is meant to run, have them log into the VSphere GUI, open devtools, click refresh to trigger a GET request, copy the cookie, paste the cookie into our custom software, and send it in the cookies of our API requests. When we asked if there was an easier way, they said that we could probably use Selenium to automate that. Needless to say, we did not sign the contract, and moved wholesale into AWS. |
Not funny. :)