Hi All, I have tried to access the NiFi processor using Rest Api
Reference https://nifi.apache.org/docs/nifi-docs/rest-api/ In this case, i need to use already created template, so i will try the following API Syntax: POST /controller/process-groups/{process-group-id}/processors Creates a new processor Query: http://localhost:10004/nifi-api/controller/process-groups/6b7303af-3b79-4528-995c-e69146ba914b/processors But I have returned some errors when executing the API Error: "the position (x, y) must be specified" Please share the suggestion on this approach. Regards, Ravisankar
