jobcontrol
control
jobs
Runjob
Run a job, defined by jobControl record.
Note: Swagger throws a weird error when running this command by the UI, while the given curl statement works fine.
post/control/jobs/run
Request body
Example request
{
"jobControl": {
"job": "myjob",
"client": "myclient-fd",
"fileset": "server-fileset",
"pool": "LTO-Pool"
}
}Response
Successful Response
{"stackTrail":"paths:/control/jobs/run:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}