Quick TIP Using curl command from SDDC Manager console: TOKEN=$(curl -X POST -H "Content-Type: application/json" -d '{"username": "administrator@vsphere.local","password": "Vcfxxxxx123!"}' http://localhost/v1/tokens | jq -r '.accessToken') curl 'https://localhost/v1/manifests/' -k -X GET -H […]
↧