batch:updateexclusiveconvertprofilejob | ||
---|---|---|
Description: | ||
batch updateExclusiveConvertProfileJobAction action updates a BatchJob of type CONVERT_PROFILE that was claimed using the getExclusiveConvertJobs |
||
Input Params | ||
name | type | Description |
id | int | The id of the job to free |
lockKey | KalturaExclusiveLockKey | The unique lock key from the batch-process. Is used for the locking mechanism |
job | KalturaBatchJob | |
entryStatus | KalturaEntryStatus | Optional parameter if the entry of the batch should change |
Output Type | ||
type | ||
KalturaBatchJob | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=batch&action=updateexclusiveconvertprofilejob POST fields: id lockKey:schedulerId lockKey:workerId lockKey:batchIndex job:id job:partnerId job:createdAt job:updatedAt job:deletedAt job:processorExpiration job:executionAttempts job:entryId job:entryName job:jobType job:jobSubType job:onStressDivertTo job:data job:status job:abort job:checkAgainTimeout job:progress job:message job:description job:updatesCount job:priority job:workGroupId job:twinJobId job:bulkJobId job:parentJobId job:rootJobId job:queueTime job:finishTime job:errType job:errNumber job:fileSize job:lastWorkerRemote job:schedulerId job:workerId job:batchIndex job:lastSchedulerId job:lastWorkerId job:dc entryStatus |