| Name |
Type |
Writable |
Restrictions |
Description |
| id |
int |
|
|
The id of the Worker |
| configuredId |
int |
V |
|
The id as configured in the batch config |
| schedulerId |
int |
V |
|
The id of the Scheduler |
| schedulerConfiguredId |
int |
V |
|
The id of the scheduler as configured in the batch config |
| type |
KalturaBatchJobType |
V |
|
The worker type |
| typeName |
string |
V |
|
The friendly name of the type |
| name |
string |
V |
|
The scheduler name |
| statuses |
array of KalturaSchedulerStatus |
V |
|
Array of the last statuses |
| configs |
array of KalturaSchedulerConfig |
V |
|
Array of the last configs |
| lockedJobs |
array of KalturaBatchJob |
V |
|
Array of jobs that locked to this worker |
| avgWait |
int |
V |
|
Avarage time between creation and queue time |
| avgWork |
int |
V |
|
Avarage time between queue time end finish time |
| lastStatus |
int |
V |
|
last status time |
| lastStatusStr |
string |
V |
|
last status formated |