
Explanation:
Correct answer: Create a webhook to get this done
Explanation: A webhook is the simplest and most efficient option for integrating with existing REST-based notification tools without requiring programming skills from the customer. Other options involve more complex setups or unnecessary steps that don't align with the requirement for simplicity.
Ultimate access to all questions.
No comments yet.
You're configuring Stackdriver for alerts and need to integrate with your ops team's existing REST-based notification tools. The solution should be straightforward to set up and maintain, considering your customer lacks programming skills. Which notification method is most suitable? (Select One)
A
Send notifications via Cloud Pub/Sub 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 it to an email account that is being polled by a custom process that can handle the notification.