I'm trying to programmatically create a NiFi flow using the NiFi api. I'm creating a remote process group in an inner flow.
The RPG request payload requires the target uri of the remote process group. Is there a way to get that uri programmatically via the api?
Thanks in advance