Bryan Bende created NIFI-12186:
----------------------------------
Summary: 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
Fix For: 1.latest, 2.latest
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)