Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: Reports Microservices is currently a beta feature of CDAP 6.2.0, and is subject to change without notice.

...

All methods or endpoints described in this API have a base URL (typically http://<host>:11015 or https://<host>:10443) that precedes the resource identifier, as described in the RESTful API Microservices Conventions. These methods return a status code, as listed in the RESTful API the Microservices Status Codes.

Generating Reports

...

By default reports expire after 2 weeks, however they can be saved by using the following REST Microservices endpoint:

Code Block
POST /v3/namespaces/system/apps/ReportGenerationApp/spark/ReportGenerationSpark/methods/reports/<report-id>/save

...