- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
The specified resource could not be found -Error while trying to do a requests.post to http://localhost:8080/nifi-api/process-groups/{process-group-id}/controller-service
- Labels:
-
Apache NiFi
Created ‎04-02-2018 11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
Kindly request your help here.
I'm trying to create a new Controller service through rest api.
When I'm trying to do a requests.post to the endpoint I get the Error: The specified resource could not be found.
I had my other processors created successfully on the same process Id.
Can someone kinndly help me overcome this issue if it has been faced earlier.
Created ‎04-02-2018 11:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it should be controller-services instead of controller-service you could be missing the "s"
http://localhost:8080/nifi-api/process-groups/{process-group-id}/controller-service
Hope that helps
Created ‎04-05-2018 05:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot. That was a stupid mistake
