You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/17 17:11:04 UTC

[GitHub] [nifi] mattyb149 commented on pull request #6674: NIFI-10828 Adding new REST API endpoint for exposing versioned flow details

mattyb149 commented on PR #6674:
URL: https://github.com/apache/nifi/pull/6674#issuecomment-1318948628

   I might be doing something wrong, but the doc for that endpoint says I should get back
   
   ```
   {
       "versionedFlowSnapshotMetadataSet": [{
   	    "versionedFlowSnapshotMetadata": {
   		    "bucketIdentifier": "value",
   		    "flowIdentifier": "value",
   		    "version": 0,
   		    "timestamp": 0,
   		    "author": "value",
   		    "comments": "value"
   		},
   	    "registryId": "value"
   	}]
   }
   ```
   
   but I got the following:
   
   ```
   {
   	"versionedFlow": {
   		"registryId": "867f5068-0184-1000-135f-58280ffd6bf9",
   		"bucketId": "43270c40-3a32-42e6-bc12-3427869cea4a",
   		"flowId": "95dc975c-e10e-42cf-b6d1-165df13e4f60",
   		"flowName": "flow1",
   		"description": ""
   	}
   }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org