[
https://issues.apache.org/jira/browse/NIFI-12186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17773353#comment-17773353
]
ASF subversion and git services commented on NIFI-12186:
--------------------------------------------------------
Commit ae61ebb5eda7076c6a18ba0419b614b8516faf14 in nifi's branch
refs/heads/main from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ae61ebb5ed ]
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: 1.latest, 2.latest
>
> Time Spent: 0.5h
> 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)