The VCF Operations Fleet Management API requires proper authentication to ensure secure access to your Fleet Management environment.
This knowledge base article provides a step-by-step guide on how to correctly authorize your API calls using basic authentication with your VCF Operations Fleet Management credentials.
VCF Operations 9.0
Following these steps will allow you to successfully connect and utilize the VCF Operations Fleet Management API.
From the Swagger UI, select the definition "1.public-api or 2.private-internal-api"
To get the "Authorization (apiKey)" please follow the below:
echo -n 'admin@local:<fleet-admin-password>' | base64
Base64 value from Step1 to the Authorization (apiKey) field in the below mentioned format:Basic <Base64 value from Step-1>3. Click Authorize