Overview
This article explains how to monitor changes to connections and be notified every time a connection is created, changed, or deleted. When any one of these events occurs, a certain action needs to be triggered.
Applies To
- Connections
- Monitoring
- Connection Created, Changed, or Deleted
- Trigger Action
Solution
Set up a log stream and filter for management API events.
If only successful operations need to be filtered, then just filter for Management API - Success.
Successful create, update, and delete events will all be of log type sapi
. Use the description log attribute to determine the specific event. Here is a list of the description values for each operation:
Create: "Create a connection"
Update: "Update a connection"
Delete: "Delete a connection"