Work with Reports in the PCE
This topic describes how to manage your reports in the PCE UI.
Add a Report
From the left navigation under the Explore category, click Reports.
Click Add Report and select the type of report you want to add.
Configure the report settings:
Choose whether to have a copy of the report emailed to you.
Click Save.
Manage Reports
REST API to Generate Reports
In Illumio Core 21.2.0, Illumio previewed the Reporting feature by providing the ability to generate an Executive Summary report for your managed environment. In addition to the PCE UI, you can use the Illumio REST API to generate and manage reports. In 21.2.0 and any on-prem PCE before Illumio Core Release before 22.2.0, you can generate and manage reports through the Illumio REST API by editing the runtime_env.yml file.
sudo vi /etc/illumio-pce/runtime_env.yml
Add:
reporting_enabled: true
.Restart the PCE.
For information about using the Illumio REST API to manage reports, see the REST API Developer Guide.