Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
243 stars 76 forks source link

Where to find nifi rest apis json schema file? #350

Closed htrekker closed 2 months ago

htrekker commented 2 months ago

Great works folks! Really made my days easier :) I have a question here, where is the nifi rest api json schema are stored? I cannot find the json schema in default swagger endpoint in nifi. Are you generate schema by yourself or not?

Looking forward to hearing from you! Thanks!

Chaffelson commented 2 months ago

Hi @htrekker while the NiFi-Registry provides the swagger directly, the main NiFi project only produces it during java compilation. However for convenience I include the definitions we've historically used in the repository here

htrekker commented 2 months ago

Wow awesome! Thanks a lot!