A system API that communicates to an underlying MySQL database is deploying to CloudHub. The DevOps team requires a readiness endpoint to monitor all system APIs.
Which strategy should be used to implement this endpoint?
A.
Create a dedicated endpoint that responds with the API status and reachability of the underlying systems
B.
Create a dedicated endpoint that responds with the API status and health of the server
C.
Use an existing resource endpoint of the API
D.
Create a dedicated endpoint that responds with the API status only
To implement a readiness endpoint to monitor all system APIs, the developer should create a dedicated endpoint that responds with the API status and reachability of the underlying systems. This way, the DevOps team can check if the system API is ready to receive requests and if it can communicate with its backend systems without errors. References:https://docs.mulesoft.com/mule-runtime/4.3/deployment-strategies#readiness-probes
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit