Member since
04-02-2018
7
Posts
0
Kudos Received
0
Solutions
04-17-2018
05:19 AM
I got the issue resolved. The Issue is we cannot disable the service immediately after stopping the process group via rest api. I'm putting it to sleep for 2 mins and then sending a request to disable the service and its working fine. Thanks a lot for responding
... View more
04-10-2018
01:56 PM
Hi, While sending the request I'm passing a proper payload, I just mentioned here ClientID as 'client' whereas in my payload I'm passing my clientID. Also I can see that the payload mentioned is identical with mine which am using. Is there any other thing we need to disable before disabling the controller service? Kindly let me know
... View more
04-10-2018
05:48 AM
Hi Team, I was able to ENABLE and update a controller-service in nifi using rest api. But I'm not able to DISABLE the controller-service using rest api. I'm doing a put to end point: "http://localhost:9090/nifi-api/controller-services/{MyControllerID}" My payload: {"component":{"id":'controllerID',"name":"DBCPConnectionPool", 'state': 'DISABLED'},"revision":{"clientId":client,"version":11}} Kindly help me if I'm missing out anything here.
... View more
Labels:
- Labels:
-
Apache NiFi
04-05-2018
05:15 AM
Thanks a lot. That was a stupid mistake
... View more
04-02-2018
11:33 AM
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.
... View more
Labels:
- Labels:
-
Apache NiFi