[
https://issues.apache.org/jira/browse/NIFI-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17773382#comment-17773382
]
ASF subversion and git services commented on NIFI-12186:
--------------------------------------------------------
Commit ad915f773df53e123e0c8e16909b4a0a263f0fac in nifi's branch
refs/heads/support/nifi-1.x from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ad915f773d ]
NIFI-12186 Add ability to export a versioned reporting task snapshot (#7853)
* NIFI-12186 Add ability to export a versioned reporting task snapshot
- Add CLI commands and optional query param to specify specific reporting task
> 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)