| Name |
Type |
Writable |
Restrictions |
Description |
| id |
int |
|
|
The id of the Category |
| createdAt |
int |
|
|
Creation date as Unix timestamp (In seconds) |
| createdBy |
string |
V |
|
Creator name |
| updatedAt |
int |
|
|
Update date as Unix timestamp (In seconds) |
| updatedBy |
string |
V |
|
Updater name |
| createdById |
int |
V |
|
Creator id |
| schedulerId |
int |
V |
|
The id of the scheduler that the command refers to |
| workerId |
int |
V |
|
The id of the scheduler worker that the command refers to |
| workerConfiguredId |
int |
V |
|
The id of the scheduler worker as configured in the ini file |
| workerName |
int |
V |
|
The name of the scheduler worker that the command refers to |
| batchIndex |
int |
V |
|
The index of the batch process that the command refers to |
| type |
KalturaControlPanelCommandType |
V |
|
The command type - stop / start / config |
| targetType |
KalturaControlPanelCommandTargetType |
V |
|
The command target type - data center / scheduler / job / job type |
| status |
KalturaControlPanelCommandStatus |
V |
|
The command status |
| cause |
string |
V |
|
The reason for the command |
| description |
string |
V |
|
Command description |
| errorDescription |
string |
V |
|
Error description |