Created 12-06-2016 08:13 AM
Hi,
I was trying the search api - however wondering how is the URL should look like?
http://localhost:8080/nifi-api//flow/search-results?q=af03ee28-0158-1000-30f0-0fb256157812
I tried a couple of options but doesn't work.
I am trying a way to look up the id of a processgroup and then start/stop it.
Thanks,
Avijeet
Created 12-06-2016 01:57 PM
What is the behavior your currently seeing?
The endpoint your invoking looks correct. However, it appears there may be an extra forward slash after nifi-api.
Matt
Created 12-06-2016 01:57 PM
What is the behavior your currently seeing?
The endpoint your invoking looks correct. However, it appears there may be an extra forward slash after nifi-api.
Matt
Created 12-07-2016 05:46 AM
Thanks @mgilman - it works, Thanks for pointing the error in url.