How to Create a Report

Creating a report through the UI

To create a report, perform the following steps:

  1. Log in to UX1.

  2. Go to Analytics > Reporting and Data Export and click Create Report.

  3. (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.

  4. (Optional) If a simplified report view is configured, you can select it. Otherwise, a full report view will be created.

  5. 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:

  1. 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
  2. Generate a report with the required custom data set. (See the request example below.)

    Note: Refer to this documentation for standard call examples.