Trying to start the process group I created in apache nifi using the command line
I already installed curl and run the command below:
curl -i -X PUT -H 'Content-Type: application/json' -d '{"id":"12ef79d6-016e-1000-c7bd-b71e01f3e1b6","state":"RUNNING"}' http://localhost:8085/nifi-api/flow/process-groups/12ef79d6-016e-1000-c7bd-b71e01f3e1b6;
where in the process groupid is: 12ef79d6-016e-1000-c7bd-b71e01f3e1b6
I'm new with apache nifi and don't know if I am doing it right or wrong