runApplicationDiagnostics
Create an Application Diagnostics report. This command runs the Execute Application Diagnostic job to validate application for compliance with best practices in the use of metadata, forms, rules, and so on and generates a diagnostics report which you can download from the environment.
Applies to
Planning, Planning ModulesRequired Roles
Service AdministratorUsage
epmautomate runApplicationDiagnostics
[fileName=FILE_NAME.xlsx] [overwrite=true|false], where:
fileName, optionally, is a name for the report, which is created in the default download location. If not specified, theAppReviewReport_jobID_dd-mm-yyyy.xlsxnaming format is used by default to name the report. In this format,jobIDis the ID of the EXECUTE_APPLICATION_DIAGNOSTICS job used to generate the report.overwriteidentifies whether to overwrite any existing diagnostic report with an identical name. Default isfalse. If this value is set tofalseor is not specified, the command execution fails if the file identified byfileNameexists.
Examples
- Using default values:
epmautomate runApplicationDiagnostics - Using a specific file name:
epmautomate runApplicationDiagnostics fileName=ExampleDiagReport.xlsx overwrite=false