Skip to main content
This log records events related to adding, deleting, and otherwise changing user permissions. Security event logging is disabled by default and can be enabled only by the system administrator, directly in a FlexiCapture database. For more information, see Security event log.
Only users with System Administrator permissions can download security event logs from System Monitor. A System Administrator is the Administrator of a default tenant.
To download this log, use a POST request:

Request parameters

All parameters are required. Make sure that they are specified correctly.
The search in Oracle Database is case-sensitive. Take this into account if you use Oracle Database.

Build the filter parameter

The filter parameter takes a JSON object. For example:
To find the values for the PropertyKey and PropertyOperator parameters, create a filter in the Administration and Monitoring Console:
1

Open the browser developer tools

In the browser menu, click More tools → Developer tools, and go to the Network tab.
2

Create a filter in the console

Launch the Administration and Monitoring Console, go to System Monitor → Security event log, and click the Add filter button button.
3

Apply the filter criteria

Specify the filtering criteria and click Apply.
4

Read the filter parameters

Click the GetFilteredSecurityEvent request. The filtering parameters are listed on the Payload tab.

Example script

The following PowerShell script demonstrates how to use this API to download the security event log.
Replace the parameters in this script with your server address and your own credentials.