[
https://issues.apache.org/jira/browse/MINIFI-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755548#comment-15755548
]
ASF GitHub Bot commented on MINIFI-170:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/nifi-minifi/pull/65
> Change FlowStatusReport to be JSON
> ----------------------------------
>
> Key: MINIFI-170
> URL: https://issues.apache.org/jira/browse/MINIFI-170
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: utilities
> Affects Versions: 0.1.0
> Reporter: Andrew Psaltis
> Assignee: Andrew Psaltis
> Fix For: 0.2.0
>
>
> The current FlowStatus report is in a format that is close to but not JSON.
> {code}
> FlowStatusReport{controllerServiceStatusList=null,
> processorStatusList=[{name='GenerateFlowFile',
> processorHealth={runStatus='Running', hasBulletins=false,
> validationErrorList=[]}, processorStats={activeThreads=0,
> flowfilesReceived=0, bytesRead=0, bytesWritten=1024000, flowfilesSent=0,
> invocations=100, processingNanos=106080516}, bulletinList=[]}],
> connectionStatusList=null, remoteProcessGroupStatusList=null,
> instanceStatus=null, systemDiagnosticsStatus=null,
> reportingTaskStatusList=null, errorsGeneratingReport=[]}
> {code}
> This makes it painful for consumption by other tools as there needs to be
> custom script written to either massage it into JSON or to parse it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)