
Explanation:
A webhook is the simplest and most effective option for integrating with existing REST-based tools without requiring programming skills from the customer. Other options either complicate the setup or don't meet the requirement for simplicity.
Ultimate access to all questions.
You're configuring Stackdriver alerts and need to integrate with your ops team's existing REST-based notification tools. The solution should be simple to set up and maintain, considering your customer lacks programming skills. What's the best notification option?
A
Send it to an email account that is being polled by a custom process that can handle the notification.
B
Create a webhook to get this done.
C
Send it to a default service account setup and attachment 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.