invalidLoginReport
Creates the Invalid Login Report, which lists the failed attempts to sign into the environment over a specified period of time corresponding to the audit retention period specified for your environment. The default retention period is 30 days. You can extend it to a maximum of 90 days by changing the Audit Retention Period (days) setting in the Oracle Cloud Identity Console. To retain the audit data for duration longer than 90 days, periodically download and archive this report and the Role Assignment Audit Report.
The Invalid Login Report contains information such as the following:
- User name of the user who attempted to sign in
- Remote IP address from which the user attempted to sign in
- Timestamp of the sign in attempt
This report shows all the unsuccessful login attempts to the corresponding Identity Cloud Service. These may not all be related to one Oracle Fusion Cloud Enterprise Performance Management instance.
Use the downloadFile
command to download the report to a local computer.
Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Fusion Cloud Enterprise Data Management, Narrative Reporting, Strategic Workforce Planning, and Sales Planning.
Required Roles
Identity Domain Administrator and any predefined roleUsage
epmAutomate invalidLoginReport FROM_DATE TO_DATE FILE_NAME.CSV
where:
FROM_DATE
indicates the start date (inYYYY-MM-DD
format) of the period for which the report is to be generated.TO_DATE
indicates the end date (inYYYY-MM-DD
format) of the period for which the report is to be generated.FILE_NAME
is the name of a CSV file for the report.
Note:
Cloud EPM ensures that only valid date range is used during report generation. These validations are performed for the from and to dates:- The
FROM_DATE
cannot be earlier than the allowed maximum retention period from the current date. This date must fall within the value of the Audit Data Retention Period setting in the Oracle Cloud Identity Console. - The
TO_DATE
cannot be later than the maximum retention period from theFROM_DATE
. - The
TO_DATE
cannot be earlier than theFROM_DATE
.
Example
epmAutomate invalidLoginReport 2021-06-01 2021-06-30 invalidLoginReport.CSV