Resume Jobs
To resume the scheduled execution of all snapshot jobs, use a URL in the form:
http://app-server:port/presto/edge/api/rest/meta/scheduler/resumeall
To resume the schedule execution of a specific snapshot job, use a URL in the form:
http://app-server:port/presto/edge/api/rest/meta/scheduler/resumejob?user=username&job=jobname
Both the user and job parameters are required.