- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
nifi rest api search url
- Labels:
-
Apache NiFi
Created ‎12-06-2016 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @mgilman - it works, Thanks for pointing the error in url.
