Running NiFi 1.1.0. I'm trying to use the nifi-api to call Delete on a Process
Group; URL format looks like this:
/nifi-api/process-groups/{ID}?version={#}&clientId={clientid}.
I have the Process Group's ID, and ClientID is not really an issue, but I can't
figure out how to get the current Version # for the process group. Calling
/nifi-api/flow/process-groups/{ID} doesn't include the Revision section.
Calling this on the parent and then looking at the children doesn't seem to
help either...
Thanks,
Peter