Description
Gets the binary content for the given version of the given extension bundle.
GET /bundles/{bundleId}/versions/{version}/content
Gets the binary content for the given version of the given extension bundle.
Type | Name | Description | Schema |
---|---|---|---|
Path |
bundleId required |
The extension bundle identifier |
string |
Path |
version required |
The version of the bundle |
string |
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
< string (byte) > array |
400 |
NiFi Registry was unable to complete the request because it was invalid. The request should not be retried without modification. |
No Content |
401 |
Client could not be authenticated. |
No Content |
403 |
Client is not authorized to make this request. |
No Content |
404 |
The specified resource could not be found. |
No Content |
409 |
NiFi Registry was unable to complete the request because it assumes a server state that is not valid. |
No Content |
/
application/octet-stream
Type | Name |
---|---|
apiKey |
Authorization |
Request path
/bundles/string/versions/string/content
Response 200
[ "string" ]