nifi-api-deploy icon indicating copy to clipboard operation
nifi-api-deploy copied to clipboard

Demonstrates NiFi template deployment and configuration via a REST API

Results 18 nifi-api-deploy issues
Sort by recently updated
recently updated
newest added

this fixes #32 Overall I think the approach needs to walk away from Groovy and wrap the API calls formally against an SDK (java, python, whichever). Additionally, the NiFi API...

I am getting below error when trying to deploy a template. Please advise what I am doing wrong? I am able to access UI without any issues in Browser. I...

Hi Andrew, I get [ERROR] HTTP call failed. Status code: HTTP/1.1 404 Not Found: The specified res ource could not be found. Caught: java.lang.AssertionError: Terminated script execution. Expression: null java.lang.AssertionError:...

Hi Sorry I am new here.. just wonder how to add dependency as I get this while running: C:\Users\limcheh\Documents\GitHub\nifi-api-deploy>groovy NiFiDeploy.groovy --fil e nifi-deploy.yml org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during conversion:...

This is not an issue, but more of a discussion: Can we use nifi-api-deploy to feed data into a dataflow and ideally verify the output? To elaborate the usecase :...

For example ``` GET /nifi-api/controller/process-groups/root/process-group-references HTTP/1.1 ``` should be ``` GET /nifi-api/process-groups/root/process-groups ```

currently no way to deploy to an authenticated and SSL-enabled NiFi instance. Should allow for a username/password to be supplied securely (env properties preferred, or prompt for interactive access) TEMPORARY...

enhancement

This change allows the deployment of a template to be dependable on the status of the queues. If gracefullShutdown is set to true it will wait for all queues to...

Trying to import this [template](https://github.com/jvanbemmelen/nifi_examples) results in a number of errors related to: - processors in the root process group. The import of templates with processors in the root process...