How to Create a Report
Important: RDE reports contain sensitive information. Grant RDE privileges {Application Reporting and Data Export: RDE Global, Application Reporting and Data Export: RDE Access} to users who have access to sensitive information in UX1.
Creating a report through the UI
To create a report, perform the following steps:
-
Log in to UX1.
-
Go to Analytics > Reporting and Data Export and click Create Report.
-
(Optional) If an additional data set is enabled, the report generation screen includes the step Select Data Set. Select the required data set type and click Next.
-
(Optional) If a simplified report view is configured, you can select it. Otherwise, a full report view will be created.
-
Provide the report title, select a period and file format, then click Create.
Creating a report through the Platform API
To create reports using the platform API, follow these instructions:
-
Get a list of data sets with the following command:
curl -E /usr/local/pem/APS/certificates/poa.pem -X GET "https://localhost:6308/aps/2/resources?implementing(http://www.odin.com/rde/global-data-set/1.)" -k | python -m json.tool
-
Generate a report with the required custom data set. (See the request example below.)
Note: Refer to this documentation for standard call examples.