VCP-VCF Administrator 2024 Question 93
Select 4You are a VMware Cloud Foundation administrator tasked with automating the deployment of a new workload domain. Using the VMware Cloud Foundation APIs, which of the following steps must you complete to successfully deploy the workload domain?
- A
Retrieve the SDDC Manager API token to authenticate API requests.
- B
Use the API to check the available resources in the management domain.
- C
Manually log into the SDDC Manager UI to validate the workload domain deployment.
- D
Invoke the API endpoint to create a new workload domain, specifying the required configuration parameters.
- E
Verify the deployment status using the appropriate API endpoint.
Show answer and explanation
Correct answers: A, B, D, E
Explanation
Deploying a new workload domain using the VMware Cloud Foundation APIs requires a series of automated steps, including authenticating API requests, verifying available resources, invoking the workload domain creation API, and checking the deployment status via the APIs. Manual interaction with the SDDC Manager UI is not required as the entire process can be automated.
- A. Correct.
Correct. Retrieving the SDDC Manager API token is necessary to authenticate all API requests before performing any operations.
- B. Correct.
Correct. Checking available resources in the management domain ensures that there is sufficient capacity to deploy the workload domain.
- C. Incorrect.
Incorrect. While validation is important, this specific task can be automated using the APIs, making manual UI interaction unnecessary.
- D. Correct.
Correct. Creating the workload domain requires invoking the appropriate API endpoint with the necessary configuration parameters.
- E. Correct.
Correct. Verifying the deployment status is a critical step to ensure the workload domain is successfully deployed and operational.