MuleSoft Certified Integration Architect – Level 1 — Question 83
An organization has deployed both Mule and non-Mule API implementations to integrate its customer and order management systems. All the APIs are available to REST clients on the public internet.
The organization wants to monitor these APIs by running health checks: for example, to determine if an API can properly accept and process requests. The organization does not have subscriptions to any external monitoring tools and also does not want to extend its IT footprint.
What Anypoint Platform feature provides the most idiomatic (used for its intended purpose) way to monitor the availability of both the Mule and the non-Mule API implementations?
Answer options
- A. API Functional Monitoring
- B. Runtime Manager
- C. API Manager
- D. Anypoint Visualizer
Correct answer: A
Explanation
API Functional Monitoring is specifically designed to check the functionality and availability of APIs, making it the best choice for health checks. While Runtime Manager and API Manager provide useful capabilities for managing APIs, they are not primarily focused on monitoring API availability. Anypoint Visualizer helps visualize API interactions but does not focus on health monitoring.