Member since
07-31-2019
4
Posts
0
Kudos Received
0
Solutions
03-19-2020
01:23 AM
Were you able to figure out the solution for this. I have been trying to connect to secured nifi using username and password.
... View more
09-19-2019
10:10 AM
Hello,
I have been trying to connect to NiFi by passing the username and password using nypyapi. Here is the sample code I'm using. Am I doing something wrong here.
nipyapi.config.nifi_config.host = 'https://10.23.44.20:80/nifi-api' login = nipyapi.security.service_login(service='nifi', username='nifi', password='xxxx', bool_response=True)
Below is the excerpt from the documentation on nipyapi.security.service_login..
Login requires a secure connection over https. Prior to calling this method, the host must be specified and the SSLContext should be configured (if necessary).
... View more
Labels:
- Labels:
-
Apache NiFi
08-31-2019
01:32 AM
Is there a way to identify a UUID\GUID is a processor or process groups. If I had to traverse a nested process groups to identify one processor. For a processor there is a type property which says that it is a processor, is there any such property to identify a process group
... View more
Labels:
- Labels:
-
Apache Hadoop
07-31-2019
11:49 AM
I am using ‘QueryDatabaseTable’ processor to get records from database table, its using date as maximum-value column for state.I wanted to get the state value (date) that is shown on the UI. Component state can be found on QueryDatabaseTable->view state. I would like to retrieve the date value that "viewState" shows on the UI using the nipyapi. Is there a function available to get the value
... View more
Labels:
- Labels:
-
Apache NiFi