
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.