Created 02-24-2017 03:07 PM
Is there an endpoint in Nifi 1.1.0 rest API to upload a template. The endpoints listed in the documentation available here https://nifi.apache.org/docs/nifi-docs/rest-api/ only allow to download and delete a template.
Thank you for your help
Created 02-24-2017 03:21 PM
Templates are owned by a process group (whether that is the root process group or one nested in the canvas). You can upload templates by making use of the '/process-groups/{id}/templates/upload' to upload a template to a particular process group.
Created 02-24-2017 03:21 PM
Templates are owned by a process group (whether that is the root process group or one nested in the canvas). You can upload templates by making use of the '/process-groups/{id}/templates/upload' to upload a template to a particular process group.
Created 02-24-2017 03:25 PM
Very Nice answer, thank you ! while checking Process group endpoints I noticed that the following endpoint is also available :