Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

nifi rest api search url

avatar
Super Collaborator

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

1 ACCEPTED SOLUTION

avatar
Rising Star

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

View solution in original post

2 REPLIES 2

avatar
Rising Star

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

avatar
Super Collaborator

Thanks @mgilman - it works, Thanks for pointing the error in url.