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 "Authorization: Bearer $TOKEN" |jq

https://developer.broadcom.com/xapis/vmware-cloud-foundation-api/5.1.1/v1/manifests/get/

Or Login SDDC manager UI>Developer Center, search “manifest” and find GET /v1/manifests

Leave a comment