
Answer-first summary for fast verification
Answer: Create a webhook to get this done
Creating a webhook is the simplest and most effective solution for integrating existing REST-based notification tools with Stackdriver alerts. This method requires minimal configuration and maintenance, making it ideal for customers without programming skills. Other options introduce unnecessary complexity or do not directly meet the requirement for simplicity.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You're setting up alerts with Stackdriver (Cloud Operations) and need to integrate your existing REST-based notification tools. The solution should be straightforward to configure and maintain, especially since your customer lacks programming skills. Which notification method would best meet these requirements? (Select One)
A
Send notifications via SMS and use a custom app to forward them to the REST API.
B
Create a webhook to get this done
C
Send it to an email account that is being polled by a custom process that can handle the notification.
D
Send notifications via Cloud Pub/Sub and use a custom app to forward them to the REST API.
No comments yet.