Member since
03-22-2017
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2466 | 06-09-2017 09:36 PM |
09-19-2017
05:56 PM
Hi @Wynner, I did not stop NiFi first before powering off the VM. Thanks for the answer.
... View more
06-09-2017
09:36 PM
Nevermind, I was able to discover it. export PYTHONIOENCODING=utf8; curl -s -k --cert <cert file> https://127.0.0.1:9443/nifi-api/flow/process-groups/root | python -c "import sys, json; print json.load(sys.stdin)
['processGroupFlow']['id']"
... View more