Kaltura · Schema
KalturaSchedulerConfig
JSON Schema for KalturaSchedulerConfig from Kaltura VPaaS API
VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| commandId | string | Id of the control panel command that created this config item |
| commandStatus | string | The status of the control panel command |
| createdBy | string | Creator name |
| id | integer | `readOnly` The id of the Category |
| schedulerConfiguredId | integer | The configured id of the scheduler |
| schedulerId | integer | The id of the scheduler |
| schedulerName | string | The name of the scheduler |
| updatedBy | string | Updater name |
| value | string | The value of the variable |
| variable | string | The name of the variable |
| variablePart | string | The part of the variable |
| workerConfiguredId | integer | The configured id of the job worker |
| workerId | integer | The id of the job worker |
| workerName | string | The name of the job worker |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "KalturaSchedulerConfig",
"description": "JSON Schema for KalturaSchedulerConfig from Kaltura VPaaS API",
"properties": {
"commandId": {
"description": "Id of the control panel command that created this config item",
"type": "string"
},
"commandStatus": {
"description": "The status of the control panel command",
"type": "string"
},
"createdBy": {
"description": "Creator name",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Category",
"readOnly": true,
"type": "integer"
},
"schedulerConfiguredId": {
"description": "The configured id of the scheduler",
"type": "integer"
},
"schedulerId": {
"description": "The id of the scheduler",
"type": "integer"
},
"schedulerName": {
"description": "The name of the scheduler",
"type": "string"
},
"updatedBy": {
"description": "Updater name",
"type": "string"
},
"value": {
"description": "The value of the variable",
"type": "string"
},
"variable": {
"description": "The name of the variable",
"type": "string"
},
"variablePart": {
"description": "The part of the variable",
"type": "string"
},
"workerConfiguredId": {
"description": "The configured id of the job worker",
"type": "integer"
},
"workerId": {
"description": "The id of the job worker",
"type": "integer"
},
"workerName": {
"description": "The name of the job worker",
"type": "string"
}
},
"type": "object"
}