Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5768

toolkit cli for creating registry buckets does not return json when outputType is set to json

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.0
    • None
    • None

    Description

      When I ran the following command:

      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

      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:

      {
         "identifier": uuid
      }

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            cemeyer2 Charlie Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: