Answers for "Disable FME Server schedule using REST API" https://knowledge.safe.com/questions/84183/disable-fme-server-schedule-using-rest-api.html The latest answers for the question "Disable FME Server schedule using REST API" Answer by larry https://knowledge.safe.com/answers/84206/view.html Thu, 13 Dec 2018 00:44:17 GMT larry Answer by hollyatsafe https://knowledge.safe.com/answers/84190/view.html

Hi @sunsilk11,

As itay mentioned only a few parameters are optional. Instead what you could do is first use the GET response to read in the current schedule set up, then use a StringReplacer to change the "enabled":false to "enabled":true and then use a second HTTPCaller with the PUT request to upload the modified response.

Wed, 12 Dec 2018 19:40:23 GMT hollyatsafe
Answer by itay https://knowledge.亚搏在线safe.com/answers/84188/view.html

Looking at the documentation shows that only a few parameters are not optional, these are the only ones you need to supply, I never tried it my self but I think you cannot just change only the enable tag.

Wed, 12 Dec 2018 19:07:32 GMT itay