
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.