Monitor Changes to Connections

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.

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"

Recommended content

No recommended content found...