Member since
01-24-2018
5
Posts
3
Kudos Received
0
Solutions
11-08-2020
01:37 PM
great job dude, thanks! 🙂
... View more
02-13-2019
11:31 PM
Thanks for your answer @Shu ! It is very helpful. Is there a way to do wildcard search using this?
... View more
01-24-2018
09:23 PM
2 Kudos
If you compile NiFi you can retrieve a swagger definition from: ./nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/target/swagger-ui/swagger.json You could then combine this with your preferred language codegen to produce a full Rest API client. You can also use the one I maintain in Python at https://github.com/Chaffelson/nipyapi I have already written wrapper functions to retrieve processor information.
... View more