You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2023/10/06 19:40:00 UTC

[jira] [Updated] (NIFI-12186) Add API to export/download reporting task definitions

     [ https://issues.apache.org/jira/browse/NIFI-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Bende updated NIFI-12186:
-------------------------------
    Status: Patch Available  (was: Open)

> Add API to export/download reporting task definitions
> -----------------------------------------------------
>
>                 Key: NIFI-12186
>                 URL: https://issues.apache.org/jira/browse/NIFI-12186
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Similar to how we can right-click on a PG and perform "Download Flow Definition", it would be nice to do something similar for reporting tasks. We should be able to export a snapshot containing one or more reporting tasks, as well as any of the management controller services used by those reporting tasks.
> Something like:
> {code:java}
> public class VersionedReportingTaskSnapshot {
>     private List<VersionedReportingTask> reportingTasks;
>     private List<VersionedControllerService> controllerServices;
>     ...
> } {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)