Reprocess media with a different workflow by putting a job
Resource URL
⚠️Warning: Your media control centre is limited to 6000 jobs at any given time. When running large numbers of jobs, it is highly recommended that the jobc/count is used to count the current jobs and throttle at a safe level below 6000
https://{MEDIACONTROLCENTRE_HOST}[:PORT]/imcc/v1/job
Response formats | XML |
Requires authentication? | Yes |
Required scope(s) | {scopes} |
Parameters
None required, except the authorisation headers
Example REST request
https://{MEDIACONTROLCENTRE_HOST-FQDN}:83/imcc/v1/job
Example Body
<?xml version="1.0" encoding="utf-8"?>
<CISXMLDocument>
<DatabaseID>{This is nornally </DatabaseID>
<Workflow>{your workflow goes here}</Workflow>
<JobName>{Your job name goes here}</JobName>
<ResourceGroup>{your resource group name goes here}</ResourceGroup>
<Priority>{1,2, or 3}</Priority>
<ClientID>{Optional. Email address of the user who ran the job who ran the job}</ClientID>
<Inputs>
<Input type="Int" sub-type="Record_ID" id="-1">{record id goes here}</Input>
<Input type="Int" sub-type="Media_ID-Video" id="-2">{media ID goes here}</Input>
</Inputs>
</CISXMLDocument>
Example Response
Returns success or an error response on failure.
Response on success
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<Result>02B9FAED-B14C-4ffd-90EF-E5D7A0132AE7</Result>
</Response>