Created on 04-26-2018 10:41 AM - edited 08-18-2019 02:12 AM
I am not able to access nifi-api on my local instance .
it says resource not found .
Created 04-26-2018 12:16 PM
The URL you are trying to reach is not a valid end-point so the "The specified resource could not be found" is the expected response. If you trying to access the NiFi UI, the proper URL would be http://localhost:8081/nifi
-
If you are trying to get a response from one of NiFi's api end-points, you need to be very specific about which end-point you are trying to hit. The following link provides the syntax for NiFI rest-api endpoints that will return:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
-
Thank you,
Matt
-
*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.
Created 04-26-2018 12:16 PM
The URL you are trying to reach is not a valid end-point so the "The specified resource could not be found" is the expected response. If you trying to access the NiFi UI, the proper URL would be http://localhost:8081/nifi
-
If you are trying to get a response from one of NiFi's api end-points, you need to be very specific about which end-point you are trying to hit. The following link provides the syntax for NiFI rest-api endpoints that will return:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
-
Thank you,
Matt
-
*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.
Created 04-27-2018 05:43 AM
Thanks . I was not accessing the api with correct syntax .