
Explanation:
Opting for a webhook is the most efficient and straightforward solution for integrating with existing REST-based notification tools without requiring advanced programming skills from the customer. This method directly addresses the need for simplicity and reusability.
Ultimate access to all questions.
You are tasked with setting up alerts using Stackdriver (Cloud Operations) and need to integrate with your ops team's 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?
A
Send notifications via SMS and use a custom app to forward them to the REST API.
B
Send it to an email account that is being polled by a custom process that can handle the notification.
C
Create a webhook to get this done
D
Send notifications via Cloud Pub/Sub and use a custom app to forward them to the REST API.
No comments yet.