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
Thefilter parameter takes a JSON object. For example:
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 Processing Monitor → Security event log, and click the
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, tenant name, and your own credentials.
