v4

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-016433145.8 KB
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"}