[
https://issues.apache.org/jira/browse/NIFI-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Payne updated NIFI-12186:
------------------------------
Fix Version/s: 2.0.0
(was: 1.latest)
(was: 2.latest)
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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: 2.0.0
>
> Time Spent: 40m
> 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)