1

when I try running this below url into the browser, I am not getting a 404 response. can any one please guide me on this, as how to use it

Thanks. http://localhost:8080/nifi/provenance/search-options

apache nifi rest api issue screenshot

ahmed
  • 273
  • 2
  • 8
  • 16

1 Answers1

5

Ahmed,

Your query for search options is wrong.Please try below query.

http://localhost:8080/nifi-api/provenance/search-options

Mister X
  • 3,406
  • 3
  • 31
  • 72
  • ok, thank you. Can you please guide me how to create a process group,processor using nifi rest api. – ahmed Mar 07 '17 at 12:46
  • 3
    The UI uses the REST API exclusively to perform any action. If you open up your browsers dev tools, you should be able to see the requests in action. Most dev tools will even allow you to copy the requests as cUrl commands. – Matt Gilman Mar 07 '17 at 14:11
  • @Ahmed,If my answer work for you then accept it as answer it may helpful for anyone.Please follow Matt instructions this is easy to understand how rest api works in NiFi for create a processgroup,processor ..etc. – Mister X Mar 08 '17 at 04:28