Work with Reports in the PCE
This topic describes how to manage your reports in the PCE web console.
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 web console, 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.ymlAdd:
reporting_enabled: true.Restart the PCE.
For information about using the Illumio REST API to manage reports, see the REST API Developer Guide.
Add a Report
From the PCE web console menu, choose Reports. The Reports page appears.
Click Add Report and select the report type from the drop-down menu.
A dialog box appears so that you can configure the report.
Configure the following report settings and click Save:
Name: Specify a name that describes the purpose of the report. Report names must be from 2-255 characters and contain special characters.
Recurrence: From the drop-down list, select how frequently the PCE will run the report.
Time Range: From the drop-down list, select the time range for the report (the time range differs by report type).
App Group: (App Group Summary report only) Select the application that you want to generate the report for.
The new report appears on the Recurrence tab.
Manage Reports
Perform the following tasks to manage how you generate reports for your organization and computing environment.
Manage Reports by Using the Illumio REST API
Beginning 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 web console, you can use the Illumio REST API to generate and manage reports. In 21.2.0 and any on-premises PCE before Illumio Core release 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.ymlAdd:
reporting_enabled: true.Restart the PCE. See the PCE Administration Guide for further information.