Charlie Meyer created NIFI-5768:
-----------------------------------
Summary: toolkit cli for creating registry buckets does not return
json when outputType is set to json
Key: NIFI-5768
URL: https://issues.apache.org/jira/browse/NIFI-5768
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.8.0
Reporter: Charlie Meyer
When I ran the following command:
{noformat}
docker run apache/nifi-toolkit:1.8.0 cli registry create-flow --baseUrl
http://my-registry:18080/ --bucketIdentifier valid-bucket-identifier-uuid
--flowName test-flow --outputType json{noformat}
I received back just a uuid which my json parsing library failed to parse.
I expected to get back a valid json object, maybe like:
{noformat}
{
"identifier": uuid
}{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)