500-430 · Question #24
Creating alerting extensions via APIs allows for:
The correct answer is A. Development of custom notification channels B. Integration with external incident management tools C. Customization of alert thresholds based on dynamic conditions. Creating alerting extensions via APIs unlocks three legitimate capabilities: A - you can build custom notification channels (e.g., SMS, Slack, custom webhooks) beyond what the platform natively offers; B - you can integrate with external incident management tools like PagerDuty o
Question
Creating alerting extensions via APIs allows for:
Options
- ADevelopment of custom notification channels
- BIntegration with external incident management tools
- CCustomization of alert thresholds based on dynamic conditions
- DAutomatic adjustment of the platform's UI theme
How the community answered
(28 responses)- A82% (23)
- D18% (5)
Explanation
Creating alerting extensions via APIs unlocks three legitimate capabilities: A - you can build custom notification channels (e.g., SMS, Slack, custom webhooks) beyond what the platform natively offers; B - you can integrate with external incident management tools like PagerDuty or Jira, enabling seamless cross-platform workflows; and C - you can programmatically adjust alert thresholds based on dynamic runtime conditions (e.g., scaling thresholds during peak traffic). Option D is incorrect because UI theme adjustment is a cosmetic/presentation concern entirely unrelated to the alerting system's API surface - no alerting API would expose or control visual theming.
Memory tip: Think of alerting APIs as covering the three pillars of alerting: where to send it (A), who handles it (B), and when to trigger it (C). If it doesn't fit those pillars, it's out of scope - UI themes definitely don't.
Topics
Community Discussion
No community discussion yet for this question.