Created 06-09-2017 07:47 PM
Created 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 solution in original post