Create Rules that Use Service Event Notifications

This step is optional.

Many actions that you perform, such as creating, modifying, or deleting a VB Studio instance, emit event notifications. You can use the OCI console to define rules that trigger a specific action when an event occurs and a notification about that event is sent. For example, you might want to define a rule that sends a notification to an administrator (or group of administrators) when a VB Studio instance is created, updated, or deleted.

For more information about events and how to get started using them in rules, see Overview of Events and Get Started with Events.

Here are the Visual Builder Studio events that you can use in a rule:

Event Name Event Type
Visual Builder Studio - Create Instance - begin com.oraclecloud.vbstudioinst.createvbsinstance.begin
Visual Builder Studio - Create Instance - end com.oraclecloud.vbstudioinst.createvbsinstance.end
Visual Builder Studio - Delete Instance - begin com.oraclecloud.vbstudioinst.deletevbsinstance.begin
Visual Builder Studio - Delete Instance - end com.oraclecloud.vbstudioinst.deletevbsinstance.end
Visual Builder Studio - Update Instance - begin com.oraclecloud.vbstudioinst.updatevbsinstance.begin
Visual Builder Studio - Update Instance - end com.oraclecloud.vbstudioinst.updatevbsinstance.end