In this post we will look at the process of authenticating to VCF Operations Fleet Management.
VCF Operations Fleet Management APIs Used
- GET /lcmversion
Authenticating to VCF Operations Fleet Management Using Curl
Procedure
Connect to a Linux based operating system over SSH.
Replace the values in the sample code …
Read MoreIn this post we will look at the process of obtaining an authentication token from VCF Operations for networks which we can then use in subsequent API requests.
VCF Operations for Networks APIs Used
- POST /api/ni/auth/token
- DELETE /api/ni/auth/token
- GET /api/ni/info/version
Obtaining an Authentication Token From VCF …
Read MoreIn this procedure, we will use the /v1/vcf-services API to retrieve service details for a SDDC Manager instance.
SDDC Manager APIs Used
- POST /v1/tokens
- GET /v1/vcf-services
Obtaining Service Details for all Services from SDDC Manager
Procedure
- Connect to the SDDC Manager appliance over SSH.
- Replace the values in the …
Read More