Server 2019. I try to submit a data streaming job via the rest api. This works partially now, as I get it running and finishing successfully but the published parameters don't come through.
What I did was change the url from
https://<base url>/fmerest/v3/transformations/submit/<repository>/<workspace>.fmw
to
https://<base url>/fmeserver/streaming/fmedatastreaming/<repository>/<workspace>.fmw
and kept the json body like I do when submitting via the job submitter.When I run it from the GUI in server I see the published parameters being added to the request as Form Data, but before I try to change the request to Form Data I would like to double check if the JSON way is not possible?
Thanks for looking.