16.1 Overview

Actions are used to execute some type of action in Sentinel, either manually or automatically. An Action plugin framework was introduced in Sentinel 6.1. This framework consolidates several disparate ways of executing actions in Sentinel 6.0. The same Action framework is now used to execute actions in all of the following contexts:

The plugin framework has several advantages over the method for using JavaScript actions in previous versions of Sentinel. Using the plugin framework:

One or more configured Action instances can be created from an Action plugin using different parameters.

An Action can be executed on its own, or it can make use of an Integrator instance, configured from an Integrator plugin. Integrators provide the ability to connect to an external system, such as an LDAP, SMTP, or SOAP server, to execute an action.