Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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

avatar

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.

2 REPLIES 2

avatar
Master Mentor

@Nikhil R

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

avatar

Thanks a lot. That was a stupid mistake