swagger: '2.0' info: description: The Kaltura OTT API title: Kaltura OTT accessControl batch API version: 3.6.287.20720 host: tvpapi-us-preprod.ott.kaltura.com basePath: /api_v3 schemes: - https - http produces: - application/json - text/xml security: - ks: [] tags: - description: "batch service lets you handle different batch process from remote machines.\n As opposed to other objects in the system, locking mechanism is critical in this case.\n For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity.\n In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after\n acquiring a batch object properly (using GetExclusiveXX).\n If an object was acquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action\n Terminology:\n LocationId\n ServerID\n ParternGroups" name: batch paths: /service/batch/action/addBulkUploadResult: post: description: batch addBulkUploadResultAction action adds KalturaBulkUploadResult to the DB operationId: batch.addBulkUploadResult parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: bulkUploadResult: $ref: '#/definitions/KalturaBulkUploadResult' pluginDataArray: items: $ref: '#/definitions/KalturaBulkUploadPluginData' type: array required: - bulkUploadResult type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaBulkUploadResult' tags: - batch x-kaltura-format: post x-kaltura-parameters: - bulkUploadResult - pluginDataArray /service/batch/action/addMediaInfo: post: description: batch addMediaInfoAction action saves a media info object operationId: batch.addMediaInfo parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: mediaInfo: $ref: '#/definitions/KalturaMediaInfo' required: - mediaInfo type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaMediaInfo' x-Errors: description: '* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id "@ID@" not found' tags: - batch x-kaltura-format: post x-kaltura-parameters: - mediaInfo /service/batch/action/checkEntryIsDone: post: description: batch checkEntryIsDone Check weather a specified entry is done converting and changes it to ready. operationId: batch.checkEntryIsDone parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: batchJobId: type: string required: - batchJobId type: object responses: '200': description: Success schema: type: boolean tags: - batch x-kaltura-format: post x-kaltura-parameters: - batchJobId /service/batch/action/checkFileExists: post: description: batch checkFileExists action check if the file exists operationId: batch.checkFileExists parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: localPath: type: string size: type: number required: - localPath - size type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaFileExistsResponse' tags: - batch x-kaltura-format: post x-kaltura-parameters: - localPath - size /service/batch/action/cleanExclusiveJobs: post: description: batch cleanExclusiveJobs action mark as fatal error all expired jobs operationId: batch.cleanExclusiveJobs parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' responses: '200': description: Success schema: type: integer tags: - batch x-kaltura-format: post x-kaltura-parameters: [] /service/batch/action/countBulkUploadEntries: post: description: Returns total created entries count and total error entries count operationId: batch.countBulkUploadEntries parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: bulkUploadJobId: type: integer bulkUploadObjectType: enum: - bulkUploadFilter.JOB - scheduleBulkUpload.SCHEDULE_EVENT - scheduleBulkUpload.SCHEDULE_RESOURCE - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - JOB - SCHEDULE_EVENT - SCHEDULE_RESOURCE - ENTRY - CATEGORY - USER - CATEGORY_USER - CATEGORY_ENTRY - USER_ENTRY - VENDOR_CATALOG_ITEM x-enumType: KalturaBulkUploadObjectType required: - bulkUploadJobId type: object responses: '200': description: Success schema: items: $ref: '#/definitions/KalturaKeyValue' type: array tags: - batch x-kaltura-format: post x-kaltura-parameters: - bulkUploadJobId - bulkUploadObjectType /service/batch/action/extendLockExpiration: post: description: batch extendLockExpiration action allows to extend the expiration of a BatchJobLock by job id operationId: batch.extendLockExpiration parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: jobId: type: integer maxExecutionTime: type: integer required: - jobId - maxExecutionTime type: object responses: '200': description: Success tags: - batch x-kaltura-format: post x-kaltura-parameters: - jobId - maxExecutionTime /service/batch/action/freeExclusiveJob: post: description: batch freeExclusiveJobAction action allows to get a generic BatchJob operationId: batch.freeExclusiveJob parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: id: type: integer jobType: enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' resetExecutionAttempts: default: false type: boolean required: - id - lockKey - jobType type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaFreeJobResponse' tags: - batch x-kaltura-format: post x-kaltura-parameters: - id - lockKey - jobType - resetExecutionAttempts /service/batch/action/getBulkUploadLastResult: post: description: batch getBulkUploadLastResultAction action returns the last result of the bulk upload operationId: batch.getBulkUploadLastResult parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: bulkUploadJobId: type: integer required: - bulkUploadJobId type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaBulkUploadResult' tags: - batch x-kaltura-format: post x-kaltura-parameters: - bulkUploadJobId /service/batch/action/getExclusiveAlmostDone: post: description: batch getExclusiveAlmostDone action allows to get a BatchJob that wait for remote closure operationId: batch.getExclusiveAlmostDone parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: filter: $ref: '#/definitions/KalturaBatchJobFilter' jobType: enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' maxExecutionTime: type: integer numberOfJobs: type: integer required: - lockKey - maxExecutionTime - numberOfJobs type: object responses: '200': description: Success schema: items: $ref: '#/definitions/KalturaBatchJob' type: array tags: - batch x-kaltura-format: post x-kaltura-parameters: - lockKey - maxExecutionTime - numberOfJobs - filter - jobType /service/batch/action/getExclusiveJobs: post: description: batch getExclusiveJobsAction action allows to get a BatchJob operationId: batch.getExclusiveJobs parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: filter: $ref: '#/definitions/KalturaBatchJobFilter' jobType: enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' maxExecutionTime: type: integer maxJobToPullForCache: default: 0 type: integer numberOfJobs: type: integer required: - lockKey - maxExecutionTime - numberOfJobs type: object responses: '200': description: Success schema: items: $ref: '#/definitions/KalturaBatchJob' type: array tags: - batch x-kaltura-format: post x-kaltura-parameters: - lockKey - maxExecutionTime - numberOfJobs - filter - jobType - maxJobToPullForCache /service/batch/action/getExclusiveNotificationJobs: post: description: batch getExclusiveNotificationJob action allows to get a BatchJob of type NOTIFICATION operationId: batch.getExclusiveNotificationJobs parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: filter: $ref: '#/definitions/KalturaBatchJobFilter' lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' maxExecutionTime: type: integer numberOfJobs: type: integer required: - lockKey - maxExecutionTime - numberOfJobs type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaBatchGetExclusiveNotificationJobsResponse' tags: - batch x-kaltura-format: post x-kaltura-parameters: - lockKey - maxExecutionTime - numberOfJobs - filter /service/batch/action/getQueueSize: post: description: batch getQueueSize action get the queue size for job type operationId: batch.getQueueSize parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: workerQueueFilter: $ref: '#/definitions/KalturaWorkerQueueFilter' required: - workerQueueFilter type: object responses: '200': description: Success schema: type: integer tags: - batch x-kaltura-format: post x-kaltura-parameters: - workerQueueFilter /service/batch/action/logConversion: post: description: Add the data to the flavor asset conversion log, creates it if doesn't exists operationId: batch.logConversion parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: data: type: string flavorAssetId: type: string required: - flavorAssetId - data type: object responses: '200': description: Success x-Errors: description: '* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@' tags: - batch x-kaltura-format: post x-kaltura-parameters: - flavorAssetId - data /service/batch/action/putFile: post: description: batch putFileAction action allows put file on server via http operationId: batch.putFile parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - in: query name: destPath required: true type: string - in: formData name: data required: true type: file responses: '200': description: Success schema: type: integer tags: - batch x-kaltura-format: file x-kaltura-parameters: - destPath - data /service/batch/action/resetJobExecutionAttempts: post: description: batch resetJobExecutionAttempts action resets the execution attempts of the job operationId: batch.resetJobExecutionAttempts parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: id: type: integer jobType: enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' required: - id - lockKey - jobType type: object responses: '200': description: Success x-Errors: description: "* `UPDATE_EXCLUSIVE_JOB_FAILED`: Error while attempting to update job with id [@JOB_ID@] from scheduler [@PROC_LOC@] worker [@PROC_NAME@] batch [@SERIALIZED_JOB_ID@]\n[@ERR_TEXT@]\n* `UPDATE_EXCLUSIVE_JOB_WRONG_TYPE`: Attempting to update job of the wrong type with id [@JOB_ID@]\n key[@KEY@]\njob[@SERIALIZED_JOB_ID@]" tags: - batch x-kaltura-format: post x-kaltura-parameters: - id - lockKey - jobType /service/batch/action/suspendJobs: post: description: batch suspendJobs action suspends jobs from running. operationId: batch.suspendJobs parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' responses: '200': description: Success tags: - batch x-kaltura-format: post x-kaltura-parameters: [] /service/batch/action/updateBulkUploadResults: post: description: batch updateBulkUploadResults action adds KalturaBulkUploadResult to the DB operationId: batch.updateBulkUploadResults parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: bulkUploadJobId: type: integer required: - bulkUploadJobId type: object responses: '200': description: Success schema: type: integer tags: - batch x-kaltura-format: post x-kaltura-parameters: - bulkUploadJobId /service/batch/action/updateExclusiveConvertCollectionJob: post: description: batch updateExclusiveConvertCollectionJobAction action updates a BatchJob of type CONVERT_PROFILE that was claimed using the getExclusiveConvertJobs operationId: batch.updateExclusiveConvertCollectionJob parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: flavorsData: items: $ref: '#/definitions/KalturaConvertCollectionFlavorData' type: array id: type: integer job: $ref: '#/definitions/KalturaBatchJob' lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' required: - id - lockKey - job type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaBatchJob' tags: - batch x-kaltura-format: post x-kaltura-parameters: - id - lockKey - job - flavorsData /service/batch/action/updateExclusiveJob: post: description: batch updateExclusiveJobAction action updates a BatchJob of extended type that was claimed using the getExclusiveJobs operationId: batch.updateExclusiveJob parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' - in: body name: body schema: properties: id: type: integer job: $ref: '#/definitions/KalturaBatchJob' lockKey: $ref: '#/definitions/KalturaExclusiveLockKey' required: - id - lockKey - job type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaBatchJob' tags: - batch x-kaltura-format: post x-kaltura-parameters: - id - lockKey - job /service/batch/action/updatePartnerLoadTable: post: description: batch updatePartnerLoadTable action cleans the partner load table operationId: batch.updatePartnerLoadTable parameters: - $ref: '#/parameters/ks' - $ref: '#/parameters/format' - $ref: '#/parameters/clientTag' - $ref: '#/parameters/partnerId' - $ref: '#/parameters/language' - $ref: '#/parameters/responseProfile' responses: '200': description: Success tags: - batch x-kaltura-format: post x-kaltura-parameters: [] definitions: KalturaIdeticDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: domain: type: string ftpPath: type: string password: type: string x-inputType: password username: type: string title: KalturaIdeticDistributionProfile type: object KalturaPushToNewsDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: basePath: type: string bodyXslt: type: string certificateKey: type: string host: type: string ips: type: string namedItem: type: string password: type: string x-inputType: password port: type: integer protocol: description: '`insertOnly` Enum Type: `KalturaDistributionProtocol`' enum: - 1 - 2 - 3 - 4 - 5 - 10 type: integer x-enumLabels: - FTP - SCP - SFTP - HTTP - HTTPS - ASPERA x-enumType: KalturaDistributionProtocol recentNewsTimeInterval: type: integer username: type: string title: KalturaPushToNewsDistributionProfile type: object KalturaMediaEsearchExportToCsvJobData: allOf: - $ref: '#/definitions/KalturaExportCsvJobData' properties: options: items: $ref: '#/definitions/KalturaExportToCsvOptions' type: array searchParams: $ref: '#/definitions/KalturaESearchEntryParams' title: KalturaMediaEsearchExportToCsvJobData type: object KalturaDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderBaseFilter' anyOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaAvnDistributionProviderFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProviderFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProviderFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProviderFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProviderFilter' - $ref: '#/definitions/KalturaFacebookDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' - $ref: '#/definitions/KalturaGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaHuluDistributionProviderFilter' - $ref: '#/definitions/KalturaIdeticDistributionProviderFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProviderFilter' - $ref: '#/definitions/KalturaMsnDistributionProviderFilter' - $ref: '#/definitions/KalturaNdnDistributionProviderFilter' - $ref: '#/definitions/KalturaPodcastDistributionProviderFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProviderFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProviderFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProviderFilter' - $ref: '#/definitions/KalturaTVComDistributionProviderFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProviderFilter' - $ref: '#/definitions/KalturaTvinciDistributionProviderFilter' - $ref: '#/definitions/KalturaUnicornDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderFilter' - $ref: '#/definitions/KalturaYahooDistributionProviderFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProviderFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProviderFilter' discriminator: objectType properties: objectType: enum: - KalturaDistributionProviderFilter - KalturaAttUverseDistributionProviderFilter - KalturaAvnDistributionProviderFilter - KalturaComcastMrssDistributionProviderFilter - KalturaCortexApiDistributionProviderFilter - KalturaCrossKalturaDistributionProviderFilter - KalturaDailymotionDistributionProviderFilter - KalturaDoubleClickDistributionProviderFilter - KalturaFacebookDistributionProviderFilter - KalturaFreewheelDistributionProviderFilter - KalturaFreewheelGenericDistributionProviderFilter - KalturaFtpDistributionProviderFilter - KalturaFtpScheduledDistributionProviderFilter - KalturaGenericDistributionProviderFilter - KalturaHuluDistributionProviderFilter - KalturaIdeticDistributionProviderFilter - KalturaMetroPcsDistributionProviderFilter - KalturaMsnDistributionProviderFilter - KalturaNdnDistributionProviderFilter - KalturaPodcastDistributionProviderFilter - KalturaQuickPlayDistributionProviderFilter - KalturaSynacorHboDistributionProviderFilter - KalturaSyndicationDistributionProviderFilter - KalturaTVComDistributionProviderFilter - KalturaTimeWarnerDistributionProviderFilter - KalturaTvinciDistributionProviderFilter - KalturaUnicornDistributionProviderFilter - KalturaUverseClickToOrderDistributionProviderFilter - KalturaUverseDistributionProviderFilter - KalturaVerizonVcastDistributionProviderFilter - KalturaYahooDistributionProviderFilter - KalturaYouTubeDistributionProviderFilter - KalturaYoutubeApiDistributionProviderFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaDistributionProviderOrderBy title: KalturaDistributionProviderFilter type: object KalturaYouTubeDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaYouTubeDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYouTubeDistributionProviderFilter type: string title: KalturaYouTubeDistributionProviderBaseFilter type: object x-abstract: true KalturaShortLinkFilter: allOf: - $ref: '#/definitions/KalturaShortLinkBaseFilter' properties: orderBy: enum: - +createdAt - +expiresAt - +updatedAt - -createdAt - -expiresAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - EXPIRES_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - EXPIRES_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaShortLinkOrderBy title: KalturaShortLinkFilter type: object KalturaUverseDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: channelCopyright: type: string channelDescription: type: string channelImageLink: type: string channelImageTitle: type: string channelImageUrl: type: string channelLanguage: type: string channelLink: type: string channelTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string ftpHost: type: string ftpLogin: type: string ftpPassword: type: string title: KalturaUverseDistributionProfile type: object KalturaDistributionThumbDimensions: properties: height: type: integer width: type: integer title: KalturaDistributionThumbDimensions type: object KalturaWidevineFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaWidevineFlavorParams type: object KalturaOperationResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: A resource that perform operation (transcoding, clipping, cropping) before the flavor is ready. properties: assetParamsId: description: ID of alternative asset params to be used instead of the system default flavor params type: integer operationAttributes: items: $ref: '#/definitions/KalturaOperationAttributes' type: array resource: $ref: '#/definitions/KalturaContentResource' title: KalturaOperationResource type: object KalturaIdeticDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaIdeticDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaIdeticDistributionProfileOrderBy title: KalturaIdeticDistributionProfileFilter type: object KalturaCameraScheduleResourceBaseFilter: allOf: - $ref: '#/definitions/KalturaScheduleResourceFilter' anyOf: - $ref: '#/definitions/KalturaCameraScheduleResourceFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCameraScheduleResourceFilter type: string title: KalturaCameraScheduleResourceBaseFilter type: object x-abstract: true KalturaUverseDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaUverseDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaUverseDistributionProfileOrderBy title: KalturaUverseDistributionProfileFilter type: object KalturaYahooDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaYahooDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYahooDistributionProviderFilter type: string title: KalturaYahooDistributionProviderBaseFilter type: object x-abstract: true KalturaEmailNotificationUserRecipientJobData: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' description: JobData representing the dynamic user receipient array properties: filter: $ref: '#/definitions/KalturaUserFilter' title: KalturaEmailNotificationUserRecipientJobData type: object KalturaSshUrlResource: allOf: - $ref: '#/definitions/KalturaUrlResource' description: Used to ingest media that is available on remote SSH server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready. properties: keyPassphrase: description: Passphrase for SSH keys type: string privateKey: description: SSH private key type: string publicKey: description: SSH public key type: string title: KalturaSshUrlResource type: object KalturaDistributionValidationErrorInvalidData: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' anyOf: - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidData' - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidMetadata' discriminator: objectType properties: fieldName: type: string objectType: enum: - KalturaDistributionValidationErrorInvalidData - KalturaDistributionValidationErrorInvalidMetadata type: string validationErrorParam: description: 'Parameter of the validation error For example, minimum value for KalturaDistributionValidationErrorType::STRING_TOO_SHORT validation error' type: string validationErrorType: description: 'Enum Type: `KalturaDistributionValidationErrorType`' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - CUSTOM_ERROR - STRING_EMPTY - STRING_TOO_LONG - STRING_TOO_SHORT - INVALID_FORMAT x-enumType: KalturaDistributionValidationErrorType title: KalturaDistributionValidationErrorInvalidData type: object KalturaHuluDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionLocalPaths: items: $ref: '#/definitions/KalturaString' type: array cuePoints: items: $ref: '#/definitions/KalturaCuePoint' type: array fileBaseName: type: string thumbAssetFilePath: type: string videoAssetFilePath: type: string title: KalturaHuluDistributionJobProviderData type: object KalturaPodcastDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaPodcastDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPodcastDistributionProfileFilter type: string title: KalturaPodcastDistributionProfileBaseFilter type: object x-abstract: true KalturaFreewheelGenericDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFreewheelGenericDistributionProviderOrderBy title: KalturaFreewheelGenericDistributionProviderFilter type: object KalturaQuizUserEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' anyOf: - $ref: '#/definitions/KalturaQuizUserEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaQuizUserEntryFilter type: string title: KalturaQuizUserEntryBaseFilter type: object x-abstract: true KalturaVerizonVcastDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaVerizonVcastDistributionProfileOrderBy title: KalturaVerizonVcastDistributionProfileFilter type: object KalturaThumbCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: assetId: type: string description: type: string subType: description: 'Enum Type: `KalturaThumbCuePointSubType` The sub type of the ThumbCuePoint' enum: - 1 - 2 type: integer x-enumLabels: - SLIDE - CHAPTER x-enumType: KalturaThumbCuePointSubType title: type: string title: KalturaThumbCuePoint type: object KalturaDeliveryProfileAkamaiHdsFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHdsBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileAkamaiHdsOrderBy title: KalturaDeliveryProfileAkamaiHdsFilter type: object KalturaNdnDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: channelCopyright: type: string channelDescription: type: string channelImageLink: type: string channelImageTitle: type: string channelImageUrl: type: string channelLanguage: type: string channelLink: type: string channelTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string itemMediaRating: type: string title: KalturaNdnDistributionProfile type: object KalturaEntryVendorTaskCsvJobData: allOf: - $ref: '#/definitions/KalturaExportCsvJobData' properties: filter: $ref: '#/definitions/KalturaEntryVendorTaskFilter' title: KalturaEntryVendorTaskCsvJobData type: object KalturaQuestionCuePointFilter: allOf: - $ref: '#/definitions/KalturaQuestionCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaQuestionCuePointOrderBy title: KalturaQuestionCuePointFilter type: object KalturaAvnDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaAvnDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaAvnDistributionProviderOrderBy title: KalturaAvnDistributionProviderFilter type: object KalturaAmazonS3StorageExportJobData: allOf: - $ref: '#/definitions/KalturaStorageExportJobData' properties: endPoint: type: string filesPermissionInS3: description: 'Enum Type: `KalturaAmazonS3StorageProfileFilesPermissionLevel`' enum: - authenticated-read - private - public-read - public-read-write type: string x-enumLabels: - ACL_AUTHENTICATED_READ - ACL_PRIVATE - ACL_PUBLIC_READ - ACL_PUBLIC_READ_WRITE x-enumType: KalturaAmazonS3StorageProfileFilesPermissionLevel s3Region: type: string signatureType: type: string sseKmsKeyId: type: string sseType: type: string storageClass: type: string title: KalturaAmazonS3StorageExportJobData type: object KalturaPlayableEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaPlayableEntry attributes. Use KalturaPlayableEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaPlayableEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaPlayableEntryCompareAttribute title: KalturaPlayableEntryCompareAttributeCondition type: object KalturaExtractMediaJobData: allOf: - $ref: '#/definitions/KalturaConvartableJobData' properties: calculateComplexity: type: boolean destDataFilePath: description: The data output file type: string detectGOP: type: integer extractId3Tags: type: boolean flavorAssetId: type: string title: KalturaExtractMediaJobData type: object KalturaAssetDistributionPropertyCondition: allOf: - $ref: '#/definitions/KalturaAssetDistributionCondition' description: Defines the condition to match a property and value on core asset object (or one if its inherited objects) properties: propertyName: description: 'The property name to look for, this will match to a getter on the asset object. Should be camelCase naming convention (defining "myPropertyName" will look for getMyPropertyName())' type: string propertyValue: description: The value to compare type: string title: KalturaAssetDistributionPropertyCondition type: object KalturaFreewheelGenericDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: apikey: type: string categoryId: type: string contentOwner: type: string email: type: string replaceAirDates: type: boolean replaceGroup: type: boolean sftpLogin: type: string sftpPass: type: string upstreamNetworkId: type: string upstreamNetworkName: type: string upstreamVideoId: type: string title: KalturaFreewheelGenericDistributionProfile type: object KalturaIndexAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' anyOf: - $ref: '#/definitions/KalturaIndexAdvancedFilter' - $ref: '#/definitions/KalturaEntryIndexAdvancedFilter' discriminator: objectType properties: depthGreaterThanEqual: type: integer indexIdGreaterThan: type: integer objectType: enum: - KalturaIndexAdvancedFilter - KalturaEntryIndexAdvancedFilter type: string title: KalturaIndexAdvancedFilter type: object KalturaImageFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaImageFlavorParamsOutputFilter type: string title: KalturaImageFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaFileSyncBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaFileSyncFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dcEqual: type: string dcIn: type: string fileObjectTypeEqual: description: 'Enum Type: `KalturaFileSyncObjectType`' enum: - contentDistribution.DistributionProfile - contentDistribution.EntryDistribution - contentDistribution.GenericDistributionAction - emailNotification.EmailNotificationTemplate - httpNotification.HttpNotificationTemplate - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' type: string x-enumLabels: - DISTRIBUTION_PROFILE - ENTRY_DISTRIBUTION - GENERIC_DISTRIBUTION_ACTION - EMAIL_NOTIFICATION_TEMPLATE - HTTP_NOTIFICATION_TEMPLATE - ENTRY - UICONF - BATCHJOB - ASSET - METADATA - METADATA_PROFILE - SYNDICATION_FEED - CONVERSION_PROFILE - FILE_ASSET x-enumType: KalturaFileSyncObjectType fileObjectTypeIn: type: string fileSizeGreaterThanOrEqual: type: number fileSizeLessThanOrEqual: type: number fileTypeEqual: description: 'Enum Type: `KalturaFileSyncType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - FILE - LINK - URL x-enumType: KalturaFileSyncType fileTypeIn: type: string linkCountGreaterThanOrEqual: type: integer linkCountLessThanOrEqual: type: integer linkedIdEqual: type: integer objectIdEqual: type: string objectIdIn: type: string objectSubTypeEqual: type: integer objectSubTypeIn: type: string objectType: enum: - KalturaFileSyncFilter type: string originalEqual: type: integer partnerIdEqual: type: integer readyAtGreaterThanOrEqual: type: integer readyAtLessThanOrEqual: type: integer statusEqual: description: 'Enum Type: `KalturaFileSyncStatus`' enum: - -1 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - ERROR - PENDING - READY - DELETED - PURGED x-enumType: KalturaFileSyncStatus statusIn: type: string syncTimeGreaterThanOrEqual: type: integer syncTimeLessThanOrEqual: type: integer updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer versionEqual: type: string versionIn: type: string title: KalturaFileSyncBaseFilter type: object x-abstract: true KalturaFreewheelGenericDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: cuePoints: items: $ref: '#/definitions/KalturaCuePoint' type: array thumbAssetFilePath: description: Demonstrate passing single path to the job type: string videoAssetFilePaths: items: $ref: '#/definitions/KalturaString' type: array title: KalturaFreewheelGenericDistributionJobProviderData type: object KalturaConfigurableDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' anyOf: - $ref: '#/definitions/KalturaAttUverseDistributionProfile' - $ref: '#/definitions/KalturaAvnDistributionProfile' - $ref: '#/definitions/KalturaComcastMrssDistributionProfile' - $ref: '#/definitions/KalturaCortexApiDistributionProfile' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfile' - $ref: '#/definitions/KalturaDailymotionDistributionProfile' - $ref: '#/definitions/KalturaDoubleClickDistributionProfile' - $ref: '#/definitions/KalturaFacebookDistributionProfile' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfile' - $ref: '#/definitions/KalturaFtpDistributionProfile' - $ref: '#/definitions/KalturaHuluDistributionProfile' - $ref: '#/definitions/KalturaIdeticDistributionProfile' - $ref: '#/definitions/KalturaMetroPcsDistributionProfile' - $ref: '#/definitions/KalturaMsnDistributionProfile' - $ref: '#/definitions/KalturaNdnDistributionProfile' - $ref: '#/definitions/KalturaPushToNewsDistributionProfile' - $ref: '#/definitions/KalturaQuickPlayDistributionProfile' - $ref: '#/definitions/KalturaSynacorHboDistributionProfile' - $ref: '#/definitions/KalturaTVComDistributionProfile' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfile' - $ref: '#/definitions/KalturaTvinciDistributionProfile' - $ref: '#/definitions/KalturaUnicornDistributionProfile' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfile' - $ref: '#/definitions/KalturaUverseDistributionProfile' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfile' - $ref: '#/definitions/KalturaYahooDistributionProfile' - $ref: '#/definitions/KalturaYouTubeDistributionProfile' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfile' description: '`abstract`' discriminator: objectType properties: fieldConfigArray: items: $ref: '#/definitions/KalturaDistributionFieldConfig' type: array itemXpathsToExtend: items: $ref: '#/definitions/KalturaExtendingItemMrssParameter' type: array objectType: enum: - KalturaAttUverseDistributionProfile - KalturaAvnDistributionProfile - KalturaComcastMrssDistributionProfile - KalturaCortexApiDistributionProfile - KalturaCrossKalturaDistributionProfile - KalturaDailymotionDistributionProfile - KalturaDoubleClickDistributionProfile - KalturaFacebookDistributionProfile - KalturaFreewheelGenericDistributionProfile - KalturaFtpDistributionProfile - KalturaHuluDistributionProfile - KalturaIdeticDistributionProfile - KalturaMetroPcsDistributionProfile - KalturaMsnDistributionProfile - KalturaNdnDistributionProfile - KalturaPushToNewsDistributionProfile - KalturaQuickPlayDistributionProfile - KalturaSynacorHboDistributionProfile - KalturaTVComDistributionProfile - KalturaTimeWarnerDistributionProfile - KalturaTvinciDistributionProfile - KalturaUnicornDistributionProfile - KalturaUverseClickToOrderDistributionProfile - KalturaUverseDistributionProfile - KalturaVerizonVcastDistributionProfile - KalturaYahooDistributionProfile - KalturaYouTubeDistributionProfile - KalturaYoutubeApiDistributionProfile type: string useCategoryEntries: description: When checking custom XSLT conditions using the fieldConfigArray - address only categories associated with the entry via the categoryEntry object type: boolean title: KalturaConfigurableDistributionProfile type: object x-abstract: true KalturaConvertCaptionAssetJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: captionAssetId: type: string fileEncryptionKey: type: string fileLocation: type: string fromType: type: string toType: type: string title: KalturaConvertCaptionAssetJobData type: object KalturaFreewheelGenericDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFreewheelGenericDistributionProfileFilter type: string title: KalturaFreewheelGenericDistributionProfileBaseFilter type: object x-abstract: true KalturaWidevineFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWidevineFlavorParamsFilter type: string title: KalturaWidevineFlavorParamsBaseFilter type: object x-abstract: true KalturaWorkerQueueFilter: properties: filter: $ref: '#/definitions/KalturaBatchJobFilter' jobType: description: 'Enum Type: `KalturaBatchJobType`' enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType schedulerId: type: integer workerId: type: integer title: KalturaWorkerQueueFilter type: object KalturaYahooDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: largeThumbPath: type: string smallThumbPath: type: string videoAssetFilePath: type: string title: KalturaYahooDistributionJobProviderData type: object KalturaUverseDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUverseDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUverseDistributionProviderOrderBy title: KalturaUverseDistributionProviderFilter type: object KalturaMsnDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMsnDistributionProfileFilter type: string title: KalturaMsnDistributionProfileBaseFilter type: object x-abstract: true KalturaSearchComparableAttributeCondition: allOf: - $ref: '#/definitions/KalturaAttributeCondition' anyOf: - $ref: '#/definitions/KalturaBaseEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDataEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMixEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlaylistCompareAttributeCondition' description: '`abstract`' discriminator: objectType properties: comparison: description: 'Enum Type: `KalturaSearchConditionComparison`' enum: - '1' - '2' - '3' - '4' - '5' - '6' type: string x-enumLabels: - EQUAL - GREATER_THAN - GREATER_THAN_OR_EQUAL - LESS_THAN - LESS_THAN_OR_EQUAL - NOT_EQUAL x-enumType: KalturaSearchConditionComparison objectType: enum: - KalturaBaseEntryCompareAttributeCondition - KalturaDataEntryCompareAttributeCondition - KalturaDocumentEntryCompareAttributeCondition - KalturaExternalMediaEntryCompareAttributeCondition - KalturaLiveChannelCompareAttributeCondition - KalturaLiveEntryCompareAttributeCondition - KalturaLiveStreamAdminEntryCompareAttributeCondition - KalturaLiveStreamEntryCompareAttributeCondition - KalturaMediaEntryCompareAttributeCondition - KalturaMixEntryCompareAttributeCondition - KalturaPlayableEntryCompareAttributeCondition - KalturaPlaylistCompareAttributeCondition type: string title: KalturaSearchComparableAttributeCondition type: object x-abstract: true KalturaBusinessProcessNotificationDispatchJobData: allOf: - $ref: '#/definitions/KalturaEventNotificationDispatchJobData' properties: caseId: type: string server: $ref: '#/definitions/KalturaBusinessProcessServer' title: KalturaBusinessProcessNotificationDispatchJobData type: object KalturaEntryDistribution: properties: assetIds: description: Comma separated asset ids type: string createdAt: description: '`readOnly` Entry distribution creation date as Unix timestamp (In seconds)' readOnly: true type: integer dirtyStatus: description: '`readOnly` Enum Type: `KalturaEntryDistributionFlag`' enum: - 0 - 1 - 2 - 3 - 4 - 5 readOnly: true type: integer x-enumLabels: - NONE - SUBMIT_REQUIRED - DELETE_REQUIRED - UPDATE_REQUIRED - ENABLE_REQUIRED - DISABLE_REQUIRED x-enumType: KalturaEntryDistributionFlag distributionProfileId: description: '`insertOnly`' type: integer entryId: description: '`insertOnly`' type: string errorDescription: description: '`readOnly`' readOnly: true type: string errorNumber: description: '`readOnly`' readOnly: true type: integer errorType: description: '`readOnly` Enum Type: `KalturaBatchJobErrorTypes`' enum: - 0 - 1 - 2 - 3 - 4 - 5 readOnly: true type: integer x-enumLabels: - APP - RUNTIME - HTTP - CURL - KALTURA_API - KALTURA_CLIENT x-enumType: KalturaBatchJobErrorTypes flavorAssetIds: description: Comma separated flavor asset ids type: string hasDeleteResultsLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean hasDeleteSentDataLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean hasSubmitResultsLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean hasSubmitSentDataLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean hasUpdateResultsLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean hasUpdateSentDataLog: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean id: description: '`readOnly` Auto generated unique id' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer plays: description: '`readOnly` The plays as retrieved from the remote destination reports' readOnly: true type: integer remoteId: description: '`readOnly` The id as returned from the distributed destination' readOnly: true type: string status: description: '`readOnly` Enum Type: `KalturaEntryDistributionStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 readOnly: true type: integer x-enumLabels: - PENDING - QUEUED - READY - DELETED - SUBMITTING - UPDATING - DELETING - ERROR_SUBMITTING - ERROR_UPDATING - ERROR_DELETING - REMOVED - IMPORT_SUBMITTING - IMPORT_UPDATING x-enumType: KalturaEntryDistributionStatus submittedAt: description: '`readOnly` Entry distribution submission date as Unix timestamp (In seconds)' readOnly: true type: integer sunStatus: description: '`readOnly` Enum Type: `KalturaEntryDistributionSunStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - BEFORE_SUNRISE - AFTER_SUNRISE - AFTER_SUNSET x-enumType: KalturaEntryDistributionSunStatus sunrise: description: Entry distribution publish time as Unix timestamp (In seconds) type: integer sunset: description: Entry distribution un-publish time as Unix timestamp (In seconds) type: integer thumbAssetIds: description: Comma separated thumbnail asset ids type: string updatedAt: description: '`readOnly` Entry distribution last update date as Unix timestamp (In seconds)' readOnly: true type: integer validationErrors: items: $ref: '#/definitions/KalturaDistributionValidationError' type: array views: description: '`readOnly` The views as retrieved from the remote destination reports' readOnly: true type: integer title: KalturaEntryDistribution type: object KalturaDynamicObjectSearchItem: allOf: - $ref: '#/definitions/KalturaSearchOperator' properties: field: type: string title: KalturaDynamicObjectSearchItem type: object KalturaYahooDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaYahooDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaYahooDistributionProviderOrderBy title: KalturaYahooDistributionProviderFilter type: object KalturaLiveStreamScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveStreamScheduleEventFilter type: string title: KalturaLiveStreamScheduleEventBaseFilter type: object x-abstract: true KalturaPodcastDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' properties: feedId: description: '`readOnly`' readOnly: true type: string metadataProfileId: type: integer xsl: type: string title: KalturaPodcastDistributionProfile type: object KalturaDailymotionDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: accessControlGeoBlockingCountryList: type: string accessControlGeoBlockingOperation: type: string captionsInfo: items: $ref: '#/definitions/KalturaDailymotionDistributionCaptionInfo' type: array videoAssetFilePath: type: string title: KalturaDailymotionDistributionJobProviderData type: object KalturaAnswerCuePointFilter: allOf: - $ref: '#/definitions/KalturaAnswerCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAnswerCuePointOrderBy title: KalturaAnswerCuePointFilter type: object KalturaBusinessProcessServerBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessServerFilter' - $ref: '#/definitions/KalturaActivitiBusinessProcessServerFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dcEqOrNull: type: integer dcEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaBusinessProcessServerFilter - KalturaActivitiBusinessProcessServerFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaBusinessProcessServerStatus`' enum: - '1' - '2' - '3' type: string x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaBusinessProcessServerStatus statusIn: type: string statusNotEqual: description: 'Enum Type: `KalturaBusinessProcessServerStatus`' enum: - '1' - '2' - '3' type: string x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaBusinessProcessServerStatus statusNotIn: type: string typeEqual: description: 'Enum Type: `KalturaBusinessProcessProvider`' enum: - activitiBusinessProcessNotification.Activiti type: string x-enumLabels: - ACTIVITI x-enumType: KalturaBusinessProcessProvider typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaBusinessProcessServerBaseFilter type: object x-abstract: true KalturaPlayerDeliveryType: properties: enabledByDefault: type: boolean flashvars: items: $ref: '#/definitions/KalturaKeyValue' type: array id: type: string label: type: string minVersion: type: string title: KalturaPlayerDeliveryType type: object KalturaTranscriptAssetFilter: allOf: - $ref: '#/definitions/KalturaTranscriptAssetBaseFilter' properties: orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaTranscriptAssetOrderBy title: KalturaTranscriptAssetFilter type: object KalturaReportExportFile: properties: fileId: type: string fileName: type: string title: KalturaReportExportFile type: object KalturaFtpDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaRemoteDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaFtpDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFtpDropFolderFilter type: string title: KalturaFtpDropFolderBaseFilter type: object x-abstract: true KalturaScpDropFolderFilter: allOf: - $ref: '#/definitions/KalturaScpDropFolderBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaScpDropFolderOrderBy title: KalturaScpDropFolderFilter type: object KalturaDocumentFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDocumentFlavorParamsFilter type: string title: KalturaDocumentFlavorParamsBaseFilter type: object x-abstract: true KalturaExtendingItemMrssParameter: properties: extensionMode: description: 'Enum Type: `KalturaMrssExtensionMode` Mode of extension - append to MRSS or replace the xpath content.' enum: - 1 - 2 type: integer x-enumLabels: - APPEND - REPLACE x-enumType: KalturaMrssExtensionMode identifier: $ref: '#/definitions/KalturaObjectIdentifier' xpath: description: XPath for the extending item type: string title: KalturaExtendingItemMrssParameter type: object KalturaAttUverseDistributionFile: properties: assetId: type: string assetType: description: 'Enum Type: `KalturaAssetType`' enum: - attachment.Attachment - caption.Caption - document.Document - document.Image - document.PDF - document.SWF - thumbCuePoint.timedThumb - transcript.Transcript - widevine.WidevineFlavor - '1' - '2' - '3' type: string x-enumLabels: - ATTACHMENT - CAPTION - DOCUMENT - IMAGE - PDF - SWF - TIMED_THUMB_ASSET - TRANSCRIPT - WIDEVINE_FLAVOR - FLAVOR - THUMBNAIL - LIVE x-enumType: KalturaAssetType localFilePath: type: string remoteFilename: type: string title: KalturaAttUverseDistributionFile type: object KalturaMediaFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaMediaFlavorParams type: object KalturaMoveCategoryEntriesJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: destCategoryFullIds: description: Destination categories fallback ids type: string destCategoryId: description: Destination category id type: integer lastMovedCategoryEntryPageIndex: description: "Saves the last page index of the category entries filter pager\n In case of crash the batch will restart from that point" type: integer lastMovedCategoryId: description: "Saves the last category id that its entries moved completely\n In case of crash the batch will restart from that point" type: integer lastMovedCategoryPageIndex: description: "Saves the last page index of the child categories filter pager\n In case of crash the batch will restart from that point" type: integer moveFromChildren: description: All entries from all child categories will be moved as well type: boolean srcCategoryId: description: Source category id type: integer title: KalturaMoveCategoryEntriesJobData type: object KalturaDoubleClickDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaDoubleClickDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDoubleClickDistributionProviderFilter type: string title: KalturaDoubleClickDistributionProviderBaseFilter type: object x-abstract: true KalturaDistributionValidationErrorMissingFlavor: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: flavorParamsId: type: string title: KalturaDistributionValidationErrorMissingFlavor type: object KalturaString: description: A string representation to return an array of strings properties: value: type: string title: KalturaString type: object KalturaUploadedFileResource: allOf: - $ref: '#/definitions/KalturaGenericDataCenterContentResource' description: sed to ingest media that uploaded as posted file in this http request, the file data represents the $_FILE properties: fileData: description: Represents the $_FILE type: string title: KalturaUploadedFileResource type: object KalturaValue: anyOf: - $ref: '#/definitions/KalturaBooleanValue' - $ref: '#/definitions/KalturaStringValue' - $ref: '#/definitions/KalturaIntegerValue' - $ref: '#/definitions/KalturaEvalBooleanField' - $ref: '#/definitions/KalturaAnonymousIPContextField' - $ref: '#/definitions/KalturaCoordinatesContextField' - $ref: '#/definitions/KalturaCountryContextField' - $ref: '#/definitions/KalturaEvalStringField' - $ref: '#/definitions/KalturaIpAddressContextField' - $ref: '#/definitions/KalturaMetadataField' - $ref: '#/definitions/KalturaObjectIdField' - $ref: '#/definitions/KalturaUserAgentContextField' - $ref: '#/definitions/KalturaUserEmailContextField' - $ref: '#/definitions/KalturaTimeContextField' description: '`abstract` A representation to return an array of values' discriminator: objectType properties: description: type: string objectType: enum: - KalturaBooleanValue - KalturaStringValue - KalturaIntegerValue - KalturaEvalBooleanField - KalturaAnonymousIPContextField - KalturaCoordinatesContextField - KalturaCountryContextField - KalturaEvalStringField - KalturaIpAddressContextField - KalturaMetadataField - KalturaObjectIdField - KalturaUserAgentContextField - KalturaUserEmailContextField - KalturaTimeContextField type: string title: KalturaValue type: object x-abstract: true KalturaUploadTokenFilter: allOf: - $ref: '#/definitions/KalturaUploadTokenBaseFilter' properties: orderBy: enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaUploadTokenOrderBy title: KalturaUploadTokenFilter type: object KalturaFreewheelDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaFreewheelDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFreewheelDistributionProfileFilter type: string title: KalturaFreewheelDistributionProfileBaseFilter type: object x-abstract: true KalturaBatchHistoryData: properties: batchIndex: type: integer errNumber: type: integer errType: type: integer hostName: type: string message: type: string schedulerId: type: integer schedulerName: type: string sessionId: type: string timeStamp: type: integer workerId: type: integer title: KalturaBatchHistoryData type: object KalturaScheduleResourceFilter: allOf: - $ref: '#/definitions/KalturaScheduleResourceBaseFilter' anyOf: - $ref: '#/definitions/KalturaScheduleResourceFilter' - $ref: '#/definitions/KalturaCameraScheduleResourceFilter' - $ref: '#/definitions/KalturaLiveEntryScheduleResourceFilter' - $ref: '#/definitions/KalturaLocationScheduleResourceFilter' discriminator: objectType properties: objectType: enum: - KalturaScheduleResourceFilter - KalturaCameraScheduleResourceFilter - KalturaLiveEntryScheduleResourceFilter - KalturaLocationScheduleResourceFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaScheduleResourceOrderBy title: KalturaScheduleResourceFilter type: object KalturaSyndicationDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaSyndicationDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaSyndicationDistributionProfileOrderBy title: KalturaSyndicationDistributionProfileFilter type: object KalturaRegexItem: properties: regex: type: string title: KalturaRegexItem type: object KalturaThumbAssetFilter: allOf: - $ref: '#/definitions/KalturaThumbAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' discriminator: objectType properties: objectType: enum: - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter type: string orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaThumbAssetOrderBy title: KalturaThumbAssetFilter type: object KalturaEndUserReportInputFilter: allOf: - $ref: '#/definitions/KalturaReportInputFilter' properties: ancestorPlaybackContext: type: string application: type: string playbackContext: type: string userIds: type: string title: KalturaEndUserReportInputFilter type: object KalturaTVComDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaTVComDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaTVComDistributionProfileOrderBy title: KalturaTVComDistributionProfileFilter type: object KalturaEntryCaptionAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: hasCaption: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaEntryCaptionAdvancedFilter type: object KalturaMediaServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter type: string title: KalturaMediaServerNodeBaseFilter type: object x-abstract: true KalturaGenericDistributionProfileAction: properties: ftpPassiveMode: type: boolean httpFieldName: type: string httpFileName: type: string password: type: string x-inputType: password protocol: description: 'Enum Type: `KalturaDistributionProtocol`' enum: - 1 - 2 - 3 - 4 - 5 - 10 type: integer x-enumLabels: - FTP - SCP - SFTP - HTTP - HTTPS - ASPERA x-enumType: KalturaDistributionProtocol serverPath: type: string serverUrl: type: string username: type: string title: KalturaGenericDistributionProfileAction type: object KalturaSipEntryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaSipEntryServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSipEntryServerNodeFilter type: string title: KalturaSipEntryServerNodeBaseFilter type: object x-abstract: true KalturaSipServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaSipServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSipServerNodeFilter type: string title: KalturaSipServerNodeBaseFilter type: object x-abstract: true KalturaCuePoint: anyOf: - $ref: '#/definitions/KalturaAnnotation' - $ref: '#/definitions/KalturaAdCuePoint' - $ref: '#/definitions/KalturaAnswerCuePoint' - $ref: '#/definitions/KalturaCodeCuePoint' - $ref: '#/definitions/KalturaEventCuePoint' - $ref: '#/definitions/KalturaQuestionCuePoint' - $ref: '#/definitions/KalturaThumbCuePoint' description: '`abstract`' discriminator: objectType properties: copiedFrom: description: '`readOnly`' readOnly: true type: string createdAt: description: '`readOnly`' readOnly: true type: integer cuePointType: description: '`readOnly` Enum Type: `KalturaCuePointType`' enum: - adCuePoint.Ad - annotation.Annotation - codeCuePoint.Code - eventCuePoint.Event - quiz.QUIZ_ANSWER - quiz.QUIZ_QUESTION - thumbCuePoint.Thumb readOnly: true type: string x-enumLabels: - AD - ANNOTATION - CODE - EVENT - QUIZ_ANSWER - QUIZ_QUESTION - THUMB x-enumType: KalturaCuePointType entryId: description: '`insertOnly`' type: string forceStop: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean id: description: '`readOnly`' readOnly: true type: string intId: description: '`readOnly`' readOnly: true type: integer isMomentary: description: '`readOnly`' readOnly: true type: boolean objectType: enum: - KalturaAnnotation - KalturaAdCuePoint - KalturaAnswerCuePoint - KalturaCodeCuePoint - KalturaEventCuePoint - KalturaQuestionCuePoint - KalturaThumbCuePoint type: string partnerData: type: string partnerId: description: '`readOnly`' readOnly: true type: integer partnerSortValue: type: integer startTime: description: Start time in milliseconds type: integer status: description: '`readOnly` Enum Type: `KalturaCuePointStatus`' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - READY - DELETED - HANDLED - PENDING x-enumType: KalturaCuePointStatus systemName: type: string tags: type: string thumbOffset: type: integer triggeredAt: type: integer updatedAt: description: '`readOnly`' readOnly: true type: integer userId: type: string title: KalturaCuePoint type: object x-abstract: true KalturaEmailNotificationRecipientJobData: anyOf: - $ref: '#/definitions/KalturaEmailNotificationCategoryRecipientJobData' - $ref: '#/definitions/KalturaEmailNotificationGroupRecipientJobData' - $ref: '#/definitions/KalturaEmailNotificationStaticRecipientJobData' - $ref: '#/definitions/KalturaEmailNotificationUserRecipientJobData' description: '`abstract` Abstract class representing the final output recipients going into the batch mechanism' discriminator: objectType properties: objectType: enum: - KalturaEmailNotificationCategoryRecipientJobData - KalturaEmailNotificationGroupRecipientJobData - KalturaEmailNotificationStaticRecipientJobData - KalturaEmailNotificationUserRecipientJobData type: string providerType: description: '`readOnly` Enum Type: `KalturaEmailNotificationRecipientProviderType` Provider type of the job data.' enum: - '1' - '2' - '3' - '4' readOnly: true type: string x-enumLabels: - STATIC_LIST - CATEGORY - USER - GROUP x-enumType: KalturaEmailNotificationRecipientProviderType title: KalturaEmailNotificationRecipientJobData type: object x-abstract: true KalturaVoicebaseJobProviderData: allOf: - $ref: '#/definitions/KalturaIntegrationJobProviderData' properties: additionalParameters: description: '`readOnly` additional parameters to send to VoiceBase' readOnly: true type: string apiKey: description: '`readOnly` Api key for service provider' readOnly: true type: string apiPassword: description: '`readOnly` Api key for service provider' readOnly: true type: string captionAssetFormats: description: Caption formats type: string entryId: description: Entry ID type: string fileLocation: description: '`readOnly` Transcript Content location' readOnly: true type: string flavorAssetId: description: Flavor ID type: string replaceMediaContent: description: should replace remote media content type: boolean spokenLanguage: description: 'Enum Type: `KalturaLanguage` Transcript content language' enum: - Abaza - Abkhazian - Abnaki Western - Abure - Achang - Achinese - Achterhooks - Achumawi - Adioukrou - Adyghe; Adygei - Adynyamathanha - Afade - Afar - Afrikaans - Aghem - Aghul - Aguacateco - Aguaruna - Ainu (Japan) - Akkadian - Aklanon - Akum - Alabama - Albanian - Albanian (Gheg) - Albanian (Tosk) - Aleut - Algonquian languages - Algonquin - Altai (Southern) - Amharic - Angloromani - Apache (Jicarilla) - Apache (Western) - Arabic - Arabic (standard) - Arabic Tunisian Spoken - Aramaic - Aramaic Samaritan - Arapaho - Araucanian - Arikara - Armenian - Aromanian - Assamese - Assiniboine - Assyrian Neo-Aramaic - Asturian - Athapascan languages - Atikamekw - Awadhi - Aymara - Azerbaijani - Babine - Badaga - Bai - Balinese - Balochi Southern - Balti - Baluchi - Basa (Cameroon) - Bashkir - Basque - Bavarian - Beaver - Beja - Bemba (Zambia) - Bengali (Bangla) - Betawi - Bezhta - Bhili - Bhojpuri - Bhutani - Bihari - Bikol - Bini - Bishnupriya Manipuri - Bislama - Breton - Buginese - Bulgarian - Buriat - Burmese - Byelorussian (Belarusian) - Caddo - Cambodian - Cantonese - Carrier - Carrier Southern - Catalan - Catawba - Cayuga - Cebuano - Chagatai - Chaldean Neo-Aramaic - Cherokee - Cheyenne - Chickasaw - Chilcotin - Chinese - Chinook jargon - Chipewyan - Chippewa - Choctaw - Chor - Chukot - Cimbrian - Clallam Klallam - Cochimi - Cocopa - Colognian - Comanche - Comorian - Comox - Coptic - Corsican - Cree - Creek - Crimean Tatar - Croatian - Cupeo - Czech - Dakota - Danish - Dargwa - Dari (Persian) - Dari Zoroastrian - Dehu - Delaware - Dinka - Dogri (generic) - Dogrib - Dolgan - Dong - Duala - Dungan - Dutch - Dyula - E - Emilian - English - English (American) - English (British) - English Middle (1100-1500) - Erzya - Esperanto - Estonian - Even - Evenki - Faeroese - Fala - Fang (Equatorial Guinea) - Farsi - Fiji - Filipino - Finnish - Finnish (Tornedalen) - Fon - Franco-Prove - Frankish - French - French (Canada) - Frisian - Frisian Northern - Friulian - Fur - Ga - Gaelic (Manx) - Gaelic (Scottish) - Gagauz - Galician - Gan - Geez - Georgian - German - German Hutterite - German Pennsylvania - Gilbertese - Gilyak Nivkh - Gitxsan - Greek - Greek Ancient (to 1453) - Greenlandic - Guarani - Gujarati - Gwichin - Haida - Hainanese - Haisla - Hakka - Halkomelem - Han - Hani - Hausa - Hawaiian - Hebrew - Heiltsuk - Hidatsa - Hiligaynon - Hindi - Hmong - Hokkien - Hopi - Huizhou Chinese - Hungarian - Icelandic - Ikposo - Iloko - Inari Sami - Indonesian - Ingrian - Ingush - Interlingua - Interlingue - Inuinnaqtun - Inuktitut - Inupiak - Irish - Iroquoian languages - Italian - Itelmen - Japanese - Javanese - Jinyu Chinese - Jju - Judeo-Crimean Tatar - Judeo-Georgian - Jutish - Kabardian - Kabuverdianu - Kabyle - Kachchi - Kaikavian literary language (Kajkavian) - Kalmyk Oirat - Kannada - Kansa - Karachay-Balkar - Karagas - Karaim - Karakalpak - Karelian - Kashmiri - Kashubian - Kaska - Kawi - Kazakh - Khakas - Khalaj Turkic - Khanty - Khasi - Khmer Northern - Kickapoo - Kinyarwanda (Ruanda) - Kiowa - Kirghiz - Kirundi (Rundi) - Klingon tlhIngan-Hol - Kodava - Komi-Permyak - Konkani (generic) - Konkani (specific) - Konkani Goan - Korean - Koryak - Kosraean - Kotava - Kpelle - Kumiai - Kumyk - Kurdish - Kutenai - Kwakiutl - Laal - Ladin - Ladino - Lahnda - Lahu - Lak - Laki - Lakota - Laothian - Latin - Latvian (Lettish) - Laz - Lezghian - Ligurian - Lillooet - Limbu - Limburgish ( Limburger) - Lingala - Lithuanian - Lojban - Loma (Liberia) - Lombard - Low German Low Saxon - Lozi - Luba-Lulua - Lucumi - Ludian - Lule Sami - Lunda - Luo (Kenya and Tanzania) - Lushootseed - Luxembourgish (Letzeburgesch) - Macedonian - Madurese - Magahi - Maithili - Malagasy - Malay - Malayalam - Malecite-Passamaquoddy - Maltese - Manchu - Mandaic - Mandan - Mandarin Chinese - Mansi - Maori - Maranao - Marathi - Mari (Russia) - Marwari - Masai - Mayo - Meitei - Mende (Sierra Leone) - Menominee - Michif - Micmac - Min Bei Chinese - Min Dong Chinese - Minangkabau - Mingrelian - Mirandese - Mohawk - Moksha - Moldavian - Mon - Mongolian - Montagnais - Morisyen - Mossi - Mozarabic - Multilingual - Muong - Nama (Namibia) - Nanai - Naskapi - Nauru - Neapolitan - Nepali - Newari Nepal Bhasa - Nganasan - Nisgaa - Niuean - No linguistic content - Nogai - Norse Old - Northern Sotho Pedi Sepedi - Norwegian - Novial - Nyamwezi - Nyoro - Nyungah - Occitan - Ojibwa Central - Ojibwa Eastern - Ojibwa Northwestern - Ojibwa Severn - Ojibwa Western - Ojibwe, Ojibwa - Okanagan - Okinawan Central - Old English - Oneida - Onondaga - Oriya - Oromo (Afan, Galla) - Ottawa - Paipai - Palauan - Pampanga - Pangasinan - Papiamento - Pashto (Pushto) - Persian - Persian (Dari) - Pfaelzisch - Picard - Piedmontese - Pirah - Pitcairn-Norfolk - Plautdietsch - Polish - Pontic - Portuguese - Portuguese (Brazil) - Potawatomi - Prussian - Pulaar - Punjabi - Qashqai - Qawasqar - Quechua - Quich Central - Rapanui - Rarotongan - Reserved for local use. - Rhaeto-Romance - Romagnol - Romani Kalo Finnish - Romani Sinte - Romanian - Romanian Istro - Romanian Megleno - Romany - Runion Creole French - Russian - Rusyn - Saint Lucian Creole French - Sakha - Salar - Salish Straits - Salishan languages - Sami Kildin - Sami languages - Samoan - Sangro - Sanskrit - Santali - Saramaccan - Sardinian Sassarese - Saterland Frisian - Saxon Upper - Scots - Sechelt - Seediq - Sekani - Selkup - Seneca - Serbian - Serbo-Croatian - Seri - Sesotho - Setswana - Shawnee - Shona - Shor - Shoshoni - Shuswap - Sicilian - Sidamo - Siksika - Silesian - Sindhi - Sinhalese - Siswati - Skolt Sami - Slavey North - Slavey South - Slovak - Slovenian - Somali - Soninke - Sorbian Lower - Sorbian Upper - Southern Sami - Southern Tutchone - Spanish - Spanish (Latin America) - Sranan - Stoney - Sudovian - Sumerian - Sundanese - Svan - Swabian - Swahili (Kiswahili) - Swedish - Swedish Sign Language - Swiss German Alemannic Alsatian - Syriac - Tabassaran - Tachawit - Tachelhit - Tagalog - Tagbanwa - Tagish - Tahltan - Tai Na - Taiwanese Mandarin - Tajik - Talysh - Tamajaq Tawallammat - Tamasheq - Tamazight Central Atlas - Tamil - Tarahumara Central - Tat Muslim - Tatar - Telugu - Teo Chew - Tetum - Thai - Thai (Northern) - Thai Northeastern - Thompson - Tibetan - Tigre - Tigrinya - Tlingit - Toda - Tohono Oodham - Tok Pisin - Tonga - Tonga (Nyasa) - Tsez - Tsimshian - Tsonga - Tulu - Tumbuka - Tumzabt - Tupinamb - Turkana - Turkish - Turkish Ottoman - Turkmen - Tuscarora - Tuvalu - Tuvinian - Twi - Ubykh - Udi - Udmurt - Uighur - Ukrainian - Undefined - Urdu - Urum - Uzbek - Venetian - Veps - Vietnamese - Volapuk - Voro - Votic - Vro - Waorani - Waray (Philippines) - Welsh - Western Farsi - Western Neo-Aramaic - Wiyot - Wolof - Wu Chinese - Wymysorys - Xhosa - Yanesha - Yiddish - Yoruba - Zapotec Isthmus - Zarma - Zulu type: string x-enumType: KalturaLanguage transcriptId: description: input Transcript-asset ID type: string title: KalturaVoicebaseJobProviderData type: object KalturaIndexJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: filter: $ref: '#/definitions/KalturaFilter' lastIndexDepth: description: Indicates the last depth that reindexed, used when the batch crached, to re-run from the last crash point. type: integer lastIndexId: description: Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point. type: integer shouldUpdate: description: Indicates that the object columns and attributes values should be recalculated before reindexed. type: boolean title: KalturaIndexJobData type: object KalturaPdfFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPdfFlavorParamsOutputFilter type: string title: KalturaPdfFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaAssetParamsOutput: allOf: - $ref: '#/definitions/KalturaAssetParams' properties: assetId: type: string assetParamsId: type: integer assetParamsVersion: type: string assetVersion: type: string format: description: 'Enum Type: `KalturaContainerFormat` The container format of the Flavor Params' enum: - 3gp - applehttp - avi - bif - bmp - copy - flv - hls - isma - ismv - jpg - m2ts - m4v - mkv - mov - mp3 - mp4 - mpeg - mpegts - mxf - ogg - ogv - pdf - png - swf - wav - webm - wma - wmv - wvm type: string x-enumLabels: - _3GP - APPLEHTTP - AVI - BIF - BMP - COPY - FLV - HLS - ISMA - ISMV - JPG - M2TS - M4V - MKV - MOV - MP3 - MP4 - MPEG - MPEGTS - MXF - OGG - OGV - PDF - PNG - SWF - WAV - WEBM - WMA - WMV - WVM x-enumType: KalturaContainerFormat readyBehavior: type: integer title: KalturaAssetParamsOutput type: object KalturaTVComDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTVComDistributionProfileFilter type: string title: KalturaTVComDistributionProfileBaseFilter type: object x-abstract: true KalturaCategoryIdentifier: allOf: - $ref: '#/definitions/KalturaObjectIdentifier' properties: identifier: description: 'Enum Type: `KalturaCategoryIdentifierField` Identifier of the object' enum: - fullName - id - referenceId type: string x-enumLabels: - FULL_NAME - ID - REFERENCE_ID x-enumType: KalturaCategoryIdentifierField title: KalturaCategoryIdentifier type: object KalturaThumbParamsOutput: allOf: - $ref: '#/definitions/KalturaThumbParams' properties: rotate: type: integer thumbAssetId: type: string thumbAssetVersion: type: string thumbParamsId: type: integer thumbParamsVersion: type: string title: KalturaThumbParamsOutput type: object KalturaFeedDropFolderFileBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFileFilter' anyOf: - $ref: '#/definitions/KalturaFeedDropFolderFileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFeedDropFolderFileFilter type: string title: KalturaFeedDropFolderFileBaseFilter type: object x-abstract: true KalturaVerizonVcastDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: allowDownload: type: string allowStreaming: type: string downloadPriceCode: type: string entitlement: type: string ftpHost: type: string ftpLogin: type: string ftpPass: type: string priority: type: string providerId: type: string providerName: type: string streamingPriceCode: type: string title: KalturaVerizonVcastDistributionProfile type: object KalturaVelocixProvisionJobData: allOf: - $ref: '#/definitions/KalturaProvisionJobData' properties: password: type: string x-inputType: password provisioningParams: items: $ref: '#/definitions/KalturaKeyValue' type: array userName: type: string title: KalturaVelocixProvisionJobData type: object KalturaLiveChannelCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveChannel attributes. Use KalturaLiveChannelCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveChannelCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaLiveChannelCompareAttribute title: KalturaLiveChannelCompareAttributeCondition type: object KalturaIntegerValue: allOf: - $ref: '#/definitions/KalturaValue' anyOf: - $ref: '#/definitions/KalturaIntegerValue' - $ref: '#/definitions/KalturaTimeContextField' description: An int representation to return an array of ints discriminator: objectType properties: objectType: enum: - KalturaIntegerValue - KalturaTimeContextField type: string value: type: integer title: KalturaIntegerValue type: object KalturaKontikiStorageExportJobData: allOf: - $ref: '#/definitions/KalturaStorageExportJobData' properties: contentMoid: description: Unique Kontiki MOID for the content uploaded to Kontiki type: string flavorAssetId: description: Holds the id of the exported asset type: string serviceToken: type: string title: KalturaKontikiStorageExportJobData type: object KalturaRecalculateResponseProfileCacheJobData: allOf: - $ref: '#/definitions/KalturaRecalculateCacheJobData' properties: cachedObjectType: description: Class name type: string endObjectKey: type: string ksType: description: 'Enum Type: `KalturaSessionType`' enum: - 0 - 2 type: integer x-enumLabels: - USER - ADMIN x-enumType: KalturaSessionType objectId: type: string protocol: description: http / https type: string startObjectKey: type: string userRoles: items: $ref: '#/definitions/KalturaIntegerValue' type: array title: KalturaRecalculateResponseProfileCacheJobData type: object KalturaHuluDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaHuluDistributionProfileFilter type: string title: KalturaHuluDistributionProfileBaseFilter type: object x-abstract: true KalturaMediaEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaPlayableEntryFilter' anyOf: - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' description: '`abstract`' discriminator: objectType properties: flavorParamsIdsMatchAnd: type: string flavorParamsIdsMatchOr: type: string mediaDateGreaterThanOrEqual: type: integer mediaDateLessThanOrEqual: type: integer mediaTypeEqual: description: 'Enum Type: `KalturaMediaType`' enum: - 1 - 2 - 5 - 201 - 202 - 203 - 204 type: integer x-enumLabels: - VIDEO - IMAGE - AUDIO - LIVE_STREAM_FLASH - LIVE_STREAM_WINDOWS_MEDIA - LIVE_STREAM_REAL_MEDIA - LIVE_STREAM_QUICKTIME x-enumType: KalturaMediaType mediaTypeIn: type: string objectType: enum: - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string sourceTypeEqual: description: 'Enum Type: `KalturaSourceType`' enum: - limeLight.LIVE_STREAM - velocix.VELOCIX_LIVE - '1' - '2' - '5' - '6' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '42' type: string x-enumLabels: - LIMELIGHT_LIVE - VELOCIX_LIVE - FILE - WEBCAM - URL - SEARCH_PROVIDER - AKAMAI_LIVE - MANUAL_LIVE_STREAM - AKAMAI_UNIVERSAL_LIVE - LIVE_STREAM - LIVE_CHANNEL - RECORDED_LIVE - CLIP - KALTURA_RECORDED_LIVE - LECTURE_CAPTURE - LIVE_STREAM_ONTEXTDATA_CAPTIONS x-enumType: KalturaSourceType sourceTypeIn: type: string sourceTypeNotEqual: description: 'Enum Type: `KalturaSourceType`' enum: - limeLight.LIVE_STREAM - velocix.VELOCIX_LIVE - '1' - '2' - '5' - '6' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '42' type: string x-enumLabels: - LIMELIGHT_LIVE - VELOCIX_LIVE - FILE - WEBCAM - URL - SEARCH_PROVIDER - AKAMAI_LIVE - MANUAL_LIVE_STREAM - AKAMAI_UNIVERSAL_LIVE - LIVE_STREAM - LIVE_CHANNEL - RECORDED_LIVE - CLIP - KALTURA_RECORDED_LIVE - LECTURE_CAPTURE - LIVE_STREAM_ONTEXTDATA_CAPTIONS x-enumType: KalturaSourceType sourceTypeNotIn: type: string title: KalturaMediaEntryBaseFilter type: object x-abstract: true KalturaSearchItem: anyOf: - $ref: '#/definitions/KalturaCatalogItemAdvancedFilter' - $ref: '#/definitions/KalturaCategoryEntryAdvancedFilter' - $ref: '#/definitions/KalturaCategoryUserAdvancedFilter' - $ref: '#/definitions/KalturaContentDistributionSearchItem' - $ref: '#/definitions/KalturaEntryCaptionAdvancedFilter' - $ref: '#/definitions/KalturaEntryCaptionAssetSearchItem' - $ref: '#/definitions/KalturaEntryCuePointSearchFilter' - $ref: '#/definitions/KalturaEntryTranscriptAssetSearchItem' - $ref: '#/definitions/KalturaForensicWatermarkAdvancedFilter' - $ref: '#/definitions/KalturaIndexAdvancedFilter' - $ref: '#/definitions/KalturaQuizAdvancedFilter' - $ref: '#/definitions/KalturaSearchCondition' - $ref: '#/definitions/KalturaSearchOperator' - $ref: '#/definitions/KalturaViewHistoryUserEntryAdvancedFilter' - $ref: '#/definitions/KalturaWatchLaterUserEntryAdvancedFilter' - $ref: '#/definitions/KalturaBaseEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDataEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMixEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlaylistCompareAttributeCondition' - $ref: '#/definitions/KalturaBaseEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDataEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMixEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlaylistMatchAttributeCondition' - $ref: '#/definitions/KalturaEntryIndexAdvancedFilter' - $ref: '#/definitions/KalturaSearchComparableCondition' - $ref: '#/definitions/KalturaSearchMatchCondition' - $ref: '#/definitions/KalturaDynamicObjectSearchItem' - $ref: '#/definitions/KalturaMetadataSearchItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCatalogItemAdvancedFilter - KalturaCategoryEntryAdvancedFilter - KalturaCategoryUserAdvancedFilter - KalturaContentDistributionSearchItem - KalturaEntryCaptionAdvancedFilter - KalturaEntryCaptionAssetSearchItem - KalturaEntryCuePointSearchFilter - KalturaEntryTranscriptAssetSearchItem - KalturaForensicWatermarkAdvancedFilter - KalturaIndexAdvancedFilter - KalturaQuizAdvancedFilter - KalturaSearchCondition - KalturaSearchOperator - KalturaViewHistoryUserEntryAdvancedFilter - KalturaWatchLaterUserEntryAdvancedFilter - KalturaBaseEntryCompareAttributeCondition - KalturaDataEntryCompareAttributeCondition - KalturaDocumentEntryCompareAttributeCondition - KalturaExternalMediaEntryCompareAttributeCondition - KalturaLiveChannelCompareAttributeCondition - KalturaLiveEntryCompareAttributeCondition - KalturaLiveStreamAdminEntryCompareAttributeCondition - KalturaLiveStreamEntryCompareAttributeCondition - KalturaMediaEntryCompareAttributeCondition - KalturaMixEntryCompareAttributeCondition - KalturaPlayableEntryCompareAttributeCondition - KalturaPlaylistCompareAttributeCondition - KalturaBaseEntryMatchAttributeCondition - KalturaDataEntryMatchAttributeCondition - KalturaDocumentEntryMatchAttributeCondition - KalturaExternalMediaEntryMatchAttributeCondition - KalturaLiveChannelMatchAttributeCondition - KalturaLiveEntryMatchAttributeCondition - KalturaLiveStreamAdminEntryMatchAttributeCondition - KalturaLiveStreamEntryMatchAttributeCondition - KalturaMediaEntryMatchAttributeCondition - KalturaMixEntryMatchAttributeCondition - KalturaPlayableEntryMatchAttributeCondition - KalturaPlaylistMatchAttributeCondition - KalturaEntryIndexAdvancedFilter - KalturaSearchComparableCondition - KalturaSearchMatchCondition - KalturaDynamicObjectSearchItem - KalturaMetadataSearchItem type: string title: KalturaSearchItem type: object x-abstract: true KalturaLiveStreamEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveStreamEntry attributes. Use KalturaLiveStreamEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveStreamEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaLiveStreamEntryMatchAttribute title: KalturaLiveStreamEntryMatchAttributeCondition type: object KalturaAvnDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaAvnDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAvnDistributionProviderFilter type: string title: KalturaAvnDistributionProviderBaseFilter type: object x-abstract: true KalturaFreewheelDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFreewheelDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFreewheelDistributionProviderOrderBy title: KalturaFreewheelDistributionProviderFilter type: object KalturaConvertLiveSegmentJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: assetId: type: string destDataFilePath: description: The data output file type: string destFilePath: description: The output file type: string endTime: description: Duration of the live entry including all recorded segments including the current type: number entryId: description: Live stream entry id type: string fileIndex: description: The index of the file within the entry type: integer mediaServerIndex: description: 'Enum Type: `KalturaEntryServerNodeType` Primary or secondary media server' enum: - '0' - '1' - '2' type: string x-enumLabels: - LIVE_PRIMARY - LIVE_BACKUP - LIVE_CLIPPING_TASK x-enumType: KalturaEntryServerNodeType srcFilePath: description: The recorded live media type: string title: KalturaConvertLiveSegmentJobData type: object KalturaPdfFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPdfFlavorParamsFilter type: string title: KalturaPdfFlavorParamsBaseFilter type: object x-abstract: true KalturaFreewheelDistributionAssetPath: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: path: type: string title: KalturaFreewheelDistributionAssetPath type: object KalturaNotificationJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: data: type: string notificationResult: type: string numberOfAttempts: type: integer objType: description: 'Enum Type: `KalturaNotificationObjectType`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - ENTRY - KSHOW - USER - BATCH_JOB x-enumType: KalturaNotificationObjectType objectId: type: string status: description: 'Enum Type: `KalturaNotificationStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 type: integer x-enumLabels: - PENDING - SENT - ERROR - SHOULD_RESEND - ERROR_RESENDING - SENT_SYNCH - QUEUED x-enumType: KalturaNotificationStatus type: description: 'Enum Type: `KalturaNotificationType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 21 - 26 type: integer x-enumLabels: - ENTRY_ADD - ENTR_UPDATE_PERMISSIONS - ENTRY_DELETE - ENTRY_BLOCK - ENTRY_UPDATE - ENTRY_UPDATE_THUMBNAIL - ENTRY_UPDATE_MODERATION - USER_ADD - USER_BANNED x-enumType: KalturaNotificationType typeAsString: type: string userId: type: string title: KalturaNotificationJobData type: object KalturaDistributionDeleteJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' properties: keepDistributionItem: description: Flag signifying that the associated distribution item should not be moved to 'removed' status type: boolean title: KalturaDistributionDeleteJobData type: object KalturaDoubleClickDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: {} title: KalturaDoubleClickDistributionJobProviderData type: object KalturaImportMetadataJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: destFileLocalPath: type: string metadataId: type: integer srcFileUrl: type: string title: KalturaImportMetadataJobData type: object KalturaFreeJobResponse: properties: job: $ref: '#/definitions/KalturaBatchJob' jobType: description: '`readOnly` Enum Type: `KalturaBatchJobType`' enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' readOnly: true type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType queueSize: description: '`readOnly`' readOnly: true type: integer title: KalturaFreeJobResponse type: object KalturaBulkUploadScheduleEventCsvJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadScheduleEventJobData' description: Represents the Bulk upload job data for CSV bulk upload properties: columns: items: $ref: '#/definitions/KalturaString' type: array csvVersion: description: '`readOnly` Enum Type: `KalturaBulkUploadCsvVersion` The version of the csv file' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - V1 - V2 - V3 x-enumType: KalturaBulkUploadCsvVersion title: KalturaBulkUploadScheduleEventCsvJobData type: object KalturaBlackoutScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaRecordScheduleEventBaseFilter' properties: {} title: KalturaBlackoutScheduleEventFilter type: object KalturaCuePointFilter: allOf: - $ref: '#/definitions/KalturaCuePointBaseFilter' anyOf: - $ref: '#/definitions/KalturaCuePointFilter' - $ref: '#/definitions/KalturaAdCuePointFilter' - $ref: '#/definitions/KalturaAnnotationFilter' - $ref: '#/definitions/KalturaAnswerCuePointFilter' - $ref: '#/definitions/KalturaCodeCuePointFilter' - $ref: '#/definitions/KalturaEventCuePointFilter' - $ref: '#/definitions/KalturaQuestionCuePointFilter' - $ref: '#/definitions/KalturaThumbCuePointFilter' discriminator: objectType properties: freeText: type: string objectType: enum: - KalturaCuePointFilter - KalturaAdCuePointFilter - KalturaAnnotationFilter - KalturaAnswerCuePointFilter - KalturaCodeCuePointFilter - KalturaEventCuePointFilter - KalturaQuestionCuePointFilter - KalturaThumbCuePointFilter type: string orderBy: enum: - +createdAt - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCuePointOrderBy userIdCurrent: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean userIdEqualCurrent: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaCuePointFilter type: object KalturaVendorDubbingCatalogItemBaseFilter: allOf: - $ref: '#/definitions/KalturaVendorCatalogItemFilter' anyOf: - $ref: '#/definitions/KalturaVendorDubbingCatalogItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVendorDubbingCatalogItemFilter type: string targetLanguageEqual: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage targetLanguageIn: type: string title: KalturaVendorDubbingCatalogItemBaseFilter type: object x-abstract: true KalturaQuickPlayDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaQuickPlayDistributionProfileFilter type: string title: KalturaQuickPlayDistributionProfileBaseFilter type: object x-abstract: true KalturaYoutubeApiDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionsInfo: items: $ref: '#/definitions/KalturaYouTubeApiCaptionDistributionInfo' type: array thumbAssetFilePath: type: string videoAssetFilePath: type: string title: KalturaYoutubeApiDistributionJobProviderData type: object KalturaBulkUploadResultVendorCatalogItem: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: clearAudioFlavorParamsId: type: integer enableSpeakerId: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean fixedPriceAddons: type: integer flavorParamsId: type: integer name: type: string outputFormat: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat pricing: $ref: '#/definitions/KalturaVendorCatalogItemPricing' serviceFeature: description: 'Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - CAPTIONS - TRANSLATION - ALIGNMENT - AUDIO_DESCRIPTION - CHAPTERING - INTELLIGENT_TAGGING - DUBBING - LIVE_CAPTION - EXTENDED_AUDIO_DESCRIPTION x-enumType: KalturaVendorServiceFeature serviceType: description: 'Enum Type: `KalturaVendorServiceType`' enum: - 1 - 2 type: integer x-enumLabels: - HUMAN - MACHINE x-enumType: KalturaVendorServiceType sourceLanguage: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage systemName: type: string targetLanguage: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage turnAroundTime: description: 'Enum Type: `KalturaVendorServiceTurnAroundTime`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1800 - 7200 - 10800 - 21600 - 28800 - 43200 - 86400 - 172800 - 345600 - 432000 - 864000 type: integer x-enumLabels: - BEST_EFFORT - IMMEDIATE - ONE_BUSINESS_DAY - TWO_BUSINESS_DAYS - THREE_BUSINESS_DAYS - FOUR_BUSINESS_DAYS - FIVE_BUSINESS_DAYS - SIX_BUSINESS_DAYS - SEVEN_BUSINESS_DAYS - THIRTY_MINUTES - TWO_HOURS - THREE_HOURS - SIX_HOURS - EIGHT_HOURS - TWELVE_HOURS - TWENTY_FOUR_HOURS - FORTY_EIGHT_HOURS - FOUR_DAYS - FIVE_DAYS - TEN_DAYS x-enumType: KalturaVendorServiceTurnAroundTime vendorCatalogItemId: type: integer vendorPartnerId: type: integer title: KalturaBulkUploadResultVendorCatalogItem type: object KalturaDeliveryProfileGenericSilverLightBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLightFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileGenericSilverLightFilter type: string title: KalturaDeliveryProfileGenericSilverLightBaseFilter type: object x-abstract: true KalturaBooleanValue: allOf: - $ref: '#/definitions/KalturaValue' anyOf: - $ref: '#/definitions/KalturaBooleanValue' - $ref: '#/definitions/KalturaEvalBooleanField' description: A boolean representation to return an array of booleans discriminator: objectType properties: objectType: enum: - KalturaBooleanValue - KalturaEvalBooleanField type: string value: type: boolean title: KalturaBooleanValue type: object KalturaThumbCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaThumbCuePointFilter' description: '`abstract`' discriminator: objectType properties: descriptionLike: type: string descriptionMultiLikeAnd: type: string descriptionMultiLikeOr: type: string objectType: enum: - KalturaThumbCuePointFilter type: string subTypeEqual: description: 'Enum Type: `KalturaThumbCuePointSubType`' enum: - 1 - 2 type: integer x-enumLabels: - SLIDE - CHAPTER x-enumType: KalturaThumbCuePointSubType subTypeIn: type: string titleLike: type: string titleMultiLikeAnd: type: string titleMultiLikeOr: type: string title: KalturaThumbCuePointBaseFilter type: object x-abstract: true KalturaUnicornDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUnicornDistributionProfileFilter type: string title: KalturaUnicornDistributionProfileBaseFilter type: object x-abstract: true KalturaUserEmailContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current session user e-mail address context properties: {} title: KalturaUserEmailContextField type: object KalturaCortexApiCaptionDistributionInfo: properties: action: description: 'Enum Type: `KalturaCortexApiDistributionCaptionAction`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - UPDATE_ACTION - SUBMIT_ACTION - DELETE_ACTION x-enumType: KalturaCortexApiDistributionCaptionAction assetId: type: string fileExt: type: string filePath: type: string label: type: string language: type: string remoteId: type: string version: type: string title: KalturaCortexApiCaptionDistributionInfo type: object KalturaScheduledTaskJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: fileFormat: description: 'Enum Type: `KalturaDryRunFileType`' enum: - 1 - 2 type: integer x-enumLabels: - LIST_RESPONSE - CSV x-enumType: KalturaDryRunFileType maxResults: type: integer referenceTime: type: integer resultsFilePath: type: string totalCount: type: integer title: KalturaScheduledTaskJobData type: object KalturaBulkUploadEntryData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: conversionProfileId: description: Selected profile id for all bulk entries type: integer title: KalturaBulkUploadEntryData type: object KalturaStorageExportJobData: allOf: - $ref: '#/definitions/KalturaStorageJobData' anyOf: - $ref: '#/definitions/KalturaStorageExportJobData' - $ref: '#/definitions/KalturaAmazonS3StorageExportJobData' - $ref: '#/definitions/KalturaKontikiStorageExportJobData' discriminator: objectType properties: assetId: type: string createLink: type: boolean externalUrl: type: string force: type: boolean objectType: enum: - KalturaStorageExportJobData - KalturaAmazonS3StorageExportJobData - KalturaKontikiStorageExportJobData type: string port: type: integer title: KalturaStorageExportJobData type: object KalturaDeliveryProfileGenericHttpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericHttpBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileGenericHttpOrderBy title: KalturaDeliveryProfileGenericHttpFilter type: object KalturaAssetParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaAssetParamsOutputOrderBy title: KalturaAssetParamsOutputFilter type: object KalturaDrmProfileFilter: allOf: - $ref: '#/definitions/KalturaDrmProfileBaseFilter' anyOf: - $ref: '#/definitions/KalturaDrmProfileFilter' - $ref: '#/definitions/KalturaFairplayDrmProfileFilter' - $ref: '#/definitions/KalturaPlayReadyProfileFilter' - $ref: '#/definitions/KalturaWidevineProfileFilter' discriminator: objectType properties: objectType: enum: - KalturaDrmProfileFilter - KalturaFairplayDrmProfileFilter - KalturaPlayReadyProfileFilter - KalturaWidevineProfileFilter type: string orderBy: enum: - +id - +name - -id - -name type: string x-enumLabels: - ID_ASC - NAME_ASC - ID_DESC - NAME_DESC x-enumType: KalturaDrmProfileOrderBy title: KalturaDrmProfileFilter type: object KalturaBpmEventNotificationIntegrationJobTriggerData: allOf: - $ref: '#/definitions/KalturaIntegrationJobTriggerData' properties: businessProcessId: type: string caseId: description: Execution unique id type: string templateId: description: KalturaBusinessProcessNotificationTemplate id type: integer title: KalturaBpmEventNotificationIntegrationJobTriggerData type: object KalturaActivitiBusinessProcessServer: allOf: - $ref: '#/definitions/KalturaBusinessProcessServer' properties: host: type: string password: type: string x-inputType: password port: type: integer protocol: description: 'Enum Type: `KalturaActivitiBusinessProcessServerProtocol`' enum: - http - https type: string x-enumLabels: - HTTP - HTTPS x-enumType: KalturaActivitiBusinessProcessServerProtocol username: type: string title: KalturaActivitiBusinessProcessServer type: object KalturaDropFolderFileFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFileBaseFilter' anyOf: - $ref: '#/definitions/KalturaDropFolderFileFilter' - $ref: '#/definitions/KalturaFeedDropFolderFileFilter' - $ref: '#/definitions/KalturaWebexDropFolderFileFilter' discriminator: objectType properties: objectType: enum: - KalturaDropFolderFileFilter - KalturaFeedDropFolderFileFilter - KalturaWebexDropFolderFileFilter type: string orderBy: enum: - +createdAt - +fileName - +fileSize - +fileSizeLastSetAt - +id - +parsedFlavor - +parsedSlug - +updatedAt - -createdAt - -fileName - -fileSize - -fileSizeLastSetAt - -id - -parsedFlavor - -parsedSlug - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - FILE_NAME_ASC - FILE_SIZE_ASC - FILE_SIZE_LAST_SET_AT_ASC - ID_ASC - PARSED_FLAVOR_ASC - PARSED_SLUG_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - FILE_NAME_DESC - FILE_SIZE_DESC - FILE_SIZE_LAST_SET_AT_DESC - ID_DESC - PARSED_FLAVOR_DESC - PARSED_SLUG_DESC - UPDATED_AT_DESC x-enumType: KalturaDropFolderFileOrderBy title: KalturaDropFolderFileFilter type: object KalturaCaptionAssetItemFilter: allOf: - $ref: '#/definitions/KalturaCaptionAssetFilter' properties: contentLike: type: string contentMultiLikeAnd: type: string contentMultiLikeOr: type: string endTimeGreaterThanOrEqual: type: integer endTimeLessThanOrEqual: type: integer labelEqual: type: string labelIn: type: string languageEqual: description: 'Enum Type: `KalturaLanguage`' enum: - Abaza - Abkhazian - Abnaki Western - Abure - Achang - Achinese - Achterhooks - Achumawi - Adioukrou - Adyghe; Adygei - Adynyamathanha - Afade - Afar - Afrikaans - Aghem - Aghul - Aguacateco - Aguaruna - Ainu (Japan) - Akkadian - Aklanon - Akum - Alabama - Albanian - Albanian (Gheg) - Albanian (Tosk) - Aleut - Algonquian languages - Algonquin - Altai (Southern) - Amharic - Angloromani - Apache (Jicarilla) - Apache (Western) - Arabic - Arabic (standard) - Arabic Tunisian Spoken - Aramaic - Aramaic Samaritan - Arapaho - Araucanian - Arikara - Armenian - Aromanian - Assamese - Assiniboine - Assyrian Neo-Aramaic - Asturian - Athapascan languages - Atikamekw - Awadhi - Aymara - Azerbaijani - Babine - Badaga - Bai - Balinese - Balochi Southern - Balti - Baluchi - Basa (Cameroon) - Bashkir - Basque - Bavarian - Beaver - Beja - Bemba (Zambia) - Bengali (Bangla) - Betawi - Bezhta - Bhili - Bhojpuri - Bhutani - Bihari - Bikol - Bini - Bishnupriya Manipuri - Bislama - Breton - Buginese - Bulgarian - Buriat - Burmese - Byelorussian (Belarusian) - Caddo - Cambodian - Cantonese - Carrier - Carrier Southern - Catalan - Catawba - Cayuga - Cebuano - Chagatai - Chaldean Neo-Aramaic - Cherokee - Cheyenne - Chickasaw - Chilcotin - Chinese - Chinook jargon - Chipewyan - Chippewa - Choctaw - Chor - Chukot - Cimbrian - Clallam Klallam - Cochimi - Cocopa - Colognian - Comanche - Comorian - Comox - Coptic - Corsican - Cree - Creek - Crimean Tatar - Croatian - Cupeo - Czech - Dakota - Danish - Dargwa - Dari (Persian) - Dari Zoroastrian - Dehu - Delaware - Dinka - Dogri (generic) - Dogrib - Dolgan - Dong - Duala - Dungan - Dutch - Dyula - E - Emilian - English - English (American) - English (British) - English Middle (1100-1500) - Erzya - Esperanto - Estonian - Even - Evenki - Faeroese - Fala - Fang (Equatorial Guinea) - Farsi - Fiji - Filipino - Finnish - Finnish (Tornedalen) - Fon - Franco-Prove - Frankish - French - French (Canada) - Frisian - Frisian Northern - Friulian - Fur - Ga - Gaelic (Manx) - Gaelic (Scottish) - Gagauz - Galician - Gan - Geez - Georgian - German - German Hutterite - German Pennsylvania - Gilbertese - Gilyak Nivkh - Gitxsan - Greek - Greek Ancient (to 1453) - Greenlandic - Guarani - Gujarati - Gwichin - Haida - Hainanese - Haisla - Hakka - Halkomelem - Han - Hani - Hausa - Hawaiian - Hebrew - Heiltsuk - Hidatsa - Hiligaynon - Hindi - Hmong - Hokkien - Hopi - Huizhou Chinese - Hungarian - Icelandic - Ikposo - Iloko - Inari Sami - Indonesian - Ingrian - Ingush - Interlingua - Interlingue - Inuinnaqtun - Inuktitut - Inupiak - Irish - Iroquoian languages - Italian - Itelmen - Japanese - Javanese - Jinyu Chinese - Jju - Judeo-Crimean Tatar - Judeo-Georgian - Jutish - Kabardian - Kabuverdianu - Kabyle - Kachchi - Kaikavian literary language (Kajkavian) - Kalmyk Oirat - Kannada - Kansa - Karachay-Balkar - Karagas - Karaim - Karakalpak - Karelian - Kashmiri - Kashubian - Kaska - Kawi - Kazakh - Khakas - Khalaj Turkic - Khanty - Khasi - Khmer Northern - Kickapoo - Kinyarwanda (Ruanda) - Kiowa - Kirghiz - Kirundi (Rundi) - Klingon tlhIngan-Hol - Kodava - Komi-Permyak - Konkani (generic) - Konkani (specific) - Konkani Goan - Korean - Koryak - Kosraean - Kotava - Kpelle - Kumiai - Kumyk - Kurdish - Kutenai - Kwakiutl - Laal - Ladin - Ladino - Lahnda - Lahu - Lak - Laki - Lakota - Laothian - Latin - Latvian (Lettish) - Laz - Lezghian - Ligurian - Lillooet - Limbu - Limburgish ( Limburger) - Lingala - Lithuanian - Lojban - Loma (Liberia) - Lombard - Low German Low Saxon - Lozi - Luba-Lulua - Lucumi - Ludian - Lule Sami - Lunda - Luo (Kenya and Tanzania) - Lushootseed - Luxembourgish (Letzeburgesch) - Macedonian - Madurese - Magahi - Maithili - Malagasy - Malay - Malayalam - Malecite-Passamaquoddy - Maltese - Manchu - Mandaic - Mandan - Mandarin Chinese - Mansi - Maori - Maranao - Marathi - Mari (Russia) - Marwari - Masai - Mayo - Meitei - Mende (Sierra Leone) - Menominee - Michif - Micmac - Min Bei Chinese - Min Dong Chinese - Minangkabau - Mingrelian - Mirandese - Mohawk - Moksha - Moldavian - Mon - Mongolian - Montagnais - Morisyen - Mossi - Mozarabic - Multilingual - Muong - Nama (Namibia) - Nanai - Naskapi - Nauru - Neapolitan - Nepali - Newari Nepal Bhasa - Nganasan - Nisgaa - Niuean - No linguistic content - Nogai - Norse Old - Northern Sotho Pedi Sepedi - Norwegian - Novial - Nyamwezi - Nyoro - Nyungah - Occitan - Ojibwa Central - Ojibwa Eastern - Ojibwa Northwestern - Ojibwa Severn - Ojibwa Western - Ojibwe, Ojibwa - Okanagan - Okinawan Central - Old English - Oneida - Onondaga - Oriya - Oromo (Afan, Galla) - Ottawa - Paipai - Palauan - Pampanga - Pangasinan - Papiamento - Pashto (Pushto) - Persian - Persian (Dari) - Pfaelzisch - Picard - Piedmontese - Pirah - Pitcairn-Norfolk - Plautdietsch - Polish - Pontic - Portuguese - Portuguese (Brazil) - Potawatomi - Prussian - Pulaar - Punjabi - Qashqai - Qawasqar - Quechua - Quich Central - Rapanui - Rarotongan - Reserved for local use. - Rhaeto-Romance - Romagnol - Romani Kalo Finnish - Romani Sinte - Romanian - Romanian Istro - Romanian Megleno - Romany - Runion Creole French - Russian - Rusyn - Saint Lucian Creole French - Sakha - Salar - Salish Straits - Salishan languages - Sami Kildin - Sami languages - Samoan - Sangro - Sanskrit - Santali - Saramaccan - Sardinian Sassarese - Saterland Frisian - Saxon Upper - Scots - Sechelt - Seediq - Sekani - Selkup - Seneca - Serbian - Serbo-Croatian - Seri - Sesotho - Setswana - Shawnee - Shona - Shor - Shoshoni - Shuswap - Sicilian - Sidamo - Siksika - Silesian - Sindhi - Sinhalese - Siswati - Skolt Sami - Slavey North - Slavey South - Slovak - Slovenian - Somali - Soninke - Sorbian Lower - Sorbian Upper - Southern Sami - Southern Tutchone - Spanish - Spanish (Latin America) - Sranan - Stoney - Sudovian - Sumerian - Sundanese - Svan - Swabian - Swahili (Kiswahili) - Swedish - Swedish Sign Language - Swiss German Alemannic Alsatian - Syriac - Tabassaran - Tachawit - Tachelhit - Tagalog - Tagbanwa - Tagish - Tahltan - Tai Na - Taiwanese Mandarin - Tajik - Talysh - Tamajaq Tawallammat - Tamasheq - Tamazight Central Atlas - Tamil - Tarahumara Central - Tat Muslim - Tatar - Telugu - Teo Chew - Tetum - Thai - Thai (Northern) - Thai Northeastern - Thompson - Tibetan - Tigre - Tigrinya - Tlingit - Toda - Tohono Oodham - Tok Pisin - Tonga - Tonga (Nyasa) - Tsez - Tsimshian - Tsonga - Tulu - Tumbuka - Tumzabt - Tupinamb - Turkana - Turkish - Turkish Ottoman - Turkmen - Tuscarora - Tuvalu - Tuvinian - Twi - Ubykh - Udi - Udmurt - Uighur - Ukrainian - Undefined - Urdu - Urum - Uzbek - Venetian - Veps - Vietnamese - Volapuk - Voro - Votic - Vro - Waorani - Waray (Philippines) - Welsh - Western Farsi - Western Neo-Aramaic - Wiyot - Wolof - Wu Chinese - Wymysorys - Xhosa - Yanesha - Yiddish - Yoruba - Zapotec Isthmus - Zarma - Zulu type: string x-enumType: KalturaLanguage languageIn: type: string partnerDescriptionLike: type: string partnerDescriptionMultiLikeAnd: type: string partnerDescriptionMultiLikeOr: type: string startTimeGreaterThanOrEqual: type: integer startTimeLessThanOrEqual: type: integer title: KalturaCaptionAssetItemFilter type: object KalturaPdfFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaPdfFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPdfFlavorParamsOrderBy title: KalturaPdfFlavorParamsFilter type: object KalturaMeetingScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaMeetingScheduleEventBaseFilter' properties: {} title: KalturaMeetingScheduleEventFilter type: object KalturaLocationScheduleResourceBaseFilter: allOf: - $ref: '#/definitions/KalturaScheduleResourceFilter' anyOf: - $ref: '#/definitions/KalturaLocationScheduleResourceFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLocationScheduleResourceFilter type: string title: KalturaLocationScheduleResourceBaseFilter type: object x-abstract: true KalturaSearchMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaAttributeCondition' anyOf: - $ref: '#/definitions/KalturaBaseEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDataEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMixEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlaylistMatchAttributeCondition' description: '`abstract`' discriminator: objectType properties: not: type: boolean objectType: enum: - KalturaBaseEntryMatchAttributeCondition - KalturaDataEntryMatchAttributeCondition - KalturaDocumentEntryMatchAttributeCondition - KalturaExternalMediaEntryMatchAttributeCondition - KalturaLiveChannelMatchAttributeCondition - KalturaLiveEntryMatchAttributeCondition - KalturaLiveStreamAdminEntryMatchAttributeCondition - KalturaLiveStreamEntryMatchAttributeCondition - KalturaMediaEntryMatchAttributeCondition - KalturaMixEntryMatchAttributeCondition - KalturaPlayableEntryMatchAttributeCondition - KalturaPlaylistMatchAttributeCondition type: string title: KalturaSearchMatchAttributeCondition type: object x-abstract: true KalturaPdfFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: readonly: type: boolean title: KalturaPdfFlavorParamsOutput type: object KalturaScheduledTaskProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaScheduledTaskProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string lastExecutionStartedAtGreaterThanOrEqual: type: integer lastExecutionStartedAtLessThanOrEqual: type: integer lastExecutionStartedAtLessThanOrEqualOrNull: type: integer objectType: enum: - KalturaScheduledTaskProfileFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaScheduledTaskProfileStatus`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED - SUSPENDED - DRY_RUN_ONLY x-enumType: KalturaScheduledTaskProfileStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaScheduledTaskProfileBaseFilter type: object x-abstract: true KalturaStorageProfileFilter: allOf: - $ref: '#/definitions/KalturaStorageProfileBaseFilter' anyOf: - $ref: '#/definitions/KalturaStorageProfileFilter' - $ref: '#/definitions/KalturaAmazonS3StorageProfileFilter' - $ref: '#/definitions/KalturaKontikiStorageProfileFilter' discriminator: objectType properties: objectType: enum: - KalturaStorageProfileFilter - KalturaAmazonS3StorageProfileFilter - KalturaKontikiStorageProfileFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaStorageProfileOrderBy title: KalturaStorageProfileFilter type: object KalturaRecalculateCacheJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaRecalculateResponseProfileCacheJobData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaRecalculateResponseProfileCacheJobData type: string title: KalturaRecalculateCacheJobData type: object x-abstract: true KalturaDoubleClickDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaDoubleClickDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDoubleClickDistributionProfileOrderBy title: KalturaDoubleClickDistributionProfileFilter type: object KalturaConfigurableDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' anyOf: - $ref: '#/definitions/KalturaAttUverseDistributionJobProviderData' - $ref: '#/definitions/KalturaCortexApiDistributionJobProviderData' - $ref: '#/definitions/KalturaCrossKalturaDistributionJobProviderData' - $ref: '#/definitions/KalturaDailymotionDistributionJobProviderData' - $ref: '#/definitions/KalturaFacebookDistributionJobProviderData' - $ref: '#/definitions/KalturaFreewheelGenericDistributionJobProviderData' - $ref: '#/definitions/KalturaFtpDistributionJobProviderData' - $ref: '#/definitions/KalturaHuluDistributionJobProviderData' - $ref: '#/definitions/KalturaIdeticDistributionJobProviderData' - $ref: '#/definitions/KalturaMetroPcsDistributionJobProviderData' - $ref: '#/definitions/KalturaMsnDistributionJobProviderData' - $ref: '#/definitions/KalturaPushToNewsDistributionJobProviderData' - $ref: '#/definitions/KalturaQuickPlayDistributionJobProviderData' - $ref: '#/definitions/KalturaTvinciDistributionJobProviderData' - $ref: '#/definitions/KalturaUnicornDistributionJobProviderData' - $ref: '#/definitions/KalturaUverseDistributionJobProviderData' - $ref: '#/definitions/KalturaVerizonVcastDistributionJobProviderData' - $ref: '#/definitions/KalturaYahooDistributionJobProviderData' - $ref: '#/definitions/KalturaYouTubeDistributionJobProviderData' - $ref: '#/definitions/KalturaYoutubeApiDistributionJobProviderData' description: '`abstract`' discriminator: objectType properties: fieldValues: type: string objectType: enum: - KalturaAttUverseDistributionJobProviderData - KalturaCortexApiDistributionJobProviderData - KalturaCrossKalturaDistributionJobProviderData - KalturaDailymotionDistributionJobProviderData - KalturaFacebookDistributionJobProviderData - KalturaFreewheelGenericDistributionJobProviderData - KalturaFtpDistributionJobProviderData - KalturaHuluDistributionJobProviderData - KalturaIdeticDistributionJobProviderData - KalturaMetroPcsDistributionJobProviderData - KalturaMsnDistributionJobProviderData - KalturaPushToNewsDistributionJobProviderData - KalturaQuickPlayDistributionJobProviderData - KalturaTvinciDistributionJobProviderData - KalturaUnicornDistributionJobProviderData - KalturaUverseDistributionJobProviderData - KalturaVerizonVcastDistributionJobProviderData - KalturaYahooDistributionJobProviderData - KalturaYouTubeDistributionJobProviderData - KalturaYoutubeApiDistributionJobProviderData type: string title: KalturaConfigurableDistributionJobProviderData type: object x-abstract: true KalturaWidevineFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaWidevineFlavorParamsOutputOrderBy title: KalturaWidevineFlavorParamsOutputFilter type: object KalturaBatchJobBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaBatchJobFilter' - $ref: '#/definitions/KalturaBatchJobFilterExt' description: '`abstract`' discriminator: objectType properties: batchVersionEqual: type: integer batchVersionGreaterThanOrEqual: type: integer batchVersionLessThanOrEqual: type: integer createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string errNumberEqual: type: integer errNumberIn: type: string errNumberNotIn: type: string errTypeEqual: description: 'Enum Type: `KalturaBatchJobErrorTypes`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - APP - RUNTIME - HTTP - CURL - KALTURA_API - KALTURA_CLIENT x-enumType: KalturaBatchJobErrorTypes errTypeIn: type: string errTypeNotIn: type: string estimatedEffortGreaterThan: type: integer estimatedEffortLessThan: type: integer executionAttemptsGreaterThanOrEqual: type: integer executionAttemptsLessThanOrEqual: type: integer finishTimeGreaterThanOrEqual: type: integer finishTimeLessThanOrEqual: type: integer idEqual: type: integer idGreaterThanOrEqual: type: integer jobSubTypeEqual: type: integer jobSubTypeIn: type: string jobSubTypeNotIn: type: string jobTypeEqual: description: 'Enum Type: `KalturaBatchJobType`' enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType jobTypeIn: type: string jobTypeNotIn: type: string lockVersionGreaterThanOrEqual: type: integer lockVersionLessThanOrEqual: type: integer objectType: enum: - KalturaBatchJobFilter - KalturaBatchJobFilterExt type: string partnerIdEqual: type: integer partnerIdIn: type: string partnerIdNotIn: type: string priorityEqual: type: integer priorityGreaterThanOrEqual: type: integer priorityIn: type: string priorityLessThanOrEqual: type: integer priorityNotIn: type: string queueTimeGreaterThanOrEqual: type: integer queueTimeLessThanOrEqual: type: integer statusEqual: description: 'Enum Type: `KalturaBatchJobStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 type: integer x-enumLabels: - PENDING - QUEUED - PROCESSING - PROCESSED - MOVEFILE - FINISHED - FAILED - ABORTED - ALMOST_DONE - RETRY - FATAL - DONT_PROCESS - FINISHED_PARTIALLY - SUSPEND - SUSPEND_ALMOST_DONE x-enumType: KalturaBatchJobStatus statusIn: type: string statusNotIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer urgencyGreaterThanOrEqual: type: integer urgencyLessThanOrEqual: type: integer title: KalturaBatchJobBaseFilter type: object x-abstract: true KalturaReportResponseOptions: properties: delimiter: type: string skipEmptyDates: type: boolean title: KalturaReportResponseOptions type: object KalturaDeliveryProfileGenericRtmpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileGenericRtmpOrderBy title: KalturaDeliveryProfileGenericRtmpFilter type: object KalturaDeliveryProfileAkamaiHdsBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHdsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileAkamaiHdsFilter type: string title: KalturaDeliveryProfileAkamaiHdsBaseFilter type: object x-abstract: true KalturaPdfFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: readonly: type: boolean title: KalturaPdfFlavorParams type: object KalturaYouTubeDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYouTubeDistributionProfileFilter type: string title: KalturaYouTubeDistributionProfileBaseFilter type: object x-abstract: true KalturaAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchItem' anyOf: - $ref: '#/definitions/KalturaBaseEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDataEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaMixEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryCompareAttributeCondition' - $ref: '#/definitions/KalturaPlaylistCompareAttributeCondition' - $ref: '#/definitions/KalturaBaseEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDataEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaDocumentEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaExternalMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveChannelMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamAdminEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaLiveStreamEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMediaEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaMixEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlayableEntryMatchAttributeCondition' - $ref: '#/definitions/KalturaPlaylistMatchAttributeCondition' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBaseEntryCompareAttributeCondition - KalturaDataEntryCompareAttributeCondition - KalturaDocumentEntryCompareAttributeCondition - KalturaExternalMediaEntryCompareAttributeCondition - KalturaLiveChannelCompareAttributeCondition - KalturaLiveEntryCompareAttributeCondition - KalturaLiveStreamAdminEntryCompareAttributeCondition - KalturaLiveStreamEntryCompareAttributeCondition - KalturaMediaEntryCompareAttributeCondition - KalturaMixEntryCompareAttributeCondition - KalturaPlayableEntryCompareAttributeCondition - KalturaPlaylistCompareAttributeCondition - KalturaBaseEntryMatchAttributeCondition - KalturaDataEntryMatchAttributeCondition - KalturaDocumentEntryMatchAttributeCondition - KalturaExternalMediaEntryMatchAttributeCondition - KalturaLiveChannelMatchAttributeCondition - KalturaLiveEntryMatchAttributeCondition - KalturaLiveStreamAdminEntryMatchAttributeCondition - KalturaLiveStreamEntryMatchAttributeCondition - KalturaMediaEntryMatchAttributeCondition - KalturaMixEntryMatchAttributeCondition - KalturaPlayableEntryMatchAttributeCondition - KalturaPlaylistMatchAttributeCondition type: string value: type: string title: KalturaAttributeCondition type: object x-abstract: true KalturaDeliveryProfileAkamaiAppleHttpManifestFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileAkamaiAppleHttpManifestOrderBy title: KalturaDeliveryProfileAkamaiAppleHttpManifestFilter type: object KalturaSearchMatchCondition: allOf: - $ref: '#/definitions/KalturaSearchCondition' properties: not: type: boolean title: KalturaSearchMatchCondition type: object KalturaActivitiBusinessProcessServerFilter: allOf: - $ref: '#/definitions/KalturaActivitiBusinessProcessServerBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaActivitiBusinessProcessServerOrderBy title: KalturaActivitiBusinessProcessServerFilter type: object KalturaTubeMogulSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaTubeMogulSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTubeMogulSyndicationFeedFilter type: string title: KalturaTubeMogulSyndicationFeedBaseFilter type: object x-abstract: true KalturaDropFolderFilter: allOf: - $ref: '#/definitions/KalturaDropFolderBaseFilter' anyOf: - $ref: '#/definitions/KalturaDropFolderFilter' - $ref: '#/definitions/KalturaFeedDropFolderFilter' - $ref: '#/definitions/KalturaRemoteDropFolderFilter' - $ref: '#/definitions/KalturaFtpDropFolderFilter' - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' - $ref: '#/definitions/KalturaWebexDropFolderFilter' - $ref: '#/definitions/KalturaZoomDropFolderFilter' discriminator: objectType properties: currentDc: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaDropFolderFilter - KalturaFeedDropFolderFilter - KalturaRemoteDropFolderFilter - KalturaFtpDropFolderFilter - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter - KalturaWebexDropFolderFilter - KalturaZoomDropFolderFilter type: string orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaDropFolderOrderBy title: KalturaDropFolderFilter type: object KalturaThumbCuePointFilter: allOf: - $ref: '#/definitions/KalturaThumbCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaThumbCuePointOrderBy title: KalturaThumbCuePointFilter type: object KalturaLiveChannelMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveChannel attributes. Use KalturaLiveChannelMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveChannelMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaLiveChannelMatchAttribute title: KalturaLiveChannelMatchAttributeCondition type: object KalturaFlavorAssetFilter: allOf: - $ref: '#/definitions/KalturaFlavorAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' discriminator: objectType properties: objectType: enum: - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter type: string orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaFlavorAssetOrderBy title: KalturaFlavorAssetFilter type: object KalturaTimeWarnerDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaTimeWarnerDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTimeWarnerDistributionProviderFilter type: string title: KalturaTimeWarnerDistributionProviderBaseFilter type: object x-abstract: true KalturaESearchCuePointItem: allOf: - $ref: '#/definitions/KalturaESearchEntryAbstractNestedItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCuePointFieldName`' enum: - answers - end_time - explanation - hint - id - name - question - start_time - sub_type - tags - text - type type: string x-enumLabels: - ANSWERS - END_TIME - EXPLANATION - HINT - ID - NAME - QUESTION - START_TIME - SUB_TYPE - TAGS - TEXT - TYPE x-enumType: KalturaESearchCuePointFieldName title: KalturaESearchCuePointItem type: object KalturaESearchCategoryOperator: allOf: - $ref: '#/definitions/KalturaESearchCategoryBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaESearchCategoryBaseItem' type: array title: KalturaESearchCategoryOperator type: object KalturaResponseProfileHolder: allOf: - $ref: '#/definitions/KalturaBaseResponseProfile' properties: id: description: Auto generated numeric identifier type: integer systemName: description: Unique system name type: string title: KalturaResponseProfileHolder type: object KalturaDeleteJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: filter: $ref: '#/definitions/KalturaFilter' title: KalturaDeleteJobData type: object KalturaFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParams' anyOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutput' - $ref: '#/definitions/KalturaImageFlavorParamsOutput' - $ref: '#/definitions/KalturaMediaFlavorParamsOutput' - $ref: '#/definitions/KalturaPdfFlavorParamsOutput' - $ref: '#/definitions/KalturaSwfFlavorParamsOutput' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutput' discriminator: objectType properties: commandLinesStr: type: string flavorAssetId: type: string flavorAssetVersion: type: string flavorParamsId: type: integer flavorParamsVersion: type: string objectType: enum: - KalturaFlavorParamsOutput - KalturaDocumentFlavorParamsOutput - KalturaImageFlavorParamsOutput - KalturaMediaFlavorParamsOutput - KalturaPdfFlavorParamsOutput - KalturaSwfFlavorParamsOutput - KalturaWidevineFlavorParamsOutput type: string readyBehavior: type: integer title: KalturaFlavorParamsOutput type: object KalturaTVComDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaTVComDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaTVComDistributionProviderOrderBy title: KalturaTVComDistributionProviderFilter type: object KalturaSynacorHboDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedAuthorName: type: string feedLink: type: string feedSubtitle: type: string feedTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaSynacorHboDistributionProfile type: object KalturaMixEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaMixEntry attributes. Use KalturaMixEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaMixEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaMixEntryCompareAttribute title: KalturaMixEntryCompareAttributeCondition type: object KalturaIntegrationJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: callbackNotificationUrl: description: '`readOnly`' readOnly: true type: string providerData: $ref: '#/definitions/KalturaIntegrationJobProviderData' providerType: description: 'Enum Type: `KalturaIntegrationProviderType`' enum: - cielo24.Cielo24 - dexterIntegration.Dexter - exampleIntegration.Example - voicebase.Voicebase type: string x-enumLabels: - CIELO24 - DEXTER - EXAMPLE - VOICEBASE x-enumType: KalturaIntegrationProviderType triggerData: $ref: '#/definitions/KalturaIntegrationJobTriggerData' triggerType: description: 'Enum Type: `KalturaIntegrationTriggerType`' enum: - bpmEventNotificationIntegration.BpmEventNotification - '1' type: string x-enumLabels: - BPM_EVENT_NOTIFICATION - MANUAL x-enumType: KalturaIntegrationTriggerType title: KalturaIntegrationJobData type: object KalturaConvertCollectionJobData: allOf: - $ref: '#/definitions/KalturaConvartableJobData' properties: commandLinesStr: type: string destDirLocalPath: type: string destDirRemoteUrl: type: string destFileName: type: string flavors: items: $ref: '#/definitions/KalturaConvertCollectionFlavorData' type: array inputXmlLocalPath: type: string inputXmlRemoteUrl: type: string title: KalturaConvertCollectionJobData type: object KalturaFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsFilter' anyOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: formatEqual: description: 'Enum Type: `KalturaContainerFormat`' enum: - 3gp - applehttp - avi - bif - bmp - copy - flv - hls - isma - ismv - jpg - m2ts - m4v - mkv - mov - mp3 - mp4 - mpeg - mpegts - mxf - ogg - ogv - pdf - png - swf - wav - webm - wma - wmv - wvm type: string x-enumLabels: - _3GP - APPLEHTTP - AVI - BIF - BMP - COPY - FLV - HLS - ISMA - ISMV - JPG - M2TS - M4V - MKV - MOV - MP3 - MP4 - MPEG - MPEGTS - MXF - OGG - OGV - PDF - PNG - SWF - WAV - WEBM - WMA - WMV - WVM x-enumType: KalturaContainerFormat objectType: enum: - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter type: string title: KalturaFlavorParamsBaseFilter type: object x-abstract: true KalturaQuestionCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaQuestionCuePointFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaQuestionCuePointFilter type: string questionLike: type: string questionMultiLikeAnd: type: string questionMultiLikeOr: type: string title: KalturaQuestionCuePointBaseFilter type: object x-abstract: true KalturaHuluDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaHuluDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaHuluDistributionProviderFilter type: string title: KalturaHuluDistributionProviderBaseFilter type: object x-abstract: true KalturaVodScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaVodScheduleEventBaseFilter' properties: {} title: KalturaVodScheduleEventFilter type: object KalturaNdnDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaNdnDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaNdnDistributionProviderFilter type: string title: KalturaNdnDistributionProviderBaseFilter type: object x-abstract: true KalturaWidevineProfileFilter: allOf: - $ref: '#/definitions/KalturaWidevineProfileBaseFilter' properties: orderBy: enum: - +id - +name - -id - -name type: string x-enumLabels: - ID_ASC - NAME_ASC - ID_DESC - NAME_DESC x-enumType: KalturaWidevineProfileOrderBy title: KalturaWidevineProfileFilter type: object KalturaMsnDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: csId: type: string domain: type: string flvFlavorParamsId: type: integer msnvideoCat: type: string msnvideoTop: type: string msnvideoTopCat: type: string pageGroup: type: string password: type: string x-inputType: password slFlavorParamsId: type: integer slHdFlavorParamsId: type: integer source: type: string sourceFlavorParamsId: type: integer sourceFriendlyName: type: string username: type: string wmvFlavorParamsId: type: integer title: KalturaMsnDistributionProfile type: object KalturaCortexApiDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCortexApiDistributionProfileFilter type: string title: KalturaCortexApiDistributionProfileBaseFilter type: object x-abstract: true KalturaAssetDistributionRule: properties: assetDistributionConditions: items: $ref: '#/definitions/KalturaAssetDistributionCondition' type: array validationError: description: The validation error description that will be set on the "data" property on KalturaDistributionValidationErrorMissingAsset if rule was not fulfilled type: string title: KalturaAssetDistributionRule type: object KalturaWidgetBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaWidgetFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string idEqual: type: string idIn: type: string objectType: enum: - KalturaWidgetFilter type: string partnerDataLike: type: string partnerIdEqual: type: integer rootWidgetIdEqual: type: string sourceWidgetIdEqual: type: string uiConfIdEqual: type: integer updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaWidgetBaseFilter type: object x-abstract: true KalturaBatchJob: properties: abort: type: integer batchIndex: type: integer batchVersion: type: integer bulkJobId: description: The id of the bulk upload job that initiated this job type: integer checkAgainTimeout: type: integer createdAt: description: '`readOnly`' readOnly: true type: integer data: $ref: '#/definitions/KalturaJobData' dc: type: integer deletedAt: description: '`readOnly`' readOnly: true type: integer description: type: string entryId: type: string entryName: type: string errNumber: type: integer errType: description: 'Enum Type: `KalturaBatchJobErrorTypes`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - APP - RUNTIME - HTTP - CURL - KALTURA_API - KALTURA_CLIENT x-enumType: KalturaBatchJobErrorTypes estimatedEffort: type: integer executionAttempts: description: '`readOnly`' readOnly: true type: integer finishTime: description: The time that the job was finished or closed as failed type: integer history: items: $ref: '#/definitions/KalturaBatchHistoryData' type: array id: description: '`readOnly`' readOnly: true type: integer jobObjectId: type: string jobObjectType: type: integer jobSubType: type: integer jobType: description: '`readOnly` Enum Type: `KalturaBatchJobType`' enum: - ReachInternal.ReachInternalQueueHandler - '0' - caption.convertcaptionasset - caption.parsemultilanguagecaptionasset - captionSearch.parseCaptionAsset - contentDistribution.DistributionDelete - contentDistribution.DistributionDisable - contentDistribution.DistributionEnable - contentDistribution.DistributionFetchReport - contentDistribution.DistributionSubmit - contentDistribution.DistributionSync - contentDistribution.DistributionUpdate - dropFolder.DropFolderContentProcessor - dropFolder.DropFolderWatcher - eventNotification.EventNotificationHandler - integration.Integration - reach.EntryVendorTasksCsv - reach.SyncReachCreditTask - scheduledTask.ScheduledTask - tagSearch.IndexTagsByPrivacyContext - tagSearch.TagResolve - virusScan.VirusScan - widevine.WidevineRepositorySync - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' readOnly: true type: string x-enumLabels: - REACH_INTERNAL_QUEUE_HANDLER - CONVERT - CONVERT_CAPTION_ASSET - PARSE_MULTI_LANGUAGE_CAPTION_ASSET - PARSE_CAPTION_ASSET - DISTRIBUTION_DELETE - DISTRIBUTION_DISABLE - DISTRIBUTION_ENABLE - DISTRIBUTION_FETCH_REPORT - DISTRIBUTION_SUBMIT - DISTRIBUTION_SYNC - DISTRIBUTION_UPDATE - DROP_FOLDER_CONTENT_PROCESSOR - DROP_FOLDER_WATCHER - EVENT_NOTIFICATION_HANDLER - INTEGRATION - ENTRY_VENDOR_TASK_CSV - SYNC_REACH_CREDIT_TASK - SCHEDULED_TASK - INDEX_TAGS - TAG_RESOLVE - VIRUS_SCAN - WIDEVINE_REPOSITORY_SYNC - IMPORT - DELETE - FLATTEN - BULKUPLOAD - DVDCREATOR - DOWNLOAD - OOCONVERT - CONVERT_PROFILE - POSTCONVERT - EXTRACT_MEDIA - MAIL - NOTIFICATION - CLEANUP - SCHEDULER_HELPER - BULKDOWNLOAD - DB_CLEANUP - PROVISION_PROVIDE - CONVERT_COLLECTION - STORAGE_EXPORT - PROVISION_DELETE - STORAGE_DELETE - EMAIL_INGESTION - METADATA_IMPORT - METADATA_TRANSFORM - FILESYNC_IMPORT - CAPTURE_THUMB - DELETE_FILE - INDEX - MOVE_CATEGORY_ENTRIES - COPY - CONCAT - CONVERT_LIVE_SEGMENT - COPY_PARTNER - VALIDATE_LIVE_MEDIA_SERVERS - SYNC_CATEGORY_PRIVACY_CONTEXT - LIVE_REPORT_EXPORT - RECALCULATE_CACHE - LIVE_TO_VOD - COPY_CAPTIONS - CHUNKED_ENCODE_JOB_SCHEDULER - SERVER_NODE_MONITOR - USERS_CSV - CLIP_CONCAT - COPY_CUE_POINTS - EXPORT_CSV - REPORT_EXPORT - LIVE_ENTRY_ARCHIVE - STORAGE_UPDATE - STORAGE_PERIODIC_EXPORT - STORAGE_PERIODIC_PURGE - STORAGE_PERIODIC_DELETE_LOCAL - REACH_JOB_CLEANER x-enumType: KalturaBatchJobType lastSchedulerId: type: integer lastWorkerId: type: integer lockExpiration: description: '`readOnly`' readOnly: true type: integer lockVersion: description: '`readOnly`' readOnly: true type: integer message: type: string parentJobId: description: When one job creates another - the parent should set this parentJobId to be its own id. type: integer partnerId: description: '`readOnly`' readOnly: true type: integer priority: type: integer queueTime: description: The time that the job was pulled from the queue type: integer rootJobId: description: The id of the root parent job type: integer schedulerId: type: integer status: description: 'Enum Type: `KalturaBatchJobStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 type: integer x-enumLabels: - PENDING - QUEUED - PROCESSING - PROCESSED - MOVEFILE - FINISHED - FAILED - ABORTED - ALMOST_DONE - RETRY - FATAL - DONT_PROCESS - FINISHED_PARTIALLY - SUSPEND - SUSPEND_ALMOST_DONE x-enumType: KalturaBatchJobStatus updatedAt: description: '`readOnly`' readOnly: true type: integer urgency: type: integer workerId: type: integer title: KalturaBatchJob type: object KalturaBaseEntryFilter: allOf: - $ref: '#/definitions/KalturaBaseEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaBaseEntryFilter' - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' - $ref: '#/definitions/KalturaDataEntryFilter' - $ref: '#/definitions/KalturaDocumentEntryFilter' - $ref: '#/definitions/KalturaPlaylistFilter' discriminator: objectType properties: categoriesFullNameIn: type: string categoryAncestorIdIn: description: All entries within this categoy or in child categories type: string conversionProfileIdEqual: type: integer descriptionLike: type: string excludedFreeTextGroups: type: string freeText: type: string isRoot: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaBaseEntryFilter - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter - KalturaDataEntryFilter - KalturaDocumentEntryFilter - KalturaPlaylistFilter type: string orderBy: enum: - +createdAt - +endDate - +moderationCount - +name - +partnerSortValue - +rank - +recent - +startDate - +totalRank - +updatedAt - +weight - -createdAt - -endDate - -moderationCount - -name - -partnerSortValue - -rank - -recent - -startDate - -totalRank - -updatedAt - -weight type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - WEIGHT_ASC - CREATED_AT_DESC - END_DATE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - WEIGHT_DESC x-enumType: KalturaBaseEntryOrderBy redirectFromEntryId: description: The id of the original entry type: string title: KalturaBaseEntryFilter type: object KalturaTVComDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaTVComDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTVComDistributionProviderFilter type: string title: KalturaTVComDistributionProviderBaseFilter type: object x-abstract: true KalturaLiveEntryFilter: allOf: - $ref: '#/definitions/KalturaLiveEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' discriminator: objectType properties: hasMediaServerHostname: type: string isLive: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean isRecordedEntryIdEmpty: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string orderBy: enum: - +createdAt - +duration - +endDate - +firstBroadcast - +lastBroadcast - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -firstBroadcast - -lastBroadcast - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - FIRST_BROADCAST_ASC - LAST_BROADCAST_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - FIRST_BROADCAST_DESC - LAST_BROADCAST_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaLiveEntryOrderBy title: KalturaLiveEntryFilter type: object KalturaJobData: anyOf: - $ref: '#/definitions/KalturaJobData' - $ref: '#/definitions/KalturaBulkDownloadJobData' - $ref: '#/definitions/KalturaBulkUploadJobData' - $ref: '#/definitions/KalturaCaptureThumbJobData' - $ref: '#/definitions/KalturaClipConcatJobData' - $ref: '#/definitions/KalturaConcatJobData' - $ref: '#/definitions/KalturaConvartableJobData' - $ref: '#/definitions/KalturaConvertCaptionAssetJobData' - $ref: '#/definitions/KalturaConvertLiveSegmentJobData' - $ref: '#/definitions/KalturaConvertProfileJobData' - $ref: '#/definitions/KalturaCopyCaptionsJobData' - $ref: '#/definitions/KalturaCopyJobData' - $ref: '#/definitions/KalturaCopyPartnerJobData' - $ref: '#/definitions/KalturaDeleteFileJobData' - $ref: '#/definitions/KalturaDeleteJobData' - $ref: '#/definitions/KalturaDistributionJobData' - $ref: '#/definitions/KalturaDropFolderContentProcessorJobData' - $ref: '#/definitions/KalturaEventNotificationDispatchJobData' - $ref: '#/definitions/KalturaExportCsvJobData' - $ref: '#/definitions/KalturaFlattenJobData' - $ref: '#/definitions/KalturaImportJobData' - $ref: '#/definitions/KalturaImportMetadataJobData' - $ref: '#/definitions/KalturaIndexJobData' - $ref: '#/definitions/KalturaIndexTagsByPrivacyContextJobData' - $ref: '#/definitions/KalturaIntegrationJobData' - $ref: '#/definitions/KalturaLiveEntryArchiveJobData' - $ref: '#/definitions/KalturaLiveReportExportJobData' - $ref: '#/definitions/KalturaLiveToVodJobData' - $ref: '#/definitions/KalturaMailJobData' - $ref: '#/definitions/KalturaMoveCategoryEntriesJobData' - $ref: '#/definitions/KalturaNotificationJobData' - $ref: '#/definitions/KalturaParseCaptionAssetJobData' - $ref: '#/definitions/KalturaParseMultiLanguageCaptionAssetJobData' - $ref: '#/definitions/KalturaProvisionJobData' - $ref: '#/definitions/KalturaReportExportJobData' - $ref: '#/definitions/KalturaScheduledTaskJobData' - $ref: '#/definitions/KalturaStorageJobData' - $ref: '#/definitions/KalturaSyncCategoryPrivacyContextJobData' - $ref: '#/definitions/KalturaTransformMetadataJobData' - $ref: '#/definitions/KalturaVirusScanJobData' - $ref: '#/definitions/KalturaWidevineRepositorySyncJobData' - $ref: '#/definitions/KalturaBulkUploadCsvJobData' - $ref: '#/definitions/KalturaBulkUploadFilterJobData' - $ref: '#/definitions/KalturaBulkUploadXmlJobData' - $ref: '#/definitions/KalturaBulkUploadICalJobData' - $ref: '#/definitions/KalturaBulkUploadScheduleEventCsvJobData' - $ref: '#/definitions/KalturaDropFolderXmlBulkUploadJobData' - $ref: '#/definitions/KalturaConvertCollectionJobData' - $ref: '#/definitions/KalturaConvertJobData' - $ref: '#/definitions/KalturaExtractMediaJobData' - $ref: '#/definitions/KalturaPostConvertJobData' - $ref: '#/definitions/KalturaDistributionDeleteJobData' - $ref: '#/definitions/KalturaDistributionFetchReportJobData' - $ref: '#/definitions/KalturaDistributionSubmitJobData' - $ref: '#/definitions/KalturaDistributionUpdateJobData' - $ref: '#/definitions/KalturaDistributionDisableJobData' - $ref: '#/definitions/KalturaDistributionEnableJobData' - $ref: '#/definitions/KalturaWebexDropFolderContentProcessorJobData' - $ref: '#/definitions/KalturaBusinessProcessNotificationDispatchJobData' - $ref: '#/definitions/KalturaEmailNotificationDispatchJobData' - $ref: '#/definitions/KalturaHttpNotificationDispatchJobData' - $ref: '#/definitions/KalturaEntryVendorTaskCsvJobData' - $ref: '#/definitions/KalturaMediaEsearchExportToCsvJobData' - $ref: '#/definitions/KalturaCategoriesCsvJobData' - $ref: '#/definitions/KalturaEntriesCsvJobData' - $ref: '#/definitions/KalturaUsersCsvJobData' - $ref: '#/definitions/KalturaSshImportJobData' - $ref: '#/definitions/KalturaDropFolderImportJobData' - $ref: '#/definitions/KalturaAkamaiProvisionJobData' - $ref: '#/definitions/KalturaAkamaiUniversalProvisionJobData' - $ref: '#/definitions/KalturaVelocixProvisionJobData' - $ref: '#/definitions/KalturaRecalculateResponseProfileCacheJobData' - $ref: '#/definitions/KalturaStorageDeleteJobData' - $ref: '#/definitions/KalturaStorageExportJobData' - $ref: '#/definitions/KalturaKontikiStorageDeleteJobData' - $ref: '#/definitions/KalturaAmazonS3StorageExportJobData' - $ref: '#/definitions/KalturaKontikiStorageExportJobData' discriminator: objectType properties: objectType: enum: - KalturaJobData - KalturaBulkDownloadJobData - KalturaBulkUploadJobData - KalturaCaptureThumbJobData - KalturaClipConcatJobData - KalturaConcatJobData - KalturaConvartableJobData - KalturaConvertCaptionAssetJobData - KalturaConvertLiveSegmentJobData - KalturaConvertProfileJobData - KalturaCopyCaptionsJobData - KalturaCopyJobData - KalturaCopyPartnerJobData - KalturaDeleteFileJobData - KalturaDeleteJobData - KalturaDistributionJobData - KalturaDropFolderContentProcessorJobData - KalturaEventNotificationDispatchJobData - KalturaExportCsvJobData - KalturaFlattenJobData - KalturaImportJobData - KalturaImportMetadataJobData - KalturaIndexJobData - KalturaIndexTagsByPrivacyContextJobData - KalturaIntegrationJobData - KalturaLiveEntryArchiveJobData - KalturaLiveReportExportJobData - KalturaLiveToVodJobData - KalturaMailJobData - KalturaMoveCategoryEntriesJobData - KalturaNotificationJobData - KalturaParseCaptionAssetJobData - KalturaParseMultiLanguageCaptionAssetJobData - KalturaProvisionJobData - KalturaReportExportJobData - KalturaScheduledTaskJobData - KalturaStorageJobData - KalturaSyncCategoryPrivacyContextJobData - KalturaTransformMetadataJobData - KalturaVirusScanJobData - KalturaWidevineRepositorySyncJobData - KalturaBulkUploadCsvJobData - KalturaBulkUploadFilterJobData - KalturaBulkUploadXmlJobData - KalturaBulkUploadICalJobData - KalturaBulkUploadScheduleEventCsvJobData - KalturaDropFolderXmlBulkUploadJobData - KalturaConvertCollectionJobData - KalturaConvertJobData - KalturaExtractMediaJobData - KalturaPostConvertJobData - KalturaDistributionDeleteJobData - KalturaDistributionFetchReportJobData - KalturaDistributionSubmitJobData - KalturaDistributionUpdateJobData - KalturaDistributionDisableJobData - KalturaDistributionEnableJobData - KalturaWebexDropFolderContentProcessorJobData - KalturaBusinessProcessNotificationDispatchJobData - KalturaEmailNotificationDispatchJobData - KalturaHttpNotificationDispatchJobData - KalturaEntryVendorTaskCsvJobData - KalturaMediaEsearchExportToCsvJobData - KalturaCategoriesCsvJobData - KalturaEntriesCsvJobData - KalturaUsersCsvJobData - KalturaSshImportJobData - KalturaDropFolderImportJobData - KalturaAkamaiProvisionJobData - KalturaAkamaiUniversalProvisionJobData - KalturaVelocixProvisionJobData - KalturaRecalculateResponseProfileCacheJobData - KalturaStorageDeleteJobData - KalturaStorageExportJobData - KalturaKontikiStorageDeleteJobData - KalturaAmazonS3StorageExportJobData - KalturaKontikiStorageExportJobData type: string title: KalturaJobData type: object KalturaDistributionRemoteMediaFile: properties: assetId: type: string remoteId: type: string version: type: string title: KalturaDistributionRemoteMediaFile type: object KalturaSwfFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: flashVersion: type: integer poly2Bitmap: type: boolean title: KalturaSwfFlavorParams type: object KalturaUverseDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaUverseDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUverseDistributionProviderFilter type: string title: KalturaUverseDistributionProviderBaseFilter type: object x-abstract: true KalturaAttUverseDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAttUverseDistributionProfileFilter type: string title: KalturaAttUverseDistributionProfileBaseFilter type: object x-abstract: true KalturaTvinciDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaTvinciDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaTvinciDistributionProfileOrderBy title: KalturaTvinciDistributionProfileFilter type: object KalturaResponseProfileMapping: anyOf: - $ref: '#/definitions/KalturaResponseProfileMapping' - $ref: '#/definitions/KalturaMetadataResponseProfileMapping' discriminator: objectType properties: allowNull: type: boolean filterProperty: type: string objectType: enum: - KalturaResponseProfileMapping - KalturaMetadataResponseProfileMapping type: string parentProperty: type: string title: KalturaResponseProfileMapping type: object KalturaUnicornDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: adFreeApplicationGuid: description: The GUID for the application in which to record metrics and enforce business rules obtained through your Unicorn representative. type: string apiHostUrl: description: The API host URL that the Upload User should have access to, Used for HTTP content submission. type: string channelGuid: description: The Channel GUID assigned to this Publication Rule. Must be a valid Channel in the Domain that was used in authentication. type: string domainGuid: description: The GUID of the Customer Domain in the Unicorn system obtained by contacting your Unicorn representative. type: string domainName: description: The name of the Domain that the Upload User should have access to, Used for authentication. type: string password: description: The password used in association with the email to determine if the Upload User is authorized the incoming request. type: string x-inputType: password remoteAssetParamsId: description: The flavor-params that will be used for the remote asset. type: integer storageProfileId: description: The remote storage that should be used for the remote asset. type: string username: description: The email address associated with the Upload User, used to authorize the incoming request. type: string title: KalturaUnicornDistributionProfile type: object KalturaAuditTrailBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaAuditTrailFilter' description: '`abstract`' discriminator: objectType properties: actionEqual: description: 'Enum Type: `KalturaAuditTrailAction`' enum: - CHANGED - CONTENT_VIEWED - COPIED - CREATED - DELETED - FILE_SYNC_CREATED - RELATION_ADDED - RELATION_REMOVED - VIEWED type: string x-enumLabels: - CHANGED - CONTENT_VIEWED - COPIED - CREATED - DELETED - FILE_SYNC_CREATED - RELATION_ADDED - RELATION_REMOVED - VIEWED x-enumType: KalturaAuditTrailAction actionIn: type: string auditObjectTypeEqual: description: 'Enum Type: `KalturaAuditTrailObjectType`' enum: - BatchJob - EmailIngestionProfile - FileSync - KshowKuser - Metadata - MetadataProfile - Partner - Permission - ReachProfile - UploadToken - UserLoginData - UserRole - accessControl - category - categoryEntry - conversionProfile2 - entry - flavorAsset - flavorParams - flavorParamsConversionProfile - flavorParamsOutput - kshow - kuser - mediaInfo - moderation - roughcutEntry - syndicationFeed - thumbAsset - thumbParams - thumbParamsOutput - uiConf - widget type: string x-enumLabels: - BATCH_JOB - EMAIL_INGESTION_PROFILE - FILE_SYNC - KSHOW_KUSER - METADATA - METADATA_PROFILE - PARTNER - PERMISSION - REACH_PROFILE - UPLOAD_TOKEN - USER_LOGIN_DATA - USER_ROLE - ACCESS_CONTROL - CATEGORY - CATEGORY_ENTRY - CONVERSION_PROFILE_2 - ENTRY - FLAVOR_ASSET - FLAVOR_PARAMS - FLAVOR_PARAMS_CONVERSION_PROFILE - FLAVOR_PARAMS_OUTPUT - KSHOW - KUSER - MEDIA_INFO - MODERATION - ROUGHCUT - SYNDICATION - THUMBNAIL_ASSET - THUMBNAIL_PARAMS - THUMBNAIL_PARAMS_OUTPUT - UI_CONF - WIDGET x-enumType: KalturaAuditTrailObjectType auditObjectTypeIn: type: string clientTagEqual: type: string contextEqual: description: 'Enum Type: `KalturaAuditTrailContext`' enum: - -1 - 0 - 1 - 2 type: integer x-enumLabels: - CLIENT - SCRIPT - PS2 - API_V3 x-enumType: KalturaAuditTrailContext contextIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string entryIdIn: type: string entryPointEqual: type: string entryPointIn: type: string idEqual: type: integer ipAddressEqual: type: string ipAddressIn: type: string ksEqual: type: string masterPartnerIdEqual: type: integer masterPartnerIdIn: type: string objectIdEqual: type: string objectIdIn: type: string objectType: enum: - KalturaAuditTrailFilter type: string parsedAtGreaterThanOrEqual: type: integer parsedAtLessThanOrEqual: type: integer partnerIdEqual: type: integer partnerIdIn: type: string relatedObjectIdEqual: type: string relatedObjectIdIn: type: string relatedObjectTypeEqual: description: 'Enum Type: `KalturaAuditTrailObjectType`' enum: - BatchJob - EmailIngestionProfile - FileSync - KshowKuser - Metadata - MetadataProfile - Partner - Permission - ReachProfile - UploadToken - UserLoginData - UserRole - accessControl - category - categoryEntry - conversionProfile2 - entry - flavorAsset - flavorParams - flavorParamsConversionProfile - flavorParamsOutput - kshow - kuser - mediaInfo - moderation - roughcutEntry - syndicationFeed - thumbAsset - thumbParams - thumbParamsOutput - uiConf - widget type: string x-enumLabels: - BATCH_JOB - EMAIL_INGESTION_PROFILE - FILE_SYNC - KSHOW_KUSER - METADATA - METADATA_PROFILE - PARTNER - PERMISSION - REACH_PROFILE - UPLOAD_TOKEN - USER_LOGIN_DATA - USER_ROLE - ACCESS_CONTROL - CATEGORY - CATEGORY_ENTRY - CONVERSION_PROFILE_2 - ENTRY - FLAVOR_ASSET - FLAVOR_PARAMS - FLAVOR_PARAMS_CONVERSION_PROFILE - FLAVOR_PARAMS_OUTPUT - KSHOW - KUSER - MEDIA_INFO - MODERATION - ROUGHCUT - SYNDICATION - THUMBNAIL_ASSET - THUMBNAIL_PARAMS - THUMBNAIL_PARAMS_OUTPUT - UI_CONF - WIDGET x-enumType: KalturaAuditTrailObjectType relatedObjectTypeIn: type: string requestIdEqual: type: string requestIdIn: type: string serverNameEqual: type: string serverNameIn: type: string statusEqual: description: 'Enum Type: `KalturaAuditTrailStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - PENDING - READY - FAILED x-enumType: KalturaAuditTrailStatus statusIn: type: string userIdEqual: type: string userIdIn: type: string title: KalturaAuditTrailBaseFilter type: object x-abstract: true KalturaDocumentFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDocumentFlavorParamsOutputOrderBy title: KalturaDocumentFlavorParamsOutputFilter type: object KalturaComcastMrssDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaComcastMrssDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaComcastMrssDistributionProviderFilter type: string title: KalturaComcastMrssDistributionProviderBaseFilter type: object x-abstract: true KalturaSsoBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaSsoFilter' description: '`abstract`' discriminator: objectType properties: applicationTypeEqual: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer domainEqual: type: string idEqual: type: integer idIn: type: string objectType: enum: - KalturaSsoFilter type: string partnerIdEqual: type: integer redirectUrlEqual: type: string statusEqual: description: 'Enum Type: `KalturaSsoStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaSsoStatus statusIn: type: string title: KalturaSsoBaseFilter type: object x-abstract: true KalturaAvnDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAvnDistributionProfileFilter type: string title: KalturaAvnDistributionProfileBaseFilter type: object x-abstract: true KalturaPdfFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaPdfFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPdfFlavorParamsOutputOrderBy title: KalturaPdfFlavorParamsOutputFilter type: object KalturaIdeticDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaIdeticDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaIdeticDistributionProviderOrderBy title: KalturaIdeticDistributionProviderFilter type: object KalturaPostConvertJobData: allOf: - $ref: '#/definitions/KalturaConvartableJobData' properties: createThumb: description: Indicates if a thumbnail should be created type: boolean customData: type: string flavorAssetEncryptionKey: type: string flavorAssetId: type: string thumbBitrate: description: The bit rate of the movie, will be used to comapare if this thumbnail is the best we can have type: integer thumbHeight: description: The height of the movie, will be used to comapare if this thumbnail is the best we can have type: integer thumbOffset: description: The position of the thumbnail in the media file type: integer thumbPath: description: The path of the created thumbnail type: string title: KalturaPostConvertJobData type: object KalturaFtpDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaFtpDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaFtpDistributionProfileOrderBy title: KalturaFtpDistributionProfileFilter type: object KalturaDrmPolicyFilter: allOf: - $ref: '#/definitions/KalturaDrmPolicyBaseFilter' anyOf: - $ref: '#/definitions/KalturaDrmPolicyFilter' - $ref: '#/definitions/KalturaPlayReadyPolicyFilter' discriminator: objectType properties: objectType: enum: - KalturaDrmPolicyFilter - KalturaPlayReadyPolicyFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaDrmPolicyOrderBy title: KalturaDrmPolicyFilter type: object KalturaESearchLanguageItem: properties: eSerachLanguage: description: 'Enum Type: `KalturaESearchLanguage`' enum: - Arabic - Basque - Brazilian - Bulgarian - Catalan - Chinese - Czech - Danish - Dutch - English - Finnish - French - Galician - German - Greek - Hindi - Hungarian - Indonesian - Italian - Japanese - Korean - Latvian - Lithuanian - Norwegian - Persian - Prtuguese - Romanian - Russian - Sorani - Spanish - Swedish - Thai - Turkish type: string x-enumLabels: - ARABIC - BASQUE - BRAZILIAN - BULGARIAN - CATALAN - CHINESE - CZECH - DANISH - DUTCH - ENGLISH - FINNISH - FRENCH - GALICIAN - GERMAN - GREEK - HINDI - HUNGRIAN - INDONESIAN - ITALIAN - JAPANESE - KOREAN - LATVIAN - LITHUANIAN - NORWEGIAN - PERSIAN - PORTUGUESE - ROMANIAN - RUSSIAN - SORANI - SPANISH - SWEDISH - THAI - TURKISH x-enumType: KalturaESearchLanguage title: KalturaESearchLanguageItem type: object KalturaDistributionProfile: anyOf: - $ref: '#/definitions/KalturaFreewheelDistributionProfile' - $ref: '#/definitions/KalturaGenericDistributionProfile' - $ref: '#/definitions/KalturaPodcastDistributionProfile' - $ref: '#/definitions/KalturaSyndicationDistributionProfile' - $ref: '#/definitions/KalturaAttUverseDistributionProfile' - $ref: '#/definitions/KalturaAvnDistributionProfile' - $ref: '#/definitions/KalturaComcastMrssDistributionProfile' - $ref: '#/definitions/KalturaCortexApiDistributionProfile' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfile' - $ref: '#/definitions/KalturaDailymotionDistributionProfile' - $ref: '#/definitions/KalturaDoubleClickDistributionProfile' - $ref: '#/definitions/KalturaFacebookDistributionProfile' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfile' - $ref: '#/definitions/KalturaFtpDistributionProfile' - $ref: '#/definitions/KalturaHuluDistributionProfile' - $ref: '#/definitions/KalturaIdeticDistributionProfile' - $ref: '#/definitions/KalturaMetroPcsDistributionProfile' - $ref: '#/definitions/KalturaMsnDistributionProfile' - $ref: '#/definitions/KalturaNdnDistributionProfile' - $ref: '#/definitions/KalturaPushToNewsDistributionProfile' - $ref: '#/definitions/KalturaQuickPlayDistributionProfile' - $ref: '#/definitions/KalturaSynacorHboDistributionProfile' - $ref: '#/definitions/KalturaTVComDistributionProfile' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfile' - $ref: '#/definitions/KalturaTvinciDistributionProfile' - $ref: '#/definitions/KalturaUnicornDistributionProfile' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfile' - $ref: '#/definitions/KalturaUverseDistributionProfile' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfile' - $ref: '#/definitions/KalturaYahooDistributionProfile' - $ref: '#/definitions/KalturaYouTubeDistributionProfile' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfile' description: '`abstract`' discriminator: objectType properties: autoCreateFlavors: description: Comma separated flavor params ids that should be auto converted type: string autoCreateThumb: description: Comma separated thumbnail params ids that should be auto generated type: string createdAt: description: '`readOnly` Profile creation date as Unix timestamp (In seconds)' readOnly: true type: integer deleteEnabled: description: 'Enum Type: `KalturaDistributionProfileActionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaDistributionProfileActionStatus distributeTrigger: description: 'Enum Type: `KalturaDistributeTrigger` The event that trigger the automatic distribute' enum: - 1 - 2 type: integer x-enumLabels: - ENTRY_READY - MODERATION_APPROVED x-enumType: KalturaDistributeTrigger id: description: '`readOnly` Auto generated unique id' readOnly: true type: integer name: type: string objectType: enum: - KalturaFreewheelDistributionProfile - KalturaGenericDistributionProfile - KalturaPodcastDistributionProfile - KalturaSyndicationDistributionProfile - KalturaAttUverseDistributionProfile - KalturaAvnDistributionProfile - KalturaComcastMrssDistributionProfile - KalturaCortexApiDistributionProfile - KalturaCrossKalturaDistributionProfile - KalturaDailymotionDistributionProfile - KalturaDoubleClickDistributionProfile - KalturaFacebookDistributionProfile - KalturaFreewheelGenericDistributionProfile - KalturaFtpDistributionProfile - KalturaHuluDistributionProfile - KalturaIdeticDistributionProfile - KalturaMetroPcsDistributionProfile - KalturaMsnDistributionProfile - KalturaNdnDistributionProfile - KalturaPushToNewsDistributionProfile - KalturaQuickPlayDistributionProfile - KalturaSynacorHboDistributionProfile - KalturaTVComDistributionProfile - KalturaTimeWarnerDistributionProfile - KalturaTvinciDistributionProfile - KalturaUnicornDistributionProfile - KalturaUverseClickToOrderDistributionProfile - KalturaUverseDistributionProfile - KalturaVerizonVcastDistributionProfile - KalturaYahooDistributionProfile - KalturaYouTubeDistributionProfile - KalturaYoutubeApiDistributionProfile type: string optionalAssetDistributionRules: items: $ref: '#/definitions/KalturaAssetDistributionRule' type: array optionalFlavorParamsIds: description: Comma separated flavor params ids that should be submitted if ready type: string optionalThumbDimensions: items: $ref: '#/definitions/KalturaDistributionThumbDimensions' type: array partnerId: description: '`readOnly`' readOnly: true type: integer providerType: description: '`insertOnly` Enum Type: `KalturaDistributionProviderType`' enum: - attUverseDistribution.ATT_UVERSE - avnDistribution.AVN - comcastMrssDistribution.COMCAST_MRSS - cortexApiDistribution.CORTEX_API - crossKalturaDistribution.CROSS_KALTURA - dailymotionDistribution.DAILYMOTION - doubleClickDistribution.DOUBLECLICK - facebookDistribution.FACEBOOK - freewheelDistribution.FREEWHEEL - freewheelGenericDistribution.FREEWHEEL_GENERIC - ftpDistribution.FTP - ftpDistribution.FTP_SCHEDULED - huluDistribution.HULU - ideticDistribution.IDETIC - metroPcsDistribution.METRO_PCS - msnDistribution.MSN - ndnDistribution.NDN - podcastDistribution.PODCAST - pushToNewsDistribution.PUSH_TO_NEWS - quickPlayDistribution.QUICKPLAY - synacorHboDistribution.SYNACOR_HBO - timeWarnerDistribution.TIME_WARNER - tvComDistribution.TVCOM - tvinciDistribution.TVINCI - unicornDistribution.UNICORN - uverseClickToOrderDistribution.UVERSE_CLICK_TO_ORDER - uverseDistribution.UVERSE - verizonVcastDistribution.VERIZON_VCAST - yahooDistribution.YAHOO - youTubeDistribution.YOUTUBE - youtubeApiDistribution.YOUTUBE_API - '1' - '2' type: string x-enumLabels: - ATT_UVERSE - AVN - COMCAST_MRSS - CORTEX_API - CROSS_KALTURA - DAILYMOTION - DOUBLECLICK - FACEBOOK - FREEWHEEL - FREEWHEEL_GENERIC - FTP - FTP_SCHEDULED - HULU - IDETIC - METRO_PCS - MSN - NDN - PODCAST - PUSH_TO_NEWS - QUICKPLAY - SYNACOR_HBO - TIME_WARNER - TVCOM - TVINCI - UNICORN - UVERSE_CLICK_TO_ORDER - UVERSE - VERIZON_VCAST - YAHOO - YOUTUBE - YOUTUBE_API - GENERIC - SYNDICATION x-enumType: KalturaDistributionProviderType recommendedDcForDownload: description: The best Kaltura data center to be used to download the asset files to type: integer recommendedDcForExecute: description: The best Kaltura data center to be used to execute the distribution job type: integer recommendedStorageProfileForDownload: description: The best external storage to be used to download the asset files from type: integer reportEnabled: description: 'Enum Type: `KalturaDistributionProfileActionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaDistributionProfileActionStatus requiredAssetDistributionRules: items: $ref: '#/definitions/KalturaAssetDistributionRule' type: array requiredFlavorParamsIds: description: Comma separated flavor params ids that required to be ready before submission type: string requiredThumbDimensions: items: $ref: '#/definitions/KalturaDistributionThumbDimensions' type: array status: description: 'Enum Type: `KalturaDistributionProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaDistributionProfileStatus submitEnabled: description: 'Enum Type: `KalturaDistributionProfileActionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaDistributionProfileActionStatus sunriseDefaultOffset: description: If entry distribution sunrise not specified that will be the default since entry creation time, in seconds type: integer sunsetDefaultOffset: description: If entry distribution sunset not specified that will be the default since entry creation time, in seconds type: integer supportImageEntry: description: '`readOnly`' readOnly: true type: boolean updateEnabled: description: 'Enum Type: `KalturaDistributionProfileActionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaDistributionProfileActionStatus updatedAt: description: '`readOnly` Profile last update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaDistributionProfile type: object x-abstract: true KalturaFacebookDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaFacebookDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFacebookDistributionProviderFilter type: string title: KalturaFacebookDistributionProviderBaseFilter type: object x-abstract: true KalturaFacebookDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFacebookDistributionProfileFilter type: string title: KalturaFacebookDistributionProfileBaseFilter type: object x-abstract: true KalturaFtpDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFtpDistributionProfileFilter type: string title: KalturaFtpDistributionProfileBaseFilter type: object x-abstract: true KalturaStringResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest string content. properties: content: description: Textual content type: string title: KalturaStringResource type: object KalturaVendorDubbingCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorDubbingCatalogItemBaseFilter' properties: {} title: KalturaVendorDubbingCatalogItemFilter type: object KalturaWebexDropFolderContentProcessorJobData: allOf: - $ref: '#/definitions/KalturaDropFolderContentProcessorJobData' properties: description: type: string webexHostId: type: string title: KalturaWebexDropFolderContentProcessorJobData type: object KalturaMediaEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaMediaEntry attributes. Use KalturaMediaEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaMediaEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaMediaEntryCompareAttribute title: KalturaMediaEntryCompareAttributeCondition type: object KalturaWidevineFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaWidevineFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaWidevineFlavorParamsOrderBy title: KalturaWidevineFlavorParamsFilter type: object KalturaFeedDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaFeedDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFeedDropFolderFilter type: string title: KalturaFeedDropFolderBaseFilter type: object x-abstract: true KalturaPermissionFilter: allOf: - $ref: '#/definitions/KalturaPermissionBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaPermissionOrderBy title: KalturaPermissionFilter type: object KalturaAssetFilter: allOf: - $ref: '#/definitions/KalturaAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaAssetFilter' - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' discriminator: objectType properties: objectType: enum: - KalturaAssetFilter - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter type: string orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaAssetOrderBy typeIn: type: string title: KalturaAssetFilter type: object KalturaLiveClusterMediaServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaMediaServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' discriminator: objectType properties: objectType: enum: - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter type: string title: KalturaLiveClusterMediaServerNodeBaseFilter type: object KalturaYahooDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaYahooDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaYahooDistributionProfileOrderBy title: KalturaYahooDistributionProfileFilter type: object KalturaGenericSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaGenericSyndicationFeedBaseFilter' anyOf: - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' discriminator: objectType properties: objectType: enum: - KalturaGenericSyndicationFeedFilter - KalturaGenericXsltSyndicationFeedFilter type: string orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaGenericSyndicationFeedOrderBy title: KalturaGenericSyndicationFeedFilter type: object KalturaDeliveryProfileGenericAppleHttpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttpBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileGenericAppleHttpOrderBy title: KalturaDeliveryProfileGenericAppleHttpFilter type: object KalturaDrmPolicyBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDrmPolicyFilter' - $ref: '#/definitions/KalturaPlayReadyPolicyFilter' description: '`abstract`' discriminator: objectType properties: nameLike: type: string objectType: enum: - KalturaDrmPolicyFilter - KalturaPlayReadyPolicyFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string providerEqual: description: 'Enum Type: `KalturaDrmProviderType`' enum: - fairplay.FAIRPLAY - playReady.PLAY_READY - widevine.WIDEVINE - '1' type: string x-enumLabels: - FAIRPLAY - PLAY_READY - WIDEVINE - CENC x-enumType: KalturaDrmProviderType providerIn: type: string scenarioEqual: description: 'Enum Type: `KalturaDrmLicenseScenario`' enum: - playReady.PROTECTION - '0' - playReady.PURCHASE - playReady.RENTAL - playReady.SUBSCRIPTION type: string x-enumLabels: - PROTECTION - NONE - PURCHASE - RENTAL - SUBSCRIPTION x-enumType: KalturaDrmLicenseScenario scenarioIn: type: string statusEqual: description: 'Enum Type: `KalturaDrmPolicyStatus`' enum: - 1 - 2 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaDrmPolicyStatus statusIn: type: string systemNameLike: type: string title: KalturaDrmPolicyBaseFilter type: object x-abstract: true KalturaVendorCaptionsCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' anyOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' discriminator: objectType properties: objectType: enum: - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaVendorCaptionsCatalogItemOrderBy title: KalturaVendorCaptionsCatalogItemFilter type: object KalturaFileContainer: properties: encryptionKey: type: string filePath: type: string fileSize: type: integer title: KalturaFileContainer type: object KalturaEmailNotificationCategoryRecipientJobData: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' description: Job Data representing the provider of recipients for a single categoryId properties: categoryUserFilter: $ref: '#/definitions/KalturaCategoryUserFilter' title: KalturaEmailNotificationCategoryRecipientJobData type: object KalturaESearchRange: properties: greaterThan: type: integer greaterThanOrEqual: type: integer lessThan: type: integer lessThanOrEqual: type: integer title: KalturaESearchRange type: object KalturaSyndicationDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaSyndicationDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSyndicationDistributionProviderOrderBy title: KalturaSyndicationDistributionProviderFilter type: object KalturaIntegrationJobProviderData: anyOf: - $ref: '#/definitions/KalturaCielo24JobProviderData' - $ref: '#/definitions/KalturaDexterIntegrationJobProviderData' - $ref: '#/definitions/KalturaExampleIntegrationJobProviderData' - $ref: '#/definitions/KalturaVoicebaseJobProviderData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCielo24JobProviderData - KalturaDexterIntegrationJobProviderData - KalturaExampleIntegrationJobProviderData - KalturaVoicebaseJobProviderData type: string title: KalturaIntegrationJobProviderData type: object x-abstract: true KalturaLiveAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorAssetFilter' anyOf: - $ref: '#/definitions/KalturaLiveAssetFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveAssetFilter type: string title: KalturaLiveAssetBaseFilter type: object x-abstract: true KalturaGenericDataCenterContentResource: allOf: - $ref: '#/definitions/KalturaDataCenterContentResource' anyOf: - $ref: '#/definitions/KalturaDropFolderFileResource' - $ref: '#/definitions/KalturaServerFileResource' - $ref: '#/definitions/KalturaUploadedFileResource' - $ref: '#/definitions/KalturaUploadedFileTokenResource' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDropFolderFileResource - KalturaServerFileResource - KalturaUploadedFileResource - KalturaUploadedFileTokenResource type: string title: KalturaGenericDataCenterContentResource type: object x-abstract: true KalturaQuizUserEntryFilter: allOf: - $ref: '#/definitions/KalturaQuizUserEntryBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaQuizUserEntryOrderBy title: KalturaQuizUserEntryFilter type: object KalturaDistributionValidationErrorMissingThumbnail: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: dimensions: $ref: '#/definitions/KalturaDistributionThumbDimensions' title: KalturaDistributionValidationErrorMissingThumbnail type: object KalturaThumbParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaThumbParamsFilter' anyOf: - $ref: '#/definitions/KalturaThumbParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaThumbParamsOutputFilter type: string thumbAssetIdEqual: type: string thumbAssetVersionEqual: type: string thumbParamsIdEqual: type: integer thumbParamsVersionEqual: type: string title: KalturaThumbParamsOutputBaseFilter type: object x-abstract: true KalturaPlayReadyPolicyFilter: allOf: - $ref: '#/definitions/KalturaPlayReadyPolicyBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPlayReadyPolicyOrderBy title: KalturaPlayReadyPolicyFilter type: object KalturaDocumentFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: {} title: KalturaDocumentFlavorParamsOutput type: object KalturaESearchParams: anyOf: - $ref: '#/definitions/KalturaESearchCategoryParams' - $ref: '#/definitions/KalturaESearchEntryParams' - $ref: '#/definitions/KalturaESearchGroupParams' - $ref: '#/definitions/KalturaESearchUserParams' description: '`abstract`' discriminator: objectType properties: objectId: type: string objectStatuses: type: string objectType: enum: - KalturaESearchCategoryParams - KalturaESearchEntryParams - KalturaESearchGroupParams - KalturaESearchUserParams type: string orderBy: $ref: '#/definitions/KalturaESearchOrderBy' title: KalturaESearchParams type: object x-abstract: true KalturaCopyPartnerJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: fromPartnerId: description: Id of the partner to copy from type: integer toPartnerId: description: Id of the partner to copy to type: integer title: KalturaCopyPartnerJobData type: object KalturaESearchMetadataOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: metadataProfileId: type: integer xpath: type: string title: KalturaESearchMetadataOrderByItem type: object KalturaAppTokenFilter: allOf: - $ref: '#/definitions/KalturaAppTokenBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAppTokenOrderBy title: KalturaAppTokenFilter type: object KalturaEdgeServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaEdgeServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaEdgeServerNodeFilter type: string playbackDomainLike: type: string playbackDomainMultiLikeAnd: type: string playbackDomainMultiLikeOr: type: string title: KalturaEdgeServerNodeBaseFilter type: object x-abstract: true KalturaAttUverseDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: assetFilenameXslt: type: string channelTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string flavorAssetFilenameXslt: type: string ftpHost: type: string ftpPassword: type: string ftpPath: type: string ftpUsername: type: string thumbnailAssetFilenameXslt: type: string title: KalturaAttUverseDistributionProfile type: object KalturaScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaScheduleEventFilter' - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' - $ref: '#/definitions/KalturaVirtualScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer endDateGreaterThanOrEqual: type: integer endDateLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaScheduleEventFilter - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter - KalturaVirtualScheduleEventFilter type: string ownerIdEqual: type: string ownerIdIn: type: string parentIdEqual: type: integer parentIdIn: type: string parentIdNotIn: type: string priorityEqual: type: integer priorityGreaterThanOrEqual: type: integer priorityIn: type: string priorityLessThanOrEqual: type: integer recurrenceTypeEqual: description: 'Enum Type: `KalturaScheduleEventRecurrenceType`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NONE - RECURRING - RECURRENCE x-enumType: KalturaScheduleEventRecurrenceType recurrenceTypeIn: type: string referenceIdEqual: type: string referenceIdIn: type: string startDateGreaterThanOrEqual: type: integer startDateLessThanOrEqual: type: integer statusEqual: description: 'Enum Type: `KalturaScheduleEventStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - CANCELLED - ACTIVE - DELETED x-enumType: KalturaScheduleEventStatus statusIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaScheduleEventBaseFilter type: object x-abstract: true KalturaConcatJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: concatenatedDuration: description: duration of the concated video type: number destFilePath: description: Output file type: string duration: description: Clipping duration in seconds type: number flavorAssetId: description: Flavor asset to be ingested with the output type: string offset: description: Clipping offset in seconds type: number shouldSort: description: Should Sort the clip parts type: boolean srcFiles: items: $ref: '#/definitions/KalturaString' type: array title: KalturaConcatJobData type: object KalturaReportExportJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: baseUrl: type: string filePaths: type: string files: items: $ref: '#/definitions/KalturaReportExportFile' type: array recipientEmail: type: string reportItems: items: $ref: '#/definitions/KalturaReportExportItem' type: array reportsGroup: type: string title: KalturaReportExportJobData type: object KalturaESearchCategoryBaseItem: allOf: - $ref: '#/definitions/KalturaESearchBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchCategoryOperator' - $ref: '#/definitions/KalturaESearchCategoryItem' - $ref: '#/definitions/KalturaESearchCategoryMetadataItem' - $ref: '#/definitions/KalturaESearchCategoryUserItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchCategoryOperator - KalturaESearchCategoryItem - KalturaESearchCategoryMetadataItem - KalturaESearchCategoryUserItem type: string title: KalturaESearchCategoryBaseItem type: object x-abstract: true KalturaDeliveryProfileRtmpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmpBaseFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileRtmpFilter - KalturaDeliveryProfileGenericRtmpFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileRtmpOrderBy title: KalturaDeliveryProfileRtmpFilter type: object KalturaStorageProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaStorageProfileFilter' - $ref: '#/definitions/KalturaAmazonS3StorageProfileFilter' - $ref: '#/definitions/KalturaKontikiStorageProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaStorageProfileFilter - KalturaAmazonS3StorageProfileFilter - KalturaKontikiStorageProfileFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string protocolEqual: description: 'Enum Type: `KalturaStorageProfileProtocol`' enum: - kontiki.KONTIKI - '0' - '1' - '2' - '3' - '6' - '7' type: string x-enumLabels: - KONTIKI - KALTURA_DC - FTP - SCP - SFTP - S3 - LOCAL x-enumType: KalturaStorageProfileProtocol protocolIn: type: string statusEqual: description: 'Enum Type: `KalturaStorageProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaStorageProfileStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaStorageProfileBaseFilter type: object x-abstract: true KalturaGenericDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaGenericDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaGenericDistributionProfileOrderBy title: KalturaGenericDistributionProfileFilter type: object KalturaESearchCategoryEntryItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractEntryItem' properties: categoryEntryStatus: description: 'Enum Type: `KalturaCategoryEntryStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PENDING - ACTIVE - DELETED - REJECTED x-enumType: KalturaCategoryEntryStatus fieldName: description: 'Enum Type: `KalturaESearchCategoryEntryFieldName`' enum: - ancestor_id - ancestor_name - full_ids - id - name type: string x-enumLabels: - ANCESTOR_ID - ANCESTOR_NAME - FULL_IDS - ID - NAME x-enumType: KalturaESearchCategoryEntryFieldName title: KalturaESearchCategoryEntryItem type: object KalturaYahooSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaYahooSyndicationFeedBaseFilter' properties: orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaYahooSyndicationFeedOrderBy title: KalturaYahooSyndicationFeedFilter type: object KalturaLiveStreamEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaLiveEntryFilter' anyOf: - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string title: KalturaLiveStreamEntryBaseFilter type: object x-abstract: true KalturaBaseEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaBaseEntry attributes. Use KalturaBaseEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaBaseEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaBaseEntryMatchAttribute title: KalturaBaseEntryMatchAttributeCondition type: object KalturaSwfFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSwfFlavorParamsFilter type: string title: KalturaSwfFlavorParamsBaseFilter type: object x-abstract: true KalturaFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputBaseFilter' anyOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' discriminator: objectType properties: objectType: enum: - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaFlavorParamsOutputOrderBy title: KalturaFlavorParamsOutputFilter type: object KalturaCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaCuePointFilter' - $ref: '#/definitions/KalturaAdCuePointFilter' - $ref: '#/definitions/KalturaAnnotationFilter' - $ref: '#/definitions/KalturaAnswerCuePointFilter' - $ref: '#/definitions/KalturaCodeCuePointFilter' - $ref: '#/definitions/KalturaEventCuePointFilter' - $ref: '#/definitions/KalturaQuestionCuePointFilter' - $ref: '#/definitions/KalturaThumbCuePointFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer cuePointTypeEqual: description: 'Enum Type: `KalturaCuePointType`' enum: - adCuePoint.Ad - annotation.Annotation - codeCuePoint.Code - eventCuePoint.Event - quiz.QUIZ_ANSWER - quiz.QUIZ_QUESTION - thumbCuePoint.Thumb type: string x-enumLabels: - AD - ANNOTATION - CODE - EVENT - QUIZ_ANSWER - QUIZ_QUESTION - THUMB x-enumType: KalturaCuePointType cuePointTypeIn: type: string entryIdEqual: type: string entryIdIn: type: string forceStopEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean idEqual: type: string idIn: type: string objectType: enum: - KalturaCuePointFilter - KalturaAdCuePointFilter - KalturaAnnotationFilter - KalturaAnswerCuePointFilter - KalturaCodeCuePointFilter - KalturaEventCuePointFilter - KalturaQuestionCuePointFilter - KalturaThumbCuePointFilter type: string partnerSortValueEqual: type: integer partnerSortValueGreaterThanOrEqual: type: integer partnerSortValueIn: type: string partnerSortValueLessThanOrEqual: type: integer startTimeGreaterThanOrEqual: type: integer startTimeLessThanOrEqual: type: integer statusEqual: description: 'Enum Type: `KalturaCuePointStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - READY - DELETED - HANDLED - PENDING x-enumType: KalturaCuePointStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string triggeredAtGreaterThanOrEqual: type: integer triggeredAtLessThanOrEqual: type: integer updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaCuePointBaseFilter type: object x-abstract: true KalturaESearchCategoryMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractCategoryItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchCategoryMetadataItem type: object KalturaMediaInfoBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaMediaInfoFilter' description: '`abstract`' discriminator: objectType properties: flavorAssetIdEqual: type: string objectType: enum: - KalturaMediaInfoFilter type: string title: KalturaMediaInfoBaseFilter type: object x-abstract: true KalturaESearchUnifiedItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractEntryItem' properties: {} title: KalturaESearchUnifiedItem type: object KalturaPager: anyOf: - $ref: '#/definitions/KalturaPager' - $ref: '#/definitions/KalturaFilterPager' description: The KalturaPager object enables paging management to be applied upon service list/search actions. discriminator: objectType properties: objectType: enum: - KalturaPager - KalturaFilterPager type: string pageIndex: description: The page number for which {pageSize} of objects should be retrieved (Default is 1). type: integer pageSize: description: The number of objects to retrieve. (Default is 30, maximum page size is 500). type: integer title: KalturaPager type: object KalturaQuickPlayDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaQuickPlayDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaQuickPlayDistributionProviderFilter type: string title: KalturaQuickPlayDistributionProviderBaseFilter type: object x-abstract: true KalturaSearchCondition: allOf: - $ref: '#/definitions/KalturaSearchItem' anyOf: - $ref: '#/definitions/KalturaSearchCondition' - $ref: '#/definitions/KalturaSearchComparableCondition' - $ref: '#/definitions/KalturaSearchMatchCondition' discriminator: objectType properties: field: type: string objectType: enum: - KalturaSearchCondition - KalturaSearchComparableCondition - KalturaSearchMatchCondition type: string value: type: string title: KalturaSearchCondition type: object KalturaNdnDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaNdnDistributionProfileFilter type: string title: KalturaNdnDistributionProfileBaseFilter type: object x-abstract: true KalturaAccessControlProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaAccessControlProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaAccessControlProfileFilter type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaAccessControlProfileBaseFilter type: object x-abstract: true KalturaESearchEntryOperator: allOf: - $ref: '#/definitions/KalturaESearchEntryBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaESearchEntryBaseItem' type: array title: KalturaESearchEntryOperator type: object KalturaBaseEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaBaseEntry attributes. Use KalturaBaseEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaBaseEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - moderationCount - moderationStatus - partnerId - partnerSortValue - rank - replacementStatus - startDate - status - totalRank - type - updatedAt type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - MODERATION_COUNT - MODERATION_STATUS - PARTNER_ID - PARTNER_SORT_VALUE - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT x-enumType: KalturaBaseEntryCompareAttribute title: KalturaBaseEntryCompareAttributeCondition type: object KalturaMetadataResponseProfileMapping: allOf: - $ref: '#/definitions/KalturaResponseProfileMapping' properties: {} title: KalturaMetadataResponseProfileMapping type: object KalturaESearchGroupMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractGroupItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchGroupMetadataItem type: object KalturaESearchEntryOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: sortField: description: 'Enum Type: `KalturaESearchEntryOrderByFieldName`' enum: - created_at - end_date - last_played_at - name - plays - plays_last_1_day - plays_last_30_days - plays_last_7_days - rank - start_date - updated_at - views - views_last_1_day - views_last_30_days - views_last_7_days - votes type: string x-enumLabels: - CREATED_AT - END_DATE - LAST_PLAYED_AT - NAME - PLAYS - PLAYS_LAST_1_DAY - PLAYS_LAST_30_DAYS - PLAYS_LAST_7_DAYS - RANK - START_DATE - UPDATED_AT - VIEWS - VIEWS_LAST_1_DAY - VIEWS_LAST_30_DAYS - VIEWS_LAST_7_DAYS - VOTES x-enumType: KalturaESearchEntryOrderByFieldName title: KalturaESearchEntryOrderByItem type: object KalturaBusinessProcessStartNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBusinessProcessStartNotificationTemplateFilter type: string title: KalturaBusinessProcessStartNotificationTemplateBaseFilter type: object x-abstract: true KalturaHuluDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaHuluDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaHuluDistributionProviderOrderBy title: KalturaHuluDistributionProviderFilter type: object KalturaTvinciDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaTvinciDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTvinciDistributionProviderFilter type: string title: KalturaTvinciDistributionProviderBaseFilter type: object x-abstract: true KalturaPlayReadyProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDrmProfileFilter' anyOf: - $ref: '#/definitions/KalturaPlayReadyProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPlayReadyProfileFilter type: string title: KalturaPlayReadyProfileBaseFilter type: object x-abstract: true KalturaPlaylistCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaPlaylist attributes. Use KalturaPlaylistCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaPlaylistCompareAttribute`' enum: - accessControlId - createdAt - endDate - moderationCount - moderationStatus - partnerId - partnerSortValue - rank - replacementStatus - startDate - status - totalRank - type - updatedAt type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - MODERATION_COUNT - MODERATION_STATUS - PARTNER_ID - PARTNER_SORT_VALUE - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT x-enumType: KalturaPlaylistCompareAttribute title: KalturaPlaylistCompareAttributeCondition type: object KalturaConfMapsBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaConfMapsFilter' description: '`abstract`' discriminator: objectType properties: nameEqual: type: string objectType: enum: - KalturaConfMapsFilter type: string relatedHostEqual: type: string versionEqual: type: integer title: KalturaConfMapsBaseFilter type: object x-abstract: true KalturaBulkUploadCsvJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadJobData' description: Represents the Bulk upload job data for xml bulk upload properties: columns: items: $ref: '#/definitions/KalturaString' type: array csvVersion: description: '`readOnly` Enum Type: `KalturaBulkUploadCsvVersion` The version of the csv file' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - V1 - V2 - V3 x-enumType: KalturaBulkUploadCsvVersion processObjectId: description: The object in process type: string processObjectType: description: The type of the object in process type: string title: KalturaBulkUploadCsvJobData type: object KalturaESearchGroupParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchGroupOperator' title: KalturaESearchGroupParams type: object KalturaAssetResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest media that is already ingested to Kaltura system as a different flavor asset in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync of the existing flavor asset. properties: assetId: description: ID of the source asset type: string title: KalturaAssetResource type: object KalturaUverseDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: localAssetFilePath: description: The local file path of the video asset that needs to be distributed type: string remoteAssetFileName: description: The file name of the remote video asset that was distributed type: string remoteAssetUrl: description: The remote URL of the video asset that was distributed type: string title: KalturaUverseDistributionJobProviderData type: object KalturaLiveStreamScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaLiveStreamScheduleEventBaseFilter' properties: orderBy: enum: - +createdAt - +endDate - +priority - +startDate - +summary - +updatedAt - -createdAt - -endDate - -priority - -startDate - -summary - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - PRIORITY_ASC - START_DATE_ASC - SUMMARY_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - END_DATE_DESC - PRIORITY_DESC - START_DATE_DESC - SUMMARY_DESC - UPDATED_AT_DESC x-enumType: KalturaLiveStreamScheduleEventOrderBy title: KalturaLiveStreamScheduleEventFilter type: object KalturaAttUverseDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaAttUverseDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaAttUverseDistributionProviderOrderBy title: KalturaAttUverseDistributionProviderFilter type: object KalturaGenericDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' properties: deleteAction: $ref: '#/definitions/KalturaGenericDistributionProfileAction' fetchReportAction: $ref: '#/definitions/KalturaGenericDistributionProfileAction' genericProviderId: description: '`insertOnly`' type: integer submitAction: $ref: '#/definitions/KalturaGenericDistributionProfileAction' updateAction: $ref: '#/definitions/KalturaGenericDistributionProfileAction' updateRequiredEntryFields: type: string updateRequiredMetadataXPaths: type: string title: KalturaGenericDistributionProfile type: object KalturaESearchCuepointsAggregationItem: allOf: - $ref: '#/definitions/KalturaESearchAggregationItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCuePointAggregateByFieldName`' enum: - tags - type type: string x-enumLabels: - TAGS - TYPE x-enumType: KalturaESearchCuePointAggregateByFieldName title: KalturaESearchCuepointsAggregationItem type: object KalturaAdCuePointFilter: allOf: - $ref: '#/definitions/KalturaAdCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endTime - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -duration - -endTime - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_TIME_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DURATION_DESC - END_TIME_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAdCuePointOrderBy title: KalturaAdCuePointFilter type: object KalturaDistributionValidationErrorMissingAsset: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: data: type: string title: KalturaDistributionValidationErrorMissingAsset type: object KalturaDestFileSyncDescriptor: allOf: - $ref: '#/definitions/KalturaFileSyncDescriptor' properties: {} title: KalturaDestFileSyncDescriptor type: object KalturaTranscriptAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAttachmentAssetFilter' anyOf: - $ref: '#/definitions/KalturaTranscriptAssetFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTranscriptAssetFilter type: string title: KalturaTranscriptAssetBaseFilter type: object x-abstract: true KalturaThumbAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter' anyOf: - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter type: string statusEqual: description: 'Enum Type: `KalturaThumbAssetStatus`' enum: - -1 - 0 - 1 - 2 - 3 - 7 - 9 type: integer x-enumLabels: - ERROR - QUEUED - CAPTURING - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaThumbAssetStatus statusIn: type: string statusNotIn: type: string thumbParamsIdEqual: type: integer thumbParamsIdIn: type: string title: KalturaThumbAssetBaseFilter type: object x-abstract: true KalturaYouTubeApiCaptionDistributionInfo: properties: action: description: 'Enum Type: `KalturaYouTubeApiDistributionCaptionAction`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - UPDATE_ACTION - SUBMIT_ACTION - DELETE_ACTION x-enumType: KalturaYouTubeApiDistributionCaptionAction assetId: type: string filePath: type: string label: type: string language: type: string remoteId: type: string version: type: string title: KalturaYouTubeApiCaptionDistributionInfo type: object KalturaCrossKalturaDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCrossKalturaDistributionProfileOrderBy title: KalturaCrossKalturaDistributionProfileFilter type: object KalturaCategoryUserBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaCategoryUserFilter' description: '`abstract`' discriminator: objectType properties: categoryFullIdsEqual: type: string categoryFullIdsStartsWith: type: string categoryIdEqual: type: integer categoryIdIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer objectType: enum: - KalturaCategoryUserFilter type: string permissionLevelEqual: description: 'Enum Type: `KalturaCategoryUserPermissionLevel`' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - MANAGER - MODERATOR - CONTRIBUTOR - MEMBER - NONE x-enumType: KalturaCategoryUserPermissionLevel permissionLevelIn: type: string permissionNamesMatchAnd: type: string permissionNamesMatchOr: type: string permissionNamesNotContains: type: string statusEqual: description: 'Enum Type: `KalturaCategoryUserStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - ACTIVE - PENDING - NOT_ACTIVE - DELETED x-enumType: KalturaCategoryUserStatus statusIn: type: string updateMethodEqual: description: 'Enum Type: `KalturaUpdateMethodType`' enum: - 0 - 1 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaUpdateMethodType updateMethodIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaCategoryUserBaseFilter type: object x-abstract: true KalturaBulkUploadResultScheduleResource: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: description: type: string name: type: string parentSystemName: type: string parentType: type: string resourceId: type: string systemName: type: string tags: type: string type: type: string title: KalturaBulkUploadResultScheduleResource type: object KalturaCrossKalturaDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCrossKalturaDistributionProfileFilter type: string title: KalturaCrossKalturaDistributionProfileBaseFilter type: object x-abstract: true KalturaAdminUserFilter: allOf: - $ref: '#/definitions/KalturaAdminUserBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaAdminUserOrderBy title: KalturaAdminUserFilter type: object KalturaLiveStreamAdminEntryFilter: allOf: - $ref: '#/definitions/KalturaLiveStreamAdminEntryBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endDate - +firstBroadcast - +lastBroadcast - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -firstBroadcast - -lastBroadcast - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - FIRST_BROADCAST_ASC - LAST_BROADCAST_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - FIRST_BROADCAST_DESC - LAST_BROADCAST_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaLiveStreamAdminEntryOrderBy title: KalturaLiveStreamAdminEntryFilter type: object KalturaAttUverseDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: filesForDistribution: items: $ref: '#/definitions/KalturaAttUverseDistributionFile' type: array remoteAssetFileUrls: description: The remote URL of the video asset that was distributed type: string remoteCaptionFileUrls: description: The remote URL of the caption asset that was distributed type: string remoteThumbnailFileUrls: description: The remote URL of the thumbnail asset that was distributed type: string title: KalturaAttUverseDistributionJobProviderData type: object KalturaMetadataField: allOf: - $ref: '#/definitions/KalturaStringField' properties: profileId: description: Metadata profile id type: integer profileSystemName: description: Metadata profile system name type: string xPath: description: 'May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()=''metadata'']/[local-name()=''myElementName''] 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName' type: string title: KalturaMetadataField type: object KalturaESearchCategoryParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchCategoryOperator' title: KalturaESearchCategoryParams type: object KalturaPermissionBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaPermissionFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dependsOnPermissionNamesMultiLikeAnd: type: string dependsOnPermissionNamesMultiLikeOr: type: string descriptionLike: type: string friendlyNameLike: type: string idEqual: type: integer idIn: type: string nameEqual: type: string nameIn: type: string objectType: enum: - KalturaPermissionFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaPermissionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - BLOCKED - DELETED x-enumType: KalturaPermissionStatus statusIn: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string typeEqual: description: 'Enum Type: `KalturaPermissionType`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - NORMAL - SPECIAL_FEATURE - PLUGIN - PARTNER_GROUP x-enumType: KalturaPermissionType typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaPermissionBaseFilter type: object x-abstract: true KalturaCategoryEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaCategoryEntryFilter' description: '`abstract`' discriminator: objectType properties: categoryFullIdsStartsWith: type: string categoryIdEqual: type: integer categoryIdIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer creatorUserIdEqual: type: string creatorUserIdIn: type: string entryIdEqual: type: string entryIdIn: type: string objectType: enum: - KalturaCategoryEntryFilter type: string statusEqual: description: 'Enum Type: `KalturaCategoryEntryStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PENDING - ACTIVE - DELETED - REJECTED x-enumType: KalturaCategoryEntryStatus statusIn: type: string title: KalturaCategoryEntryBaseFilter type: object x-abstract: true KalturaDoubleClickDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDoubleClickDistributionProfileFilter type: string title: KalturaDoubleClickDistributionProfileBaseFilter type: object x-abstract: true KalturaLiveReportExportJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: entryIds: type: string outputPath: type: string recipientEmail: type: string timeReference: type: integer timeZoneOffset: type: integer title: KalturaLiveReportExportJobData type: object KalturaFreewheelDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaFreewheelDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFreewheelDistributionProviderFilter type: string title: KalturaFreewheelDistributionProviderBaseFilter type: object x-abstract: true KalturaESearchEntryBaseNestedObject: allOf: - $ref: '#/definitions/KalturaESearchEntryBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchNestedOperator' - $ref: '#/definitions/KalturaESearchCaptionItem' - $ref: '#/definitions/KalturaESearchCuePointItem' - $ref: '#/definitions/KalturaESearchEntryMetadataItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchNestedOperator - KalturaESearchCaptionItem - KalturaESearchCuePointItem - KalturaESearchEntryMetadataItem type: string title: KalturaESearchEntryBaseNestedObject type: object x-abstract: true KalturaMsnDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaMsnDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMsnDistributionProviderOrderBy title: KalturaMsnDistributionProviderFilter type: object KalturaRegistrationUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaRegistrationUserEntryFilter type: object KalturaUverseDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUverseDistributionProfileFilter type: string title: KalturaUverseDistributionProfileBaseFilter type: object x-abstract: true KalturaMediaInfoFilter: allOf: - $ref: '#/definitions/KalturaMediaInfoBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMediaInfoOrderBy title: KalturaMediaInfoFilter type: object KalturaUploadTokenBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaUploadTokenFilter' description: '`abstract`' discriminator: objectType properties: fileNameEqual: type: string fileSizeEqual: type: number idEqual: type: string idIn: type: string objectType: enum: - KalturaUploadTokenFilter type: string statusEqual: description: 'Enum Type: `KalturaUploadTokenStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - PENDING - PARTIAL_UPLOAD - FULL_UPLOAD - CLOSED - TIMED_OUT - DELETED x-enumType: KalturaUploadTokenStatus statusIn: type: string userIdEqual: type: string title: KalturaUploadTokenBaseFilter type: object x-abstract: true KalturaObjectIdField: allOf: - $ref: '#/definitions/KalturaStringField' description: Evaluates object ID according to given context properties: {} title: KalturaObjectIdField type: object KalturaIntegrationJobTriggerData: anyOf: - $ref: '#/definitions/KalturaBpmEventNotificationIntegrationJobTriggerData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBpmEventNotificationIntegrationJobTriggerData type: string title: KalturaIntegrationJobTriggerData type: object x-abstract: true KalturaESearchCategoryAggregationItem: allOf: - $ref: '#/definitions/KalturaESearchAggregationItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCategoryAggregateByFieldName`' enum: - category_name type: string x-enumLabels: - CATEGORY_NAME x-enumType: KalturaESearchCategoryAggregateByFieldName title: KalturaESearchCategoryAggregationItem type: object KalturaPartner: properties: additionalParams: items: $ref: '#/definitions/KalturaKeyValue' type: array adminEmail: type: string adminLoginUsersQuota: description: '`readOnly`' readOnly: true type: integer adminName: description: deprecated - lastName and firstName replaces this field type: string adminSecret: description: '`readOnly`' readOnly: true type: string adminUserId: type: string adultContent: type: boolean allowDefaultPasswordRestrictions: description: '`readOnly`' readOnly: true type: boolean allowMultiNotification: type: integer allowQuickEdit: type: integer allowedDomains: description: '`readOnly`' readOnly: true type: string allowedFromEmailWhiteList: type: string appearInSearch: type: integer authenticationType: description: '`readOnly` Enum Type: `KalturaPartnerAuthenticationType`' enum: - 0 - 1 - 2 readOnly: true type: integer x-enumLabels: - PASSWORD_ONLY - TWO_FACTOR_AUTH - SSO x-enumType: KalturaPartnerAuthenticationType blockDirectLogin: description: '`readOnly`' readOnly: true type: boolean cdnHost: description: '`readOnly`' readOnly: true type: string cmsPassword: description: '`readOnly`' readOnly: true type: string commercialUse: description: 'Enum Type: `KalturaCommercialUseType`' enum: - 0 - 1 type: integer x-enumLabels: - NON_COMMERCIAL_USE - COMMERCIAL_USE x-enumType: KalturaCommercialUseType contentCategories: type: string country: description: country code (2char) - this field is optional type: string createdAt: description: '`readOnly`' readOnly: true type: integer crmId: description: '`readOnly`' readOnly: true type: string defConversionProfileType: type: string defaultDeliveryType: description: '`readOnly`' readOnly: true type: string defaultEmbedCodeType: description: '`readOnly`' readOnly: true type: string defaultEntitlementEnforcement: description: '`readOnly`' readOnly: true type: boolean deliveryTypes: items: $ref: '#/definitions/KalturaPlayerDeliveryType' type: array describeYourself: type: string description: type: string eSearchLanguages: items: $ref: '#/definitions/KalturaESearchLanguageItem' type: array eightyPercentWarning: description: '`readOnly`' readOnly: true type: integer embedCodeTypes: items: $ref: '#/definitions/KalturaPlayerEmbedCodeType' type: array eventPlatformAllowedTemplates: type: string excludedAdminRoleName: description: '`readOnly`' readOnly: true type: string extendedFreeTrail: description: '`readOnly`' readOnly: true type: integer extendedFreeTrailEndsWarning: description: '`readOnly`' readOnly: true type: boolean extendedFreeTrailExpiryDate: description: '`readOnly` Unix timestamp (In seconds)' readOnly: true type: integer x-inputType: datetime extendedFreeTrailExpiryReason: description: '`readOnly`' readOnly: true type: string firstName: description: firstName and lastName replace the old (deprecated) adminName type: string host: description: '`readOnly`' readOnly: true type: string id: description: '`readOnly`' readOnly: true type: integer ignoreSeoLinks: description: '`readOnly`' readOnly: true type: boolean isFirstLogin: description: '`readOnly`' readOnly: true type: boolean isSelfServe: type: boolean landingPage: type: string lastFreeTrialNotificationDay: description: '`readOnly`' readOnly: true type: integer lastName: description: lastName and firstName replace the old (deprecated) adminName type: string loginBlockPeriod: type: integer logoutUrl: description: '`readOnly`' readOnly: true type: string maxLoginAttempts: type: integer maxUploadSize: type: integer mergeEntryLists: type: integer monitorUsage: description: '`readOnly`' readOnly: true type: integer name: type: string notificationUrl: type: string notificationsConfig: type: string notify: type: integer numPrevPassToKeep: type: integer ottEnvironmentUrl: description: '`readOnly`' readOnly: true type: string ovpEnvironmentUrl: description: '`readOnly`' readOnly: true type: string partnerGroupType: description: '`readOnly` Enum Type: `KalturaPartnerGroupType`' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - PUBLISHER - VAR_GROUP - GROUP - TEMPLATE x-enumType: KalturaPartnerGroupType partnerPackage: type: integer partnerParentId: type: integer passReplaceFreq: type: integer passwordStructureValidations: items: $ref: '#/definitions/KalturaRegexItem' type: array passwordStructureValidationsDescription: type: string phone: type: string publisherEnvironmentType: description: '`readOnly`' readOnly: true type: integer publishersQuota: description: '`readOnly`' readOnly: true type: integer referenceId: type: string secret: description: '`readOnly`' readOnly: true type: string x-inputType: password state: description: state code (2char) - this field is optional type: string status: description: '`readOnly` Enum Type: `KalturaPartnerStatus`' enum: - 0 - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - DELETED - ACTIVE - BLOCKED - FULL_BLOCK - READ_ONLY x-enumType: KalturaPartnerStatus templatePartnerId: description: '`readOnly`' readOnly: true type: integer timeAlignedRenditions: description: '`readOnly`' readOnly: true type: boolean twoFactorAuthenticationMode: description: '`readOnly` Enum Type: `KalturaTwoFactorAuthenticationMode`' enum: - 0 - 1 - 2 readOnly: true type: integer x-enumLabels: - ALL - ADMIN_USERS_ONLY - NON_ADMIN_USERS_ONLY x-enumType: KalturaTwoFactorAuthenticationMode type: description: 'Enum Type: `KalturaPartnerType`' enum: - 1 - 100 - 101 - 102 - 103 - 104 - 105 - 106 - 107 - 108 - 109 type: integer x-enumLabels: - KMC - WIKI - WORDPRESS - DRUPAL - DEKIWIKI - MOODLE - COMMUNITY_EDITION - JOOMLA - BLACKBOARD - SAKAI - ADMIN_CONSOLE x-enumType: KalturaPartnerType usageLimitWarning: description: '`readOnly`' readOnly: true type: integer userLandingPage: type: string verticalClassificationId: description: '`readOnly`' readOnly: true type: integer website: type: string title: KalturaPartner type: object KalturaMediaServerNodeFilter: allOf: - $ref: '#/definitions/KalturaMediaServerNodeBaseFilter' anyOf: - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' discriminator: objectType properties: objectType: enum: - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter type: string orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaMediaServerNodeOrderBy title: KalturaMediaServerNodeFilter type: object KalturaBulkUploadResultJob: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: jobObjectId: description: ID of object being processed by the job type: integer title: KalturaBulkUploadResultJob type: object KalturaFtpDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFtpDistributionProviderBaseFilter' anyOf: - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' discriminator: objectType properties: objectType: enum: - KalturaFtpDistributionProviderFilter - KalturaFtpScheduledDistributionProviderFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaFtpDistributionProviderOrderBy title: KalturaFtpDistributionProviderFilter type: object KalturaLiveEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveEntry attributes. Use KalturaLiveEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaLiveEntryCompareAttribute title: KalturaLiveEntryCompareAttributeCondition type: object KalturaServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaServerNodeFilter' - $ref: '#/definitions/KalturaConferenceServerNodeFilter' - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' - $ref: '#/definitions/KalturaEdgeServerNodeFilter' - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' - $ref: '#/definitions/KalturaSipServerNodeFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dcEqual: type: integer dcIn: type: string environmentEqual: type: string environmentIn: type: string heartbeatTimeGreaterThanOrEqual: type: integer heartbeatTimeLessThanOrEqual: type: integer hostNameLike: type: string hostNameMultiLikeAnd: type: string hostNameMultiLikeOr: type: string idEqual: type: integer idIn: type: string nameEqual: type: string nameIn: type: string objectType: enum: - KalturaServerNodeFilter - KalturaConferenceServerNodeFilter - KalturaDeliveryServerNodeFilter - KalturaEdgeServerNodeFilter - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter - KalturaSipServerNodeFilter type: string parentIdLike: type: string parentIdMultiLikeAnd: type: string parentIdMultiLikeOr: type: string statusEqual: description: 'Enum Type: `KalturaServerNodeStatus`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - ACTIVE - DISABLED - DELETED - NOT_REGISTERED - NOT_OPERATIONAL x-enumType: KalturaServerNodeStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string typeEqual: description: 'Enum Type: `KalturaServerNodeType`' enum: - conference.CONFERENCE_SERVER - liveCluster.LIVE_CLUSTER_MEDIA_SERVER - sip.SIP_SERVER - wowza.WOWZA_MEDIA_SERVER - '1' type: string x-enumLabels: - CONFERENCE_SERVER - LIVE_CLUSTER_MEDIA_SERVER - SIP_SERVER - WOWZA_MEDIA_SERVER - EDGE x-enumType: KalturaServerNodeType typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaServerNodeBaseFilter type: object x-abstract: true KalturaDailymotionDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaDailymotionDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDailymotionDistributionProfileOrderBy title: KalturaDailymotionDistributionProfileFilter type: object KalturaESearchGroupItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractGroupItem' properties: fieldName: description: 'Enum Type: `KalturaESearchGroupFieldName`' enum: - company - country - created_at - email - external_id - first_name - group_ids - is_admin - is_hashed - last_name - login_enabled - permission_names - role_ids - screen_name - tags - title - updated_at - user_id type: string x-enumLabels: - COMPANY - COUNTRY - CREATED_AT - EMAIL - EXTERNAL_ID - FIRST_NAME - GROUP_IDS - IS_ADMIN - IS_HASHED - LAST_NAME - LOGIN_ENABLED - PERMISSION_NAMES - ROLE_IDS - SCREEN_NAME - TAGS - TITLE - UPDATED_AT - USER_ID x-enumType: KalturaESearchGroupFieldName title: KalturaESearchGroupItem type: object KalturaConvertJobData: allOf: - $ref: '#/definitions/KalturaConvartableJobData' properties: customData: type: string destFileSyncLocalPath: type: string destFileSyncRemoteUrl: type: string destFileSyncSharedPath: type: string engineMessage: type: string estimatedEffort: type: integer extraDestFileSyncs: items: $ref: '#/definitions/KalturaDestFileSyncDescriptor' type: array flavorAssetId: type: string logFileSyncLocalPath: type: string logFileSyncRemoteUrl: type: string remoteMediaId: type: string userCpu: type: integer title: KalturaConvertJobData type: object KalturaBulkUploadResultScheduleEvent: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: categoryIds: type: string coEditors: type: string coPublishers: type: string contentOwnerId: type: string description: type: string duration: type: integer endTime: type: integer eventOrganizerId: type: string eventType: type: integer recurrence: type: string referenceId: type: string resourceId: description: ID of the resource specified for the new event. type: string startTime: type: integer tags: type: string templateEntryId: type: string templateEntryType: type: string title: type: string title: KalturaBulkUploadResultScheduleEvent type: object KalturaBulkUploadVendorCatalogItemData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the\n bulk upload job." properties: {} title: KalturaBulkUploadVendorCatalogItemData type: object KalturaAssetParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaAssetParamsFilter' - $ref: '#/definitions/KalturaAssetParamsOutputFilter' - $ref: '#/definitions/KalturaCaptionParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: idEqual: type: integer idIn: type: string isSystemDefaultEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaAssetParamsFilter - KalturaAssetParamsOutputFilter - KalturaCaptionParamsFilter - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter type: string systemNameEqual: type: string systemNameIn: type: string tagsEqual: type: string title: KalturaAssetParamsBaseFilter type: object x-abstract: true KalturaBulkUploadObjectData: anyOf: - $ref: '#/definitions/KalturaBulkUploadCategoryData' - $ref: '#/definitions/KalturaBulkUploadCategoryEntryData' - $ref: '#/definitions/KalturaBulkUploadCategoryUserData' - $ref: '#/definitions/KalturaBulkUploadEntryData' - $ref: '#/definitions/KalturaBulkUploadUserData' - $ref: '#/definitions/KalturaBulkUploadVendorCatalogItemData' description: "`abstract`\n\nThis class represents object-specific data passed to the \n bulk upload job." discriminator: objectType properties: objectType: enum: - KalturaBulkUploadCategoryData - KalturaBulkUploadCategoryEntryData - KalturaBulkUploadCategoryUserData - KalturaBulkUploadEntryData - KalturaBulkUploadUserData - KalturaBulkUploadVendorCatalogItemData type: string title: KalturaBulkUploadObjectData type: object x-abstract: true KalturaHttpNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaHttpNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaHttpNotificationTemplateFilter type: string title: KalturaHttpNotificationTemplateBaseFilter type: object x-abstract: true KalturaYahooSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaYahooSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYahooSyndicationFeedFilter type: string title: KalturaYahooSyndicationFeedBaseFilter type: object x-abstract: true KalturaESearchUserBaseItem: allOf: - $ref: '#/definitions/KalturaESearchBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchUserOperator' - $ref: '#/definitions/KalturaESearchGroupUserItem' - $ref: '#/definitions/KalturaESearchUserItem' - $ref: '#/definitions/KalturaESearchUserMetadataItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchUserOperator - KalturaESearchGroupUserItem - KalturaESearchUserItem - KalturaESearchUserMetadataItem type: string title: KalturaESearchUserBaseItem type: object x-abstract: true KalturaLiveStreamEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveStreamEntry attributes. Use KalturaLiveStreamEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveStreamEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaLiveStreamEntryCompareAttribute title: KalturaLiveStreamEntryCompareAttributeCondition type: object KalturaDexterIntegrationJobProviderData: allOf: - $ref: '#/definitions/KalturaIntegrationJobProviderData' properties: entryId: description: ID of the entry type: string metadataProfileId: description: ID of the metadata profile for the extracted term metadata type: integer transcriptAssetId: description: ID of the transcript asset type: string voicebaseApiKey: description: Voicebase API key to fetch transcript tokens type: string voicebaseApiPassword: description: Voicebase API password to fetch transcript tokens type: string title: KalturaDexterIntegrationJobProviderData type: object KalturaESearchEntryItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractEntryItem' properties: fieldName: description: 'Enum Type: `KalturaESearchEntryFieldName`' enum: - access_control_id - admin_tags - captions_content - conversion_profile_id - created_at - creator_kuser_id - credit - description - end_date - entitled_kusers_edit - entitled_kusers_publish - entitled_kusers_view - entry_type - external_source_type - id - is_live - is_quiz - kuser_id - last_played_at - length_in_msecs - media_type - moderation_status - name - parent_id - partner_sort_value - plays - push_publish - rank - recorded_entry_id - redirect_entry_id - reference_id - root_id - site_url - source_type - start_date - tags - template_entry_id - updated_at - user_names - votes type: string x-enumLabels: - ACCESS_CONTROL_ID - ADMIN_TAGS - CAPTIONS_CONTENT - CONVERSION_PROFILE_ID - CREATED_AT - CREATOR_ID - CREDIT - DESCRIPTION - END_DATE - ENTITLED_USER_EDIT - ENTITLED_USER_PUBLISH - ENTITLED_USER_VIEW - ENTRY_TYPE - EXTERNAL_SOURCE_TYPE - ID - IS_LIVE - IS_QUIZ - USER_ID - LAST_PLAYED_AT - LENGTH_IN_MSECS - MEDIA_TYPE - MODERATION_STATUS - NAME - PARENT_ENTRY_ID - PARTNER_SORT_VALUE - PLAYS - PUSH_PUBLISH - RANK - RECORDED_ENTRY_ID - REDIRECT_ENTRY_ID - REFERENCE_ID - ROOT_ID - SITE_URL - SOURCE_TYPE - START_DATE - TAGS - TEMPLATE_ENTRY_ID - UPDATED_AT - USER_NAMES - VOTES x-enumType: KalturaESearchEntryFieldName title: KalturaESearchEntryItem type: object KalturaLiveChannelSegmentBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaLiveChannelSegmentFilter' description: '`abstract`' discriminator: objectType properties: channelIdEqual: type: string channelIdIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer objectType: enum: - KalturaLiveChannelSegmentFilter type: string startTimeGreaterThanOrEqual: type: number startTimeLessThanOrEqual: type: number statusEqual: description: 'Enum Type: `KalturaLiveChannelSegmentStatus`' enum: - '2' - '3' type: string x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaLiveChannelSegmentStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaLiveChannelSegmentBaseFilter type: object x-abstract: true KalturaUnicornDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaUnicornDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaUnicornDistributionProfileOrderBy title: KalturaUnicornDistributionProfileFilter type: object KalturaPartnerFilter: allOf: - $ref: '#/definitions/KalturaPartnerBaseFilter' anyOf: - $ref: '#/definitions/KalturaPartnerFilter' - $ref: '#/definitions/KalturaSystemPartnerFilter' - $ref: '#/definitions/KalturaVarConsolePartnerFilter' discriminator: objectType properties: objectType: enum: - KalturaPartnerFilter - KalturaSystemPartnerFilter - KalturaVarConsolePartnerFilter type: string orderBy: enum: - +adminEmail - +adminName - +createdAt - +id - +name - +status - +website - -adminEmail - -adminName - -createdAt - -id - -name - -status - -website type: string x-enumLabels: - ADMIN_EMAIL_ASC - ADMIN_NAME_ASC - CREATED_AT_ASC - ID_ASC - NAME_ASC - STATUS_ASC - WEBSITE_ASC - ADMIN_EMAIL_DESC - ADMIN_NAME_DESC - CREATED_AT_DESC - ID_DESC - NAME_DESC - STATUS_DESC - WEBSITE_DESC x-enumType: KalturaPartnerOrderBy title: KalturaPartnerFilter type: object KalturaMetadataProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaMetadataProfileFilter' description: '`abstract`' discriminator: objectType properties: createModeEqual: description: 'Enum Type: `KalturaMetadataProfileCreateMode`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - API - KMC - APP x-enumType: KalturaMetadataProfileCreateMode createModeIn: type: string createModeNotEqual: description: 'Enum Type: `KalturaMetadataProfileCreateMode`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - API - KMC - APP x-enumType: KalturaMetadataProfileCreateMode createModeNotIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer metadataObjectTypeEqual: description: 'Enum Type: `KalturaMetadataObjectType`' enum: - adCuePointMetadata.AdCuePoint - annotationMetadata.Annotation - codeCuePointMetadata.CodeCuePoint - quiz.AnswerCuePoint - quiz.QuestionCuePoint - thumbCuePointMetadata.thumbCuePoint - '1' - '2' - '3' - '4' - '5' - '6' type: string x-enumLabels: - AD_CUE_POINT - ANNOTATION - CODE_CUE_POINT - ANSWER_CUE_POINT - QUESTION_CUE_POINT - THUMB_CUE_POINT - ENTRY - CATEGORY - USER - PARTNER - DYNAMIC_OBJECT - USER_ENTRY x-enumType: KalturaMetadataObjectType metadataObjectTypeIn: type: string nameEqual: type: string objectType: enum: - KalturaMetadataProfileFilter type: string partnerIdEqual: type: integer statusEqual: description: 'Enum Type: `KalturaMetadataProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - DEPRECATED - TRANSFORMING x-enumType: KalturaMetadataProfileStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer versionEqual: type: integer title: KalturaMetadataProfileBaseFilter type: object x-abstract: true KalturaAccessControlBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaAccessControlFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaAccessControlFilter type: string systemNameEqual: type: string systemNameIn: type: string title: KalturaAccessControlBaseFilter type: object x-abstract: true KalturaKafkaNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaKafkaNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaKafkaNotificationTemplateFilter type: string title: KalturaKafkaNotificationTemplateBaseFilter type: object x-abstract: true KalturaPlayableEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaPlayableEntry attributes. Use KalturaPlayableEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaPlayableEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaPlayableEntryMatchAttribute title: KalturaPlayableEntryMatchAttributeCondition type: object KalturaMappedObjectsCsvJobData: allOf: - $ref: '#/definitions/KalturaExportCsvJobData' anyOf: - $ref: '#/definitions/KalturaCategoriesCsvJobData' - $ref: '#/definitions/KalturaEntriesCsvJobData' - $ref: '#/definitions/KalturaUsersCsvJobData' description: '`abstract`' discriminator: objectType properties: additionalFields: items: $ref: '#/definitions/KalturaCsvAdditionalFieldInfo' type: array mappedFields: items: $ref: '#/definitions/KalturaKeyValue' type: array metadataProfileId: description: The metadata profile we should look the xpath in type: integer objectType: enum: - KalturaCategoriesCsvJobData - KalturaEntriesCsvJobData - KalturaUsersCsvJobData type: string options: $ref: '#/definitions/KalturaExportToCsvOptions' title: KalturaMappedObjectsCsvJobData type: object x-abstract: true KalturaMediaEntryFilter: allOf: - $ref: '#/definitions/KalturaMediaEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' discriminator: objectType properties: objectType: enum: - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string orderBy: enum: - +createdAt - +duration - +endDate - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaMediaEntryOrderBy title: KalturaMediaEntryFilter type: object KalturaPlaylistFilter: allOf: - $ref: '#/definitions/KalturaPlaylistBaseFilter' properties: orderBy: enum: - +createdAt - +endDate - +moderationCount - +name - +partnerSortValue - +rank - +recent - +startDate - +totalRank - +updatedAt - +weight - -createdAt - -endDate - -moderationCount - -name - -partnerSortValue - -rank - -recent - -startDate - -totalRank - -updatedAt - -weight type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - WEIGHT_ASC - CREATED_AT_DESC - END_DATE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - WEIGHT_DESC x-enumType: KalturaPlaylistOrderBy playListTypeEqual: description: 'Enum Type: `KalturaPlaylistType`' enum: - 3 - 10 - 101 - 102 type: integer x-enumLabels: - STATIC_LIST - DYNAMIC - EXTERNAL - PATH x-enumType: KalturaPlaylistType playListTypeIn: type: string title: KalturaPlaylistFilter type: object KalturaDeliveryProfileLiveAppleHttpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileLiveAppleHttpFilter type: string title: KalturaDeliveryProfileLiveAppleHttpBaseFilter type: object x-abstract: true KalturaBulkUploadCategoryUserData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: {} title: KalturaBulkUploadCategoryUserData type: object KalturaIdeticDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaIdeticDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaIdeticDistributionProviderFilter type: string title: KalturaIdeticDistributionProviderBaseFilter type: object x-abstract: true KalturaUploadedFileTokenResource: allOf: - $ref: '#/definitions/KalturaGenericDataCenterContentResource' description: Used to ingest media that uploaded to the system and represented by token that returned from upload.upload action or uploadToken.add action. properties: token: description: Token that returned from upload.upload action or uploadToken.add action. type: string title: KalturaUploadedFileTokenResource type: object KalturaFairplayDrmProfileFilter: allOf: - $ref: '#/definitions/KalturaFairplayDrmProfileBaseFilter' properties: orderBy: enum: - +id - +name - -id - -name type: string x-enumLabels: - ID_ASC - NAME_ASC - ID_DESC - NAME_DESC x-enumType: KalturaFairplayDrmProfileOrderBy title: KalturaFairplayDrmProfileFilter type: object KalturaDeliveryProfileAkamaiHttpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileAkamaiHttpFilter type: string title: KalturaDeliveryProfileAkamaiHttpBaseFilter type: object x-abstract: true KalturaSearchOperator: allOf: - $ref: '#/definitions/KalturaSearchItem' anyOf: - $ref: '#/definitions/KalturaSearchOperator' - $ref: '#/definitions/KalturaDynamicObjectSearchItem' - $ref: '#/definitions/KalturaMetadataSearchItem' discriminator: objectType properties: items: items: $ref: '#/definitions/KalturaSearchItem' type: array objectType: enum: - KalturaSearchOperator - KalturaDynamicObjectSearchItem - KalturaMetadataSearchItem type: string type: description: 'Enum Type: `KalturaSearchOperatorType`' enum: - 1 - 2 type: integer x-enumLabels: - SEARCH_AND - SEARCH_OR x-enumType: KalturaSearchOperatorType title: KalturaSearchOperator type: object KalturaMetroPcsDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaMetroPcsDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMetroPcsDistributionProviderOrderBy title: KalturaMetroPcsDistributionProviderFilter type: object KalturaExampleIntegrationJobProviderData: allOf: - $ref: '#/definitions/KalturaIntegrationJobProviderData' properties: exampleUrl: description: Just an example type: string title: KalturaExampleIntegrationJobProviderData type: object KalturaContentResource: allOf: - $ref: '#/definitions/KalturaResource' anyOf: - $ref: '#/definitions/KalturaUrlResource' - $ref: '#/definitions/KalturaAssetResource' - $ref: '#/definitions/KalturaEntryResource' - $ref: '#/definitions/KalturaFileSyncResource' - $ref: '#/definitions/KalturaOperationResource' - $ref: '#/definitions/KalturaRemoteStorageResources' - $ref: '#/definitions/KalturaStringResource' - $ref: '#/definitions/KalturaRemoteStorageResource' - $ref: '#/definitions/KalturaSshUrlResource' - $ref: '#/definitions/KalturaWebcamTokenResource' - $ref: '#/definitions/KalturaDropFolderFileResource' - $ref: '#/definitions/KalturaServerFileResource' - $ref: '#/definitions/KalturaUploadedFileResource' - $ref: '#/definitions/KalturaUploadedFileTokenResource' description: '`abstract` Is a unified way to add content to Kaltura whether it''s an uploaded file, webcam recording, imported URL or existing file sync.' discriminator: objectType properties: objectType: enum: - KalturaUrlResource - KalturaAssetResource - KalturaEntryResource - KalturaFileSyncResource - KalturaOperationResource - KalturaRemoteStorageResources - KalturaStringResource - KalturaRemoteStorageResource - KalturaSshUrlResource - KalturaWebcamTokenResource - KalturaDropFolderFileResource - KalturaServerFileResource - KalturaUploadedFileResource - KalturaUploadedFileTokenResource type: string title: KalturaContentResource type: object x-abstract: true KalturaLiveRedirectScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' properties: {} title: KalturaLiveRedirectScheduleEventFilter type: object KalturaBatchJobFilter: allOf: - $ref: '#/definitions/KalturaBatchJobBaseFilter' anyOf: - $ref: '#/definitions/KalturaBatchJobFilter' - $ref: '#/definitions/KalturaBatchJobFilterExt' discriminator: objectType properties: objectType: enum: - KalturaBatchJobFilter - KalturaBatchJobFilterExt type: string orderBy: enum: - +createdAt - +estimatedEffort - +executionAttempts - +finishTime - +lockVersion - +priority - +queueTime - +status - +updatedAt - -createdAt - -estimatedEffort - -executionAttempts - -finishTime - -lockVersion - -priority - -queueTime - -status - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ESTIMATED_EFFORT_ASC - EXECUTION_ATTEMPTS_ASC - FINISH_TIME_ASC - LOCK_VERSION_ASC - PRIORITY_ASC - QUEUE_TIME_ASC - STATUS_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ESTIMATED_EFFORT_DESC - EXECUTION_ATTEMPTS_DESC - FINISH_TIME_DESC - LOCK_VERSION_DESC - PRIORITY_DESC - QUEUE_TIME_DESC - STATUS_DESC - UPDATED_AT_DESC x-enumType: KalturaBatchJobOrderBy title: KalturaBatchJobFilter type: object KalturaLocationScheduleResourceFilter: allOf: - $ref: '#/definitions/KalturaLocationScheduleResourceBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaLocationScheduleResourceOrderBy title: KalturaLocationScheduleResourceFilter type: object KalturaSystemPartnerUsageFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: fromDate: description: Date range from type: integer x-inputType: datetime timezoneOffset: description: Time zone offset type: integer toDate: description: Date range to type: integer x-inputType: datetime title: KalturaSystemPartnerUsageFilter type: object KalturaConversionProfileAssetParamsFilter: allOf: - $ref: '#/definitions/KalturaConversionProfileAssetParamsBaseFilter' properties: assetParamsIdFilter: $ref: '#/definitions/KalturaAssetParamsFilter' conversionProfileIdFilter: $ref: '#/definitions/KalturaConversionProfileFilter' orderBy: type: string x-enumLabels: [] x-enumType: KalturaConversionProfileAssetParamsOrderBy title: KalturaConversionProfileAssetParamsFilter type: object KalturaESearchUserMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractUserItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchUserMetadataItem type: object KalturaConfigurableDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileBaseFilter' anyOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' discriminator: objectType properties: objectType: enum: - KalturaConfigurableDistributionProfileFilter - KalturaAttUverseDistributionProfileFilter - KalturaAvnDistributionProfileFilter - KalturaComcastMrssDistributionProfileFilter - KalturaCortexApiDistributionProfileFilter - KalturaCrossKalturaDistributionProfileFilter - KalturaDailymotionDistributionProfileFilter - KalturaDoubleClickDistributionProfileFilter - KalturaFacebookDistributionProfileFilter - KalturaFreewheelGenericDistributionProfileFilter - KalturaFtpDistributionProfileFilter - KalturaHuluDistributionProfileFilter - KalturaIdeticDistributionProfileFilter - KalturaMetroPcsDistributionProfileFilter - KalturaMsnDistributionProfileFilter - KalturaNdnDistributionProfileFilter - KalturaQuickPlayDistributionProfileFilter - KalturaSynacorHboDistributionProfileFilter - KalturaTVComDistributionProfileFilter - KalturaTimeWarnerDistributionProfileFilter - KalturaTvinciDistributionProfileFilter - KalturaUnicornDistributionProfileFilter - KalturaUverseClickToOrderDistributionProfileFilter - KalturaUverseDistributionProfileFilter - KalturaVerizonVcastDistributionProfileFilter - KalturaYahooDistributionProfileFilter - KalturaYouTubeDistributionProfileFilter - KalturaYoutubeApiDistributionProfileFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaConfigurableDistributionProfileOrderBy title: KalturaConfigurableDistributionProfileFilter type: object KalturaDetachedResponseProfile: allOf: - $ref: '#/definitions/KalturaBaseResponseProfile' anyOf: - $ref: '#/definitions/KalturaDetachedResponseProfile' - $ref: '#/definitions/KalturaResponseProfile' discriminator: objectType properties: fields: description: Comma separated fields list to be included or excluded type: string filter: $ref: '#/definitions/KalturaRelatedFilter' mappings: items: $ref: '#/definitions/KalturaResponseProfileMapping' type: array name: description: Friendly name type: string objectType: enum: - KalturaDetachedResponseProfile - KalturaResponseProfile type: string pager: $ref: '#/definitions/KalturaFilterPager' relatedProfiles: items: $ref: '#/definitions/KalturaDetachedResponseProfile' type: array type: description: 'Enum Type: `KalturaResponseProfileType`' enum: - 1 - 2 type: integer x-enumLabels: - INCLUDE_FIELDS - EXCLUDE_FIELDS x-enumType: KalturaResponseProfileType title: KalturaDetachedResponseProfile type: object KalturaConversionProfileAssetParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaConversionProfileAssetParamsFilter' description: '`abstract`' discriminator: objectType properties: assetParamsIdEqual: type: integer assetParamsIdIn: type: string conversionProfileIdEqual: type: integer conversionProfileIdIn: type: string objectType: enum: - KalturaConversionProfileAssetParamsFilter type: string originEqual: description: 'Enum Type: `KalturaAssetParamsOrigin`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - CONVERT - INGEST - CONVERT_WHEN_MISSING x-enumType: KalturaAssetParamsOrigin originIn: type: string readyBehaviorEqual: description: 'Enum Type: `KalturaFlavorReadyBehaviorType`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NO_IMPACT - REQUIRED - OPTIONAL x-enumType: KalturaFlavorReadyBehaviorType readyBehaviorIn: type: string systemNameEqual: type: string systemNameIn: type: string title: KalturaConversionProfileAssetParamsBaseFilter type: object x-abstract: true KalturaCaptionAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter' anyOf: - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' description: '`abstract`' discriminator: objectType properties: captionParamsIdEqual: type: integer captionParamsIdIn: type: string formatEqual: description: 'Enum Type: `KalturaCaptionType`' enum: - '1' - '2' - '3' - '4' - '5' type: string x-enumLabels: - SRT - DFXP - WEBVTT - CAP - SCC x-enumType: KalturaCaptionType formatIn: type: string objectType: enum: - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter type: string statusEqual: description: 'Enum Type: `KalturaCaptionAssetStatus`' enum: - -1 - 0 - 2 - 3 - 7 - 9 type: integer x-enumLabels: - ERROR - QUEUED - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaCaptionAssetStatus statusIn: type: string statusNotIn: type: string title: KalturaCaptionAssetBaseFilter type: object x-abstract: true KalturaUnicornDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: catalogGuid: description: The Catalog GUID the video is in or will be ingested into. type: string flavorAssetVersion: description: Flavor asset version. type: string mediaChanged: description: Indicates that the media content changed and therefore the job should wait for HTTP callback notification to be closed. type: boolean notificationBaseUrl: description: The schema and host name to the Kaltura server, e.g. http://www.kaltura.com type: string title: description: The Title assigned to the video. The Foreign Key will be used if no title is provided. type: string title: KalturaUnicornDistributionJobProviderData type: object KalturaBulkUploadICalJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadScheduleEventJobData' description: Represents the Bulk upload job data for iCal bulk upload properties: eventsType: description: 'Enum Type: `KalturaScheduleEventType` The type of the events that ill be created by this upload' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - RECORD - LIVE_STREAM - BLACKOUT - MEETING - LIVE_REDIRECT - VOD x-enumType: KalturaScheduleEventType title: KalturaBulkUploadICalJobData type: object KalturaDistributionValidationError: anyOf: - $ref: '#/definitions/KalturaDistributionValidationErrorConditionNotMet' - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidData' - $ref: '#/definitions/KalturaDistributionValidationErrorMissingAsset' - $ref: '#/definitions/KalturaDistributionValidationErrorMissingFlavor' - $ref: '#/definitions/KalturaDistributionValidationErrorMissingMetadata' - $ref: '#/definitions/KalturaDistributionValidationErrorMissingThumbnail' - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidMetadata' description: '`abstract`' discriminator: objectType properties: action: description: 'Enum Type: `KalturaDistributionAction`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - SUBMIT - UPDATE - DELETE - FETCH_REPORT x-enumType: KalturaDistributionAction description: type: string errorType: description: 'Enum Type: `KalturaDistributionErrorType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - MISSING_FLAVOR - MISSING_THUMBNAIL - MISSING_METADATA - INVALID_DATA - MISSING_ASSET - CONDITION_NOT_MET x-enumType: KalturaDistributionErrorType objectType: enum: - KalturaDistributionValidationErrorConditionNotMet - KalturaDistributionValidationErrorInvalidData - KalturaDistributionValidationErrorMissingAsset - KalturaDistributionValidationErrorMissingFlavor - KalturaDistributionValidationErrorMissingMetadata - KalturaDistributionValidationErrorMissingThumbnail - KalturaDistributionValidationErrorInvalidMetadata type: string title: KalturaDistributionValidationError type: object x-abstract: true KalturaSshImportJobData: allOf: - $ref: '#/definitions/KalturaImportJobData' anyOf: - $ref: '#/definitions/KalturaSshImportJobData' - $ref: '#/definitions/KalturaDropFolderImportJobData' discriminator: objectType properties: objectType: enum: - KalturaSshImportJobData - KalturaDropFolderImportJobData type: string passPhrase: type: string privateKey: type: string publicKey: type: string title: KalturaSshImportJobData type: object KalturaDataCenterContentResource: allOf: - $ref: '#/definitions/KalturaContentResource' anyOf: - $ref: '#/definitions/KalturaWebcamTokenResource' - $ref: '#/definitions/KalturaDropFolderFileResource' - $ref: '#/definitions/KalturaServerFileResource' - $ref: '#/definitions/KalturaUploadedFileResource' - $ref: '#/definitions/KalturaUploadedFileTokenResource' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWebcamTokenResource - KalturaDropFolderFileResource - KalturaServerFileResource - KalturaUploadedFileResource - KalturaUploadedFileTokenResource type: string title: KalturaDataCenterContentResource type: object x-abstract: true KalturaQuickPlayDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: channelCopyright: type: string channelDescription: type: string channelGenerator: type: string channelImageHeight: type: string channelImageLink: type: string channelImageTitle: type: string channelImageUrl: type: string channelImageWidth: type: string channelLanguage: type: string channelLink: type: string channelManagingEditor: type: string channelRating: type: string channelTitle: type: string sftpBasePath: type: string sftpHost: type: string sftpLogin: type: string sftpPass: type: string title: KalturaQuickPlayDistributionProfile type: object KalturaDailymotionDistributionCaptionInfo: properties: action: description: 'Enum Type: `KalturaDailymotionDistributionCaptionAction`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - UPDATE_ACTION - SUBMIT_ACTION - DELETE_ACTION x-enumType: KalturaDailymotionDistributionCaptionAction assetId: type: string filePath: type: string format: description: 'Enum Type: `KalturaDailymotionDistributionCaptionFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - STL - TT x-enumType: KalturaDailymotionDistributionCaptionFormat language: type: string remoteId: type: string version: type: string title: KalturaDailymotionDistributionCaptionInfo type: object KalturaMeetingScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMeetingScheduleEventFilter type: string title: KalturaMeetingScheduleEventBaseFilter type: object x-abstract: true KalturaImageFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaImageFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaImageFlavorParamsOutputOrderBy title: KalturaImageFlavorParamsOutputFilter type: object KalturaGoogleVideoSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaGoogleVideoSyndicationFeedFilter type: string title: KalturaGoogleVideoSyndicationFeedBaseFilter type: object x-abstract: true KalturaMsnDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaMsnDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMsnDistributionProviderFilter type: string title: KalturaMsnDistributionProviderBaseFilter type: object x-abstract: true KalturaAssetParams: anyOf: - $ref: '#/definitions/KalturaAssetParams' - $ref: '#/definitions/KalturaCaptionParams' - $ref: '#/definitions/KalturaFlavorParams' - $ref: '#/definitions/KalturaThumbParams' - $ref: '#/definitions/KalturaAssetParamsOutput' - $ref: '#/definitions/KalturaFlavorParamsOutput' - $ref: '#/definitions/KalturaDocumentFlavorParams' - $ref: '#/definitions/KalturaImageFlavorParams' - $ref: '#/definitions/KalturaLiveParams' - $ref: '#/definitions/KalturaMediaFlavorParams' - $ref: '#/definitions/KalturaPdfFlavorParams' - $ref: '#/definitions/KalturaSwfFlavorParams' - $ref: '#/definitions/KalturaWidevineFlavorParams' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutput' - $ref: '#/definitions/KalturaImageFlavorParamsOutput' - $ref: '#/definitions/KalturaMediaFlavorParamsOutput' - $ref: '#/definitions/KalturaPdfFlavorParamsOutput' - $ref: '#/definitions/KalturaSwfFlavorParamsOutput' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutput' - $ref: '#/definitions/KalturaThumbParamsOutput' discriminator: objectType properties: createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: description: The description of the Flavor Params type: string id: description: '`readOnly` The id of the Flavor Params' readOnly: true type: integer isSystemDefault: description: '`readOnly` Enum Type: `KalturaNullableBoolean` True if those Flavor Params are part of system defaults' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean mediaParserType: description: 'Enum Type: `KalturaMediaParserType` Media parser type to be used for post-conversion validation' enum: - '0' - remoteMediaInfo.RemoteMediaInfo - '1' type: string x-enumLabels: - MEDIAINFO - REMOTE_MEDIAINFO - FFMPEG x-enumType: KalturaMediaParserType name: description: The name of the Flavor Params type: string objectType: enum: - KalturaAssetParams - KalturaCaptionParams - KalturaFlavorParams - KalturaThumbParams - KalturaAssetParamsOutput - KalturaFlavorParamsOutput - KalturaDocumentFlavorParams - KalturaImageFlavorParams - KalturaLiveParams - KalturaMediaFlavorParams - KalturaPdfFlavorParams - KalturaSwfFlavorParams - KalturaWidevineFlavorParams - KalturaDocumentFlavorParamsOutput - KalturaImageFlavorParamsOutput - KalturaMediaFlavorParamsOutput - KalturaPdfFlavorParamsOutput - KalturaSwfFlavorParamsOutput - KalturaWidevineFlavorParamsOutput - KalturaThumbParamsOutput type: string partnerId: type: integer remoteStorageProfileIds: description: Comma seperated ids of remote storage profiles that the flavor distributed to, the distribution done by the conversion engine type: integer requiredPermissions: items: $ref: '#/definitions/KalturaString' type: array sourceAssetParamsIds: description: Comma seperated ids of source flavor params this flavor is created from type: string sourceRemoteStorageProfileId: description: Id of remote storage profile that used to get the source, zero indicates Kaltura data center type: integer systemName: description: System name of the Flavor Params type: string tags: description: The Flavor Params tags are used to identify the flavor for different usage (e.g. web, hd, mobile) type: string title: KalturaAssetParams type: object KalturaScpDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaSshDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaScpDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaScpDropFolderFilter type: string title: KalturaScpDropFolderBaseFilter type: object x-abstract: true KalturaFreewheelDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaFreewheelDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaFreewheelDistributionProfileOrderBy title: KalturaFreewheelDistributionProfileFilter type: object KalturaMediaFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaMediaFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMediaFlavorParamsOrderBy title: KalturaMediaFlavorParamsFilter type: object KalturaDeliveryProfileGenericAppleHttpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileGenericAppleHttpFilter type: string title: KalturaDeliveryProfileGenericAppleHttpBaseFilter type: object x-abstract: true KalturaVerizonVcastDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVerizonVcastDistributionProviderFilter type: string title: KalturaVerizonVcastDistributionProviderBaseFilter type: object x-abstract: true KalturaZoomDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaZoomDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaZoomDropFolderFilter type: string title: KalturaZoomDropFolderBaseFilter type: object x-abstract: true KalturaFileExistsResponse: properties: exists: description: Indicates if the file exists type: boolean sizeOk: description: Indicates if the file size is right type: boolean title: KalturaFileExistsResponse type: object KalturaYouTubeDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaYouTubeDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaYouTubeDistributionProviderOrderBy title: KalturaYouTubeDistributionProviderFilter type: object KalturaDistributionValidationErrorConditionNotMet: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: conditionName: type: string title: KalturaDistributionValidationErrorConditionNotMet type: object KalturaSipServerNodeFilter: allOf: - $ref: '#/definitions/KalturaSipServerNodeBaseFilter' properties: orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaSipServerNodeOrderBy title: KalturaSipServerNodeFilter type: object KalturaIpAddressContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request IP address context properties: {} title: KalturaIpAddressContextField type: object KalturaBusinessProcessAbortNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBusinessProcessAbortNotificationTemplateOrderBy title: KalturaBusinessProcessAbortNotificationTemplateFilter type: object KalturaDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaAvnDistributionProviderFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProviderFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProviderFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProviderFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProviderFilter' - $ref: '#/definitions/KalturaFacebookDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' - $ref: '#/definitions/KalturaGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaHuluDistributionProviderFilter' - $ref: '#/definitions/KalturaIdeticDistributionProviderFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProviderFilter' - $ref: '#/definitions/KalturaMsnDistributionProviderFilter' - $ref: '#/definitions/KalturaNdnDistributionProviderFilter' - $ref: '#/definitions/KalturaPodcastDistributionProviderFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProviderFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProviderFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProviderFilter' - $ref: '#/definitions/KalturaTVComDistributionProviderFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProviderFilter' - $ref: '#/definitions/KalturaTvinciDistributionProviderFilter' - $ref: '#/definitions/KalturaUnicornDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderFilter' - $ref: '#/definitions/KalturaYahooDistributionProviderFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProviderFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDistributionProviderFilter - KalturaAttUverseDistributionProviderFilter - KalturaAvnDistributionProviderFilter - KalturaComcastMrssDistributionProviderFilter - KalturaCortexApiDistributionProviderFilter - KalturaCrossKalturaDistributionProviderFilter - KalturaDailymotionDistributionProviderFilter - KalturaDoubleClickDistributionProviderFilter - KalturaFacebookDistributionProviderFilter - KalturaFreewheelDistributionProviderFilter - KalturaFreewheelGenericDistributionProviderFilter - KalturaFtpDistributionProviderFilter - KalturaFtpScheduledDistributionProviderFilter - KalturaGenericDistributionProviderFilter - KalturaHuluDistributionProviderFilter - KalturaIdeticDistributionProviderFilter - KalturaMetroPcsDistributionProviderFilter - KalturaMsnDistributionProviderFilter - KalturaNdnDistributionProviderFilter - KalturaPodcastDistributionProviderFilter - KalturaQuickPlayDistributionProviderFilter - KalturaSynacorHboDistributionProviderFilter - KalturaSyndicationDistributionProviderFilter - KalturaTVComDistributionProviderFilter - KalturaTimeWarnerDistributionProviderFilter - KalturaTvinciDistributionProviderFilter - KalturaUnicornDistributionProviderFilter - KalturaUverseClickToOrderDistributionProviderFilter - KalturaUverseDistributionProviderFilter - KalturaVerizonVcastDistributionProviderFilter - KalturaYahooDistributionProviderFilter - KalturaYouTubeDistributionProviderFilter - KalturaYoutubeApiDistributionProviderFilter type: string typeEqual: description: 'Enum Type: `KalturaDistributionProviderType`' enum: - attUverseDistribution.ATT_UVERSE - avnDistribution.AVN - comcastMrssDistribution.COMCAST_MRSS - cortexApiDistribution.CORTEX_API - crossKalturaDistribution.CROSS_KALTURA - dailymotionDistribution.DAILYMOTION - doubleClickDistribution.DOUBLECLICK - facebookDistribution.FACEBOOK - freewheelDistribution.FREEWHEEL - freewheelGenericDistribution.FREEWHEEL_GENERIC - ftpDistribution.FTP - ftpDistribution.FTP_SCHEDULED - huluDistribution.HULU - ideticDistribution.IDETIC - metroPcsDistribution.METRO_PCS - msnDistribution.MSN - ndnDistribution.NDN - podcastDistribution.PODCAST - pushToNewsDistribution.PUSH_TO_NEWS - quickPlayDistribution.QUICKPLAY - synacorHboDistribution.SYNACOR_HBO - timeWarnerDistribution.TIME_WARNER - tvComDistribution.TVCOM - tvinciDistribution.TVINCI - unicornDistribution.UNICORN - uverseClickToOrderDistribution.UVERSE_CLICK_TO_ORDER - uverseDistribution.UVERSE - verizonVcastDistribution.VERIZON_VCAST - yahooDistribution.YAHOO - youTubeDistribution.YOUTUBE - youtubeApiDistribution.YOUTUBE_API - '1' - '2' type: string x-enumLabels: - ATT_UVERSE - AVN - COMCAST_MRSS - CORTEX_API - CROSS_KALTURA - DAILYMOTION - DOUBLECLICK - FACEBOOK - FREEWHEEL - FREEWHEEL_GENERIC - FTP - FTP_SCHEDULED - HULU - IDETIC - METRO_PCS - MSN - NDN - PODCAST - PUSH_TO_NEWS - QUICKPLAY - SYNACOR_HBO - TIME_WARNER - TVCOM - TVINCI - UNICORN - UVERSE_CLICK_TO_ORDER - UVERSE - VERIZON_VCAST - YAHOO - YOUTUBE - YOUTUBE_API - GENERIC - SYNDICATION x-enumType: KalturaDistributionProviderType typeIn: type: string title: KalturaDistributionProviderBaseFilter type: object x-abstract: true KalturaMsnDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaMsnDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaMsnDistributionProfileOrderBy title: KalturaMsnDistributionProfileFilter type: object KalturaDeliveryProfileFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileBaseFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLightFilter' - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' discriminator: objectType properties: isLive: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaDeliveryProfileFilter - KalturaDeliveryProfileAkamaiAppleHttpManifestFilter - KalturaDeliveryProfileAkamaiHdsFilter - KalturaDeliveryProfileAkamaiHttpFilter - KalturaDeliveryProfileGenericAppleHttpFilter - KalturaDeliveryProfileGenericHdsFilter - KalturaDeliveryProfileGenericHttpFilter - KalturaDeliveryProfileGenericSilverLightFilter - KalturaDeliveryProfileLiveAppleHttpFilter - KalturaDeliveryProfileRtmpFilter - KalturaDeliveryProfileGenericRtmpFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileOrderBy title: KalturaDeliveryProfileFilter type: object KalturaESearchEntryAggregationItem: allOf: - $ref: '#/definitions/KalturaESearchAggregationItem' properties: fieldName: description: 'Enum Type: `KalturaESearchEntryAggregateByFieldName`' enum: - access_control_profile_id - entry_type - media_type - tags type: string x-enumLabels: - ACCESS_CONTROL_PROFILE - ENTRY_TYPE - MEDIA_TYPE - TAGS x-enumType: KalturaESearchEntryAggregateByFieldName title: KalturaESearchEntryAggregationItem type: object KalturaGenericXsltSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaGenericXsltSyndicationFeedFilter type: string title: KalturaGenericXsltSyndicationFeedBaseFilter type: object x-abstract: true KalturaRemoteStorageResource: allOf: - $ref: '#/definitions/KalturaUrlResource' description: Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won't be downloaded but a file sync object of URL type will point to the media URL. properties: storageProfileId: description: ID of storage profile to be associated with the created file sync, used for file serving URL composing. type: integer title: KalturaRemoteStorageResource type: object KalturaSynacorHboDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSynacorHboDistributionProfileFilter type: string title: KalturaSynacorHboDistributionProfileBaseFilter type: object x-abstract: true KalturaTimedThumbAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaThumbAssetFilter' anyOf: - $ref: '#/definitions/KalturaTimedThumbAssetFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTimedThumbAssetFilter type: string title: KalturaTimedThumbAssetBaseFilter type: object x-abstract: true KalturaCategoryBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaCategoryFilter' description: '`abstract`' discriminator: objectType properties: aggregationCategoriesMultiLikeAnd: type: string aggregationCategoriesMultiLikeOr: type: string appearInListEqual: description: 'Enum Type: `KalturaAppearInListType`' enum: - 1 - 3 type: integer x-enumLabels: - PARTNER_ONLY - CATEGORY_MEMBERS_ONLY x-enumType: KalturaAppearInListType contributionPolicyEqual: description: 'Enum Type: `KalturaContributionPolicyType`' enum: - 1 - 2 type: integer x-enumLabels: - ALL - MEMBERS_WITH_CONTRIBUTION_PERMISSION x-enumType: KalturaContributionPolicyType createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer depthEqual: type: integer fullIdsEqual: type: string fullIdsMatchOr: type: string fullIdsStartsWith: type: string fullNameEqual: type: string fullNameIn: type: string fullNameStartsWith: type: string idEqual: type: integer idIn: type: string idNotIn: type: string inheritanceTypeEqual: description: 'Enum Type: `KalturaInheritanceType`' enum: - 1 - 2 type: integer x-enumLabels: - INHERIT - MANUAL x-enumType: KalturaInheritanceType inheritanceTypeIn: type: string inheritedParentIdEqual: type: integer inheritedParentIdIn: type: string membersCountGreaterThanOrEqual: type: integer membersCountLessThanOrEqual: type: integer objectType: enum: - KalturaCategoryFilter type: string parentIdEqual: type: integer parentIdIn: type: string partnerSortValueGreaterThanOrEqual: type: integer partnerSortValueLessThanOrEqual: type: integer pendingMembersCountGreaterThanOrEqual: type: integer pendingMembersCountLessThanOrEqual: type: integer privacyContextEqual: type: string privacyEqual: description: 'Enum Type: `KalturaPrivacyType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ALL - AUTHENTICATED_USERS - MEMBERS_ONLY x-enumType: KalturaPrivacyType privacyIn: type: string referenceIdEmpty: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean referenceIdEqual: type: string statusEqual: description: 'Enum Type: `KalturaCategoryStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - UPDATING - ACTIVE - DELETED - PURGED x-enumType: KalturaCategoryStatus statusIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaCategoryBaseFilter type: object x-abstract: true KalturaContentDistributionSearchItem: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: distributionProfileId: type: integer distributionSunStatus: description: 'Enum Type: `KalturaEntryDistributionSunStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - BEFORE_SUNRISE - AFTER_SUNRISE - AFTER_SUNSET x-enumType: KalturaEntryDistributionSunStatus entryDistributionFlag: description: 'Enum Type: `KalturaEntryDistributionFlag`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - NONE - SUBMIT_REQUIRED - DELETE_REQUIRED - UPDATE_REQUIRED - ENABLE_REQUIRED - DISABLE_REQUIRED x-enumType: KalturaEntryDistributionFlag entryDistributionStatus: description: 'Enum Type: `KalturaEntryDistributionStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 type: integer x-enumLabels: - PENDING - QUEUED - READY - DELETED - SUBMITTING - UPDATING - DELETING - ERROR_SUBMITTING - ERROR_UPDATING - ERROR_DELETING - REMOVED - IMPORT_SUBMITTING - IMPORT_UPDATING x-enumType: KalturaEntryDistributionStatus entryDistributionValidationErrors: description: Comma seperated validation error types type: string hasEntryDistributionValidationErrors: type: boolean noDistributionProfiles: type: boolean title: KalturaContentDistributionSearchItem type: object KalturaBeaconAbstractScheduledResourceItem: allOf: - $ref: '#/definitions/KalturaBeaconScheduledResourceBaseItem' anyOf: - $ref: '#/definitions/KalturaBeaconScheduledResourceItem' description: '`abstract`' discriminator: objectType properties: itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaBeaconScheduledResourceItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaBeaconAbstractScheduledResourceItem type: object x-abstract: true KalturaVendorAudioDescriptionCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorAudioDescriptionCatalogItemFilter type: object KalturaAttUverseDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaAttUverseDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAttUverseDistributionProviderFilter type: string title: KalturaAttUverseDistributionProviderBaseFilter type: object x-abstract: true KalturaUserBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseUserFilter' anyOf: - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' description: '`abstract`' discriminator: objectType properties: firstNameStartsWith: type: string idEqual: type: string idIn: type: string isAdminEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean lastNameStartsWith: type: string objectType: enum: - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter type: string typeEqual: description: 'Enum Type: `KalturaUserType`' enum: - 0 - 1 type: integer x-enumLabels: - USER - GROUP x-enumType: KalturaUserType typeIn: type: string title: KalturaUserBaseFilter type: object x-abstract: true KalturaCaptureThumbJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: actualSrcFileSyncLocalPath: description: The translated path as used by the scheduler type: string fileContainer: $ref: '#/definitions/KalturaFileContainer' srcAssetEncryptionKey: type: string srcAssetId: type: string srcAssetType: description: 'Enum Type: `KalturaAssetType`' enum: - attachment.Attachment - caption.Caption - document.Document - document.Image - document.PDF - document.SWF - thumbCuePoint.timedThumb - transcript.Transcript - widevine.WidevineFlavor - '1' - '2' - '3' type: string x-enumLabels: - ATTACHMENT - CAPTION - DOCUMENT - IMAGE - PDF - SWF - TIMED_THUMB_ASSET - TRANSCRIPT - WIDEVINE_FLAVOR - FLAVOR - THUMBNAIL - LIVE x-enumType: KalturaAssetType srcFileSyncRemoteUrl: type: string thumbAssetId: type: string thumbParamsOutputId: type: integer thumbPath: type: string title: KalturaCaptureThumbJobData type: object KalturaCopyCaptionsJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: clipsDescriptionArray: items: $ref: '#/definitions/KalturaClipDescription' type: array entryId: description: entry Id type: string fullCopy: type: boolean title: KalturaCopyCaptionsJobData type: object KalturaThumbParams: allOf: - $ref: '#/definitions/KalturaAssetParams' anyOf: - $ref: '#/definitions/KalturaThumbParams' - $ref: '#/definitions/KalturaThumbParamsOutput' discriminator: objectType properties: backgroundColor: description: Hexadecimal value type: string cropHeight: type: integer cropType: description: 'Enum Type: `KalturaThumbCropType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - RESIZE - RESIZE_WITH_PADDING - CROP - CROP_FROM_TOP - RESIZE_WITH_FORCE x-enumType: KalturaThumbCropType cropWidth: type: integer cropX: type: integer cropY: type: integer density: description: 'The image density (dpi) for example: 72 or 96' type: integer format: description: 'Enum Type: `KalturaContainerFormat` The container format of the Flavor Params' enum: - 3gp - applehttp - avi - bif - bmp - copy - flv - hls - isma - ismv - jpg - m2ts - m4v - mkv - mov - mp3 - mp4 - mpeg - mpegts - mxf - ogg - ogv - pdf - png - swf - wav - webm - wma - wmv - wvm type: string x-enumLabels: - _3GP - APPLEHTTP - AVI - BIF - BMP - COPY - FLV - HLS - ISMA - ISMV - JPG - M2TS - M4V - MKV - MOV - MP3 - MP4 - MPEG - MPEGTS - MXF - OGG - OGV - PDF - PNG - SWF - WAV - WEBM - WMA - WMV - WVM x-enumType: KalturaContainerFormat height: type: integer interval: description: interval in seconds for creating thumbnail type: integer objectType: enum: - KalturaThumbParams - KalturaThumbParamsOutput type: string quality: type: integer scaleHeight: type: number scaleWidth: type: number sourceParamsId: description: Id of the flavor params or the thumbnail params to be used as source for the thumbnail creation type: integer stripProfiles: description: Strip profiles and comments type: boolean videoOffset: type: number videoOffsetInPercentage: description: Create thumbnail from the videoLengthpercentage second type: integer width: type: integer title: KalturaThumbParams type: object KalturaFtpDistributionFile: properties: assetId: type: string contents: type: string filename: type: string hash: type: string localFilePath: type: string version: type: string title: KalturaFtpDistributionFile type: object KalturaBaseUserFilter: allOf: - $ref: '#/definitions/KalturaBaseUserBaseFilter' anyOf: - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBaseUserOrderBy title: KalturaBaseUserFilter type: object x-abstract: true KalturaConferenceEntryServerNodeFilter: allOf: - $ref: '#/definitions/KalturaConferenceEntryServerNodeBaseFilter' properties: {} title: KalturaConferenceEntryServerNodeFilter type: object KalturaNdnDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaNdnDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaNdnDistributionProviderOrderBy title: KalturaNdnDistributionProviderFilter type: object KalturaDistributionSubmitJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' properties: {} title: KalturaDistributionSubmitJobData type: object KalturaVirusScanJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: fileContainer: $ref: '#/definitions/KalturaFileContainer' flavorAssetId: type: string scanResult: description: 'Enum Type: `KalturaVirusScanJobResult`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - SCAN_ERROR - FILE_IS_CLEAN - FILE_WAS_CLEANED - FILE_INFECTED x-enumType: KalturaVirusScanJobResult virusFoundAction: description: 'Enum Type: `KalturaVirusFoundAction`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - NONE - DELETE - CLEAN_NONE - CLEAN_DELETE x-enumType: KalturaVirusFoundAction title: KalturaVirusScanJobData type: object KalturaCsvAdditionalFieldInfo: properties: fieldName: type: string xpath: type: string title: KalturaCsvAdditionalFieldInfo type: object KalturaVendorTranslationCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorTranslationCatalogItemBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaVendorTranslationCatalogItemOrderBy title: KalturaVendorTranslationCatalogItemFilter type: object KalturaAdminUserBaseFilter: allOf: - $ref: '#/definitions/KalturaUserFilter' anyOf: - $ref: '#/definitions/KalturaAdminUserFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAdminUserFilter type: string title: KalturaAdminUserBaseFilter type: object x-abstract: true KalturaDistributionValidationErrorMissingMetadata: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: fieldName: type: string title: KalturaDistributionValidationErrorMissingMetadata type: object KalturaUserScorePropertiesFilter: allOf: - $ref: '#/definitions/KalturaUserScorePropertiesBaseFilter' properties: gameObjectId: type: string gameObjectType: description: 'Enum Type: `KalturaGameObjectType`' enum: - '1' type: string x-enumLabels: - LEADERBOARD x-enumType: KalturaGameObjectType placesAboveUser: type: integer placesBelowUser: type: integer userIdEqual: type: string title: KalturaUserScorePropertiesFilter type: object KalturaAccessControlFilter: allOf: - $ref: '#/definitions/KalturaAccessControlBaseFilter' properties: orderBy: enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaAccessControlOrderBy title: KalturaAccessControlFilter type: object KalturaFacebookDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFacebookDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFacebookDistributionProviderOrderBy title: KalturaFacebookDistributionProviderFilter type: object KalturaAssetParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsFilter' anyOf: - $ref: '#/definitions/KalturaAssetParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAssetParamsOutputFilter type: string title: KalturaAssetParamsOutputBaseFilter type: object x-abstract: true KalturaAttUverseDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaAttUverseDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAttUverseDistributionProfileOrderBy title: KalturaAttUverseDistributionProfileFilter type: object KalturaDocumentEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaDocumentEntry attributes. Use KalturaDocumentEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaDocumentEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - moderationCount - moderationStatus - partnerId - partnerSortValue - rank - replacementStatus - startDate - status - totalRank - type - updatedAt type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - MODERATION_COUNT - MODERATION_STATUS - PARTNER_ID - PARTNER_SORT_VALUE - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT x-enumType: KalturaDocumentEntryCompareAttribute title: KalturaDocumentEntryCompareAttributeCondition type: object KalturaUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaUserEntryFilter' - $ref: '#/definitions/KalturaPermissionLevelUserEntryFilter' - $ref: '#/definitions/KalturaRegistrationUserEntryFilter' - $ref: '#/definitions/KalturaViewHistoryUserEntryFilter' - $ref: '#/definitions/KalturaWatchLaterUserEntryFilter' - $ref: '#/definitions/KalturaQuizUserEntryFilter' discriminator: objectType properties: isAnonymous: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaUserEntryFilter - KalturaPermissionLevelUserEntryFilter - KalturaRegistrationUserEntryFilter - KalturaViewHistoryUserEntryFilter - KalturaWatchLaterUserEntryFilter - KalturaQuizUserEntryFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaUserEntryOrderBy partnerId: type: integer privacyContextEqual: type: string privacyContextIn: type: string userIdEqualCurrent: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaUserEntryFilter type: object KalturaSynacorHboDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaSynacorHboDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaSynacorHboDistributionProfileOrderBy title: KalturaSynacorHboDistributionProfileFilter type: object KalturaComcastMrssDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: cPlatformTvSeries: items: $ref: '#/definitions/KalturaKeyValue' type: array cPlatformTvSeriesField: type: string feedDescription: type: string feedLastBuildDate: type: string x-inputType: datetime feedLink: type: string feedTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string itemLink: type: string metadataProfileId: type: integer shouldAddThumbExtension: type: boolean shouldIncludeCaptions: type: boolean shouldIncludeCuePoints: type: boolean title: KalturaComcastMrssDistributionProfile type: object KalturaESearchAbstractCategoryItem: allOf: - $ref: '#/definitions/KalturaESearchCategoryBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchCategoryItem' - $ref: '#/definitions/KalturaESearchCategoryMetadataItem' - $ref: '#/definitions/KalturaESearchCategoryUserItem' description: '`abstract`' discriminator: objectType properties: addHighlight: type: boolean itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaESearchCategoryItem - KalturaESearchCategoryMetadataItem - KalturaESearchCategoryUserItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaESearchAbstractCategoryItem type: object x-abstract: true KalturaYouTubeDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaYouTubeDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaYouTubeDistributionProfileOrderBy title: KalturaYouTubeDistributionProfileFilter type: object KalturaPlayerEmbedCodeType: properties: entryOnly: type: boolean id: type: string label: type: string minVersion: type: string title: KalturaPlayerEmbedCodeType type: object KalturaCortexApiDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: folderrecordid: type: string host: type: string metadataprofileid: type: string metadataprofileidpushing: type: string password: type: string x-inputType: password username: type: string title: KalturaCortexApiDistributionProfile type: object KalturaRecordScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter type: string title: KalturaRecordScheduleEventBaseFilter type: object x-abstract: true KalturaEmailNotificationDispatchJobData: allOf: - $ref: '#/definitions/KalturaEventNotificationDispatchJobData' properties: bcc: $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' cc: $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' confirmReadingTo: description: Email address that a reading confirmation will be sent to type: string customHeaders: items: $ref: '#/definitions/KalturaKeyValue' type: array fromEmail: description: Define the email sender email type: string fromName: description: Define the email sender name type: string hostname: description: "Hostname to use in Message-Id and Received headers and as default HELO string. \n\nIf empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'." type: string messageID: description: 'Sets the message ID to be used in the Message-Id header. If empty, a unique id will be generated.' type: string priority: description: 'Enum Type: `KalturaEmailNotificationTemplatePriority` Define the email priority' enum: - 1 - 3 - 5 type: integer x-enumLabels: - HIGH - NORMAL - LOW x-enumType: KalturaEmailNotificationTemplatePriority replyTo: $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' to: $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' title: KalturaEmailNotificationDispatchJobData type: object KalturaParseMultiLanguageCaptionAssetJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: entryId: type: string fileEncryptionKey: type: string fileLocation: type: string multiLanaguageCaptionAssetId: type: string title: KalturaParseMultiLanguageCaptionAssetJobData type: object KalturaRemoteDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaRemoteDropFolderFilter' - $ref: '#/definitions/KalturaFtpDropFolderFilter' - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaRemoteDropFolderFilter - KalturaFtpDropFolderFilter - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter type: string title: KalturaRemoteDropFolderBaseFilter type: object x-abstract: true KalturaWidevineFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWidevineFlavorParamsOutputFilter type: string title: KalturaWidevineFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaWidevineFlavorAssetFilter: allOf: - $ref: '#/definitions/KalturaWidevineFlavorAssetBaseFilter' properties: orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaWidevineFlavorAssetOrderBy title: KalturaWidevineFlavorAssetFilter type: object KalturaLiveParamsFilter: allOf: - $ref: '#/definitions/KalturaLiveParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaLiveParamsOrderBy title: KalturaLiveParamsFilter type: object KalturaCodeCuePointFilter: allOf: - $ref: '#/definitions/KalturaCodeCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endTime - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -duration - -endTime - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_TIME_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DURATION_DESC - END_TIME_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCodeCuePointOrderBy title: KalturaCodeCuePointFilter type: object KalturaWatchLaterUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaWatchLaterUserEntryFilter type: object KalturaQuizFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' properties: entryIdEqual: description: This filter should be in use for retrieving only a specific quiz entry (identified by its entryId). type: string entryIdIn: description: This filter should be in use for retrieving few specific quiz entries (string should include comma separated list of entryId strings). type: string title: KalturaQuizFilter type: object KalturaITunesSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaITunesSyndicationFeedBaseFilter' properties: orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaITunesSyndicationFeedOrderBy title: KalturaITunesSyndicationFeedFilter type: object KalturaWowzaMediaServerNodeFilter: allOf: - $ref: '#/definitions/KalturaWowzaMediaServerNodeBaseFilter' properties: orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaWowzaMediaServerNodeOrderBy title: KalturaWowzaMediaServerNodeFilter type: object KalturaAuditTrailFilter: allOf: - $ref: '#/definitions/KalturaAuditTrailBaseFilter' properties: orderBy: enum: - +createdAt - +parsedAt - -createdAt - -parsedAt type: string x-enumLabels: - CREATED_AT_ASC - PARSED_AT_ASC - CREATED_AT_DESC - PARSED_AT_DESC x-enumType: KalturaAuditTrailOrderBy title: KalturaAuditTrailFilter type: object KalturaExternalMediaEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaExternalMediaEntry attributes. Use KalturaExternalMediaEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaExternalMediaEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaExternalMediaEntryCompareAttribute title: KalturaExternalMediaEntryCompareAttributeCondition type: object KalturaUsersCsvJobData: allOf: - $ref: '#/definitions/KalturaMappedObjectsCsvJobData' properties: filter: $ref: '#/definitions/KalturaUserFilter' title: KalturaUsersCsvJobData type: object KalturaEffect: description: Effects attributes properties: effectType: description: 'Enum Type: `KalturaEffectType`' enum: - 1 - 2 type: integer x-enumLabels: - VIDEO_FADE_IN - VIDEO_FADE_OUT x-enumType: KalturaEffectType value: description: value type: string title: KalturaEffect type: object KalturaGroupUserFilter: allOf: - $ref: '#/definitions/KalturaGroupUserBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaGroupUserOrderBy title: KalturaGroupUserFilter type: object KalturaConfMapsFilter: allOf: - $ref: '#/definitions/KalturaConfMapsBaseFilter' properties: {} title: KalturaConfMapsFilter type: object KalturaYoutubeApiDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaYoutubeApiDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYoutubeApiDistributionProviderFilter type: string title: KalturaYoutubeApiDistributionProviderBaseFilter type: object x-abstract: true KalturaESearchCategoryItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractCategoryItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCategoryFieldName`' enum: - contribution_policy - created_at - depth - description - direct_entries_count - direct_sub_categories_count - display_in_search - entries_count - full_ids - full_name - id - inheritance_type - inherited_parent_id - members_count - moderation - name - parent_id - pending_entries_count - pending_members_count - privacy - privacy_context - privacy_contexts - reference_id - tags - updated_at - user_id type: string x-enumLabels: - CONTRIBUTION_POLICY - CREATED_AT - DEPTH - DESCRIPTION - DIRECT_ENTRIES_COUNT - DIRECT_SUB_CATEGORIES_COUNT - DISPLAY_IN_SEARCH - ENTRIES_COUNT - FULL_IDS - FULL_NAME - ID - INHERITANCE_TYPE - INHERITED_PARENT_ID - MEMBERS_COUNT - MODERATION - NAME - PARENT_ID - PENDING_ENTRIES_COUNT - PENDING_MEMBERS_COUNT - PRIVACY - PRIVACY_CONTEXT - PRIVACY_CONTEXTS - REFERENCE_ID - TAGS - UPDATED_AT - USER_ID x-enumType: KalturaESearchCategoryFieldName title: KalturaESearchCategoryItem type: object KalturaForensicWatermarkAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: watermarkId: type: integer title: KalturaForensicWatermarkAdvancedFilter type: object KalturaESearchAbstractUserItem: allOf: - $ref: '#/definitions/KalturaESearchUserBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchGroupUserItem' - $ref: '#/definitions/KalturaESearchUserItem' - $ref: '#/definitions/KalturaESearchUserMetadataItem' description: '`abstract`' discriminator: objectType properties: addHighlight: type: boolean itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaESearchGroupUserItem - KalturaESearchUserItem - KalturaESearchUserMetadataItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaESearchAbstractUserItem type: object x-abstract: true KalturaDistributionJobProviderData: anyOf: - $ref: '#/definitions/KalturaFreewheelDistributionAssetPath' - $ref: '#/definitions/KalturaDoubleClickDistributionJobProviderData' - $ref: '#/definitions/KalturaFreewheelDistributionJobProviderData' - $ref: '#/definitions/KalturaGenericDistributionJobProviderData' - $ref: '#/definitions/KalturaPodcastDistributionJobProviderData' - $ref: '#/definitions/KalturaAttUverseDistributionJobProviderData' - $ref: '#/definitions/KalturaCortexApiDistributionJobProviderData' - $ref: '#/definitions/KalturaCrossKalturaDistributionJobProviderData' - $ref: '#/definitions/KalturaDailymotionDistributionJobProviderData' - $ref: '#/definitions/KalturaFacebookDistributionJobProviderData' - $ref: '#/definitions/KalturaFreewheelGenericDistributionJobProviderData' - $ref: '#/definitions/KalturaFtpDistributionJobProviderData' - $ref: '#/definitions/KalturaHuluDistributionJobProviderData' - $ref: '#/definitions/KalturaIdeticDistributionJobProviderData' - $ref: '#/definitions/KalturaMetroPcsDistributionJobProviderData' - $ref: '#/definitions/KalturaMsnDistributionJobProviderData' - $ref: '#/definitions/KalturaPushToNewsDistributionJobProviderData' - $ref: '#/definitions/KalturaQuickPlayDistributionJobProviderData' - $ref: '#/definitions/KalturaTvinciDistributionJobProviderData' - $ref: '#/definitions/KalturaUnicornDistributionJobProviderData' - $ref: '#/definitions/KalturaUverseDistributionJobProviderData' - $ref: '#/definitions/KalturaVerizonVcastDistributionJobProviderData' - $ref: '#/definitions/KalturaYahooDistributionJobProviderData' - $ref: '#/definitions/KalturaYouTubeDistributionJobProviderData' - $ref: '#/definitions/KalturaYoutubeApiDistributionJobProviderData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFreewheelDistributionAssetPath - KalturaDoubleClickDistributionJobProviderData - KalturaFreewheelDistributionJobProviderData - KalturaGenericDistributionJobProviderData - KalturaPodcastDistributionJobProviderData - KalturaAttUverseDistributionJobProviderData - KalturaCortexApiDistributionJobProviderData - KalturaCrossKalturaDistributionJobProviderData - KalturaDailymotionDistributionJobProviderData - KalturaFacebookDistributionJobProviderData - KalturaFreewheelGenericDistributionJobProviderData - KalturaFtpDistributionJobProviderData - KalturaHuluDistributionJobProviderData - KalturaIdeticDistributionJobProviderData - KalturaMetroPcsDistributionJobProviderData - KalturaMsnDistributionJobProviderData - KalturaPushToNewsDistributionJobProviderData - KalturaQuickPlayDistributionJobProviderData - KalturaTvinciDistributionJobProviderData - KalturaUnicornDistributionJobProviderData - KalturaUverseDistributionJobProviderData - KalturaVerizonVcastDistributionJobProviderData - KalturaYahooDistributionJobProviderData - KalturaYouTubeDistributionJobProviderData - KalturaYoutubeApiDistributionJobProviderData type: string title: KalturaDistributionJobProviderData type: object x-abstract: true KalturaClipConcatJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: operationAttributes: items: $ref: '#/definitions/KalturaOperationAttributes' type: array partnerId: description: $partnerId type: integer priority: description: $priority type: integer title: KalturaClipConcatJobData type: object KalturaDeliveryProfileGenericRtmpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileGenericRtmpFilter type: string title: KalturaDeliveryProfileGenericRtmpBaseFilter type: object x-abstract: true KalturaControlPanelCommandFilter: allOf: - $ref: '#/definitions/KalturaControlPanelCommandBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaControlPanelCommandOrderBy title: KalturaControlPanelCommandFilter type: object KalturaLiveChannelSegmentFilter: allOf: - $ref: '#/definitions/KalturaLiveChannelSegmentBaseFilter' properties: orderBy: enum: - +createdAt - +startTime - +updatedAt - -createdAt - -startTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - START_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - START_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaLiveChannelSegmentOrderBy title: KalturaLiveChannelSegmentFilter type: object KalturaCortexApiDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaCortexApiDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCortexApiDistributionProviderOrderBy title: KalturaCortexApiDistributionProviderFilter type: object KalturaAnnotationFilter: allOf: - $ref: '#/definitions/KalturaAnnotationBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endTime - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -duration - -endTime - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_TIME_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DURATION_DESC - END_TIME_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAnnotationOrderBy title: KalturaAnnotationFilter type: object KalturaBulkUploadBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaBulkUploadFilter' description: '`abstract`' discriminator: objectType properties: bulkUploadObjectTypeEqual: description: 'Enum Type: `KalturaBulkUploadObjectType`' enum: - bulkUploadFilter.JOB - scheduleBulkUpload.SCHEDULE_EVENT - scheduleBulkUpload.SCHEDULE_RESOURCE - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - JOB - SCHEDULE_EVENT - SCHEDULE_RESOURCE - ENTRY - CATEGORY - USER - CATEGORY_USER - CATEGORY_ENTRY - USER_ENTRY - VENDOR_CATALOG_ITEM x-enumType: KalturaBulkUploadObjectType bulkUploadObjectTypeIn: type: string objectType: enum: - KalturaBulkUploadFilter type: string statusEqual: description: 'Enum Type: `KalturaBatchJobStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 type: integer x-enumLabels: - PENDING - QUEUED - PROCESSING - PROCESSED - MOVEFILE - FINISHED - FAILED - ABORTED - ALMOST_DONE - RETRY - FATAL - DONT_PROCESS - FINISHED_PARTIALLY - SUSPEND - SUSPEND_ALMOST_DONE x-enumType: KalturaBatchJobStatus statusIn: type: string uploadedOnEqual: type: integer uploadedOnGreaterThanOrEqual: type: integer uploadedOnLessThanOrEqual: type: integer title: KalturaBulkUploadBaseFilter type: object x-abstract: true KalturaWidevineRepositorySyncJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: modifiedAttributes: type: string monitorSyncCompletion: type: integer syncMode: description: 'Enum Type: `KalturaWidevineRepositorySyncMode`' enum: - 0 type: integer x-enumLabels: - MODIFY x-enumType: KalturaWidevineRepositorySyncMode wvAssetIds: type: string title: KalturaWidevineRepositorySyncJobData type: object KalturaEdgeServerNodeFilter: allOf: - $ref: '#/definitions/KalturaEdgeServerNodeBaseFilter' properties: orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaEdgeServerNodeOrderBy title: KalturaEdgeServerNodeFilter type: object KalturaCodeCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: code: type: string description: type: string duration: description: '`readOnly` Duration in milliseconds' readOnly: true type: integer endTime: type: integer title: KalturaCodeCuePoint type: object KalturaConvartableJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaConvartableJobData' - $ref: '#/definitions/KalturaConvertCollectionJobData' - $ref: '#/definitions/KalturaConvertJobData' - $ref: '#/definitions/KalturaExtractMediaJobData' - $ref: '#/definitions/KalturaPostConvertJobData' discriminator: objectType properties: actualSrcFileSyncLocalPath: description: The translated path as used by the scheduler type: string currentOperationIndex: type: integer currentOperationSet: type: integer engineVersion: type: integer flavorParamsOutput: $ref: '#/definitions/KalturaFlavorParamsOutput' flavorParamsOutputId: type: integer mediaInfoId: type: integer objectType: enum: - KalturaConvartableJobData - KalturaConvertCollectionJobData - KalturaConvertJobData - KalturaExtractMediaJobData - KalturaPostConvertJobData type: string pluginData: items: $ref: '#/definitions/KalturaKeyValue' type: array srcFileSyncLocalPath: type: string srcFileSyncRemoteUrl: type: string srcFileSyncs: items: $ref: '#/definitions/KalturaSourceFileSyncDescriptor' type: array title: KalturaConvartableJobData type: object KalturaApiActionPermissionItemFilter: allOf: - $ref: '#/definitions/KalturaApiActionPermissionItemBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaApiActionPermissionItemOrderBy title: KalturaApiActionPermissionItemFilter type: object KalturaITunesSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaITunesSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaITunesSyndicationFeedFilter type: string title: KalturaITunesSyndicationFeedBaseFilter type: object x-abstract: true KalturaStorageDeleteJobData: allOf: - $ref: '#/definitions/KalturaStorageJobData' anyOf: - $ref: '#/definitions/KalturaStorageDeleteJobData' - $ref: '#/definitions/KalturaKontikiStorageDeleteJobData' discriminator: objectType properties: objectType: enum: - KalturaStorageDeleteJobData - KalturaKontikiStorageDeleteJobData type: string title: KalturaStorageDeleteJobData type: object KalturaEventNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateBaseFilter' anyOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' - $ref: '#/definitions/KalturaEmailNotificationTemplateFilter' - $ref: '#/definitions/KalturaHttpNotificationTemplateFilter' - $ref: '#/definitions/KalturaKafkaNotificationTemplateFilter' - $ref: '#/definitions/KalturaPushNotificationTemplateFilter' discriminator: objectType properties: objectType: enum: - KalturaEventNotificationTemplateFilter - KalturaBusinessProcessNotificationTemplateFilter - KalturaBusinessProcessAbortNotificationTemplateFilter - KalturaBusinessProcessSignalNotificationTemplateFilter - KalturaBusinessProcessStartNotificationTemplateFilter - KalturaEmailNotificationTemplateFilter - KalturaHttpNotificationTemplateFilter - KalturaKafkaNotificationTemplateFilter - KalturaPushNotificationTemplateFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaEventNotificationTemplateOrderBy title: KalturaEventNotificationTemplateFilter type: object KalturaSshDropFolderFilter: allOf: - $ref: '#/definitions/KalturaSshDropFolderBaseFilter' anyOf: - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' discriminator: objectType properties: objectType: enum: - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter type: string orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaSshDropFolderOrderBy title: KalturaSshDropFolderFilter type: object KalturaScheduleResourceBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaScheduleResourceFilter' - $ref: '#/definitions/KalturaCameraScheduleResourceFilter' - $ref: '#/definitions/KalturaLiveEntryScheduleResourceFilter' - $ref: '#/definitions/KalturaLocationScheduleResourceFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string nameEqual: type: string objectType: enum: - KalturaScheduleResourceFilter - KalturaCameraScheduleResourceFilter - KalturaLiveEntryScheduleResourceFilter - KalturaLocationScheduleResourceFilter type: string parentIdEqual: type: integer parentIdIn: type: string statusEqual: description: 'Enum Type: `KalturaScheduleResourceStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaScheduleResourceStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaScheduleResourceBaseFilter type: object x-abstract: true KalturaTimeContextField: allOf: - $ref: '#/definitions/KalturaIntegerField' description: Represents the current time context on Kaltura servers properties: offset: description: Time offset in seconds since current time type: integer title: KalturaTimeContextField type: object KalturaUserLoginDataBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserLoginDataFilter' description: '`abstract`' discriminator: objectType properties: loginEmailEqual: type: string objectType: enum: - KalturaUserLoginDataFilter type: string title: KalturaUserLoginDataBaseFilter type: object x-abstract: true KalturaCodeCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaCodeCuePointFilter' description: '`abstract`' discriminator: objectType properties: codeEqual: type: string codeIn: type: string codeLike: type: string codeMultiLikeAnd: type: string codeMultiLikeOr: type: string descriptionLike: type: string descriptionMultiLikeAnd: type: string descriptionMultiLikeOr: type: string durationGreaterThanOrEqual: type: integer durationLessThanOrEqual: type: integer endTimeGreaterThanOrEqual: type: integer endTimeLessThanOrEqual: type: integer objectType: enum: - KalturaCodeCuePointFilter type: string title: KalturaCodeCuePointBaseFilter type: object x-abstract: true KalturaBusinessProcessNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBusinessProcessNotificationTemplateFilter - KalturaBusinessProcessAbortNotificationTemplateFilter - KalturaBusinessProcessSignalNotificationTemplateFilter - KalturaBusinessProcessStartNotificationTemplateFilter type: string title: KalturaBusinessProcessNotificationTemplateBaseFilter type: object x-abstract: true KalturaScheduleEventResourceBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaScheduleEventResourceFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer eventIdEqual: type: integer eventIdIn: type: string objectType: enum: - KalturaScheduleEventResourceFilter type: string resourceIdEqual: type: integer resourceIdIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaScheduleEventResourceBaseFilter type: object x-abstract: true KalturaCopyJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: filter: $ref: '#/definitions/KalturaFilter' lastCopyId: description: Indicates the last id that copied, used when the batch crached, to re-run from the last crash point. type: integer templateObject: $ref: '#/definitions/KalturaObjectBase' title: KalturaCopyJobData type: object KalturaConcatAttributes: allOf: - $ref: '#/definitions/KalturaOperationAttributes' description: Concat operation attributes properties: resource: $ref: '#/definitions/KalturaDataCenterContentResource' title: KalturaConcatAttributes type: object KalturaBulkUploadResult: anyOf: - $ref: '#/definitions/KalturaBulkUploadResult' - $ref: '#/definitions/KalturaBulkUploadResultCategory' - $ref: '#/definitions/KalturaBulkUploadResultCategoryEntry' - $ref: '#/definitions/KalturaBulkUploadResultCategoryUser' - $ref: '#/definitions/KalturaBulkUploadResultEntry' - $ref: '#/definitions/KalturaBulkUploadResultJob' - $ref: '#/definitions/KalturaBulkUploadResultScheduleEvent' - $ref: '#/definitions/KalturaBulkUploadResultScheduleResource' - $ref: '#/definitions/KalturaBulkUploadResultUser' - $ref: '#/definitions/KalturaBulkUploadResultUserEntry' - $ref: '#/definitions/KalturaBulkUploadResultVendorCatalogItem' discriminator: objectType properties: action: description: 'Enum Type: `KalturaBulkUploadAction`' enum: - scheduleBulkUpload.CANCEL - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' type: string x-enumLabels: - CANCEL - ADD - UPDATE - DELETE - REPLACE - TRANSFORM_XSLT - ADD_OR_UPDATE - ACTIVATE - REJECT - UPDATE_STATUS x-enumType: KalturaBulkUploadAction bulkUploadJobId: description: The id of the parent job type: integer bulkUploadResultObjectType: description: 'Enum Type: `KalturaBulkUploadObjectType`' enum: - bulkUploadFilter.JOB - scheduleBulkUpload.SCHEDULE_EVENT - scheduleBulkUpload.SCHEDULE_RESOURCE - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - JOB - SCHEDULE_EVENT - SCHEDULE_RESOURCE - ENTRY - CATEGORY - USER - CATEGORY_USER - CATEGORY_ENTRY - USER_ENTRY - VENDOR_CATALOG_ITEM x-enumType: KalturaBulkUploadObjectType errorCode: type: string errorDescription: type: string errorType: type: integer id: description: '`readOnly` The id of the result' readOnly: true type: integer lineIndex: description: The index of the line in the CSV type: integer objectErrorDescription: type: string objectId: type: string objectStatus: type: integer objectType: enum: - KalturaBulkUploadResult - KalturaBulkUploadResultCategory - KalturaBulkUploadResultCategoryEntry - KalturaBulkUploadResultCategoryUser - KalturaBulkUploadResultEntry - KalturaBulkUploadResultJob - KalturaBulkUploadResultScheduleEvent - KalturaBulkUploadResultScheduleResource - KalturaBulkUploadResultUser - KalturaBulkUploadResultUserEntry - KalturaBulkUploadResultVendorCatalogItem type: string partnerData: type: string partnerId: type: integer pluginsData: items: $ref: '#/definitions/KalturaBulkUploadPluginData' type: array rowData: description: The data as recieved in the csv type: string status: description: 'Enum Type: `KalturaBulkUploadResultStatus`' enum: - '1' - '2' - '3' type: string x-enumLabels: - ERROR - OK - IN_PROGRESS x-enumType: KalturaBulkUploadResultStatus title: KalturaBulkUploadResult type: object KalturaCountryContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request country context as calculated based on the IP address properties: geoCoderType: description: 'Enum Type: `KalturaGeoCoderType` The ip geo coder engine to be used' enum: - '1' - '2' - '3' type: string x-enumLabels: - KALTURA - MAX_MIND - DIGITAL_ELEMENT x-enumType: KalturaGeoCoderType title: KalturaCountryContextField type: object KalturaClipDescription: properties: duration: type: integer offsetInDestination: type: integer sourceEntryId: type: string startTime: type: integer title: KalturaClipDescription type: object KalturaDropFolderXmlBulkUploadJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadXmlJobData' description: Represents the Bulk upload job data for drop folder xml bulk upload properties: dropFolderId: description: the job drop folder id type: integer title: KalturaDropFolderXmlBulkUploadJobData type: object KalturaHttpNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaHttpNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaHttpNotificationTemplateOrderBy title: KalturaHttpNotificationTemplateFilter type: object KalturaFairplayDrmProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDrmProfileFilter' anyOf: - $ref: '#/definitions/KalturaFairplayDrmProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFairplayDrmProfileFilter type: string title: KalturaFairplayDrmProfileBaseFilter type: object x-abstract: true KalturaCatalogItemAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: serviceFeatureEqual: description: 'Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - CAPTIONS - TRANSLATION - ALIGNMENT - AUDIO_DESCRIPTION - CHAPTERING - INTELLIGENT_TAGGING - DUBBING - LIVE_CAPTION - EXTENDED_AUDIO_DESCRIPTION x-enumType: KalturaVendorServiceFeature serviceFeatureIn: type: string serviceTypeEqual: description: 'Enum Type: `KalturaVendorServiceType`' enum: - 1 - 2 type: integer x-enumLabels: - HUMAN - MACHINE x-enumType: KalturaVendorServiceType serviceTypeIn: type: string sourceLanguageEqual: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage targetLanguageEqual: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage turnAroundTimeEqual: description: 'Enum Type: `KalturaVendorServiceTurnAroundTime`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1800 - 7200 - 10800 - 21600 - 28800 - 43200 - 86400 - 172800 - 345600 - 432000 - 864000 type: integer x-enumLabels: - BEST_EFFORT - IMMEDIATE - ONE_BUSINESS_DAY - TWO_BUSINESS_DAYS - THREE_BUSINESS_DAYS - FOUR_BUSINESS_DAYS - FIVE_BUSINESS_DAYS - SIX_BUSINESS_DAYS - SEVEN_BUSINESS_DAYS - THIRTY_MINUTES - TWO_HOURS - THREE_HOURS - SIX_HOURS - EIGHT_HOURS - TWELVE_HOURS - TWENTY_FOUR_HOURS - FORTY_EIGHT_HOURS - FOUR_DAYS - FIVE_DAYS - TEN_DAYS x-enumType: KalturaVendorServiceTurnAroundTime turnAroundTimeIn: type: string title: KalturaCatalogItemAdvancedFilter type: object KalturaTransformMetadataJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: destVersion: type: integer destXsd: $ref: '#/definitions/KalturaFileContainer' metadataProfileId: type: integer srcVersion: type: integer srcXsl: $ref: '#/definitions/KalturaFileContainer' title: KalturaTransformMetadataJobData type: object KalturaDocumentFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDocumentFlavorParamsOutputFilter type: string title: KalturaDocumentFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaYoutubeApiDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYoutubeApiDistributionProfileFilter type: string title: KalturaYoutubeApiDistributionProfileBaseFilter type: object x-abstract: true KalturaGroupFilter: allOf: - $ref: '#/definitions/KalturaUserFilter' properties: {} title: KalturaGroupFilter type: object KalturaPlayReadyPolicyBaseFilter: allOf: - $ref: '#/definitions/KalturaDrmPolicyFilter' anyOf: - $ref: '#/definitions/KalturaPlayReadyPolicyFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPlayReadyPolicyFilter type: string title: KalturaPlayReadyPolicyBaseFilter type: object x-abstract: true KalturaAnonymousIPContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request country context as calculated based on the IP address properties: geoCoderType: description: 'Enum Type: `KalturaGeoCoderType` The ip geo coder engine to be used' enum: - '1' - '2' - '3' type: string x-enumLabels: - KALTURA - MAX_MIND - DIGITAL_ELEMENT x-enumType: KalturaGeoCoderType title: KalturaAnonymousIPContextField type: object KalturaRatingCountFilter: allOf: - $ref: '#/definitions/KalturaRatingCountBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaRatingCountOrderBy title: KalturaRatingCountFilter type: object KalturaMetroPcsDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaMetroPcsDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMetroPcsDistributionProviderFilter type: string title: KalturaMetroPcsDistributionProviderBaseFilter type: object x-abstract: true KalturaKontikiStorageProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaStorageProfileFilter' anyOf: - $ref: '#/definitions/KalturaKontikiStorageProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaKontikiStorageProfileFilter type: string title: KalturaKontikiStorageProfileBaseFilter type: object x-abstract: true KalturaCrossKalturaDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: distributeCaptions: type: boolean distributeCuePoints: type: boolean distributeRemoteCaptionAssetContent: type: boolean distributeRemoteFlavorAssetContent: type: boolean distributeRemoteThumbAssetContent: type: boolean mapAccessControlProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapCaptionParamsIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapConversionProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapFlavorParamsIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapMetadataProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapStorageProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array mapThumbParamsIds: items: $ref: '#/definitions/KalturaKeyValue' type: array metadataXpathsTriggerUpdate: items: $ref: '#/definitions/KalturaStringValue' type: array metadataXslt: type: string targetAccountId: type: integer targetLoginId: type: string targetLoginPassword: type: string targetServiceUrl: type: string title: KalturaCrossKalturaDistributionProfile type: object KalturaWebexDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaWebexDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWebexDropFolderFilter type: string title: KalturaWebexDropFolderBaseFilter type: object x-abstract: true KalturaConversionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaConversionProfileFilter' description: '`abstract`' discriminator: objectType properties: defaultEntryIdEqual: type: string defaultEntryIdIn: type: string idEqual: type: integer idIn: type: string nameEqual: type: string objectType: enum: - KalturaConversionProfileFilter type: string statusEqual: description: 'Enum Type: `KalturaConversionProfileStatus`' enum: - '1' - '2' - '3' type: string x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaConversionProfileStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string typeEqual: description: 'Enum Type: `KalturaConversionProfileType`' enum: - '1' - '2' type: string x-enumLabels: - MEDIA - LIVE_STREAM x-enumType: KalturaConversionProfileType typeIn: type: string title: KalturaConversionProfileBaseFilter type: object x-abstract: true KalturaBeaconScheduledResourceItem: allOf: - $ref: '#/definitions/KalturaBeaconAbstractScheduledResourceItem' properties: fieldName: description: 'Enum Type: `KalturaBeaconScheduledResourceFieldName`' enum: - event_type - is_log - object_id - recording - resource_name - status - updated_at type: string x-enumLabels: - EVENT_TYPE - IS_LOG - OBJECT_ID - RECORDING - RESOURCE_NAME - STATUS - UPDATED_AT x-enumType: KalturaBeaconScheduledResourceFieldName title: KalturaBeaconScheduledResourceItem type: object KalturaUnicornDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUnicornDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUnicornDistributionProviderOrderBy title: KalturaUnicornDistributionProviderFilter type: object KalturaTVComDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedCopyright: type: string feedDescription: type: string feedImageHeight: type: integer feedImageLink: type: string feedImageTitle: type: string feedImageUrl: type: string feedImageWidth: type: integer feedLanguage: type: string feedLink: type: string feedTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string metadataProfileId: type: integer title: KalturaTVComDistributionProfile type: object KalturaCategoriesCsvJobData: allOf: - $ref: '#/definitions/KalturaMappedObjectsCsvJobData' properties: filter: $ref: '#/definitions/KalturaCategoryFilter' title: KalturaCategoriesCsvJobData type: object KalturaResource: anyOf: - $ref: '#/definitions/KalturaAssetParamsResourceContainer' - $ref: '#/definitions/KalturaAssetsParamsResourceContainers' - $ref: '#/definitions/KalturaUrlResource' - $ref: '#/definitions/KalturaAssetResource' - $ref: '#/definitions/KalturaEntryResource' - $ref: '#/definitions/KalturaFileSyncResource' - $ref: '#/definitions/KalturaOperationResource' - $ref: '#/definitions/KalturaRemoteStorageResources' - $ref: '#/definitions/KalturaStringResource' - $ref: '#/definitions/KalturaRemoteStorageResource' - $ref: '#/definitions/KalturaSshUrlResource' - $ref: '#/definitions/KalturaWebcamTokenResource' - $ref: '#/definitions/KalturaDropFolderFileResource' - $ref: '#/definitions/KalturaServerFileResource' - $ref: '#/definitions/KalturaUploadedFileResource' - $ref: '#/definitions/KalturaUploadedFileTokenResource' description: '`abstract` Used to ingest entry object, as single resource or list of resources accompanied by asset params ids.' discriminator: objectType properties: objectType: enum: - KalturaAssetParamsResourceContainer - KalturaAssetsParamsResourceContainers - KalturaUrlResource - KalturaAssetResource - KalturaEntryResource - KalturaFileSyncResource - KalturaOperationResource - KalturaRemoteStorageResources - KalturaStringResource - KalturaRemoteStorageResource - KalturaSshUrlResource - KalturaWebcamTokenResource - KalturaDropFolderFileResource - KalturaServerFileResource - KalturaUploadedFileResource - KalturaUploadedFileTokenResource type: string title: KalturaResource type: object x-abstract: true KalturaLikeBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaLikeFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string entryIdIn: type: string objectType: enum: - KalturaLikeFilter type: string userIdEqual: type: string title: KalturaLikeBaseFilter type: object x-abstract: true KalturaLiveEntryArchiveJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: liveEntryId: type: string vodEntryId: type: string title: KalturaLiveEntryArchiveJobData type: object KalturaFilter: anyOf: - $ref: '#/definitions/KalturaBeaconEnhanceFilter' - $ref: '#/definitions/KalturaCategoryUserProviderFilter' - $ref: '#/definitions/KalturaSystemPartnerUsageFilter' - $ref: '#/definitions/KalturaTagFilter' - $ref: '#/definitions/KalturaQuizFilter' - $ref: '#/definitions/KalturaAssetFilter' - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' - $ref: '#/definitions/KalturaBaseEntryFilter' - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' - $ref: '#/definitions/KalturaDataEntryFilter' - $ref: '#/definitions/KalturaDocumentEntryFilter' - $ref: '#/definitions/KalturaPlaylistFilter' - $ref: '#/definitions/KalturaCategoryUserFilter' - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' - $ref: '#/definitions/KalturaAccessControlFilter' - $ref: '#/definitions/KalturaAccessControlProfileFilter' - $ref: '#/definitions/KalturaAssetParamsFilter' - $ref: '#/definitions/KalturaAssetParamsOutputFilter' - $ref: '#/definitions/KalturaCaptionParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' - $ref: '#/definitions/KalturaAuditTrailFilter' - $ref: '#/definitions/KalturaCategoryFilter' - $ref: '#/definitions/KalturaCategoryEntryFilter' - $ref: '#/definitions/KalturaConfMapsFilter' - $ref: '#/definitions/KalturaConversionProfileAssetParamsFilter' - $ref: '#/definitions/KalturaConversionProfileFilter' - $ref: '#/definitions/KalturaCuePointFilter' - $ref: '#/definitions/KalturaAdCuePointFilter' - $ref: '#/definitions/KalturaAnnotationFilter' - $ref: '#/definitions/KalturaAnswerCuePointFilter' - $ref: '#/definitions/KalturaCodeCuePointFilter' - $ref: '#/definitions/KalturaEventCuePointFilter' - $ref: '#/definitions/KalturaQuestionCuePointFilter' - $ref: '#/definitions/KalturaThumbCuePointFilter' - $ref: '#/definitions/KalturaEntryDistributionFilter' - $ref: '#/definitions/KalturaEntryVendorTaskFilter' - $ref: '#/definitions/KalturaFileAssetFilter' - $ref: '#/definitions/KalturaGroupUserFilter' - $ref: '#/definitions/KalturaLikeFilter' - $ref: '#/definitions/KalturaLiveChannelSegmentFilter' - $ref: '#/definitions/KalturaMetadataFilter' - $ref: '#/definitions/KalturaPermissionFilter' - $ref: '#/definitions/KalturaPermissionItemFilter' - $ref: '#/definitions/KalturaApiActionPermissionItemFilter' - $ref: '#/definitions/KalturaApiParameterPermissionItemFilter' - $ref: '#/definitions/KalturaRatingCountFilter' - $ref: '#/definitions/KalturaReachProfileFilter' - $ref: '#/definitions/KalturaScheduleEventFilter' - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' - $ref: '#/definitions/KalturaVirtualScheduleEventFilter' - $ref: '#/definitions/KalturaScheduleEventResourceFilter' - $ref: '#/definitions/KalturaScheduleResourceFilter' - $ref: '#/definitions/KalturaCameraScheduleResourceFilter' - $ref: '#/definitions/KalturaLiveEntryScheduleResourceFilter' - $ref: '#/definitions/KalturaLocationScheduleResourceFilter' - $ref: '#/definitions/KalturaSsoFilter' - $ref: '#/definitions/KalturaUserEntryFilter' - $ref: '#/definitions/KalturaPermissionLevelUserEntryFilter' - $ref: '#/definitions/KalturaRegistrationUserEntryFilter' - $ref: '#/definitions/KalturaViewHistoryUserEntryFilter' - $ref: '#/definitions/KalturaWatchLaterUserEntryFilter' - $ref: '#/definitions/KalturaQuizUserEntryFilter' - $ref: '#/definitions/KalturaUserLoginDataFilter' - $ref: '#/definitions/KalturaUserRoleFilter' - $ref: '#/definitions/KalturaUserScorePropertiesFilter' - $ref: '#/definitions/KalturaVendorCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAlignmentCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorChapteringCatalogItemFilter' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' - $ref: '#/definitions/KalturaVendorDubbingCatalogItemFilter' - $ref: '#/definitions/KalturaBatchJobFilter' - $ref: '#/definitions/KalturaBatchJobFilterExt' - $ref: '#/definitions/KalturaAppTokenFilter' - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeedFilter' - $ref: '#/definitions/KalturaITunesSyndicationFeedFilter' - $ref: '#/definitions/KalturaTubeMogulSyndicationFeedFilter' - $ref: '#/definitions/KalturaYahooSyndicationFeedFilter' - $ref: '#/definitions/KalturaBeaconFilter' - $ref: '#/definitions/KalturaBulkUploadFilter' - $ref: '#/definitions/KalturaBusinessProcessServerFilter' - $ref: '#/definitions/KalturaActivitiBusinessProcessServerFilter' - $ref: '#/definitions/KalturaControlPanelCommandFilter' - $ref: '#/definitions/KalturaDeliveryProfileFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLightFilter' - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' - $ref: '#/definitions/KalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProfileFilter' - $ref: '#/definitions/KalturaGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaPodcastDistributionProfileFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProfileFilter' - $ref: '#/definitions/KalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaAvnDistributionProviderFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProviderFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProviderFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProviderFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProviderFilter' - $ref: '#/definitions/KalturaFacebookDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProviderFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' - $ref: '#/definitions/KalturaGenericDistributionProviderFilter' - $ref: '#/definitions/KalturaHuluDistributionProviderFilter' - $ref: '#/definitions/KalturaIdeticDistributionProviderFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProviderFilter' - $ref: '#/definitions/KalturaMsnDistributionProviderFilter' - $ref: '#/definitions/KalturaNdnDistributionProviderFilter' - $ref: '#/definitions/KalturaPodcastDistributionProviderFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProviderFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProviderFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProviderFilter' - $ref: '#/definitions/KalturaTVComDistributionProviderFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProviderFilter' - $ref: '#/definitions/KalturaTvinciDistributionProviderFilter' - $ref: '#/definitions/KalturaUnicornDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderFilter' - $ref: '#/definitions/KalturaUverseDistributionProviderFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderFilter' - $ref: '#/definitions/KalturaYahooDistributionProviderFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProviderFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProviderFilter' - $ref: '#/definitions/KalturaDrmPolicyFilter' - $ref: '#/definitions/KalturaPlayReadyPolicyFilter' - $ref: '#/definitions/KalturaDrmProfileFilter' - $ref: '#/definitions/KalturaFairplayDrmProfileFilter' - $ref: '#/definitions/KalturaPlayReadyProfileFilter' - $ref: '#/definitions/KalturaWidevineProfileFilter' - $ref: '#/definitions/KalturaDropFolderFilter' - $ref: '#/definitions/KalturaFeedDropFolderFilter' - $ref: '#/definitions/KalturaRemoteDropFolderFilter' - $ref: '#/definitions/KalturaFtpDropFolderFilter' - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' - $ref: '#/definitions/KalturaWebexDropFolderFilter' - $ref: '#/definitions/KalturaZoomDropFolderFilter' - $ref: '#/definitions/KalturaDropFolderFileFilter' - $ref: '#/definitions/KalturaFeedDropFolderFileFilter' - $ref: '#/definitions/KalturaWebexDropFolderFileFilter' - $ref: '#/definitions/KalturaEntryServerNodeFilter' - $ref: '#/definitions/KalturaConferenceEntryServerNodeFilter' - $ref: '#/definitions/KalturaLiveEntryServerNodeFilter' - $ref: '#/definitions/KalturaSipEntryServerNodeFilter' - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' - $ref: '#/definitions/KalturaEmailNotificationTemplateFilter' - $ref: '#/definitions/KalturaHttpNotificationTemplateFilter' - $ref: '#/definitions/KalturaKafkaNotificationTemplateFilter' - $ref: '#/definitions/KalturaPushNotificationTemplateFilter' - $ref: '#/definitions/KalturaFileSyncFilter' - $ref: '#/definitions/KalturaGenericDistributionProviderActionFilter' - $ref: '#/definitions/KalturaMediaInfoFilter' - $ref: '#/definitions/KalturaMetadataProfileFilter' - $ref: '#/definitions/KalturaPartnerFilter' - $ref: '#/definitions/KalturaSystemPartnerFilter' - $ref: '#/definitions/KalturaVarConsolePartnerFilter' - $ref: '#/definitions/KalturaResponseProfileFilter' - $ref: '#/definitions/KalturaScheduledTaskProfileFilter' - $ref: '#/definitions/KalturaServerNodeFilter' - $ref: '#/definitions/KalturaConferenceServerNodeFilter' - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' - $ref: '#/definitions/KalturaEdgeServerNodeFilter' - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' - $ref: '#/definitions/KalturaSipServerNodeFilter' - $ref: '#/definitions/KalturaShortLinkFilter' - $ref: '#/definitions/KalturaStorageProfileFilter' - $ref: '#/definitions/KalturaAmazonS3StorageProfileFilter' - $ref: '#/definitions/KalturaKontikiStorageProfileFilter' - $ref: '#/definitions/KalturaUiConfFilter' - $ref: '#/definitions/KalturaUploadTokenFilter' - $ref: '#/definitions/KalturaVirtualEventFilter' - $ref: '#/definitions/KalturaVirusScanProfileFilter' - $ref: '#/definitions/KalturaWidgetFilter' description: '`abstract`' discriminator: objectType properties: advancedSearch: $ref: '#/definitions/KalturaSearchItem' objectType: enum: - KalturaBeaconEnhanceFilter - KalturaCategoryUserProviderFilter - KalturaSystemPartnerUsageFilter - KalturaTagFilter - KalturaQuizFilter - KalturaAssetFilter - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter - KalturaBaseEntryFilter - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter - KalturaDataEntryFilter - KalturaDocumentEntryFilter - KalturaPlaylistFilter - KalturaCategoryUserFilter - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter - KalturaAccessControlFilter - KalturaAccessControlProfileFilter - KalturaAssetParamsFilter - KalturaAssetParamsOutputFilter - KalturaCaptionParamsFilter - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter - KalturaAuditTrailFilter - KalturaCategoryFilter - KalturaCategoryEntryFilter - KalturaConfMapsFilter - KalturaConversionProfileAssetParamsFilter - KalturaConversionProfileFilter - KalturaCuePointFilter - KalturaAdCuePointFilter - KalturaAnnotationFilter - KalturaAnswerCuePointFilter - KalturaCodeCuePointFilter - KalturaEventCuePointFilter - KalturaQuestionCuePointFilter - KalturaThumbCuePointFilter - KalturaEntryDistributionFilter - KalturaEntryVendorTaskFilter - KalturaFileAssetFilter - KalturaGroupUserFilter - KalturaLikeFilter - KalturaLiveChannelSegmentFilter - KalturaMetadataFilter - KalturaPermissionFilter - KalturaPermissionItemFilter - KalturaApiActionPermissionItemFilter - KalturaApiParameterPermissionItemFilter - KalturaRatingCountFilter - KalturaReachProfileFilter - KalturaScheduleEventFilter - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter - KalturaVirtualScheduleEventFilter - KalturaScheduleEventResourceFilter - KalturaScheduleResourceFilter - KalturaCameraScheduleResourceFilter - KalturaLiveEntryScheduleResourceFilter - KalturaLocationScheduleResourceFilter - KalturaSsoFilter - KalturaUserEntryFilter - KalturaPermissionLevelUserEntryFilter - KalturaRegistrationUserEntryFilter - KalturaViewHistoryUserEntryFilter - KalturaWatchLaterUserEntryFilter - KalturaQuizUserEntryFilter - KalturaUserLoginDataFilter - KalturaUserRoleFilter - KalturaUserScorePropertiesFilter - KalturaVendorCatalogItemFilter - KalturaVendorAlignmentCatalogItemFilter - KalturaVendorAudioDescriptionCatalogItemFilter - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorChapteringCatalogItemFilter - KalturaVendorExtendedAudioDescriptionCatalogItemFilter - KalturaVendorLiveCaptionCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter - KalturaVendorDubbingCatalogItemFilter - KalturaBatchJobFilter - KalturaBatchJobFilterExt - KalturaAppTokenFilter - KalturaBaseSyndicationFeedFilter - KalturaGenericSyndicationFeedFilter - KalturaGenericXsltSyndicationFeedFilter - KalturaGoogleVideoSyndicationFeedFilter - KalturaITunesSyndicationFeedFilter - KalturaTubeMogulSyndicationFeedFilter - KalturaYahooSyndicationFeedFilter - KalturaBeaconFilter - KalturaBulkUploadFilter - KalturaBusinessProcessServerFilter - KalturaActivitiBusinessProcessServerFilter - KalturaControlPanelCommandFilter - KalturaDeliveryProfileFilter - KalturaDeliveryProfileAkamaiAppleHttpManifestFilter - KalturaDeliveryProfileAkamaiHdsFilter - KalturaDeliveryProfileAkamaiHttpFilter - KalturaDeliveryProfileGenericAppleHttpFilter - KalturaDeliveryProfileGenericHdsFilter - KalturaDeliveryProfileGenericHttpFilter - KalturaDeliveryProfileGenericSilverLightFilter - KalturaDeliveryProfileLiveAppleHttpFilter - KalturaDeliveryProfileRtmpFilter - KalturaDeliveryProfileGenericRtmpFilter - KalturaDistributionProfileFilter - KalturaConfigurableDistributionProfileFilter - KalturaAttUverseDistributionProfileFilter - KalturaAvnDistributionProfileFilter - KalturaComcastMrssDistributionProfileFilter - KalturaCortexApiDistributionProfileFilter - KalturaCrossKalturaDistributionProfileFilter - KalturaDailymotionDistributionProfileFilter - KalturaDoubleClickDistributionProfileFilter - KalturaFacebookDistributionProfileFilter - KalturaFreewheelGenericDistributionProfileFilter - KalturaFtpDistributionProfileFilter - KalturaHuluDistributionProfileFilter - KalturaIdeticDistributionProfileFilter - KalturaMetroPcsDistributionProfileFilter - KalturaMsnDistributionProfileFilter - KalturaNdnDistributionProfileFilter - KalturaQuickPlayDistributionProfileFilter - KalturaSynacorHboDistributionProfileFilter - KalturaTVComDistributionProfileFilter - KalturaTimeWarnerDistributionProfileFilter - KalturaTvinciDistributionProfileFilter - KalturaUnicornDistributionProfileFilter - KalturaUverseClickToOrderDistributionProfileFilter - KalturaUverseDistributionProfileFilter - KalturaVerizonVcastDistributionProfileFilter - KalturaYahooDistributionProfileFilter - KalturaYouTubeDistributionProfileFilter - KalturaYoutubeApiDistributionProfileFilter - KalturaFreewheelDistributionProfileFilter - KalturaGenericDistributionProfileFilter - KalturaPodcastDistributionProfileFilter - KalturaSyndicationDistributionProfileFilter - KalturaDistributionProviderFilter - KalturaAttUverseDistributionProviderFilter - KalturaAvnDistributionProviderFilter - KalturaComcastMrssDistributionProviderFilter - KalturaCortexApiDistributionProviderFilter - KalturaCrossKalturaDistributionProviderFilter - KalturaDailymotionDistributionProviderFilter - KalturaDoubleClickDistributionProviderFilter - KalturaFacebookDistributionProviderFilter - KalturaFreewheelDistributionProviderFilter - KalturaFreewheelGenericDistributionProviderFilter - KalturaFtpDistributionProviderFilter - KalturaFtpScheduledDistributionProviderFilter - KalturaGenericDistributionProviderFilter - KalturaHuluDistributionProviderFilter - KalturaIdeticDistributionProviderFilter - KalturaMetroPcsDistributionProviderFilter - KalturaMsnDistributionProviderFilter - KalturaNdnDistributionProviderFilter - KalturaPodcastDistributionProviderFilter - KalturaQuickPlayDistributionProviderFilter - KalturaSynacorHboDistributionProviderFilter - KalturaSyndicationDistributionProviderFilter - KalturaTVComDistributionProviderFilter - KalturaTimeWarnerDistributionProviderFilter - KalturaTvinciDistributionProviderFilter - KalturaUnicornDistributionProviderFilter - KalturaUverseClickToOrderDistributionProviderFilter - KalturaUverseDistributionProviderFilter - KalturaVerizonVcastDistributionProviderFilter - KalturaYahooDistributionProviderFilter - KalturaYouTubeDistributionProviderFilter - KalturaYoutubeApiDistributionProviderFilter - KalturaDrmPolicyFilter - KalturaPlayReadyPolicyFilter - KalturaDrmProfileFilter - KalturaFairplayDrmProfileFilter - KalturaPlayReadyProfileFilter - KalturaWidevineProfileFilter - KalturaDropFolderFilter - KalturaFeedDropFolderFilter - KalturaRemoteDropFolderFilter - KalturaFtpDropFolderFilter - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter - KalturaWebexDropFolderFilter - KalturaZoomDropFolderFilter - KalturaDropFolderFileFilter - KalturaFeedDropFolderFileFilter - KalturaWebexDropFolderFileFilter - KalturaEntryServerNodeFilter - KalturaConferenceEntryServerNodeFilter - KalturaLiveEntryServerNodeFilter - KalturaSipEntryServerNodeFilter - KalturaEventNotificationTemplateFilter - KalturaBusinessProcessNotificationTemplateFilter - KalturaBusinessProcessAbortNotificationTemplateFilter - KalturaBusinessProcessSignalNotificationTemplateFilter - KalturaBusinessProcessStartNotificationTemplateFilter - KalturaEmailNotificationTemplateFilter - KalturaHttpNotificationTemplateFilter - KalturaKafkaNotificationTemplateFilter - KalturaPushNotificationTemplateFilter - KalturaFileSyncFilter - KalturaGenericDistributionProviderActionFilter - KalturaMediaInfoFilter - KalturaMetadataProfileFilter - KalturaPartnerFilter - KalturaSystemPartnerFilter - KalturaVarConsolePartnerFilter - KalturaResponseProfileFilter - KalturaScheduledTaskProfileFilter - KalturaServerNodeFilter - KalturaConferenceServerNodeFilter - KalturaDeliveryServerNodeFilter - KalturaEdgeServerNodeFilter - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter - KalturaSipServerNodeFilter - KalturaShortLinkFilter - KalturaStorageProfileFilter - KalturaAmazonS3StorageProfileFilter - KalturaKontikiStorageProfileFilter - KalturaUiConfFilter - KalturaUploadTokenFilter - KalturaVirtualEventFilter - KalturaVirusScanProfileFilter - KalturaWidgetFilter type: string orderBy: type: string title: KalturaFilter type: object x-abstract: true KalturaReportInputFilter: allOf: - $ref: '#/definitions/KalturaReportInputBaseFilter' anyOf: - $ref: '#/definitions/KalturaReportInputFilter' - $ref: '#/definitions/KalturaEndUserReportInputFilter' - $ref: '#/definitions/KalturaReachReportInputFilter' discriminator: objectType properties: applicationVersionIn: description: filter by application version type: string browserFamilyIn: description: Filter by browser family type: string browserIn: description: Filter by browser type: string canonicalUrlIn: description: filter by canonical url type: string categories: description: Search objects in specified categories type: string categoriesAncestorIdIn: description: filter by categories ancestor type: string categoriesIdsIn: description: Search objects in specified category ids type: string citiesIn: description: Filter by city type: string countryIn: description: Filter by country type: string crmIdIn: description: filter by crm id type: string customVar1In: description: Filter by customVar1 type: string customVar2In: description: Filter by customVar2 type: string customVar3In: description: Filter by customVar3 type: string deviceIn: description: Filter by device type: string domainIn: description: filter by domain type: string entryCreatedAtGreaterThanOrEqual: description: Entry created at greater than or equal as Unix timestamp type: integer entryCreatedAtLessThanOrEqual: description: Entry created at less than or equal as Unix timestamp type: integer entryIdIn: type: string entryOperator: $ref: '#/definitions/KalturaESearchEntryOperator' errorCodeIn: description: filter by error code type: string hotspotIdIn: description: filter by hotspot id type: string interval: description: 'Enum Type: `KalturaReportInterval` Aggregated results according to interval' enum: - days - hours - minutes - months - ten_minutes - ten_seconds - years type: string x-enumLabels: - DAYS - HOURS - MINUTES - MONTHS - TEN_MINUTES - TEN_SECONDS - YEARS x-enumType: KalturaReportInterval ispIn: description: filter by isp type: string keywords: description: Search keywords to filter objects type: string mediaTypeIn: description: Filter by media types type: string nodeIdsIn: description: filter by node id type: string objectType: enum: - KalturaReportInputFilter - KalturaEndUserReportInputFilter - KalturaReachReportInputFilter type: string operatingSystemFamilyIn: description: Filter by operating system family type: string operatingSystemIn: description: Filter by operating system type: string originIn: description: filter by origin type: string ownerIdsIn: description: Filter by entry owner type: string playbackContextIdsIn: description: filter by playback context ids type: string playbackTypeIn: type: string playerVersionIn: description: filter by player version type: string playlistIdIn: description: filter by playlist id type: string regionIn: description: Filter by region type: string rootEntryIdIn: description: filter by root entry ids type: string searchInAdminTags: description: Search keywords in objects admin tags type: boolean searchInTags: description: Search keywords in objects tags type: boolean sourceTypeIn: description: Filter by source types type: string timeZoneOffset: description: Time zone offset in minutes type: integer uiConfIdIn: description: filter by ui conf id type: string virtualEventIdIn: description: filter by virtual event id type: string title: KalturaReportInputFilter type: object KalturaEntryServerNodeFilter: allOf: - $ref: '#/definitions/KalturaEntryServerNodeBaseFilter' anyOf: - $ref: '#/definitions/KalturaEntryServerNodeFilter' - $ref: '#/definitions/KalturaConferenceEntryServerNodeFilter' - $ref: '#/definitions/KalturaLiveEntryServerNodeFilter' - $ref: '#/definitions/KalturaSipEntryServerNodeFilter' discriminator: objectType properties: objectType: enum: - KalturaEntryServerNodeFilter - KalturaConferenceEntryServerNodeFilter - KalturaLiveEntryServerNodeFilter - KalturaSipEntryServerNodeFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaEntryServerNodeOrderBy title: KalturaEntryServerNodeFilter type: object KalturaLiveEntryServerNodeFilter: allOf: - $ref: '#/definitions/KalturaLiveEntryServerNodeBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaLiveEntryServerNodeOrderBy title: KalturaLiveEntryServerNodeFilter type: object KalturaTvinciDistributionTag: properties: extension: type: string filename: type: string format: type: string ppvmodule: type: string protocol: type: string tagname: type: string title: KalturaTvinciDistributionTag type: object KalturaTimeWarnerDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaTimeWarnerDistributionProfile type: object KalturaESearchCaptionItem: allOf: - $ref: '#/definitions/KalturaESearchEntryAbstractNestedItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCaptionFieldName`' enum: - caption_asset_id - content - end_time - label - language - start_time type: string x-enumLabels: - CAPTION_ASSET_ID - CONTENT - END_TIME - LABEL - LANGUAGE - START_TIME x-enumType: KalturaESearchCaptionFieldName title: KalturaESearchCaptionItem type: object KalturaEntryTranscriptAssetSearchItem: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: contentLike: type: string contentMultiLikeAnd: type: string contentMultiLikeOr: type: string title: KalturaEntryTranscriptAssetSearchItem type: object KalturaExportCsvJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaExportCsvJobData' - $ref: '#/definitions/KalturaEntryVendorTaskCsvJobData' - $ref: '#/definitions/KalturaMediaEsearchExportToCsvJobData' - $ref: '#/definitions/KalturaCategoriesCsvJobData' - $ref: '#/definitions/KalturaEntriesCsvJobData' - $ref: '#/definitions/KalturaUsersCsvJobData' discriminator: objectType properties: objectType: enum: - KalturaExportCsvJobData - KalturaEntryVendorTaskCsvJobData - KalturaMediaEsearchExportToCsvJobData - KalturaCategoriesCsvJobData - KalturaEntriesCsvJobData - KalturaUsersCsvJobData type: string outputPath: description: The file location type: string sharedOutputPath: type: string userMail: description: The users email type: string userName: description: The users name type: string title: KalturaExportCsvJobData type: object KalturaThumbParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsFilter' anyOf: - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: formatEqual: description: 'Enum Type: `KalturaContainerFormat`' enum: - 3gp - applehttp - avi - bif - bmp - copy - flv - hls - isma - ismv - jpg - m2ts - m4v - mkv - mov - mp3 - mp4 - mpeg - mpegts - mxf - ogg - ogv - pdf - png - swf - wav - webm - wma - wmv - wvm type: string x-enumLabels: - _3GP - APPLEHTTP - AVI - BIF - BMP - COPY - FLV - HLS - ISMA - ISMV - JPG - M2TS - M4V - MKV - MOV - MP3 - MP4 - MPEG - MPEGTS - MXF - OGG - OGV - PDF - PNG - SWF - WAV - WEBM - WMA - WMV - WVM x-enumType: KalturaContainerFormat objectType: enum: - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter type: string title: KalturaThumbParamsBaseFilter type: object x-abstract: true KalturaDeleteFileJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: localFileSyncPath: type: string title: KalturaDeleteFileJobData type: object KalturaFtpScheduledDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFtpScheduledDistributionProviderFilter type: string title: KalturaFtpScheduledDistributionProviderBaseFilter type: object x-abstract: true KalturaSyndicationDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaSyndicationDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSyndicationDistributionProfileFilter type: string title: KalturaSyndicationDistributionProfileBaseFilter type: object x-abstract: true KalturaTvinciDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: xml: type: string title: KalturaTvinciDistributionJobProviderData type: object KalturaBeaconBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaBeaconFilter' description: '`abstract`' discriminator: objectType properties: eventTypeIn: type: string objectIdIn: type: string objectType: enum: - KalturaBeaconFilter type: string relatedObjectTypeEqual: description: 'Enum Type: `KalturaBeaconObjectTypes`' enum: - '1' - '2' - '3' - '4' type: string x-enumLabels: - SCHEDULE_RESOURCE_BEACON - ENTRY_SERVER_NODE_BEACON - SERVER_NODE_BEACON - ENTRY_BEACON x-enumType: KalturaBeaconObjectTypes relatedObjectTypeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaBeaconBaseFilter type: object x-abstract: true KalturaDocumentEntryFilter: allOf: - $ref: '#/definitions/KalturaDocumentEntryBaseFilter' properties: orderBy: enum: - +createdAt - +endDate - +moderationCount - +name - +partnerSortValue - +rank - +recent - +startDate - +totalRank - +updatedAt - +weight - -createdAt - -endDate - -moderationCount - -name - -partnerSortValue - -rank - -recent - -startDate - -totalRank - -updatedAt - -weight type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - WEIGHT_ASC - CREATED_AT_DESC - END_DATE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - WEIGHT_DESC x-enumType: KalturaDocumentEntryOrderBy title: KalturaDocumentEntryFilter type: object KalturaConvertProfileJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: inputFileSyncLocalPath: type: string thumbBitrate: description: The bit rate of last created thumbnail, will be used to comapare if this thumbnail is the best we can have type: integer thumbHeight: description: The height of last created thumbnail, will be used to comapare if this thumbnail is the best we can have type: integer title: KalturaConvertProfileJobData type: object KalturaESearchGroupBaseItem: allOf: - $ref: '#/definitions/KalturaESearchBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchGroupOperator' - $ref: '#/definitions/KalturaESearchGroupItem' - $ref: '#/definitions/KalturaESearchGroupMetadataItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchGroupOperator - KalturaESearchGroupItem - KalturaESearchGroupMetadataItem type: string title: KalturaESearchGroupBaseItem type: object x-abstract: true KalturaMediaEntryFilterForPlaylist: allOf: - $ref: '#/definitions/KalturaMediaEntryFilter' properties: limit: type: integer name: type: string title: KalturaMediaEntryFilterForPlaylist type: object KalturaConfigurableDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaConfigurableDistributionProfileFilter - KalturaAttUverseDistributionProfileFilter - KalturaAvnDistributionProfileFilter - KalturaComcastMrssDistributionProfileFilter - KalturaCortexApiDistributionProfileFilter - KalturaCrossKalturaDistributionProfileFilter - KalturaDailymotionDistributionProfileFilter - KalturaDoubleClickDistributionProfileFilter - KalturaFacebookDistributionProfileFilter - KalturaFreewheelGenericDistributionProfileFilter - KalturaFtpDistributionProfileFilter - KalturaHuluDistributionProfileFilter - KalturaIdeticDistributionProfileFilter - KalturaMetroPcsDistributionProfileFilter - KalturaMsnDistributionProfileFilter - KalturaNdnDistributionProfileFilter - KalturaQuickPlayDistributionProfileFilter - KalturaSynacorHboDistributionProfileFilter - KalturaTVComDistributionProfileFilter - KalturaTimeWarnerDistributionProfileFilter - KalturaTvinciDistributionProfileFilter - KalturaUnicornDistributionProfileFilter - KalturaUverseClickToOrderDistributionProfileFilter - KalturaUverseDistributionProfileFilter - KalturaVerizonVcastDistributionProfileFilter - KalturaYahooDistributionProfileFilter - KalturaYouTubeDistributionProfileFilter - KalturaYoutubeApiDistributionProfileFilter type: string title: KalturaConfigurableDistributionProfileBaseFilter type: object x-abstract: true KalturaRemoteStorageResources: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won't be downloaded but a file sync object of URL type will point to the media URL. properties: resources: items: $ref: '#/definitions/KalturaRemoteStorageResource' type: array title: KalturaRemoteStorageResources type: object KalturaAssetDistributionCondition: anyOf: - $ref: '#/definitions/KalturaAssetDistributionPropertyCondition' description: '`abstract` Abstract class for asset distribution condition' discriminator: objectType properties: objectType: enum: - KalturaAssetDistributionPropertyCondition type: string title: KalturaAssetDistributionCondition type: object x-abstract: true KalturaFtpDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: asperaPrivateKey: type: string asperaPublicKey: type: string assetFilenameXslt: type: string basePath: type: string disableMetadata: type: boolean flavorAssetFilenameXslt: type: string host: type: string metadataFilenameXslt: type: string metadataXslt: type: string passphrase: type: string password: type: string x-inputType: password port: type: integer protocol: description: '`insertOnly` Enum Type: `KalturaDistributionProtocol`' enum: - 1 - 2 - 3 - 4 - 5 - 10 type: integer x-enumLabels: - FTP - SCP - SFTP - HTTP - HTTPS - ASPERA x-enumType: KalturaDistributionProtocol sendMetadataAfterAssets: type: boolean sftpPrivateKey: type: string sftpPublicKey: type: string thumbnailAssetFilenameXslt: type: string username: type: string title: KalturaFtpDistributionProfile type: object KalturaMetadataProfileFilter: allOf: - $ref: '#/definitions/KalturaMetadataProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaMetadataProfileOrderBy title: KalturaMetadataProfileFilter type: object KalturaEventNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' - $ref: '#/definitions/KalturaEmailNotificationTemplateFilter' - $ref: '#/definitions/KalturaHttpNotificationTemplateFilter' - $ref: '#/definitions/KalturaKafkaNotificationTemplateFilter' - $ref: '#/definitions/KalturaPushNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaEventNotificationTemplateFilter - KalturaBusinessProcessNotificationTemplateFilter - KalturaBusinessProcessAbortNotificationTemplateFilter - KalturaBusinessProcessSignalNotificationTemplateFilter - KalturaBusinessProcessStartNotificationTemplateFilter - KalturaEmailNotificationTemplateFilter - KalturaHttpNotificationTemplateFilter - KalturaKafkaNotificationTemplateFilter - KalturaPushNotificationTemplateFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaEventNotificationTemplateStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaEventNotificationTemplateStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string typeEqual: description: 'Enum Type: `KalturaEventNotificationTemplateType`' enum: - booleanNotification.Boolean - businessProcessNotification.BusinessProcessAbort - businessProcessNotification.BusinessProcessSignal - businessProcessNotification.BusinessProcessStart - emailNotification.Email - httpNotification.Http - kafkaNotification.Kafka - pushNotification.Push type: string x-enumLabels: - BOOLEAN - BPM_ABORT - BPM_SIGNAL - BPM_START - EMAIL - HTTP - KAFKA - PUSH x-enumType: KalturaEventNotificationTemplateType typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaEventNotificationTemplateBaseFilter type: object x-abstract: true KalturaEvalBooleanField: allOf: - $ref: '#/definitions/KalturaBooleanField' description: Evaluates PHP statement, depends on the execution context properties: code: description: PHP code type: string title: KalturaEvalBooleanField type: object KalturaBulkUploadResultUser: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: city: type: string country: type: string dateOfBirth: type: integer description: type: string email: type: string externalId: type: string firstName: type: string gender: type: integer group: type: string lastName: type: string screenName: type: string state: type: string tags: type: string userId: type: string zip: type: string title: KalturaBulkUploadResultUser type: object KalturaFreewheelDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' properties: accountId: type: string apikey: type: string email: type: string metadataProfileId: type: integer sftpLogin: type: string sftpPass: type: string title: KalturaFreewheelDistributionProfile type: object KalturaMetroPcsDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaMetroPcsDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaMetroPcsDistributionProfileOrderBy title: KalturaMetroPcsDistributionProfileFilter type: object KalturaDeliveryProfileGenericSilverLightFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLightBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileGenericSilverLightOrderBy title: KalturaDeliveryProfileGenericSilverLightFilter type: object KalturaGenericSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' anyOf: - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaGenericSyndicationFeedFilter - KalturaGenericXsltSyndicationFeedFilter type: string title: KalturaGenericSyndicationFeedBaseFilter type: object x-abstract: true KalturaUverseClickToOrderDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUverseClickToOrderDistributionProviderOrderBy title: KalturaUverseClickToOrderDistributionProviderFilter type: object KalturaWebexDropFolderFileFilter: allOf: - $ref: '#/definitions/KalturaWebexDropFolderFileBaseFilter' properties: orderBy: enum: - +createdAt - +fileName - +fileSize - +fileSizeLastSetAt - +id - +parsedFlavor - +parsedSlug - +updatedAt - -createdAt - -fileName - -fileSize - -fileSizeLastSetAt - -id - -parsedFlavor - -parsedSlug - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - FILE_NAME_ASC - FILE_SIZE_ASC - FILE_SIZE_LAST_SET_AT_ASC - ID_ASC - PARSED_FLAVOR_ASC - PARSED_SLUG_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - FILE_NAME_DESC - FILE_SIZE_DESC - FILE_SIZE_LAST_SET_AT_DESC - ID_DESC - PARSED_FLAVOR_DESC - PARSED_SLUG_DESC - UPDATED_AT_DESC x-enumType: KalturaWebexDropFolderFileOrderBy title: KalturaWebexDropFolderFileFilter type: object KalturaHuluDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaHuluDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaHuluDistributionProfileOrderBy title: KalturaHuluDistributionProfileFilter type: object KalturaLiveChannelFilter: allOf: - $ref: '#/definitions/KalturaLiveChannelBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endDate - +firstBroadcast - +lastBroadcast - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -firstBroadcast - -lastBroadcast - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - FIRST_BROADCAST_ASC - LAST_BROADCAST_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - FIRST_BROADCAST_DESC - LAST_BROADCAST_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaLiveChannelOrderBy title: KalturaLiveChannelFilter type: object KalturaBulkUploadScheduleEventJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadJobData' anyOf: - $ref: '#/definitions/KalturaBulkUploadICalJobData' - $ref: '#/definitions/KalturaBulkUploadScheduleEventCsvJobData' description: '`abstract` Represents the abstract Bulk upload job data for general bulk upload' discriminator: objectType properties: objectType: enum: - KalturaBulkUploadICalJobData - KalturaBulkUploadScheduleEventCsvJobData type: string title: KalturaBulkUploadScheduleEventJobData type: object x-abstract: true KalturaRatingCountBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaRatingCountFilter' description: '`abstract`' discriminator: objectType properties: entryIdEqual: type: string objectType: enum: - KalturaRatingCountFilter type: string rankIn: type: string title: KalturaRatingCountBaseFilter type: object x-abstract: true KalturaBulkUploadPluginData: properties: field: type: string value: type: string title: KalturaBulkUploadPluginData type: object KalturaCortexApiDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaCortexApiDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCortexApiDistributionProfileOrderBy title: KalturaCortexApiDistributionProfileFilter type: object KalturaImageFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaImageFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaImageFlavorParamsFilter type: string title: KalturaImageFlavorParamsBaseFilter type: object x-abstract: true KalturaLiveParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: streamSuffix: description: Suffix to be added to the stream name after the entry id {entry_id}_{stream_suffix}, e.g. for entry id 0_kjdu5jr6 and suffix 1, the stream name will be 0_kjdu5jr6_1 type: string title: KalturaLiveParams type: object KalturaLiveEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaMediaEntryFilter' anyOf: - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string title: KalturaLiveEntryBaseFilter type: object x-abstract: true KalturaLiveClusterMediaServerNodeFilter: allOf: - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' properties: {} title: KalturaLiveClusterMediaServerNodeFilter type: object KalturaPodcastDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaPodcastDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaPodcastDistributionProfileOrderBy title: KalturaPodcastDistributionProfileFilter type: object KalturaFtpDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: filesForDistribution: items: $ref: '#/definitions/KalturaFtpDistributionFile' type: array title: KalturaFtpDistributionJobProviderData type: object KalturaIdeticDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: flavorAssetUrl: type: string thumbnailUrl: type: string title: KalturaIdeticDistributionJobProviderData type: object KalturaSwfFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: flashVersion: type: integer poly2Bitmap: type: boolean title: KalturaSwfFlavorParamsOutput type: object KalturaEntryResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest media that is already ingested to Kaltura system as a different entry in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync of the existing entry. properties: entryId: description: ID of the source entry type: string flavorParamsId: description: ID of the source flavor params, set to null to use the source flavor type: integer title: KalturaEntryResource type: object KalturaUverseClickToOrderDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: backgroundImageStandard: type: string backgroundImageWide: type: string feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaUverseClickToOrderDistributionProfile type: object KalturaBulkUploadResultCategory: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: appearInList: type: integer contributionPolicy: type: integer defaultPermissionLevel: type: integer description: type: string inheritanceType: type: integer moderation: type: boolean name: type: string owner: type: string partnerSortValue: type: integer privacy: type: integer referenceId: type: string relativePath: type: string tags: type: string userJoinPolicy: type: integer title: KalturaBulkUploadResultCategory type: object KalturaESearchAbstractGroupItem: allOf: - $ref: '#/definitions/KalturaESearchGroupBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchGroupItem' - $ref: '#/definitions/KalturaESearchGroupMetadataItem' description: '`abstract`' discriminator: objectType properties: addHighlight: type: boolean itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaESearchGroupItem - KalturaESearchGroupMetadataItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaESearchAbstractGroupItem type: object x-abstract: true KalturaCielo24JobProviderData: allOf: - $ref: '#/definitions/KalturaIntegrationJobProviderData' properties: additionalParameters: description: additional parameters to send to Cielo24 type: string baseUrl: description: '`readOnly` Base url for service provider' readOnly: true type: string captionAssetFormats: description: Caption formats type: string entryId: description: Entry ID type: string fidelity: description: 'Enum Type: `KalturaCielo24Fidelity`' enum: - MECHANICAL - PREMIUM - PROFESSIONAL type: string x-enumLabels: - MECHANICAL - PREMIUM - PROFESSIONAL x-enumType: KalturaCielo24Fidelity flavorAssetId: description: Flavor ID type: string password: description: '`readOnly` Api key for service provider' readOnly: true type: string x-inputType: password priority: description: 'Enum Type: `KalturaCielo24Priority`' enum: - PRIORITY - STANDARD type: string x-enumLabels: - PRIORITY - STANDARD x-enumType: KalturaCielo24Priority replaceMediaContent: description: should replace remote media content type: boolean spokenLanguage: description: 'Enum Type: `KalturaLanguage` Transcript content language' enum: - Abaza - Abkhazian - Abnaki Western - Abure - Achang - Achinese - Achterhooks - Achumawi - Adioukrou - Adyghe; Adygei - Adynyamathanha - Afade - Afar - Afrikaans - Aghem - Aghul - Aguacateco - Aguaruna - Ainu (Japan) - Akkadian - Aklanon - Akum - Alabama - Albanian - Albanian (Gheg) - Albanian (Tosk) - Aleut - Algonquian languages - Algonquin - Altai (Southern) - Amharic - Angloromani - Apache (Jicarilla) - Apache (Western) - Arabic - Arabic (standard) - Arabic Tunisian Spoken - Aramaic - Aramaic Samaritan - Arapaho - Araucanian - Arikara - Armenian - Aromanian - Assamese - Assiniboine - Assyrian Neo-Aramaic - Asturian - Athapascan languages - Atikamekw - Awadhi - Aymara - Azerbaijani - Babine - Badaga - Bai - Balinese - Balochi Southern - Balti - Baluchi - Basa (Cameroon) - Bashkir - Basque - Bavarian - Beaver - Beja - Bemba (Zambia) - Bengali (Bangla) - Betawi - Bezhta - Bhili - Bhojpuri - Bhutani - Bihari - Bikol - Bini - Bishnupriya Manipuri - Bislama - Breton - Buginese - Bulgarian - Buriat - Burmese - Byelorussian (Belarusian) - Caddo - Cambodian - Cantonese - Carrier - Carrier Southern - Catalan - Catawba - Cayuga - Cebuano - Chagatai - Chaldean Neo-Aramaic - Cherokee - Cheyenne - Chickasaw - Chilcotin - Chinese - Chinook jargon - Chipewyan - Chippewa - Choctaw - Chor - Chukot - Cimbrian - Clallam Klallam - Cochimi - Cocopa - Colognian - Comanche - Comorian - Comox - Coptic - Corsican - Cree - Creek - Crimean Tatar - Croatian - Cupeo - Czech - Dakota - Danish - Dargwa - Dari (Persian) - Dari Zoroastrian - Dehu - Delaware - Dinka - Dogri (generic) - Dogrib - Dolgan - Dong - Duala - Dungan - Dutch - Dyula - E - Emilian - English - English (American) - English (British) - English Middle (1100-1500) - Erzya - Esperanto - Estonian - Even - Evenki - Faeroese - Fala - Fang (Equatorial Guinea) - Farsi - Fiji - Filipino - Finnish - Finnish (Tornedalen) - Fon - Franco-Prove - Frankish - French - French (Canada) - Frisian - Frisian Northern - Friulian - Fur - Ga - Gaelic (Manx) - Gaelic (Scottish) - Gagauz - Galician - Gan - Geez - Georgian - German - German Hutterite - German Pennsylvania - Gilbertese - Gilyak Nivkh - Gitxsan - Greek - Greek Ancient (to 1453) - Greenlandic - Guarani - Gujarati - Gwichin - Haida - Hainanese - Haisla - Hakka - Halkomelem - Han - Hani - Hausa - Hawaiian - Hebrew - Heiltsuk - Hidatsa - Hiligaynon - Hindi - Hmong - Hokkien - Hopi - Huizhou Chinese - Hungarian - Icelandic - Ikposo - Iloko - Inari Sami - Indonesian - Ingrian - Ingush - Interlingua - Interlingue - Inuinnaqtun - Inuktitut - Inupiak - Irish - Iroquoian languages - Italian - Itelmen - Japanese - Javanese - Jinyu Chinese - Jju - Judeo-Crimean Tatar - Judeo-Georgian - Jutish - Kabardian - Kabuverdianu - Kabyle - Kachchi - Kaikavian literary language (Kajkavian) - Kalmyk Oirat - Kannada - Kansa - Karachay-Balkar - Karagas - Karaim - Karakalpak - Karelian - Kashmiri - Kashubian - Kaska - Kawi - Kazakh - Khakas - Khalaj Turkic - Khanty - Khasi - Khmer Northern - Kickapoo - Kinyarwanda (Ruanda) - Kiowa - Kirghiz - Kirundi (Rundi) - Klingon tlhIngan-Hol - Kodava - Komi-Permyak - Konkani (generic) - Konkani (specific) - Konkani Goan - Korean - Koryak - Kosraean - Kotava - Kpelle - Kumiai - Kumyk - Kurdish - Kutenai - Kwakiutl - Laal - Ladin - Ladino - Lahnda - Lahu - Lak - Laki - Lakota - Laothian - Latin - Latvian (Lettish) - Laz - Lezghian - Ligurian - Lillooet - Limbu - Limburgish ( Limburger) - Lingala - Lithuanian - Lojban - Loma (Liberia) - Lombard - Low German Low Saxon - Lozi - Luba-Lulua - Lucumi - Ludian - Lule Sami - Lunda - Luo (Kenya and Tanzania) - Lushootseed - Luxembourgish (Letzeburgesch) - Macedonian - Madurese - Magahi - Maithili - Malagasy - Malay - Malayalam - Malecite-Passamaquoddy - Maltese - Manchu - Mandaic - Mandan - Mandarin Chinese - Mansi - Maori - Maranao - Marathi - Mari (Russia) - Marwari - Masai - Mayo - Meitei - Mende (Sierra Leone) - Menominee - Michif - Micmac - Min Bei Chinese - Min Dong Chinese - Minangkabau - Mingrelian - Mirandese - Mohawk - Moksha - Moldavian - Mon - Mongolian - Montagnais - Morisyen - Mossi - Mozarabic - Multilingual - Muong - Nama (Namibia) - Nanai - Naskapi - Nauru - Neapolitan - Nepali - Newari Nepal Bhasa - Nganasan - Nisgaa - Niuean - No linguistic content - Nogai - Norse Old - Northern Sotho Pedi Sepedi - Norwegian - Novial - Nyamwezi - Nyoro - Nyungah - Occitan - Ojibwa Central - Ojibwa Eastern - Ojibwa Northwestern - Ojibwa Severn - Ojibwa Western - Ojibwe, Ojibwa - Okanagan - Okinawan Central - Old English - Oneida - Onondaga - Oriya - Oromo (Afan, Galla) - Ottawa - Paipai - Palauan - Pampanga - Pangasinan - Papiamento - Pashto (Pushto) - Persian - Persian (Dari) - Pfaelzisch - Picard - Piedmontese - Pirah - Pitcairn-Norfolk - Plautdietsch - Polish - Pontic - Portuguese - Portuguese (Brazil) - Potawatomi - Prussian - Pulaar - Punjabi - Qashqai - Qawasqar - Quechua - Quich Central - Rapanui - Rarotongan - Reserved for local use. - Rhaeto-Romance - Romagnol - Romani Kalo Finnish - Romani Sinte - Romanian - Romanian Istro - Romanian Megleno - Romany - Runion Creole French - Russian - Rusyn - Saint Lucian Creole French - Sakha - Salar - Salish Straits - Salishan languages - Sami Kildin - Sami languages - Samoan - Sangro - Sanskrit - Santali - Saramaccan - Sardinian Sassarese - Saterland Frisian - Saxon Upper - Scots - Sechelt - Seediq - Sekani - Selkup - Seneca - Serbian - Serbo-Croatian - Seri - Sesotho - Setswana - Shawnee - Shona - Shor - Shoshoni - Shuswap - Sicilian - Sidamo - Siksika - Silesian - Sindhi - Sinhalese - Siswati - Skolt Sami - Slavey North - Slavey South - Slovak - Slovenian - Somali - Soninke - Sorbian Lower - Sorbian Upper - Southern Sami - Southern Tutchone - Spanish - Spanish (Latin America) - Sranan - Stoney - Sudovian - Sumerian - Sundanese - Svan - Swabian - Swahili (Kiswahili) - Swedish - Swedish Sign Language - Swiss German Alemannic Alsatian - Syriac - Tabassaran - Tachawit - Tachelhit - Tagalog - Tagbanwa - Tagish - Tahltan - Tai Na - Taiwanese Mandarin - Tajik - Talysh - Tamajaq Tawallammat - Tamasheq - Tamazight Central Atlas - Tamil - Tarahumara Central - Tat Muslim - Tatar - Telugu - Teo Chew - Tetum - Thai - Thai (Northern) - Thai Northeastern - Thompson - Tibetan - Tigre - Tigrinya - Tlingit - Toda - Tohono Oodham - Tok Pisin - Tonga - Tonga (Nyasa) - Tsez - Tsimshian - Tsonga - Tulu - Tumbuka - Tumzabt - Tupinamb - Turkana - Turkish - Turkish Ottoman - Turkmen - Tuscarora - Tuvalu - Tuvinian - Twi - Ubykh - Udi - Udmurt - Uighur - Ukrainian - Undefined - Urdu - Urum - Uzbek - Venetian - Veps - Vietnamese - Volapuk - Voro - Votic - Vro - Waorani - Waray (Philippines) - Welsh - Western Farsi - Western Neo-Aramaic - Wiyot - Wolof - Wu Chinese - Wymysorys - Xhosa - Yanesha - Yiddish - Yoruba - Zapotec Isthmus - Zarma - Zulu type: string x-enumType: KalturaLanguage username: description: '`readOnly` Api key for service provider' readOnly: true type: string title: KalturaCielo24JobProviderData type: object KalturaBulkUploadXmlJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadJobData' anyOf: - $ref: '#/definitions/KalturaBulkUploadXmlJobData' - $ref: '#/definitions/KalturaDropFolderXmlBulkUploadJobData' description: Represents the Bulk upload job data for xml bulk upload discriminator: objectType properties: objectType: enum: - KalturaBulkUploadXmlJobData - KalturaDropFolderXmlBulkUploadJobData type: string title: KalturaBulkUploadXmlJobData type: object KalturaMetadataBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaMetadataFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer metadataObjectTypeEqual: description: 'Enum Type: `KalturaMetadataObjectType` When null, default is KalturaMetadataObjectType::ENTRY' enum: - adCuePointMetadata.AdCuePoint - annotationMetadata.Annotation - codeCuePointMetadata.CodeCuePoint - quiz.AnswerCuePoint - quiz.QuestionCuePoint - thumbCuePointMetadata.thumbCuePoint - '1' - '2' - '3' - '4' - '5' - '6' type: string x-enumLabels: - AD_CUE_POINT - ANNOTATION - CODE_CUE_POINT - ANSWER_CUE_POINT - QUESTION_CUE_POINT - THUMB_CUE_POINT - ENTRY - CATEGORY - USER - PARTNER - DYNAMIC_OBJECT - USER_ENTRY x-enumType: KalturaMetadataObjectType metadataProfileIdEqual: type: integer metadataProfileIdIn: type: string metadataProfileVersionEqual: type: integer metadataProfileVersionGreaterThanOrEqual: type: integer metadataProfileVersionLessThanOrEqual: type: integer objectIdEqual: type: string objectIdIn: type: string objectType: enum: - KalturaMetadataFilter type: string partnerIdEqual: type: integer statusEqual: description: 'Enum Type: `KalturaMetadataStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - VALID - INVALID - DELETED x-enumType: KalturaMetadataStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer versionEqual: type: integer versionGreaterThanOrEqual: type: integer versionLessThanOrEqual: type: integer title: KalturaMetadataBaseFilter type: object x-abstract: true KalturaUserFilter: allOf: - $ref: '#/definitions/KalturaUserBaseFilter' anyOf: - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' discriminator: objectType properties: firstNameOrLastNameStartsWith: type: string idOrScreenNameStartsWith: type: string loginEnabledEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaUserOrderBy permissionNamesMultiLikeAnd: description: Permission names filter expression type: string permissionNamesMultiLikeOr: description: Permission names filter expression type: string roleIdEqual: type: string roleIdsEqual: type: string roleIdsIn: type: string title: KalturaUserFilter type: object KalturaEntryDistributionBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaEntryDistributionFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dirtyStatusEqual: description: 'Enum Type: `KalturaEntryDistributionFlag`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - NONE - SUBMIT_REQUIRED - DELETE_REQUIRED - UPDATE_REQUIRED - ENABLE_REQUIRED - DISABLE_REQUIRED x-enumType: KalturaEntryDistributionFlag dirtyStatusIn: type: string distributionProfileIdEqual: type: integer distributionProfileIdIn: type: string entryIdEqual: type: string entryIdIn: type: string idEqual: type: integer idIn: type: string objectType: enum: - KalturaEntryDistributionFilter type: string statusEqual: description: 'Enum Type: `KalturaEntryDistributionStatus`' enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 type: integer x-enumLabels: - PENDING - QUEUED - READY - DELETED - SUBMITTING - UPDATING - DELETING - ERROR_SUBMITTING - ERROR_UPDATING - ERROR_DELETING - REMOVED - IMPORT_SUBMITTING - IMPORT_UPDATING x-enumType: KalturaEntryDistributionStatus statusIn: type: string submittedAtGreaterThanOrEqual: type: integer submittedAtLessThanOrEqual: type: integer sunriseGreaterThanOrEqual: type: integer sunriseLessThanOrEqual: type: integer sunsetGreaterThanOrEqual: type: integer sunsetLessThanOrEqual: type: integer updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaEntryDistributionBaseFilter type: object x-abstract: true KalturaDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProfileFilter' - $ref: '#/definitions/KalturaGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaPodcastDistributionProfileFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaDistributionProfileFilter - KalturaConfigurableDistributionProfileFilter - KalturaAttUverseDistributionProfileFilter - KalturaAvnDistributionProfileFilter - KalturaComcastMrssDistributionProfileFilter - KalturaCortexApiDistributionProfileFilter - KalturaCrossKalturaDistributionProfileFilter - KalturaDailymotionDistributionProfileFilter - KalturaDoubleClickDistributionProfileFilter - KalturaFacebookDistributionProfileFilter - KalturaFreewheelGenericDistributionProfileFilter - KalturaFtpDistributionProfileFilter - KalturaHuluDistributionProfileFilter - KalturaIdeticDistributionProfileFilter - KalturaMetroPcsDistributionProfileFilter - KalturaMsnDistributionProfileFilter - KalturaNdnDistributionProfileFilter - KalturaQuickPlayDistributionProfileFilter - KalturaSynacorHboDistributionProfileFilter - KalturaTVComDistributionProfileFilter - KalturaTimeWarnerDistributionProfileFilter - KalturaTvinciDistributionProfileFilter - KalturaUnicornDistributionProfileFilter - KalturaUverseClickToOrderDistributionProfileFilter - KalturaUverseDistributionProfileFilter - KalturaVerizonVcastDistributionProfileFilter - KalturaYahooDistributionProfileFilter - KalturaYouTubeDistributionProfileFilter - KalturaYoutubeApiDistributionProfileFilter - KalturaFreewheelDistributionProfileFilter - KalturaGenericDistributionProfileFilter - KalturaPodcastDistributionProfileFilter - KalturaSyndicationDistributionProfileFilter type: string statusEqual: description: 'Enum Type: `KalturaDistributionProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaDistributionProfileStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaDistributionProfileBaseFilter type: object x-abstract: true KalturaCategoryUserFilter: allOf: - $ref: '#/definitions/KalturaCategoryUserBaseFilter' properties: categoryDirectMembers: description: Return the list of categoryUser that are not inherited from parent category - only the direct categoryUsers. type: boolean freeText: description: Free text search on user id or screen name type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCategoryUserOrderBy relatedGroupsByUserId: description: Return a list of categoryUser that related to the userId in this field by groups type: string title: KalturaCategoryUserFilter type: object KalturaDistributionFetchReportJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' properties: plays: type: integer views: type: integer title: KalturaDistributionFetchReportJobData type: object KalturaSshDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaRemoteDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter type: string title: KalturaSshDropFolderBaseFilter type: object x-abstract: true KalturaEntryScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: categoryIdsLike: type: string categoryIdsMultiLikeAnd: type: string categoryIdsMultiLikeOr: type: string entryIdsLike: type: string entryIdsMultiLikeAnd: type: string entryIdsMultiLikeOr: type: string objectType: enum: - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter type: string templateEntryIdEqual: type: string title: KalturaEntryScheduleEventBaseFilter type: object x-abstract: true KalturaExternalMediaEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaMediaEntryFilter' anyOf: - $ref: '#/definitions/KalturaExternalMediaEntryFilter' description: '`abstract`' discriminator: objectType properties: assetParamsIdsMatchAnd: type: string assetParamsIdsMatchOr: type: string externalSourceTypeEqual: description: 'Enum Type: `KalturaExternalMediaSourceType`' enum: - InterCall - YouTube type: string x-enumLabels: - INTERCALL - YOUTUBE x-enumType: KalturaExternalMediaSourceType externalSourceTypeIn: type: string objectType: enum: - KalturaExternalMediaEntryFilter type: string title: KalturaExternalMediaEntryBaseFilter type: object x-abstract: true KalturaFilterPager: allOf: - $ref: '#/definitions/KalturaPager' description: The KalturaFilterPager object enables paging management to be applied upon service list actions. properties: {} title: KalturaFilterPager type: object KalturaBulkUploadFilterJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadJobData' description: Represents the Bulk upload job data for filter bulk upload properties: filter: $ref: '#/definitions/KalturaFilter' templateObject: $ref: '#/definitions/KalturaObjectBase' title: KalturaBulkUploadFilterJobData type: object KalturaSynacorHboDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaSynacorHboDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSynacorHboDistributionProviderOrderBy title: KalturaSynacorHboDistributionProviderFilter type: object KalturaVendorLiveCaptionCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorLiveCaptionCatalogItemFilter type: object KalturaQuickPlayDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaQuickPlayDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaQuickPlayDistributionProfileOrderBy title: KalturaQuickPlayDistributionProfileFilter type: object KalturaImageFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: densityHeight: type: integer densityWidth: type: integer depth: type: integer sizeHeight: type: integer sizeWidth: type: integer title: KalturaImageFlavorParamsOutput type: object KalturaScheduleEventResourceFilter: allOf: - $ref: '#/definitions/KalturaScheduleEventResourceBaseFilter' properties: eventIdOrItsParentIdEqual: description: Find event-resource objects that associated with the event, if none found, find by its parent event type: integer orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaScheduleEventResourceOrderBy title: KalturaScheduleEventResourceFilter type: object KalturaGoogleVideoSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeedBaseFilter' properties: orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaGoogleVideoSyndicationFeedOrderBy title: KalturaGoogleVideoSyndicationFeedFilter type: object KalturaApiParameterPermissionItemFilter: allOf: - $ref: '#/definitions/KalturaApiParameterPermissionItemBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaApiParameterPermissionItemOrderBy title: KalturaApiParameterPermissionItemFilter type: object KalturaSftpDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaSshDropFolderFilter' anyOf: - $ref: '#/definitions/KalturaSftpDropFolderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSftpDropFolderFilter type: string title: KalturaSftpDropFolderBaseFilter type: object x-abstract: true KalturaFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsBaseFilter' anyOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' discriminator: objectType properties: objectType: enum: - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaFlavorParamsOrderBy title: KalturaFlavorParamsFilter type: object KalturaCaptionParamsFilter: allOf: - $ref: '#/definitions/KalturaCaptionParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCaptionParamsOrderBy title: KalturaCaptionParamsFilter type: object KalturaResponseProfile: allOf: - $ref: '#/definitions/KalturaDetachedResponseProfile' properties: createdAt: description: '`readOnly` Creation time as Unix timestamp (In seconds)' readOnly: true type: integer id: description: '`readOnly` Auto generated numeric identifier' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaResponseProfileStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaResponseProfileStatus systemName: description: Unique system name type: string updatedAt: description: '`readOnly` Update time as Unix timestamp (In seconds)' readOnly: true type: integer version: description: '`readOnly`' readOnly: true type: integer title: KalturaResponseProfile type: object KalturaLiveStreamEntryFilter: allOf: - $ref: '#/definitions/KalturaLiveStreamEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' discriminator: objectType properties: objectType: enum: - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter type: string orderBy: enum: - +createdAt - +duration - +endDate - +firstBroadcast - +lastBroadcast - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -firstBroadcast - -lastBroadcast - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - FIRST_BROADCAST_ASC - LAST_BROADCAST_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - FIRST_BROADCAST_DESC - LAST_BROADCAST_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaLiveStreamEntryOrderBy title: KalturaLiveStreamEntryFilter type: object KalturaAccessControlProfileFilter: allOf: - $ref: '#/definitions/KalturaAccessControlProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAccessControlProfileOrderBy title: KalturaAccessControlProfileFilter type: object KalturaClipAttributes: allOf: - $ref: '#/definitions/KalturaOperationAttributes' description: Clip operation attributes properties: duration: description: Duration in milliseconds type: integer effectArray: items: $ref: '#/definitions/KalturaEffect' type: array globalOffsetInDestination: description: global Offset In Destination in milliseconds type: integer offset: description: Offset in milliseconds type: integer title: KalturaClipAttributes type: object KalturaMediaFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: {} title: KalturaMediaFlavorParamsOutput type: object KalturaAvnDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaAvnDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAvnDistributionProfileOrderBy title: KalturaAvnDistributionProfileFilter type: object KalturaStringValue: allOf: - $ref: '#/definitions/KalturaValue' anyOf: - $ref: '#/definitions/KalturaStringValue' - $ref: '#/definitions/KalturaAnonymousIPContextField' - $ref: '#/definitions/KalturaCoordinatesContextField' - $ref: '#/definitions/KalturaCountryContextField' - $ref: '#/definitions/KalturaEvalStringField' - $ref: '#/definitions/KalturaIpAddressContextField' - $ref: '#/definitions/KalturaMetadataField' - $ref: '#/definitions/KalturaObjectIdField' - $ref: '#/definitions/KalturaUserAgentContextField' - $ref: '#/definitions/KalturaUserEmailContextField' description: A string representation to return an array of strings discriminator: objectType properties: objectType: enum: - KalturaStringValue - KalturaAnonymousIPContextField - KalturaCoordinatesContextField - KalturaCountryContextField - KalturaEvalStringField - KalturaIpAddressContextField - KalturaMetadataField - KalturaObjectIdField - KalturaUserAgentContextField - KalturaUserEmailContextField type: string value: type: string title: KalturaStringValue type: object KalturaVerizonVcastDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaVerizonVcastDistributionProviderOrderBy title: KalturaVerizonVcastDistributionProviderFilter type: object KalturaDeliveryProfileGenericHttpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericHttpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileGenericHttpFilter type: string title: KalturaDeliveryProfileGenericHttpBaseFilter type: object x-abstract: true KalturaTimeWarnerDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaTimeWarnerDistributionProfileOrderBy title: KalturaTimeWarnerDistributionProfileFilter type: object KalturaBusinessProcessServer: anyOf: - $ref: '#/definitions/KalturaActivitiBusinessProcessServer' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly` Server creation date as Unix timestamp (In seconds)' readOnly: true type: integer dc: description: The dc of the server type: integer description: type: string id: description: '`readOnly` Auto generated identifier' readOnly: true type: integer name: type: string objectType: enum: - KalturaActivitiBusinessProcessServer type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaBusinessProcessServerStatus`' enum: - '1' - '2' - '3' readOnly: true type: string x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaBusinessProcessServerStatus systemName: type: string type: description: '`readOnly` Enum Type: `KalturaBusinessProcessProvider` The type of the server, this is auto filled by the derived server object' enum: - activitiBusinessProcessNotification.Activiti readOnly: true type: string x-enumLabels: - ACTIVITI x-enumType: KalturaBusinessProcessProvider updatedAt: description: '`readOnly` Server update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaBusinessProcessServer type: object x-abstract: true KalturaSyncCategoryPrivacyContextJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: categoryId: description: category id type: integer lastUpdatedCategoryCreatedAt: description: "Saves the last sub category creation date that was updated\n In case of crash the batch will restart from that point" type: integer lastUpdatedCategoryEntryCreatedAt: description: "Saves the last category entry creation date that was updated\n In case of crash the batch will restart from that point" type: integer title: KalturaSyncCategoryPrivacyContextJobData type: object KalturaIndexTagsByPrivacyContextJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: addedPrivacyContexts: type: string changedCategoryId: type: integer deletedPrivacyContexts: type: string title: KalturaIndexTagsByPrivacyContextJobData type: object KalturaFacebookDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionsInfo: items: $ref: '#/definitions/KalturaFacebookCaptionDistributionInfo' type: array thumbAssetId: type: string videoAssetFilePath: type: string title: KalturaFacebookDistributionJobProviderData type: object KalturaOperationAttributes: anyOf: - $ref: '#/definitions/KalturaClipAttributes' - $ref: '#/definitions/KalturaConcatAttributes' description: '`abstract` Base class to all operation attributes types' discriminator: objectType properties: objectType: enum: - KalturaClipAttributes - KalturaConcatAttributes type: string title: KalturaOperationAttributes type: object x-abstract: true KalturaKontikiStorageProfileFilter: allOf: - $ref: '#/definitions/KalturaKontikiStorageProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaKontikiStorageProfileOrderBy title: KalturaKontikiStorageProfileFilter type: object KalturaBusinessProcessSignalNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBusinessProcessSignalNotificationTemplateOrderBy title: KalturaBusinessProcessSignalNotificationTemplateFilter type: object KalturaMetadataSearchItem: allOf: - $ref: '#/definitions/KalturaSearchOperator' properties: metadataProfileId: type: integer orderBy: type: string title: KalturaMetadataSearchItem type: object KalturaPlayableEntryFilter: allOf: - $ref: '#/definitions/KalturaPlayableEntryBaseFilter' anyOf: - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' discriminator: objectType properties: objectType: enum: - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter type: string orderBy: enum: - +createdAt - +duration - +endDate - +lastPlayedAt - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -lastPlayedAt - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - LAST_PLAYED_AT_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - LAST_PLAYED_AT_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaPlayableEntryOrderBy title: KalturaPlayableEntryFilter type: object KalturaMetadataFilter: allOf: - $ref: '#/definitions/KalturaMetadataBaseFilter' properties: orderBy: enum: - +createdAt - +metadataProfileVersion - +updatedAt - +version - -createdAt - -metadataProfileVersion - -updatedAt - -version type: string x-enumLabels: - CREATED_AT_ASC - METADATA_PROFILE_VERSION_ASC - UPDATED_AT_ASC - VERSION_ASC - CREATED_AT_DESC - METADATA_PROFILE_VERSION_DESC - UPDATED_AT_DESC - VERSION_DESC x-enumType: KalturaMetadataOrderBy title: KalturaMetadataFilter type: object KalturaBusinessProcessServerFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessServerBaseFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessServerFilter' - $ref: '#/definitions/KalturaActivitiBusinessProcessServerFilter' discriminator: objectType properties: currentDc: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean currentDcOrExternal: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaBusinessProcessServerFilter - KalturaActivitiBusinessProcessServerFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaBusinessProcessServerOrderBy title: KalturaBusinessProcessServerFilter type: object KalturaCortexApiDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionsInfo: items: $ref: '#/definitions/KalturaCortexApiCaptionDistributionInfo' type: array thumbAssetFilePath: type: string videoAssetFilePath: type: string title: KalturaCortexApiDistributionJobProviderData type: object KalturaDeliveryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' - $ref: '#/definitions/KalturaEdgeServerNodeFilter' - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryServerNodeFilter - KalturaEdgeServerNodeFilter - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter type: string title: KalturaDeliveryServerNodeBaseFilter type: object x-abstract: true KalturaEntryVendorTaskFilter: allOf: - $ref: '#/definitions/KalturaEntryVendorTaskBaseFilter' properties: freeText: type: string orderBy: enum: - +createdAt - +expectedFinishTime - +finishTime - +id - +price - +queueTime - +status - +updatedAt - -createdAt - -expectedFinishTime - -finishTime - -id - -price - -queueTime - -status - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - EXPECTED_FINISH_TIME_ASC - FINISH_TIME_ASC - ID_ASC - PRICE_ASC - QUEUE_TIME_ASC - STATUS_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - EXPECTED_FINISH_TIME_DESC - FINISH_TIME_DESC - ID_DESC - PRICE_DESC - QUEUE_TIME_DESC - STATUS_DESC - UPDATED_AT_DESC x-enumType: KalturaEntryVendorTaskOrderBy title: KalturaEntryVendorTaskFilter type: object KalturaSyndicationDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' properties: feedId: description: '`readOnly`' readOnly: true type: string xsl: type: string title: KalturaSyndicationDistributionProfile type: object KalturaUserLoginDataFilter: allOf: - $ref: '#/definitions/KalturaUserLoginDataBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUserLoginDataOrderBy title: KalturaUserLoginDataFilter type: object KalturaESearchCategoryOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: sortField: description: 'Enum Type: `KalturaESearchCategoryOrderByFieldName`' enum: - created_at - entries_count - members_count - name - updated_at type: string x-enumLabels: - CREATED_AT - ENTRIES_COUNT - MEMBERS_COUNT - NAME - UPDATED_AT x-enumType: KalturaESearchCategoryOrderByFieldName title: KalturaESearchCategoryOrderByItem type: object KalturaEventCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: eventType: description: 'Enum Type: `KalturaEventType`' enum: - '1' - '2' type: string x-enumLabels: - BROADCAST_START - BROADCAST_END x-enumType: KalturaEventType title: KalturaEventCuePoint type: object KalturaDrmProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDrmProfileFilter' - $ref: '#/definitions/KalturaFairplayDrmProfileFilter' - $ref: '#/definitions/KalturaPlayReadyProfileFilter' - $ref: '#/definitions/KalturaWidevineProfileFilter' description: '`abstract`' discriminator: objectType properties: idEqual: type: integer idIn: type: string nameLike: type: string objectType: enum: - KalturaDrmProfileFilter - KalturaFairplayDrmProfileFilter - KalturaPlayReadyProfileFilter - KalturaWidevineProfileFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string providerEqual: description: 'Enum Type: `KalturaDrmProviderType`' enum: - fairplay.FAIRPLAY - playReady.PLAY_READY - widevine.WIDEVINE - '1' type: string x-enumLabels: - FAIRPLAY - PLAY_READY - WIDEVINE - CENC x-enumType: KalturaDrmProviderType providerIn: type: string statusEqual: description: 'Enum Type: `KalturaDrmProfileStatus`' enum: - 1 - 2 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaDrmProfileStatus statusIn: type: string title: KalturaDrmProfileBaseFilter type: object x-abstract: true KalturaSourceFileSyncDescriptor: allOf: - $ref: '#/definitions/KalturaFileSyncDescriptor' properties: actualFileSyncLocalPath: description: The translated path as used by the scheduler type: string assetId: type: string assetParamsId: type: integer title: KalturaSourceFileSyncDescriptor type: object KalturaPodcastDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: distributionProfileId: type: integer metadataProfileId: type: integer xml: type: string title: KalturaPodcastDistributionJobProviderData type: object KalturaAdCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaAdCuePointFilter' description: '`abstract`' discriminator: objectType properties: durationGreaterThanOrEqual: type: integer durationLessThanOrEqual: type: integer endTimeGreaterThanOrEqual: type: integer endTimeLessThanOrEqual: type: integer objectType: enum: - KalturaAdCuePointFilter type: string protocolTypeEqual: description: 'Enum Type: `KalturaAdProtocolType`' enum: - '0' - '1' - '2' - '3' type: string x-enumLabels: - CUSTOM - VAST - VAST_2_0 - VPAID x-enumType: KalturaAdProtocolType protocolTypeIn: type: string titleLike: type: string titleMultiLikeAnd: type: string titleMultiLikeOr: type: string title: KalturaAdCuePointBaseFilter type: object x-abstract: true KalturaVendorCatalogItemPricing: properties: priceFunction: description: 'Enum Type: `KalturaVendorCatalogItemPriceFunction`' enum: - kReachUtils::calcPricePerMinute - kReachUtils::calcPricePerSecond type: string x-enumLabels: - PRICE_PER_MINUTE - PRICE_PER_SECOND x-enumType: KalturaVendorCatalogItemPriceFunction pricePerUnit: type: number title: KalturaVendorCatalogItemPricing type: object KalturaSyndicationDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaSyndicationDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSyndicationDistributionProviderFilter type: string title: KalturaSyndicationDistributionProviderBaseFilter type: object x-abstract: true KalturaDataEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaDataEntry attributes. Use KalturaDataEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaDataEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaDataEntryMatchAttribute title: KalturaDataEntryMatchAttributeCondition type: object KalturaServerNodeFilter: allOf: - $ref: '#/definitions/KalturaServerNodeBaseFilter' anyOf: - $ref: '#/definitions/KalturaServerNodeFilter' - $ref: '#/definitions/KalturaConferenceServerNodeFilter' - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' - $ref: '#/definitions/KalturaEdgeServerNodeFilter' - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' - $ref: '#/definitions/KalturaSipServerNodeFilter' discriminator: objectType properties: objectType: enum: - KalturaServerNodeFilter - KalturaConferenceServerNodeFilter - KalturaDeliveryServerNodeFilter - KalturaEdgeServerNodeFilter - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter - KalturaSipServerNodeFilter type: string orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaServerNodeOrderBy title: KalturaServerNodeFilter type: object KalturaCortexApiDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaCortexApiDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCortexApiDistributionProviderFilter type: string title: KalturaCortexApiDistributionProviderBaseFilter type: object x-abstract: true KalturaDeliveryProfileRtmpBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileRtmpFilter - KalturaDeliveryProfileGenericRtmpFilter type: string title: KalturaDeliveryProfileRtmpBaseFilter type: object x-abstract: true KalturaWebexDropFolderFileBaseFilter: allOf: - $ref: '#/definitions/KalturaDropFolderFileFilter' anyOf: - $ref: '#/definitions/KalturaWebexDropFolderFileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWebexDropFolderFileFilter type: string title: KalturaWebexDropFolderFileBaseFilter type: object x-abstract: true KalturaWidevineFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: widevineDistributionEndDate: description: License distribution window end date type: integer x-inputType: datetime widevineDistributionStartDate: description: License distribution window start date type: integer x-inputType: datetime title: KalturaWidevineFlavorParamsOutput type: object KalturaBaseEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaBaseEntryFilter' - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' - $ref: '#/definitions/KalturaDataEntryFilter' - $ref: '#/definitions/KalturaDocumentEntryFilter' - $ref: '#/definitions/KalturaPlaylistFilter' description: '`abstract`' discriminator: objectType properties: accessControlIdEqual: type: integer accessControlIdIn: type: string adminTagsLike: description: This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags set by an ADMIN user (no wildcards, spaces are treated as part of the string). type: string adminTagsMultiLikeAnd: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). type: string adminTagsMultiLikeOr: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). type: string categoriesIdsEmpty: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean categoriesIdsMatchAnd: type: string categoriesIdsMatchOr: description: 'All entries of the categories, excluding their child categories. To include entries of the child categories, use categoryAncestorIdIn, or categoriesMatchOr.' type: string categoriesIdsNotContains: type: string categoriesMatchAnd: type: string categoriesMatchOr: description: All entries within these categories or their child categories. type: string categoriesNotContains: type: string createdAtGreaterThanOrEqual: description: This filter parameter should be in use for retrieving only entries which were created at Kaltura system after a specific time/date (standard timestamp format). type: integer createdAtLessThanOrEqual: description: This filter parameter should be in use for retrieving only entries which were created at Kaltura system before a specific time/date (standard timestamp format). type: integer creatorIdEqual: type: string endDateGreaterThanOrEqual: type: integer endDateGreaterThanOrEqualOrNull: type: integer endDateLessThanOrEqual: type: integer endDateLessThanOrEqualOrNull: type: integer entitledUsersEditMatchAnd: type: string entitledUsersEditMatchOr: type: string entitledUsersPublishMatchAnd: type: string entitledUsersPublishMatchOr: type: string entitledUsersViewMatchAnd: type: string entitledUsersViewMatchOr: type: string groupIdEqual: type: integer idEqual: description: This filter should be in use for retrieving only a specific entry (identified by its entryId). type: string idIn: description: This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings). type: string idNotIn: type: string moderationStatusEqual: description: 'Enum Type: `KalturaEntryModerationStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - PENDING_MODERATION - APPROVED - REJECTED - DELETED - FLAGGED_FOR_REVIEW - AUTO_APPROVED x-enumType: KalturaEntryModerationStatus moderationStatusIn: type: string moderationStatusNotEqual: description: 'Enum Type: `KalturaEntryModerationStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - PENDING_MODERATION - APPROVED - REJECTED - DELETED - FLAGGED_FOR_REVIEW - AUTO_APPROVED x-enumType: KalturaEntryModerationStatus moderationStatusNotIn: type: string nameEqual: description: This filter should be in use for retrieving entries with a specific name. type: string nameLike: description: This filter should be in use for retrieving specific entries. It should include only one string to search for in entry names (no wildcards, spaces are treated as part of the string). type: string nameMultiLikeAnd: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). type: string nameMultiLikeOr: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). type: string objectType: enum: - KalturaBaseEntryFilter - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter - KalturaDataEntryFilter - KalturaDocumentEntryFilter - KalturaPlaylistFilter type: string parentEntryIdEqual: type: string partnerIdEqual: description: This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID). type: integer partnerIdIn: description: This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs) type: string partnerSortValueGreaterThanOrEqual: type: integer partnerSortValueLessThanOrEqual: type: integer rankGreaterThanOrEqual: type: number rankLessThanOrEqual: type: number referenceIdEqual: type: string referenceIdIn: type: string replacedEntryIdEqual: type: string replacedEntryIdIn: type: string replacementStatusEqual: description: 'Enum Type: `KalturaEntryReplacementStatus`' enum: - '0' - '1' - '2' - '3' - '4' type: string x-enumLabels: - NONE - APPROVED_BUT_NOT_READY - READY_BUT_NOT_APPROVED - NOT_READY_AND_NOT_APPROVED - FAILED x-enumType: KalturaEntryReplacementStatus replacementStatusIn: type: string replacingEntryIdEqual: type: string replacingEntryIdIn: type: string rootEntryIdEqual: type: string rootEntryIdIn: type: string searchTextMatchAnd: description: 'This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags.' type: string searchTextMatchOr: description: 'This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags.' type: string startDateGreaterThanOrEqual: type: integer startDateGreaterThanOrEqualOrNull: type: integer startDateLessThanOrEqual: type: integer startDateLessThanOrEqualOrNull: type: integer statusEqual: description: 'Enum Type: `KalturaEntryStatus` This filter should be in use for retrieving only entries, at a specific {' enum: - '-2' - '-1' - virusScan.ScanFailure - '0' - virusScan.Infected - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - ERROR_IMPORTING - ERROR_CONVERTING - SCAN_FAILURE - IMPORT - INFECTED - PRECONVERT - READY - DELETED - PENDING - MODERATE - BLOCKED - NO_CONTENT x-enumType: KalturaEntryStatus statusIn: description: This filter should be in use for retrieving only entries, at few specific { type: string statusNotEqual: description: 'Enum Type: `KalturaEntryStatus` This filter should be in use for retrieving only entries, not at a specific {' enum: - '-2' - '-1' - virusScan.ScanFailure - '0' - virusScan.Infected - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - ERROR_IMPORTING - ERROR_CONVERTING - SCAN_FAILURE - IMPORT - INFECTED - PRECONVERT - READY - DELETED - PENDING - MODERATE - BLOCKED - NO_CONTENT x-enumType: KalturaEntryStatus statusNotIn: description: This filter should be in use for retrieving only entries, not at few specific { type: string tagsAdminTagsMultiLikeAnd: type: string tagsAdminTagsMultiLikeOr: type: string tagsAdminTagsNameMultiLikeAnd: type: string tagsAdminTagsNameMultiLikeOr: type: string tagsLike: description: This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags (no wildcards, spaces are treated as part of the string). type: string tagsMultiLikeAnd: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). type: string tagsMultiLikeOr: description: This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). type: string tagsNameMultiLikeAnd: type: string tagsNameMultiLikeOr: type: string totalRankGreaterThanOrEqual: type: integer totalRankLessThanOrEqual: type: integer typeEqual: description: 'Enum Type: `KalturaEntryType`' enum: - '-1' - conference.CONFERENCE_ENTRY_SERVER - externalMedia.externalMedia - sip.SIP_ENTRY_SERVER - '1' - '2' - '5' - '6' - '7' - '8' - '10' type: string x-enumLabels: - AUTOMATIC - CONFERENCE_ENTRY_SERVER - EXTERNAL_MEDIA - SIP_ENTRY_SERVER - MEDIA_CLIP - MIX - PLAYLIST - DATA - LIVE_STREAM - LIVE_CHANNEL - DOCUMENT x-enumType: KalturaEntryType typeIn: description: This filter should be in use for retrieving entries of few { type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: description: This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id). type: string userIdIn: type: string userIdNotIn: type: string title: KalturaBaseEntryBaseFilter type: object x-abstract: true KalturaAdCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: adType: description: 'Enum Type: `KalturaAdType`' enum: - '1' - '2' type: string x-enumLabels: - VIDEO - OVERLAY x-enumType: KalturaAdType duration: description: Duration in milliseconds type: integer endTime: type: integer protocolType: description: '`insertOnly` Enum Type: `KalturaAdProtocolType`' enum: - '0' - '1' - '2' - '3' type: string x-enumLabels: - CUSTOM - VAST - VAST_2_0 - VPAID x-enumType: KalturaAdProtocolType sourceUrl: type: string title: type: string title: KalturaAdCuePoint type: object KalturaESearchOrderByItem: anyOf: - $ref: '#/definitions/KalturaBeaconSearchScheduledResourceOrderByItem' - $ref: '#/definitions/KalturaESearchCategoryOrderByItem' - $ref: '#/definitions/KalturaESearchEntryOrderByItem' - $ref: '#/definitions/KalturaESearchGroupOrderByItem' - $ref: '#/definitions/KalturaESearchMetadataOrderByItem' - $ref: '#/definitions/KalturaESearchUserOrderByItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBeaconSearchScheduledResourceOrderByItem - KalturaESearchCategoryOrderByItem - KalturaESearchEntryOrderByItem - KalturaESearchGroupOrderByItem - KalturaESearchMetadataOrderByItem - KalturaESearchUserOrderByItem type: string sortOrder: description: 'Enum Type: `KalturaESearchSortOrder`' enum: - asc - desc type: string x-enumLabels: - ORDER_BY_ASC - ORDER_BY_DESC x-enumType: KalturaESearchSortOrder title: KalturaESearchOrderByItem type: object x-abstract: true KalturaMediaFlavorParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMediaFlavorParamsFilter type: string title: KalturaMediaFlavorParamsBaseFilter type: object x-abstract: true KalturaVendorAlignmentCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorAlignmentCatalogItemFilter type: object KalturaFreewheelGenericDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFreewheelGenericDistributionProviderFilter type: string title: KalturaFreewheelGenericDistributionProviderBaseFilter type: object x-abstract: true KalturaEntriesCsvJobData: allOf: - $ref: '#/definitions/KalturaMappedObjectsCsvJobData' properties: filter: $ref: '#/definitions/KalturaBaseEntryFilter' title: KalturaEntriesCsvJobData type: object KalturaFileAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaFileAssetFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer fileAssetObjectTypeEqual: description: 'Enum Type: `KalturaFileAssetObjectType`' enum: - '2' - '3' type: string x-enumLabels: - UI_CONF - ENTRY x-enumType: KalturaFileAssetObjectType idEqual: type: integer idIn: type: string objectIdEqual: type: string objectIdIn: type: string objectType: enum: - KalturaFileAssetFilter type: string partnerIdEqual: type: integer statusEqual: description: 'Enum Type: `KalturaFileAssetStatus`' enum: - '0' - '1' - '2' - '3' - '4' type: string x-enumLabels: - PENDING - UPLOADING - READY - DELETED - ERROR x-enumType: KalturaFileAssetStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaFileAssetBaseFilter type: object x-abstract: true KalturaLiveChannelBaseFilter: allOf: - $ref: '#/definitions/KalturaLiveEntryFilter' anyOf: - $ref: '#/definitions/KalturaLiveChannelFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveChannelFilter type: string title: KalturaLiveChannelBaseFilter type: object x-abstract: true KalturaExclusiveLockKey: properties: batchIndex: type: integer schedulerId: type: integer workerId: type: integer title: KalturaExclusiveLockKey type: object KalturaObjectIdentifier: anyOf: - $ref: '#/definitions/KalturaCategoryIdentifier' - $ref: '#/definitions/KalturaEntryIdentifier' description: '`abstract` Configuration for extended item in the Kaltura MRSS feeds' discriminator: objectType properties: extendedFeatures: description: Comma separated string of enum values denoting which features of the item need to be included in the MRSS type: string objectType: enum: - KalturaCategoryIdentifier - KalturaEntryIdentifier type: string title: KalturaObjectIdentifier type: object x-abstract: true KalturaViewHistoryUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaViewHistoryUserEntryFilter type: object KalturaImageFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaImageFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaImageFlavorParamsOrderBy title: KalturaImageFlavorParamsFilter type: object KalturaLiveToVodJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: amfArray: description: amf Array File Path type: string lastCuePointSyncTime: description: last live to vod sync time type: integer lastSegmentDrift: description: last segment drift type: integer lastSegmentDuration: description: last Segment Duration type: number liveEntryId: description: live Entry Id type: string totalVodDuration: description: total VOD Duration type: number vodEntryId: description: $vod Entry Id type: string title: KalturaLiveToVodJobData type: object KalturaUserRoleFilter: allOf: - $ref: '#/definitions/KalturaUserRoleBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaUserRoleOrderBy title: KalturaUserRoleFilter type: object KalturaDropFolderImportJobData: allOf: - $ref: '#/definitions/KalturaSshImportJobData' properties: dropFolderFileId: type: integer title: KalturaDropFolderImportJobData type: object KalturaAppTokenBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaAppTokenFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: string idIn: type: string objectType: enum: - KalturaAppTokenFilter type: string sessionUserIdEqual: type: string statusEqual: description: 'Enum Type: `KalturaAppTokenStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaAppTokenStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaAppTokenBaseFilter type: object x-abstract: true KalturaPushToNewsDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: bodyParamContent: type: string currentVersion: type: integer title: KalturaPushToNewsDistributionJobProviderData type: object KalturaCategoryFilter: allOf: - $ref: '#/definitions/KalturaCategoryBaseFilter' properties: ancestorIdIn: description: not includes the category itself (only sub categories) type: string freeText: type: string fullNameStartsWithIn: type: string idOrInheritedParentIdIn: type: string managerEqual: type: string memberEqual: type: string membersIn: type: string nameOrReferenceIdStartsWith: type: string orderBy: enum: - +createdAt - +depth - +directEntriesCount - +directSubCategoriesCount - +entriesCount - +fullName - +membersCount - +name - +partnerSortValue - +updatedAt - -createdAt - -depth - -directEntriesCount - -directSubCategoriesCount - -entriesCount - -fullName - -membersCount - -name - -partnerSortValue - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DEPTH_ASC - DIRECT_ENTRIES_COUNT_ASC - DIRECT_SUB_CATEGORIES_COUNT_ASC - ENTRIES_COUNT_ASC - FULL_NAME_ASC - MEMBERS_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DEPTH_DESC - DIRECT_ENTRIES_COUNT_DESC - DIRECT_SUB_CATEGORIES_COUNT_DESC - ENTRIES_COUNT_DESC - FULL_NAME_DESC - MEMBERS_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - UPDATED_AT_DESC x-enumType: KalturaCategoryOrderBy title: KalturaCategoryFilter type: object KalturaBulkUploadJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaBulkUploadJobData' - $ref: '#/definitions/KalturaBulkUploadCsvJobData' - $ref: '#/definitions/KalturaBulkUploadFilterJobData' - $ref: '#/definitions/KalturaBulkUploadXmlJobData' - $ref: '#/definitions/KalturaBulkUploadICalJobData' - $ref: '#/definitions/KalturaBulkUploadScheduleEventCsvJobData' - $ref: '#/definitions/KalturaDropFolderXmlBulkUploadJobData' discriminator: objectType properties: bulkUploadObjectType: description: '`readOnly` Enum Type: `KalturaBulkUploadObjectType` Type of object for bulk upload' enum: - bulkUploadFilter.JOB - scheduleBulkUpload.SCHEDULE_EVENT - scheduleBulkUpload.SCHEDULE_RESOURCE - '1' - '2' - '3' - '4' - '5' - '6' - '7' readOnly: true type: string x-enumLabels: - JOB - SCHEDULE_EVENT - SCHEDULE_RESOURCE - ENTRY - CATEGORY - USER - CATEGORY_USER - CATEGORY_ENTRY - USER_ENTRY - VENDOR_CATALOG_ITEM x-enumType: KalturaBulkUploadObjectType conversionProfileId: description: '`readOnly` Selected profile id for all bulk entries' readOnly: true type: integer emailRecipients: description: Recipients of the email for bulk upload success/failure type: string fileName: description: Friendly name of the file, used to be recognized later in the logs. type: string filePath: description: '`readOnly` The bulk upload file path' readOnly: true type: string numOfEntries: description: '`readOnly` Number of created entries' readOnly: true type: integer numOfErrorObjects: description: Number of objects that finished on error status type: integer numOfObjects: description: '`readOnly` Number of created objects' readOnly: true type: integer objectData: $ref: '#/definitions/KalturaBulkUploadObjectData' objectType: enum: - KalturaBulkUploadJobData - KalturaBulkUploadCsvJobData - KalturaBulkUploadFilterJobData - KalturaBulkUploadXmlJobData - KalturaBulkUploadICalJobData - KalturaBulkUploadScheduleEventCsvJobData - KalturaDropFolderXmlBulkUploadJobData type: string privileges: description: privileges for the job type: string resultsFileLocalPath: description: '`readOnly` Created by the API' readOnly: true type: string resultsFileUrl: description: '`readOnly` Created by the API' readOnly: true type: string type: description: '`readOnly` Enum Type: `KalturaBulkUploadType` Type of bulk upload' enum: - bulkUploadCsv.CSV - bulkUploadFilter.FILTER - bulkUploadXml.XML - dropFolderXmlBulkUpload.DROP_FOLDER_XML - scheduleBulkUpload.ICAL - scheduleDropFolder.DROP_FOLDER_ICAL readOnly: true type: string x-enumLabels: - CSV - FILTER - XML - DROP_FOLDER_XML - ICAL - DROP_FOLDER_ICAL x-enumType: KalturaBulkUploadType uploadedBy: description: '`readOnly` The screen name of the user' readOnly: true type: string userId: description: '`readOnly`' readOnly: true type: string title: KalturaBulkUploadJobData type: object KalturaReachReportInputFilter: allOf: - $ref: '#/definitions/KalturaReportInputFilter' properties: serviceFeature: description: 'Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - CAPTIONS - TRANSLATION - ALIGNMENT - AUDIO_DESCRIPTION - CHAPTERING - INTELLIGENT_TAGGING - DUBBING - LIVE_CAPTION - EXTENDED_AUDIO_DESCRIPTION x-enumType: KalturaVendorServiceFeature serviceType: description: 'Enum Type: `KalturaVendorServiceType`' enum: - 1 - 2 type: integer x-enumLabels: - HUMAN - MACHINE x-enumType: KalturaVendorServiceType turnAroundTime: description: 'Enum Type: `KalturaVendorServiceTurnAroundTime`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1800 - 7200 - 10800 - 21600 - 28800 - 43200 - 86400 - 172800 - 345600 - 432000 - 864000 type: integer x-enumLabels: - BEST_EFFORT - IMMEDIATE - ONE_BUSINESS_DAY - TWO_BUSINESS_DAYS - THREE_BUSINESS_DAYS - FOUR_BUSINESS_DAYS - FIVE_BUSINESS_DAYS - SIX_BUSINESS_DAYS - SEVEN_BUSINESS_DAYS - THIRTY_MINUTES - TWO_HOURS - THREE_HOURS - SIX_HOURS - EIGHT_HOURS - TWELVE_HOURS - TWENTY_FOUR_HOURS - FORTY_EIGHT_HOURS - FOUR_DAYS - FIVE_DAYS - TEN_DAYS x-enumType: KalturaVendorServiceTurnAroundTime title: KalturaReachReportInputFilter type: object KalturaMetroPcsDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMetroPcsDistributionProfileFilter type: string title: KalturaMetroPcsDistributionProfileBaseFilter type: object x-abstract: true KalturaESearchAggregationItem: anyOf: - $ref: '#/definitions/KalturaESearchCategoryAggregationItem' - $ref: '#/definitions/KalturaESearchCuepointsAggregationItem' - $ref: '#/definitions/KalturaESearchEntryAggregationItem' - $ref: '#/definitions/KalturaESearchMetadataAggregationItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchCategoryAggregationItem - KalturaESearchCuepointsAggregationItem - KalturaESearchEntryAggregationItem - KalturaESearchMetadataAggregationItem type: string size: type: integer title: KalturaESearchAggregationItem type: object x-abstract: true KalturaCategoryUserAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: memberIdEq: type: string memberIdIn: type: string memberPermissionsMatchAnd: type: string memberPermissionsMatchOr: type: string title: KalturaCategoryUserAdvancedFilter type: object KalturaDeliveryProfileAkamaiAppleHttpManifestBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileAkamaiAppleHttpManifestFilter type: string title: KalturaDeliveryProfileAkamaiAppleHttpManifestBaseFilter type: object x-abstract: true KalturaGroupUserBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaGroupUserFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer groupIdEqual: type: string groupIdIn: type: string objectType: enum: - KalturaGroupUserFilter type: string statusEqual: description: 'Enum Type: `KalturaGroupUserStatus`' enum: - 0 - 1 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaGroupUserStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaGroupUserBaseFilter type: object x-abstract: true KalturaGenericXsltSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedBaseFilter' properties: orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaGenericXsltSyndicationFeedOrderBy title: KalturaGenericXsltSyndicationFeedFilter type: object KalturaDailymotionDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaDailymotionDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDailymotionDistributionProviderFilter type: string title: KalturaDailymotionDistributionProviderBaseFilter type: object x-abstract: true KalturaStringField: allOf: - $ref: '#/definitions/KalturaStringValue' anyOf: - $ref: '#/definitions/KalturaAnonymousIPContextField' - $ref: '#/definitions/KalturaCoordinatesContextField' - $ref: '#/definitions/KalturaCountryContextField' - $ref: '#/definitions/KalturaEvalStringField' - $ref: '#/definitions/KalturaIpAddressContextField' - $ref: '#/definitions/KalturaMetadataField' - $ref: '#/definitions/KalturaObjectIdField' - $ref: '#/definitions/KalturaUserAgentContextField' - $ref: '#/definitions/KalturaUserEmailContextField' description: '`abstract` A string representation to return evaluated dynamic value' discriminator: objectType properties: objectType: enum: - KalturaAnonymousIPContextField - KalturaCoordinatesContextField - KalturaCountryContextField - KalturaEvalStringField - KalturaIpAddressContextField - KalturaMetadataField - KalturaObjectIdField - KalturaUserAgentContextField - KalturaUserEmailContextField type: string title: KalturaStringField type: object x-abstract: true KalturaFtpScheduledDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFtpScheduledDistributionProviderOrderBy title: KalturaFtpScheduledDistributionProviderFilter type: object KalturaEntryCuePointSearchFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: cuePointSubTypeEqual: type: integer cuePointTypeIn: type: string cuePointsFreeText: type: string title: KalturaEntryCuePointSearchFilter type: object KalturaDropFolderContentProcessorJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaDropFolderContentProcessorJobData' - $ref: '#/definitions/KalturaWebexDropFolderContentProcessorJobData' discriminator: objectType properties: contentMatchPolicy: description: 'Enum Type: `KalturaDropFolderContentFileHandlerMatchPolicy`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ADD_AS_NEW - MATCH_EXISTING_OR_ADD_AS_NEW - MATCH_EXISTING_OR_KEEP_IN_FOLDER x-enumType: KalturaDropFolderContentFileHandlerMatchPolicy conversionProfileId: type: integer dropFolderFileIds: type: string dropFolderId: type: integer objectType: enum: - KalturaDropFolderContentProcessorJobData - KalturaWebexDropFolderContentProcessorJobData type: string parsedSlug: type: string parsedUserId: type: string title: KalturaDropFolderContentProcessorJobData type: object KalturaIntegerField: allOf: - $ref: '#/definitions/KalturaIntegerValue' anyOf: - $ref: '#/definitions/KalturaTimeContextField' description: '`abstract` An int representation to return evaluated dynamic value' discriminator: objectType properties: objectType: enum: - KalturaTimeContextField type: string title: KalturaIntegerField type: object x-abstract: true KalturaSwfFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaSwfFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSwfFlavorParamsOutputOrderBy title: KalturaSwfFlavorParamsOutputFilter type: object KalturaFeedDropFolderFilter: allOf: - $ref: '#/definitions/KalturaFeedDropFolderBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaFeedDropFolderOrderBy title: KalturaFeedDropFolderFilter type: object KalturaVendorCaptionsCatalogItemBaseFilter: allOf: - $ref: '#/definitions/KalturaVendorCatalogItemFilter' anyOf: - $ref: '#/definitions/KalturaVendorAlignmentCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorChapteringCatalogItemFilter' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVendorAlignmentCatalogItemFilter - KalturaVendorAudioDescriptionCatalogItemFilter - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorChapteringCatalogItemFilter - KalturaVendorExtendedAudioDescriptionCatalogItemFilter - KalturaVendorLiveCaptionCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter type: string outputFormatEqual: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat outputFormatIn: type: string sourceLanguageEqual: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage sourceLanguageIn: type: string title: KalturaVendorCaptionsCatalogItemBaseFilter type: object x-abstract: true KalturaQuestionCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: excludeFromScore: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean explanation: type: string hint: type: string optionalAnswers: items: $ref: '#/definitions/KalturaOptionalAnswer' type: array presentationOrder: type: integer question: type: string questionType: description: 'Enum Type: `KalturaQuestionType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 type: integer x-enumLabels: - MULTIPLE_CHOICE_ANSWER - TRUE_FALSE - REFLECTION_POINT - MULTIPLE_ANSWER_QUESTION - FILL_IN_BLANK - HOT_SPOT - GO_TO - OPEN_QUESTION x-enumType: KalturaQuestionType title: KalturaQuestionCuePoint type: object KalturaScheduledTaskProfileFilter: allOf: - $ref: '#/definitions/KalturaScheduledTaskProfileBaseFilter' properties: orderBy: enum: - +createdAt - +id - +lastExecutionStartedAt - +updatedAt - -createdAt - -id - -lastExecutionStartedAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - LAST_EXECUTION_STARTED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - LAST_EXECUTION_STARTED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaScheduledTaskProfileOrderBy title: KalturaScheduledTaskProfileFilter type: object KalturaDistributionUpdateJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' anyOf: - $ref: '#/definitions/KalturaDistributionUpdateJobData' - $ref: '#/definitions/KalturaDistributionDisableJobData' - $ref: '#/definitions/KalturaDistributionEnableJobData' discriminator: objectType properties: objectType: enum: - KalturaDistributionUpdateJobData - KalturaDistributionDisableJobData - KalturaDistributionEnableJobData type: string title: KalturaDistributionUpdateJobData type: object KalturaDoubleClickDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: channelDescription: type: string channelLink: type: string channelTitle: type: string cuePointsProvider: type: string feedUrl: description: '`readOnly`' readOnly: true type: string ignoreSchedulingInFeed: type: boolean itemsPerPage: type: string title: KalturaDoubleClickDistributionProfile type: object KalturaAkamaiProvisionJobData: allOf: - $ref: '#/definitions/KalturaProvisionJobData' properties: cpcode: type: string emailId: type: string primaryContact: type: string secondaryContact: type: string wsdlPassword: type: string wsdlUsername: type: string title: KalturaAkamaiProvisionJobData type: object KalturaAttachmentAssetFilter: allOf: - $ref: '#/definitions/KalturaAttachmentAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' discriminator: objectType properties: objectType: enum: - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter type: string orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaAttachmentAssetOrderBy title: KalturaAttachmentAssetFilter type: object KalturaDailymotionDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaDailymotionDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDailymotionDistributionProviderOrderBy title: KalturaDailymotionDistributionProviderFilter type: object KalturaFlavorAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter' anyOf: - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' description: '`abstract`' discriminator: objectType properties: flavorParamsIdEqual: type: integer flavorParamsIdIn: type: string objectType: enum: - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter type: string statusEqual: description: 'Enum Type: `KalturaFlavorAssetStatus`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - ERROR - QUEUED - CONVERTING - READY - DELETED - NOT_APPLICABLE - TEMP - WAIT_FOR_CONVERT - IMPORTING - VALIDATING - EXPORTING x-enumType: KalturaFlavorAssetStatus statusIn: type: string statusNotIn: type: string title: KalturaFlavorAssetBaseFilter type: object x-abstract: true KalturaFacebookCaptionDistributionInfo: properties: assetId: type: string filePath: type: string label: type: string language: type: string remoteId: type: string version: type: string title: KalturaFacebookCaptionDistributionInfo type: object KalturaTubeMogulSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaTubeMogulSyndicationFeedBaseFilter' properties: orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaTubeMogulSyndicationFeedOrderBy title: KalturaTubeMogulSyndicationFeedFilter type: object KalturaEntryIdentifier: allOf: - $ref: '#/definitions/KalturaObjectIdentifier' properties: identifier: description: 'Enum Type: `KalturaEntryIdentifierField` Identifier of the object' enum: - id - referenceId type: string x-enumLabels: - ID - REFERENCE_ID x-enumType: KalturaEntryIdentifierField title: KalturaEntryIdentifier type: object KalturaESearchGroupOperator: allOf: - $ref: '#/definitions/KalturaESearchGroupBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaESearchGroupBaseItem' type: array title: KalturaESearchGroupOperator type: object KalturaConferenceServerNodeFilter: allOf: - $ref: '#/definitions/KalturaConferenceServerNodeBaseFilter' properties: orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaConferenceServerNodeOrderBy title: KalturaConferenceServerNodeFilter type: object KalturaResponseProfileFilter: allOf: - $ref: '#/definitions/KalturaResponseProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaResponseProfileOrderBy title: KalturaResponseProfileFilter type: object KalturaVirtualEventBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaVirtualEventFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaVirtualEventFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaVirtualEventStatus`' enum: - 2 - 3 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaVirtualEventStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaVirtualEventBaseFilter type: object x-abstract: true KalturaPlayReadyProfileFilter: allOf: - $ref: '#/definitions/KalturaPlayReadyProfileBaseFilter' properties: orderBy: enum: - +id - +name - -id - -name type: string x-enumLabels: - ID_ASC - NAME_ASC - ID_DESC - NAME_DESC x-enumType: KalturaPlayReadyProfileOrderBy title: KalturaPlayReadyProfileFilter type: object KalturaDataEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaDataEntry attributes. Use KalturaDataEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaDataEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - moderationCount - moderationStatus - partnerId - partnerSortValue - rank - replacementStatus - startDate - status - totalRank - type - updatedAt type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - MODERATION_COUNT - MODERATION_STATUS - PARTNER_ID - PARTNER_SORT_VALUE - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT x-enumType: KalturaDataEntryCompareAttribute title: KalturaDataEntryCompareAttributeCondition type: object KalturaEntryIndexAdvancedFilter: allOf: - $ref: '#/definitions/KalturaIndexAdvancedFilter' properties: {} title: KalturaEntryIndexAdvancedFilter type: object KalturaEntryCaptionAssetSearchItem: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: contentLike: type: string contentMultiLikeAnd: type: string contentMultiLikeOr: type: string title: KalturaEntryCaptionAssetSearchItem type: object KalturaESearchNestedOperator: allOf: - $ref: '#/definitions/KalturaESearchEntryNestedBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaESearchEntryNestedBaseItem' type: array title: KalturaESearchNestedOperator type: object KalturaGenericDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaGenericDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaGenericDistributionProfileFilter type: string title: KalturaGenericDistributionProfileBaseFilter type: object x-abstract: true KalturaWidevineProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaDrmProfileFilter' anyOf: - $ref: '#/definitions/KalturaWidevineProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWidevineProfileFilter type: string title: KalturaWidevineProfileBaseFilter type: object x-abstract: true KalturaNdnDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaNdnDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaNdnDistributionProfileOrderBy title: KalturaNdnDistributionProfileFilter type: object KalturaBulkUploadResultCategoryEntry: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: categoryId: type: integer entryId: type: string title: KalturaBulkUploadResultCategoryEntry type: object KalturaSwfFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSwfFlavorParamsOutputFilter type: string title: KalturaSwfFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaFlattenJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: {} title: KalturaFlattenJobData type: object KalturaDataEntryFilter: allOf: - $ref: '#/definitions/KalturaDataEntryBaseFilter' properties: orderBy: enum: - +createdAt - +endDate - +moderationCount - +name - +partnerSortValue - +rank - +recent - +startDate - +totalRank - +updatedAt - +weight - -createdAt - -endDate - -moderationCount - -name - -partnerSortValue - -rank - -recent - -startDate - -totalRank - -updatedAt - -weight type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - WEIGHT_ASC - CREATED_AT_DESC - END_DATE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - WEIGHT_DESC x-enumType: KalturaDataEntryOrderBy title: KalturaDataEntryFilter type: object KalturaFreewheelGenericDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaFreewheelGenericDistributionProfileOrderBy title: KalturaFreewheelGenericDistributionProfileFilter type: object KalturaFtpDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaFtpDistributionProviderFilter' - $ref: '#/definitions/KalturaFtpScheduledDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFtpDistributionProviderFilter - KalturaFtpScheduledDistributionProviderFilter type: string title: KalturaFtpDistributionProviderBaseFilter type: object x-abstract: true KalturaReachProfileFilter: allOf: - $ref: '#/definitions/KalturaReachProfileBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaReachProfileOrderBy title: KalturaReachProfileFilter type: object KalturaDeliveryProfileAkamaiHttpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttpBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileAkamaiHttpOrderBy title: KalturaDeliveryProfileAkamaiHttpFilter type: object KalturaAkamaiUniversalProvisionJobData: allOf: - $ref: '#/definitions/KalturaProvisionJobData' properties: domainName: type: string dvrEnabled: description: 'Enum Type: `KalturaDVRStatus`' enum: - 0 - 1 type: integer x-enumLabels: - DISABLED - ENABLED x-enumType: KalturaDVRStatus dvrWindow: type: integer notificationEmail: type: string primaryContact: type: string secondaryContact: type: string streamId: type: integer streamType: description: 'Enum Type: `KalturaAkamaiUniversalStreamType`' enum: - HD iPhone/iPad Live - Universal Streaming Live type: string x-enumLabels: - HD_IPHONE_IPAD_LIVE - UNIVERSAL_STREAMING_LIVE x-enumType: KalturaAkamaiUniversalStreamType systemPassword: type: string systemUserName: type: string title: KalturaAkamaiUniversalProvisionJobData type: object KalturaZoomDropFolderFilter: allOf: - $ref: '#/definitions/KalturaZoomDropFolderBaseFilter' properties: {} title: KalturaZoomDropFolderFilter type: object KalturaVirusScanProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaVirusScanProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer engineTypeEqual: description: 'Enum Type: `KalturaVirusScanEngineType`' enum: - clamAVScanEngine.ClamAV - symantecScanEngine.SymantecScanDirectEngine - symantecScanEngine.SymantecScanEngine - symantecScanEngine.SymantecScanJavaEngine type: string x-enumLabels: - CLAMAV_SCAN_ENGINE - SYMANTEC_SCAN_DIRECT_ENGINE - SYMANTEC_SCAN_ENGINE - SYMANTEC_SCAN_JAVA_ENGINE x-enumType: KalturaVirusScanEngineType engineTypeIn: type: string idEqual: type: integer idIn: type: string nameEqual: type: string nameLike: type: string objectType: enum: - KalturaVirusScanProfileFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaVirusScanProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaVirusScanProfileStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaVirusScanProfileBaseFilter type: object x-abstract: true KalturaWidgetFilter: allOf: - $ref: '#/definitions/KalturaWidgetBaseFilter' properties: orderBy: enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaWidgetOrderBy title: KalturaWidgetFilter type: object KalturaBeaconEnhanceFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: externalElasticQueryObject: type: string indexTypeEqual: description: 'Enum Type: `KalturaBeaconIndexType`' enum: - Log - State type: string x-enumLabels: - LOG - STATE x-enumType: KalturaBeaconIndexType title: KalturaBeaconEnhanceFilter type: object KalturaPlaylistBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseEntryFilter' anyOf: - $ref: '#/definitions/KalturaPlaylistFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPlaylistFilter type: string title: KalturaPlaylistBaseFilter type: object x-abstract: true KalturaCaptionParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsFilter' anyOf: - $ref: '#/definitions/KalturaCaptionParamsFilter' description: '`abstract`' discriminator: objectType properties: formatEqual: description: 'Enum Type: `KalturaCaptionType`' enum: - '1' - '2' - '3' - '4' - '5' type: string x-enumLabels: - SRT - DFXP - WEBVTT - CAP - SCC x-enumType: KalturaCaptionType formatIn: type: string objectType: enum: - KalturaCaptionParamsFilter type: string title: KalturaCaptionParamsBaseFilter type: object x-abstract: true KalturaAmazonS3StorageProfileFilter: allOf: - $ref: '#/definitions/KalturaAmazonS3StorageProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaAmazonS3StorageProfileOrderBy title: KalturaAmazonS3StorageProfileFilter type: object KalturaFlavorParams: allOf: - $ref: '#/definitions/KalturaAssetParams' anyOf: - $ref: '#/definitions/KalturaFlavorParams' - $ref: '#/definitions/KalturaFlavorParamsOutput' - $ref: '#/definitions/KalturaDocumentFlavorParams' - $ref: '#/definitions/KalturaImageFlavorParams' - $ref: '#/definitions/KalturaLiveParams' - $ref: '#/definitions/KalturaMediaFlavorParams' - $ref: '#/definitions/KalturaPdfFlavorParams' - $ref: '#/definitions/KalturaSwfFlavorParams' - $ref: '#/definitions/KalturaWidevineFlavorParams' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutput' - $ref: '#/definitions/KalturaImageFlavorParamsOutput' - $ref: '#/definitions/KalturaMediaFlavorParamsOutput' - $ref: '#/definitions/KalturaPdfFlavorParamsOutput' - $ref: '#/definitions/KalturaSwfFlavorParamsOutput' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutput' discriminator: objectType properties: anamorphicPixels: type: number aspectRatioProcessingMode: type: integer audioBitrate: description: The audio bitrate (in KBits) of the Flavor Params type: integer audioChannels: description: The number of audio channels for "downmixing" type: integer audioCodec: description: 'Enum Type: `KalturaAudioCodec` The audio codec of the Flavor Params' enum: - '' - aac - aache - ac3 - amrnb - copy - eac3 - mp3 - mpeg2 - pcm - vorbis - wma - wmapro type: string x-enumLabels: - NONE - AAC - AACHE - AC3 - AMRNB - COPY - EAC3 - MP3 - MPEG2 - PCM - VORBIS - WMA - WMAPRO x-enumType: KalturaAudioCodec audioSampleRate: description: The audio sample rate of the Flavor Params type: integer chunkedEncodeMode: type: integer clipDuration: type: integer clipOffset: type: integer contentAwareness: type: number conversionEngines: description: The list of conversion engines (comma separated) type: string conversionEnginesExtraParams: description: The list of conversion engines extra params (separated with "|") type: string deinterlice: type: integer engineVersion: type: integer forceFrameToMultiplication16: type: integer forcedKeyFramesMode: type: integer format: description: 'Enum Type: `KalturaContainerFormat` The container format of the Flavor Params' enum: - 3gp - applehttp - avi - bif - bmp - copy - flv - hls - isma - ismv - jpg - m2ts - m4v - mkv - mov - mp3 - mp4 - mpeg - mpegts - mxf - ogg - ogv - pdf - png - swf - wav - webm - wma - wmv - wvm type: string x-enumLabels: - _3GP - APPLEHTTP - AVI - BIF - BMP - COPY - FLV - HLS - ISMA - ISMV - JPG - M2TS - M4V - MKV - MOV - MP3 - MP4 - MPEG - MPEGTS - MXF - OGG - OGV - PDF - PNG - SWF - WAV - WEBM - WMA - WMV - WVM x-enumType: KalturaContainerFormat frameRate: description: The frame rate of the Flavor Params type: number gopSize: description: The gop size of the Flavor Params type: integer height: description: The desired height of the Flavor Params type: integer isAvoidForcedKeyFrames: type: integer isAvoidVideoShrinkBitrateToSource: type: integer isAvoidVideoShrinkFramesizeToSource: type: integer isCropIMX: type: integer isEncrypted: type: integer isGopInSec: type: integer isVideoFrameRateForLowBrAppleHls: type: integer maxFrameRate: type: integer multiStream: type: string objectType: enum: - KalturaFlavorParams - KalturaFlavorParamsOutput - KalturaDocumentFlavorParams - KalturaImageFlavorParams - KalturaLiveParams - KalturaMediaFlavorParams - KalturaPdfFlavorParams - KalturaSwfFlavorParams - KalturaWidevineFlavorParams - KalturaDocumentFlavorParamsOutput - KalturaImageFlavorParamsOutput - KalturaMediaFlavorParamsOutput - KalturaPdfFlavorParamsOutput - KalturaSwfFlavorParamsOutput - KalturaWidevineFlavorParamsOutput type: string operators: type: string optimizationPolicy: type: integer rotate: type: integer subtitlesData: type: string twoPass: type: boolean videoBitrate: description: The video bitrate (in KBits) of the Flavor Params type: integer videoBitrateTolerance: type: integer videoCodec: description: 'Enum Type: `KalturaVideoCodec` The video codec of the Flavor Params' enum: - '' - apch - apcn - apco - apcs - av1 - copy - dnxhd - dv - flv - h263 - h264 - h264b - h264h - h264m - h265 - mpeg2 - mpeg4 - theora - vp6 - vp8 - vp9 - wmv2 - wmv3 - wvc1a type: string x-enumLabels: - NONE - APCH - APCN - APCO - APCS - AV1 - COPY - DNXHD - DV - FLV - H263 - H264 - H264B - H264H - H264M - H265 - MPEG2 - MPEG4 - THEORA - VP6 - VP8 - VP9 - WMV2 - WMV3 - WVC1A x-enumType: KalturaVideoCodec videoConstantBitrate: type: integer watermarkData: type: string width: description: The desired width of the Flavor Params type: integer title: KalturaFlavorParams type: object KalturaYouTubeDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionAssetIds: type: string captionsCsvMap: type: string currentPlaylists: type: string deleteVideoIds: type: string deleteXml: type: string googleClientId: type: string googleClientSecret: type: string googleTokenData: type: string newPlaylists: type: string sftpDirectory: type: string sftpMetadataFilename: type: string submitCsvMap: type: string submitXml: type: string thumbAssetFilePath: type: string thumbAssetId: type: string updateCsvMap: type: string updateXml: type: string videoAssetFilePath: type: string title: KalturaYouTubeDistributionJobProviderData type: object KalturaDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaDistributionProfileBaseFilter' anyOf: - $ref: '#/definitions/KalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' - $ref: '#/definitions/KalturaAttUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaAvnDistributionProfileFilter' - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' - $ref: '#/definitions/KalturaCortexApiDistributionProfileFilter' - $ref: '#/definitions/KalturaCrossKalturaDistributionProfileFilter' - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' - $ref: '#/definitions/KalturaDoubleClickDistributionProfileFilter' - $ref: '#/definitions/KalturaFacebookDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaFtpDistributionProfileFilter' - $ref: '#/definitions/KalturaHuluDistributionProfileFilter' - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' - $ref: '#/definitions/KalturaMetroPcsDistributionProfileFilter' - $ref: '#/definitions/KalturaMsnDistributionProfileFilter' - $ref: '#/definitions/KalturaNdnDistributionProfileFilter' - $ref: '#/definitions/KalturaQuickPlayDistributionProfileFilter' - $ref: '#/definitions/KalturaSynacorHboDistributionProfileFilter' - $ref: '#/definitions/KalturaTVComDistributionProfileFilter' - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' - $ref: '#/definitions/KalturaUnicornDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' - $ref: '#/definitions/KalturaUverseDistributionProfileFilter' - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' - $ref: '#/definitions/KalturaYouTubeDistributionProfileFilter' - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileFilter' - $ref: '#/definitions/KalturaFreewheelDistributionProfileFilter' - $ref: '#/definitions/KalturaGenericDistributionProfileFilter' - $ref: '#/definitions/KalturaPodcastDistributionProfileFilter' - $ref: '#/definitions/KalturaSyndicationDistributionProfileFilter' discriminator: objectType properties: objectType: enum: - KalturaDistributionProfileFilter - KalturaConfigurableDistributionProfileFilter - KalturaAttUverseDistributionProfileFilter - KalturaAvnDistributionProfileFilter - KalturaComcastMrssDistributionProfileFilter - KalturaCortexApiDistributionProfileFilter - KalturaCrossKalturaDistributionProfileFilter - KalturaDailymotionDistributionProfileFilter - KalturaDoubleClickDistributionProfileFilter - KalturaFacebookDistributionProfileFilter - KalturaFreewheelGenericDistributionProfileFilter - KalturaFtpDistributionProfileFilter - KalturaHuluDistributionProfileFilter - KalturaIdeticDistributionProfileFilter - KalturaMetroPcsDistributionProfileFilter - KalturaMsnDistributionProfileFilter - KalturaNdnDistributionProfileFilter - KalturaQuickPlayDistributionProfileFilter - KalturaSynacorHboDistributionProfileFilter - KalturaTVComDistributionProfileFilter - KalturaTimeWarnerDistributionProfileFilter - KalturaTvinciDistributionProfileFilter - KalturaUnicornDistributionProfileFilter - KalturaUverseClickToOrderDistributionProfileFilter - KalturaUverseDistributionProfileFilter - KalturaVerizonVcastDistributionProfileFilter - KalturaYahooDistributionProfileFilter - KalturaYouTubeDistributionProfileFilter - KalturaYoutubeApiDistributionProfileFilter - KalturaFreewheelDistributionProfileFilter - KalturaGenericDistributionProfileFilter - KalturaPodcastDistributionProfileFilter - KalturaSyndicationDistributionProfileFilter type: string orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDistributionProfileOrderBy title: KalturaDistributionProfileFilter type: object KalturaDistributionJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaDistributionJobData' - $ref: '#/definitions/KalturaDistributionDeleteJobData' - $ref: '#/definitions/KalturaDistributionFetchReportJobData' - $ref: '#/definitions/KalturaDistributionSubmitJobData' - $ref: '#/definitions/KalturaDistributionUpdateJobData' - $ref: '#/definitions/KalturaDistributionDisableJobData' - $ref: '#/definitions/KalturaDistributionEnableJobData' discriminator: objectType properties: distributionProfile: $ref: '#/definitions/KalturaDistributionProfile' distributionProfileId: type: integer entryDistribution: $ref: '#/definitions/KalturaEntryDistribution' entryDistributionId: type: integer mediaFiles: items: $ref: '#/definitions/KalturaDistributionRemoteMediaFile' type: array objectType: enum: - KalturaDistributionJobData - KalturaDistributionDeleteJobData - KalturaDistributionFetchReportJobData - KalturaDistributionSubmitJobData - KalturaDistributionUpdateJobData - KalturaDistributionDisableJobData - KalturaDistributionEnableJobData type: string providerData: $ref: '#/definitions/KalturaDistributionJobProviderData' providerType: description: 'Enum Type: `KalturaDistributionProviderType`' enum: - attUverseDistribution.ATT_UVERSE - avnDistribution.AVN - comcastMrssDistribution.COMCAST_MRSS - cortexApiDistribution.CORTEX_API - crossKalturaDistribution.CROSS_KALTURA - dailymotionDistribution.DAILYMOTION - doubleClickDistribution.DOUBLECLICK - facebookDistribution.FACEBOOK - freewheelDistribution.FREEWHEEL - freewheelGenericDistribution.FREEWHEEL_GENERIC - ftpDistribution.FTP - ftpDistribution.FTP_SCHEDULED - huluDistribution.HULU - ideticDistribution.IDETIC - metroPcsDistribution.METRO_PCS - msnDistribution.MSN - ndnDistribution.NDN - podcastDistribution.PODCAST - pushToNewsDistribution.PUSH_TO_NEWS - quickPlayDistribution.QUICKPLAY - synacorHboDistribution.SYNACOR_HBO - timeWarnerDistribution.TIME_WARNER - tvComDistribution.TVCOM - tvinciDistribution.TVINCI - unicornDistribution.UNICORN - uverseClickToOrderDistribution.UVERSE_CLICK_TO_ORDER - uverseDistribution.UVERSE - verizonVcastDistribution.VERIZON_VCAST - yahooDistribution.YAHOO - youTubeDistribution.YOUTUBE - youtubeApiDistribution.YOUTUBE_API - '1' - '2' type: string x-enumLabels: - ATT_UVERSE - AVN - COMCAST_MRSS - CORTEX_API - CROSS_KALTURA - DAILYMOTION - DOUBLECLICK - FACEBOOK - FREEWHEEL - FREEWHEEL_GENERIC - FTP - FTP_SCHEDULED - HULU - IDETIC - METRO_PCS - MSN - NDN - PODCAST - PUSH_TO_NEWS - QUICKPLAY - SYNACOR_HBO - TIME_WARNER - TVCOM - TVINCI - UNICORN - UVERSE_CLICK_TO_ORDER - UVERSE - VERIZON_VCAST - YAHOO - YOUTUBE - YOUTUBE_API - GENERIC - SYNDICATION x-enumType: KalturaDistributionProviderType remoteId: description: Id of the media in the remote system type: string results: description: The results as returned from the remote destination type: string sentData: description: The data as sent to the remote destination type: string title: KalturaDistributionJobData type: object KalturaUrlResource: allOf: - $ref: '#/definitions/KalturaContentResource' anyOf: - $ref: '#/definitions/KalturaUrlResource' - $ref: '#/definitions/KalturaRemoteStorageResource' - $ref: '#/definitions/KalturaSshUrlResource' description: Used to ingest media that is available on remote server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready. discriminator: objectType properties: forceAsyncDownload: description: Force Import Job type: boolean objectType: enum: - KalturaUrlResource - KalturaRemoteStorageResource - KalturaSshUrlResource type: string url: description: Remote URL, FTP, HTTP or HTTPS type: string urlHeaders: items: $ref: '#/definitions/KalturaString' type: array title: KalturaUrlResource type: object KalturaVerizonVcastDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaVerizonVcastDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVerizonVcastDistributionProfileFilter type: string title: KalturaVerizonVcastDistributionProfileBaseFilter type: object x-abstract: true KalturaObjectBase: {} KalturaReportExportItem: properties: action: description: 'Enum Type: `KalturaReportExportItemType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - TABLE - TOTAL - GRAPH x-enumType: KalturaReportExportItemType filter: $ref: '#/definitions/KalturaReportInputFilter' objectIds: type: string order: type: string reportTitle: type: string reportType: description: 'Enum Type: `KalturaReportType`' enum: - quiz.QUIZ - quiz.QUIZ_AGGREGATE_BY_QUESTION - quiz.QUIZ_USER_AGGREGATE_BY_QUESTION - quiz.QUIZ_USER_PERCENTAGE - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '11' - '12' - '13' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '30' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' - '43' - '44' - '45' - '46' - '47' - '48' - '49' - '50' - '51' - '52' - '53' - '54' - '55' - '56' - '57' - '58' - '59' - '60' - '61' - '62' - '63' - '64' - '65' - '66' - '67' - '201' - '10001' - '10002' - '10003' - '10004' - '10005' - '10006' - '10007' - '10008' - '10009' - '10010' - '10011' - '10012' - '10013' - '10014' - '10015' - '20001' - '20002' - '20003' - '20004' - '20005' - '20006' - '20007' - '20008' - '20009' - '20010' - '20011' - '20012' - '20013' - '20014' - '20015' - '20016' - '20017' - '20018' - '20019' - '20020' - '20021' - '20022' - '20023' - '30001' - '30002' - '30003' - '30004' - '30005' - '30006' - '30007' - '30008' - '30009' - '30010' - '30011' - '30012' - '30013' - '30014' - '30015' - '30016' - '30017' - '30018' - '30019' - '30020' - '30021' - '30022' - '30023' - '30024' - '30025' - '30026' - '30027' - '30028' - '30029' - '30030' - '30031' - '30032' - '30033' - '30034' - '30035' - '30036' - '30037' - '30038' - '30039' - '30040' - '30041' - '30042' - '30043' - '30044' - '30045' - '30046' - '30047' - '30048' - '30049' - '30050' - '30051' - '30052' - '30053' - '30054' - '30055' - '30056' - '30057' - '30058' - '30059' - '30060' - '30061' - '30062' - '30063' - '30064' - '40001' - '40002' - '40003' - '40004' - '40005' - '40006' - '40007' - '40008' - '40009' - '40010' - '40011' - '40012' - '40013' - '50000' - '50001' - '50002' - '50003' - '50004' - '50005' type: string x-enumLabels: - QUIZ - QUIZ_AGGREGATE_BY_QUESTION - QUIZ_USER_AGGREGATE_BY_QUESTION - QUIZ_USER_PERCENTAGE - TOP_CONTENT - CONTENT_DROPOFF - CONTENT_INTERACTIONS - MAP_OVERLAY - TOP_CONTRIBUTORS - TOP_SYNDICATION - CONTENT_CONTRIBUTIONS - USER_ENGAGEMENT - SPECIFIC_USER_ENGAGEMENT - USER_TOP_CONTENT - USER_CONTENT_DROPOFF - USER_CONTENT_INTERACTIONS - APPLICATIONS - USER_USAGE - SPECIFIC_USER_USAGE - VAR_USAGE - TOP_CREATORS - PLATFORMS - OPERATING_SYSTEM - BROWSERS - LIVE - TOP_PLAYBACK_CONTEXT - VPAAS_USAGE - ENTRY_USAGE - REACH_USAGE - TOP_CUSTOM_VAR1 - MAP_OVERLAY_CITY - OPERATING_SYSTEM_FAMILIES - BROWSERS_FAMILIES - USER_ENGAGEMENT_TIMELINE - UNIQUE_USERS_PLAY - MAP_OVERLAY_COUNTRY - MAP_OVERLAY_REGION - TOP_CONTENT_CREATOR - TOP_CONTENT_CONTRIBUTORS - APP_DOMAIN_UNIQUE_ACTIVE_USERS - TOP_SOURCES - VPAAS_USAGE_MULTI - PERCENTILES - CONTENT_REPORT_REASONS - PLAYER_RELATED_INTERACTIONS - PLAYBACK_RATE - TOP_USER_CONTENT - USER_HIGHLIGHTS - USER_INTERACTIVE_VIDEO - INTERACTIVE_VIDEO_TOP_NODES - LATEST_PLAYED_ENTRIES - CATEGORY_HIGHLIGHTS - SUB_CATEGORIES - INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS - INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS - INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES - INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES - TOP_CUSTOM_VAR2 - TOP_CUSTOM_VAR3 - SELF_SERVE_USAGE - FLAVOR_PARAMS_TRANSCODING_USAGE - PLAYER_HIGHLIGHTS - PARTNER_USAGE_HIGHLIGHTS - CDN_BANDWIDTH_USAGE - REACH_CATALOG_USAGE - REACH_PROFILE_USAGE - SELF_SERVE_BANDWIDTH - PARTNER_USAGE - MAP_OVERLAY_COUNTRY_REALTIME - MAP_OVERLAY_REGION_REALTIME - MAP_OVERLAY_CITY_REALTIME - PLATFORMS_REALTIME - USERS_OVERVIEW_REALTIME - QOS_OVERVIEW_REALTIME - DISCOVERY_REALTIME - ENTRY_LEVEL_USERS_DISCOVERY_REALTIME - ENTRY_LEVEL_USERS_STATUS_REALTIME - PLATFORMS_DISCOVERY_REALTIME - PLAYBACK_TYPE_REALTIME - CONTENT_REALTIME - DISCOVERY_VIEW_REALTIME - TOP_ENDED_BROADCAST_ENTRIES - TOP_LIVE_NOW_ENTRIES - CONTENT_DROPOFF_VPAAS - TOP_SYNDICATION_VPAAS - USER_TOP_CONTENT_VPAAS - USER_USAGE_VPAAS - PLATFORMS_VPAAS - OPERATING_SYSTEM_VPAAS - BROWSERS_VPAAS - OPERATING_SYSTEM_FAMILIES_VPAAS - BROWSERS_FAMILIES_VPAAS - USER_ENGAGEMENT_TIMELINE_VPAAS - UNIQUE_USERS_PLAY_VPAAS - MAP_OVERLAY_COUNTRY_VPAAS - MAP_OVERLAY_REGION_VPAAS - MAP_OVERLAY_CITY_VPAAS - TOP_CONTENT_CREATOR_VPAAS - TOP_CONTENT_CONTRIBUTORS_VPAAS - TOP_SOURCES_VPAAS - CONTENT_REPORT_REASONS_VPAAS - PLAYER_RELATED_INTERACTIONS_VPAAS - PLAYBACK_RATE_VPAAS - PARTNER_USAGE_VPAAS - TOP_PLAYBACK_CONTEXT_VPAAS - SELF_SERVE_USAGE_VPAAS - QOE_OVERVIEW - QOE_EXPERIENCE - QOE_EXPERIENCE_PLATFORMS - QOE_EXPERIENCE_COUNTRY - QOE_EXPERIENCE_REGION - QOE_EXPERIENCE_CITY - QOE_EXPERIENCE_BROWSERS_FAMILIES - QOE_EXPERIENCE_BROWSERS - QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES - QOE_EXPERIENCE_OPERATING_SYSTEM - QOE_EXPERIENCE_PLAYER_VERSION - QOE_EXPERIENCE_ENTRY - QOE_EXPERIENCE_ISP - QOE_ENGAGEMENT - QOE_ENGAGEMENT_PLATFORMS - QOE_ENGAGEMENT_COUNTRY - QOE_ENGAGEMENT_REGION - QOE_ENGAGEMENT_CITY - QOE_ENGAGEMENT_BROWSERS_FAMILIES - QOE_ENGAGEMENT_BROWSERS - QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES - QOE_ENGAGEMENT_OPERATING_SYSTEM - QOE_ENGAGEMENT_PLAYER_VERSION - QOE_ENGAGEMENT_ENTRY - QOE_ENGAGEMENT_ISP - QOE_STREAM_QUALITY - QOE_STREAM_QUALITY_PLATFORMS - QOE_STREAM_QUALITY_COUNTRY - QOE_STREAM_QUALITY_REGION - QOE_STREAM_QUALITY_CITY - QOE_STREAM_QUALITY_BROWSERS_FAMILIES - QOE_STREAM_QUALITY_BROWSERS - QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES - QOE_STREAM_QUALITY_OPERATING_SYSTEM - QOE_STREAM_QUALITY_PLAYER_VERSION - QOE_STREAM_QUALITY_ENTRY - QOE_STREAM_QUALITY_ISP - QOE_ERROR_TRACKING - QOE_ERROR_TRACKING_CODES - QOE_ERROR_TRACKING_PLATFORMS - QOE_ERROR_TRACKING_BROWSERS_FAMILIES - QOE_ERROR_TRACKING_BROWSERS - QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES - QOE_ERROR_TRACKING_OPERATING_SYSTEM - QOE_ERROR_TRACKING_PLAYER_VERSION - QOE_ERROR_TRACKING_ENTRY - QOE_VOD_SESSION_FLOW - QOE_LIVE_SESSION_FLOW - QOE_EXPERIENCE_CUSTOM_VAR1 - QOE_EXPERIENCE_CUSTOM_VAR2 - QOE_EXPERIENCE_CUSTOM_VAR3 - QOE_ENGAGEMENT_CUSTOM_VAR1 - QOE_ENGAGEMENT_CUSTOM_VAR2 - QOE_ENGAGEMENT_CUSTOM_VAR3 - QOE_STREAM_QUALITY_CUSTOM_VAR1 - QOE_STREAM_QUALITY_CUSTOM_VAR2 - QOE_STREAM_QUALITY_CUSTOM_VAR3 - QOE_ERROR_TRACKING_CUSTOM_VAR1 - QOE_ERROR_TRACKING_CUSTOM_VAR2 - QOE_ERROR_TRACKING_CUSTOM_VAR3 - QOE_EXPERIENCE_APPLICATION_VERSION - QOE_ENGAGEMENT_APPLICATION_VERSION - QOE_STREAM_QUALITY_APPLICATION_VERSION - QOE_ERROR_TRACKING_APPLICATION_VERSION - HIGHLIGHTS_WEBCAST - ENGAGEMENT_WEBCAST - QUALITY_WEBCAST - MAP_OVERLAY_COUNTRY_WEBCAST - MAP_OVERLAY_REGION_WEBCAST - MAP_OVERLAY_CITY_WEBCAST - PLATFORMS_WEBCAST - TOP_DOMAINS_WEBCAST - TOP_USERS_WEBCAST - ENGAGEMENT_BREAKDOWN_WEBCAST - ENGAGMENT_TIMELINE_WEBCAST - ENGAGEMENT_TOOLS_WEBCAST - REACTIONS_BREAKDOWN_WEBCAST - VE_HIGHLIGHTS - VE_REGISTERED_PLATFORMS - VE_REGISTERED_INDUSTRY - VE_REGISTERED_ROLES - VE_REGISTERED_COUNTRIES - VE_REGISTERED_WORLD_REGIONS x-enumType: KalturaReportType responseOptions: $ref: '#/definitions/KalturaReportResponseOptions' title: KalturaReportExportItem type: object KalturaFeedDropFolderFileFilter: allOf: - $ref: '#/definitions/KalturaFeedDropFolderFileBaseFilter' properties: orderBy: enum: - +createdAt - +fileName - +fileSize - +fileSizeLastSetAt - +id - +parsedFlavor - +parsedSlug - +updatedAt - -createdAt - -fileName - -fileSize - -fileSizeLastSetAt - -id - -parsedFlavor - -parsedSlug - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - FILE_NAME_ASC - FILE_SIZE_ASC - FILE_SIZE_LAST_SET_AT_ASC - ID_ASC - PARSED_FLAVOR_ASC - PARSED_SLUG_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - FILE_NAME_DESC - FILE_SIZE_DESC - FILE_SIZE_LAST_SET_AT_DESC - ID_DESC - PARSED_FLAVOR_DESC - PARSED_SLUG_DESC - UPDATED_AT_DESC x-enumType: KalturaFeedDropFolderFileOrderBy title: KalturaFeedDropFolderFileFilter type: object KalturaComcastMrssDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaComcastMrssDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaComcastMrssDistributionProviderOrderBy title: KalturaComcastMrssDistributionProviderFilter type: object KalturaVerizonVcastDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: xml: type: string title: KalturaVerizonVcastDistributionJobProviderData type: object KalturaMediaFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaMediaFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMediaFlavorParamsOutputOrderBy title: KalturaMediaFlavorParamsOutputFilter type: object KalturaExternalMediaEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaExternalMediaEntry attributes. Use KalturaExternalMediaEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaExternalMediaEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaExternalMediaEntryMatchAttribute title: KalturaExternalMediaEntryMatchAttributeCondition type: object KalturaAnnotation: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: childrenCount: description: '`readOnly` Number of all descendants' readOnly: true type: integer depth: description: '`readOnly` Depth in the tree' readOnly: true type: integer directChildrenCount: description: '`readOnly` Number of children, first generation only.' readOnly: true type: integer duration: description: '`readOnly` Duration in milliseconds' readOnly: true type: integer endTime: description: End time in milliseconds type: integer isPublic: description: 'Enum Type: `KalturaNullableBoolean` Is the annotation public.' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean parentId: description: '`insertOnly`' type: string searchableOnEntry: description: 'Enum Type: `KalturaNullableBoolean` Should the cue point get indexed on the entry.' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean text: type: string title: KalturaAnnotation type: object KalturaESearchAggregation: properties: aggregations: items: $ref: '#/definitions/KalturaESearchAggregationItem' type: array title: KalturaESearchAggregation type: object KalturaWowzaMediaServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaMediaServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWowzaMediaServerNodeFilter type: string title: KalturaWowzaMediaServerNodeBaseFilter type: object x-abstract: true KalturaApiActionPermissionItemBaseFilter: allOf: - $ref: '#/definitions/KalturaPermissionItemFilter' anyOf: - $ref: '#/definitions/KalturaApiActionPermissionItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaApiActionPermissionItemFilter type: string title: KalturaApiActionPermissionItemBaseFilter type: object x-abstract: true KalturaBatchGetExclusiveNotificationJobsResponse: properties: notifications: items: $ref: '#/definitions/KalturaBatchJob' type: array partners: items: $ref: '#/definitions/KalturaPartner' type: array title: KalturaBatchGetExclusiveNotificationJobsResponse type: object KalturaAvnDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaAvnDistributionProfile type: object KalturaBulkUploadResultEntry: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: accessControlProfileId: type: integer category: type: string contentType: type: string conversionProfileId: type: integer creatorId: type: string description: type: string entitledUsersEdit: type: string entitledUsersPublish: type: string entryId: type: string entryStatus: type: integer ownerId: type: string referenceId: type: string scheduleEndDate: type: integer x-inputType: datetime scheduleStartDate: type: integer x-inputType: datetime sshKeyPassphrase: type: string sshPrivateKey: type: string sshPublicKey: type: string tags: type: string templateEntryId: type: string thumbnailSaved: type: boolean thumbnailUrl: type: string title: type: string url: type: string title: KalturaBulkUploadResultEntry type: object KalturaDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDropFolderFilter' - $ref: '#/definitions/KalturaFeedDropFolderFilter' - $ref: '#/definitions/KalturaRemoteDropFolderFilter' - $ref: '#/definitions/KalturaFtpDropFolderFilter' - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' - $ref: '#/definitions/KalturaWebexDropFolderFilter' - $ref: '#/definitions/KalturaZoomDropFolderFilter' description: '`abstract`' discriminator: objectType properties: conversionProfileIdEqual: type: integer conversionProfileIdIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer dcEqual: type: integer dcIn: type: string errorCodeEqual: description: 'Enum Type: `KalturaDropFolderErrorCode`' enum: - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - ERROR_CONNECT - ERROR_AUTENTICATE - ERROR_GET_PHISICAL_FILE_LIST - ERROR_GET_DB_FILE_LIST - DROP_FOLDER_APP_ERROR - CONTENT_MATCH_POLICY_UNDEFINED - MISSING_CONFIG x-enumType: KalturaDropFolderErrorCode errorCodeIn: type: string fileHandlerTypeEqual: description: 'Enum Type: `KalturaDropFolderFileHandlerType`' enum: - TrRdsSyncDropFolder.TR_RDS - dropFolderXmlBulkUpload.XML - scheduleDropFolder.ICAL - '1' type: string x-enumLabels: - TR_RDS - XML - ICAL - CONTENT x-enumType: KalturaDropFolderFileHandlerType fileHandlerTypeIn: type: string fileNamePatternsLike: type: string fileNamePatternsMultiLikeAnd: type: string fileNamePatternsMultiLikeOr: type: string idEqual: type: integer idIn: type: string nameLike: type: string objectType: enum: - KalturaDropFolderFilter - KalturaFeedDropFolderFilter - KalturaRemoteDropFolderFilter - KalturaFtpDropFolderFilter - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter - KalturaWebexDropFolderFilter - KalturaZoomDropFolderFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string pathEqual: type: string pathLike: type: string statusEqual: description: 'Enum Type: `KalturaDropFolderStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED - ERROR x-enumType: KalturaDropFolderStatus statusIn: type: string tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string typeEqual: description: 'Enum Type: `KalturaDropFolderType`' enum: - ApFeedDropFolder.AP_FEED - FeedDropFolder.FEED - MicrosoftTeamsDropFolder.MS_TEAMS - S3DropFolder.S3DROPFOLDER - TrRdsSyncDropFolder.TR_RDS_COMPANY - TrRdsSyncDropFolder.TR_RDS_TMCTERM - WebexAPIDropFolder.WEBEX_API - WebexDropFolder.WEBEX - ZoomDropFolder.ZOOM - '1' - '2' - '3' - '4' - '6' type: string x-enumLabels: - AP_FEED - FEED - MS_TEAMS - S3DROPFOLDER - TR_RDS_COMPANY - TR_RDS_TMCTERM - WEBEX_API - WEBEX - ZOOM - LOCAL - FTP - SCP - SFTP - S3 x-enumType: KalturaDropFolderType typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaDropFolderBaseFilter type: object x-abstract: true KalturaAttachmentAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter' anyOf: - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' description: '`abstract`' discriminator: objectType properties: formatEqual: description: 'Enum Type: `KalturaAttachmentType`' enum: - '1' - '2' - '3' - '4' type: string x-enumLabels: - TEXT - MEDIA - DOCUMENT - JSON x-enumType: KalturaAttachmentType formatIn: type: string objectType: enum: - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter type: string statusEqual: description: 'Enum Type: `KalturaAttachmentAssetStatus`' enum: - -1 - 0 - 2 - 3 - 7 - 9 type: integer x-enumLabels: - ERROR - QUEUED - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaAttachmentAssetStatus statusIn: type: string statusNotIn: type: string title: KalturaAttachmentAssetBaseFilter type: object x-abstract: true KalturaDeliveryProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHdsFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLightFilter' - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter' - $ref: '#/definitions/KalturaDeliveryProfileRtmpFilter' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmpFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaDeliveryProfileFilter - KalturaDeliveryProfileAkamaiAppleHttpManifestFilter - KalturaDeliveryProfileAkamaiHdsFilter - KalturaDeliveryProfileAkamaiHttpFilter - KalturaDeliveryProfileGenericAppleHttpFilter - KalturaDeliveryProfileGenericHdsFilter - KalturaDeliveryProfileGenericHttpFilter - KalturaDeliveryProfileGenericSilverLightFilter - KalturaDeliveryProfileLiveAppleHttpFilter - KalturaDeliveryProfileRtmpFilter - KalturaDeliveryProfileGenericRtmpFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaDeliveryStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - DELETED - STAGING_IN - STAGING_OUT x-enumType: KalturaDeliveryStatus statusIn: type: string streamerTypeEqual: description: 'Enum Type: `KalturaPlaybackProtocol`' enum: - applehttp - applehttp_to_mc - auto - download - hdnetwork - hdnetworkmanifest - hds - hls - http - mpegdash - multicast_silverlight - rtmp - rtsp - sl - url type: string x-enumLabels: - APPLE_HTTP - APPLE_HTTP_TO_MC - AUTO - DOWNLOAD - AKAMAI_HD - AKAMAI_HDS - HDS - HLS - HTTP - MPEG_DASH - MULTICAST_SL - RTMP - RTSP - SILVER_LIGHT - URL x-enumType: KalturaPlaybackProtocol systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaDeliveryProfileBaseFilter type: object x-abstract: true KalturaResponseProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaResponseProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaResponseProfileFilter type: string statusEqual: description: 'Enum Type: `KalturaResponseProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaResponseProfileStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaResponseProfileBaseFilter type: object x-abstract: true KalturaLikeFilter: allOf: - $ref: '#/definitions/KalturaLikeBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaLikeOrderBy title: KalturaLikeFilter type: object KalturaMediaFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' anyOf: - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMediaFlavorParamsOutputFilter type: string title: KalturaMediaFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaESearchMetadataAggregationItem: allOf: - $ref: '#/definitions/KalturaESearchAggregationItem' properties: fieldName: description: 'Enum Type: `KalturaESearchMetadataAggregateByFieldName`' type: string x-enumLabels: [] x-enumType: KalturaESearchMetadataAggregateByFieldName title: KalturaESearchMetadataAggregationItem type: object KalturaComcastMrssDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaComcastMrssDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaComcastMrssDistributionProfileFilter type: string title: KalturaComcastMrssDistributionProfileBaseFilter type: object x-abstract: true KalturaGenericDistributionProviderActionFilter: allOf: - $ref: '#/definitions/KalturaGenericDistributionProviderActionBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaGenericDistributionProviderActionOrderBy title: KalturaGenericDistributionProviderActionFilter type: object KalturaQuizAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: isQuiz: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaQuizAdvancedFilter type: object KalturaDistributionDisableJobData: allOf: - $ref: '#/definitions/KalturaDistributionUpdateJobData' properties: {} title: KalturaDistributionDisableJobData type: object KalturaEvalStringField: allOf: - $ref: '#/definitions/KalturaStringField' description: Evaluates PHP statement, depends on the execution context properties: code: description: PHP code type: string title: KalturaEvalStringField type: object KalturaImportJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaImportJobData' - $ref: '#/definitions/KalturaSshImportJobData' - $ref: '#/definitions/KalturaDropFolderImportJobData' discriminator: objectType properties: destFileLocalPath: type: string destFileSharedPath: type: string fileSize: type: integer flavorAssetId: type: string objectType: enum: - KalturaImportJobData - KalturaSshImportJobData - KalturaDropFolderImportJobData type: string srcFileUrl: type: string title: KalturaImportJobData type: object KalturaUverseClickToOrderDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaUverseClickToOrderDistributionProfileOrderBy title: KalturaUverseClickToOrderDistributionProfileFilter type: object KalturaBulkUploadResultUserEntry: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: userEntryId: type: integer title: KalturaBulkUploadResultUserEntry type: object KalturaYouTubeDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: adServerPartnerId: type: string allowAdsenseForVideo: type: string allowComments: type: string allowEmbedding: type: string allowInvideo: type: string allowMidRollAds: type: boolean allowPostRollAds: type: boolean allowPreRollAds: type: boolean allowRatings: type: string allowResponses: type: string allowSyndication: type: string apiAuthorizeUrl: type: string blockOutsideOwnership: type: string captionAutosync: type: string claimType: type: string commercialPolicy: type: string defaultCategory: type: string deleteReference: type: boolean domainWhitelist: type: string enableAdServer: type: boolean enableContentId: type: string feedSpecVersion: description: 'Enum Type: `KalturaYouTubeDistributionFeedSpecVersion`' enum: - '1' - '2' - '3' type: string x-enumLabels: - VERSION_1 - VERSION_2 - VERSION_3 x-enumType: KalturaYouTubeDistributionFeedSpecVersion hideViewCount: type: string instreamStandard: type: string instreamTrueview: type: string notificationEmail: type: string notifySubscribers: type: string overrideManualEdits: type: string ownerName: type: string privacyStatus: type: string productListingAds: type: string releaseClaims: type: boolean sftpBaseDir: type: string sftpHost: type: string sftpLogin: type: string sftpPort: type: integer sftpPrivateKey: type: string sftpPublicKey: type: string strict: type: string target: type: string thirdPartyAds: type: string ugcPolicy: type: string urgentReference: type: string username: type: string title: KalturaYouTubeDistributionProfile type: object KalturaFacebookDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: apiAuthorizeUrl: type: string pageAccessToken: type: string pageId: type: string permissions: type: string reRequestPermissions: type: integer state: type: string userAccessToken: type: string title: KalturaFacebookDistributionProfile type: object KalturaEventNotificationDispatchJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaEventNotificationDispatchJobData' - $ref: '#/definitions/KalturaBusinessProcessNotificationDispatchJobData' - $ref: '#/definitions/KalturaEmailNotificationDispatchJobData' - $ref: '#/definitions/KalturaHttpNotificationDispatchJobData' discriminator: objectType properties: contentParameters: items: $ref: '#/definitions/KalturaKeyValue' type: array objectType: enum: - KalturaEventNotificationDispatchJobData - KalturaBusinessProcessNotificationDispatchJobData - KalturaEmailNotificationDispatchJobData - KalturaHttpNotificationDispatchJobData type: string templateId: type: integer title: KalturaEventNotificationDispatchJobData type: object KalturaTvinciDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaTvinciDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTvinciDistributionProfileFilter type: string title: KalturaTvinciDistributionProfileBaseFilter type: object x-abstract: true KalturaBaseSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeedFilter' - $ref: '#/definitions/KalturaITunesSyndicationFeedFilter' - $ref: '#/definitions/KalturaTubeMogulSyndicationFeedFilter' - $ref: '#/definitions/KalturaYahooSyndicationFeedFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBaseSyndicationFeedFilter - KalturaGenericSyndicationFeedFilter - KalturaGenericXsltSyndicationFeedFilter - KalturaGoogleVideoSyndicationFeedFilter - KalturaITunesSyndicationFeedFilter - KalturaTubeMogulSyndicationFeedFilter - KalturaYahooSyndicationFeedFilter type: string title: KalturaBaseSyndicationFeedBaseFilter type: object x-abstract: true KalturaBulkUploadResultCategoryUser: allOf: - $ref: '#/definitions/KalturaBulkUploadResult' properties: categoryId: type: integer categoryReferenceId: type: string permissionLevel: type: integer requiredObjectStatus: type: integer updateMethod: type: integer userId: type: string title: KalturaBulkUploadResultCategoryUser type: object KalturaDistributionFieldConfig: properties: entryMrssXslt: description: "An XSLT string that extracts the right value from the Kaltura entry MRSS XML.\n The value of the current connector field will be the one that is returned from transforming the Kaltura entry MRSS XML using this XSLT string." type: string fieldName: description: "A value taken from a connector field enum which associates the current configuration to that connector field\n Field enum class should be returned by the provider's getFieldEnumClass function." type: string isDefault: description: '`readOnly` Is this field config is the default for the distribution provider?' readOnly: true type: boolean isRequired: description: 'Enum Type: `KalturaDistributionFieldRequiredStatus` Is the field required to have a value for submission ?' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - NOT_REQUIRED - REQUIRED_BY_PROVIDER - REQUIRED_BY_PARTNER - REQUIRED_FOR_AUTOMATIC_DISTRIBUTION x-enumType: KalturaDistributionFieldRequiredStatus triggerDeleteOnError: description: Is an error on this field going to trigger deletion of distributed content? type: boolean type: type: string updateOnChange: description: Trigger distribution update when this field changes or not ? type: boolean updateParams: items: $ref: '#/definitions/KalturaString' type: array userFriendlyFieldName: description: A string that will be shown to the user as the field name in error messages related to the current field type: string title: KalturaDistributionFieldConfig type: object KalturaTimeWarnerDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaTimeWarnerDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaTimeWarnerDistributionProviderOrderBy title: KalturaTimeWarnerDistributionProviderFilter type: object KalturaBulkUploadUserData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: {} title: KalturaBulkUploadUserData type: object KalturaUserEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserEntryFilter' - $ref: '#/definitions/KalturaPermissionLevelUserEntryFilter' - $ref: '#/definitions/KalturaRegistrationUserEntryFilter' - $ref: '#/definitions/KalturaViewHistoryUserEntryFilter' - $ref: '#/definitions/KalturaWatchLaterUserEntryFilter' - $ref: '#/definitions/KalturaQuizUserEntryFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string entryIdIn: type: string entryIdNotIn: type: string extendedStatusEqual: description: 'Enum Type: `KalturaUserEntryExtendedStatus`' enum: - quiz.SYNC_STATUS_ERROR - quiz.SYNC_STATUS_SUCCESS - viewHistory.PLAYBACK_COMPLETE - viewHistory.PLAYBACK_STARTED - viewHistory.VIEWED type: string x-enumLabels: - SYNC_STATUS_ERROR - SYNC_STATUS_SUCCESS - PLAYBACK_COMPLETE - PLAYBACK_STARTED - VIEWED x-enumType: KalturaUserEntryExtendedStatus extendedStatusIn: type: string extendedStatusNotIn: type: string idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaUserEntryFilter - KalturaPermissionLevelUserEntryFilter - KalturaRegistrationUserEntryFilter - KalturaViewHistoryUserEntryFilter - KalturaWatchLaterUserEntryFilter - KalturaQuizUserEntryFilter type: string statusEqual: description: 'Enum Type: `KalturaUserEntryStatus`' enum: - quiz.3 - '1' - '2' type: string x-enumLabels: - QUIZ_SUBMITTED - ACTIVE - DELETED x-enumType: KalturaUserEntryStatus typeEqual: description: 'Enum Type: `KalturaUserEntryType`' enum: - entryPermissionLevel.PERMISSION_LEVEL - quiz.QUIZ - registration.REGISTRATION - viewHistory.VIEW_HISTORY - watchLater.WATCH_LATER type: string x-enumLabels: - PERMISSION_LEVEL - QUIZ - REGISTRATION - VIEW_HISTORY - WATCH_LATER x-enumType: KalturaUserEntryType updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string userIdNotIn: type: string title: KalturaUserEntryBaseFilter type: object x-abstract: true KalturaPodcastDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaPodcastDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPodcastDistributionProviderOrderBy title: KalturaPodcastDistributionProviderFilter type: object KalturaMixEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaMixEntry attributes. Use KalturaMixEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaMixEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaMixEntryMatchAttribute title: KalturaMixEntryMatchAttributeCondition type: object KalturaSynacorHboDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaSynacorHboDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaSynacorHboDistributionProviderFilter type: string title: KalturaSynacorHboDistributionProviderBaseFilter type: object x-abstract: true KalturaProvisionJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaProvisionJobData' - $ref: '#/definitions/KalturaAkamaiProvisionJobData' - $ref: '#/definitions/KalturaAkamaiUniversalProvisionJobData' - $ref: '#/definitions/KalturaVelocixProvisionJobData' discriminator: objectType properties: backupEncoderIP: type: string backupStreamID: type: string encoderIP: type: string encoderPassword: type: string encoderUsername: type: string endDate: type: integer x-inputType: datetime mediaType: type: integer objectType: enum: - KalturaProvisionJobData - KalturaAkamaiProvisionJobData - KalturaAkamaiUniversalProvisionJobData - KalturaVelocixProvisionJobData type: string primaryBroadcastingUrl: type: string returnVal: type: string rtmp: type: string secondaryBroadcastingUrl: type: string streamID: type: string streamName: type: string title: KalturaProvisionJobData type: object KalturaESearchUserOperator: allOf: - $ref: '#/definitions/KalturaESearchUserBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaESearchUserBaseItem' type: array title: KalturaESearchUserOperator type: object KalturaScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaScheduleEventBaseFilter' anyOf: - $ref: '#/definitions/KalturaScheduleEventFilter' - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' - $ref: '#/definitions/KalturaVirtualScheduleEventFilter' discriminator: objectType properties: objectType: enum: - KalturaScheduleEventFilter - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter - KalturaVirtualScheduleEventFilter type: string orderBy: enum: - +createdAt - +endDate - +priority - +startDate - +summary - +updatedAt - -createdAt - -endDate - -priority - -startDate - -summary - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - PRIORITY_ASC - START_DATE_ASC - SUMMARY_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - END_DATE_DESC - PRIORITY_DESC - START_DATE_DESC - SUMMARY_DESC - UPDATED_AT_DESC x-enumType: KalturaScheduleEventOrderBy parentResourceIdsLike: type: string parentResourceIdsMultiLikeAnd: type: string parentResourceIdsMultiLikeOr: type: string resourceIdEqual: type: string resourceIdsLike: type: string resourceIdsMultiLikeAnd: type: string resourceIdsMultiLikeOr: type: string resourceSystemNamesLike: type: string resourceSystemNamesMultiLikeAnd: type: string resourceSystemNamesMultiLikeOr: type: string templateEntryCategoriesIdsLike: type: string templateEntryCategoriesIdsMultiLikeAnd: type: string templateEntryCategoriesIdsMultiLikeOr: type: string title: KalturaScheduleEventFilter type: object KalturaFacebookDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaFacebookDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaFacebookDistributionProfileOrderBy title: KalturaFacebookDistributionProfileFilter type: object KalturaCameraScheduleResourceFilter: allOf: - $ref: '#/definitions/KalturaCameraScheduleResourceBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaCameraScheduleResourceOrderBy title: KalturaCameraScheduleResourceFilter type: object KalturaLiveParamsBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaLiveParamsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveParamsFilter type: string title: KalturaLiveParamsBaseFilter type: object x-abstract: true KalturaConferenceEntryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaConferenceEntryServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaConferenceEntryServerNodeFilter type: string title: KalturaConferenceEntryServerNodeBaseFilter type: object x-abstract: true KalturaDeliveryServerNodeFilter: allOf: - $ref: '#/definitions/KalturaDeliveryServerNodeBaseFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryServerNodeFilter' - $ref: '#/definitions/KalturaEdgeServerNodeFilter' - $ref: '#/definitions/KalturaMediaServerNodeFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeFilter' - $ref: '#/definitions/KalturaWowzaMediaServerNodeFilter' discriminator: objectType properties: objectType: enum: - KalturaDeliveryServerNodeFilter - KalturaEdgeServerNodeFilter - KalturaMediaServerNodeFilter - KalturaLiveClusterMediaServerNodeBaseFilter - KalturaLiveClusterMediaServerNodeFilter - KalturaWowzaMediaServerNodeFilter type: string orderBy: enum: - +createdAt - +heartbeatTime - +updatedAt - -createdAt - -heartbeatTime - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - HEARTBEAT_TIME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - HEARTBEAT_TIME_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryServerNodeOrderBy title: KalturaDeliveryServerNodeFilter type: object KalturaThumbParamsFilter: allOf: - $ref: '#/definitions/KalturaThumbParamsBaseFilter' anyOf: - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' discriminator: objectType properties: objectType: enum: - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaThumbParamsOrderBy title: KalturaThumbParamsFilter type: object KalturaGenericDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaGenericDistributionProviderBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaGenericDistributionProviderOrderBy title: KalturaGenericDistributionProviderFilter type: object KalturaLiveEntryScheduleResourceFilter: allOf: - $ref: '#/definitions/KalturaLiveEntryScheduleResourceBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaLiveEntryScheduleResourceOrderBy title: KalturaLiveEntryScheduleResourceFilter type: object KalturaLiveAssetFilter: allOf: - $ref: '#/definitions/KalturaLiveAssetBaseFilter' properties: orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaLiveAssetOrderBy title: KalturaLiveAssetFilter type: object KalturaPermissionLevelUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaPermissionLevelUserEntryFilter type: object KalturaKeyValue: anyOf: - $ref: '#/definitions/KalturaKeyValue' - $ref: '#/definitions/KalturaKeyValueExtended' description: A key value pair representation to return an array of key-value pairs (associative array) discriminator: objectType properties: key: type: string objectType: enum: - KalturaKeyValue - KalturaKeyValueExtended type: string value: type: string title: KalturaKeyValue type: object KalturaBusinessProcessSignalNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBusinessProcessSignalNotificationTemplateFilter type: string title: KalturaBusinessProcessSignalNotificationTemplateBaseFilter type: object x-abstract: true KalturaMsnDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: xml: type: string title: KalturaMsnDistributionJobProviderData type: object KalturaDocumentEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseEntryFilter' anyOf: - $ref: '#/definitions/KalturaDocumentEntryFilter' description: '`abstract`' discriminator: objectType properties: assetParamsIdsMatchAnd: type: string assetParamsIdsMatchOr: type: string documentTypeEqual: description: 'Enum Type: `KalturaDocumentType`' enum: - 11 - 12 - 13 type: integer x-enumLabels: - DOCUMENT - SWF - PDF x-enumType: KalturaDocumentType documentTypeIn: type: string objectType: enum: - KalturaDocumentEntryFilter type: string title: KalturaDocumentEntryBaseFilter type: object x-abstract: true KalturaSystemPartnerFilter: allOf: - $ref: '#/definitions/KalturaPartnerFilter' properties: adminEmailEqual: type: string partnerParentIdEqual: type: integer partnerParentIdIn: type: string title: KalturaSystemPartnerFilter type: object KalturaLiveStreamAdminEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaLiveStreamEntryFilter' anyOf: - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveStreamAdminEntryFilter type: string title: KalturaLiveStreamAdminEntryBaseFilter type: object x-abstract: true KalturaBulkDownloadJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: entryIds: description: Comma separated list of entry ids type: string flavorParamsId: description: Flavor params id to use for conversion type: integer puserId: description: The id of the requesting user type: string title: KalturaBulkDownloadJobData type: object KalturaFlavorParamsOutputBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorParamsFilter' anyOf: - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' description: '`abstract`' discriminator: objectType properties: flavorAssetIdEqual: type: string flavorAssetVersionEqual: type: string flavorParamsIdEqual: type: integer flavorParamsVersionEqual: type: string objectType: enum: - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter type: string title: KalturaFlavorParamsOutputBaseFilter type: object x-abstract: true KalturaUnicornDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaUnicornDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUnicornDistributionProviderFilter type: string title: KalturaUnicornDistributionProviderBaseFilter type: object x-abstract: true KalturaPushNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaPushNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaPushNotificationTemplateOrderBy title: KalturaPushNotificationTemplateFilter type: object KalturaFileAssetFilter: allOf: - $ref: '#/definitions/KalturaFileAssetBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaFileAssetOrderBy title: KalturaFileAssetFilter type: object KalturaTimedThumbAssetFilter: allOf: - $ref: '#/definitions/KalturaTimedThumbAssetBaseFilter' properties: orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaTimedThumbAssetOrderBy title: KalturaTimedThumbAssetFilter type: object KalturaRecordScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaRecordScheduleEventBaseFilter' properties: orderBy: enum: - +createdAt - +endDate - +priority - +startDate - +summary - +updatedAt - -createdAt - -endDate - -priority - -startDate - -summary - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - PRIORITY_ASC - START_DATE_ASC - SUMMARY_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - END_DATE_DESC - PRIORITY_DESC - START_DATE_DESC - SUMMARY_DESC - UPDATED_AT_DESC x-enumType: KalturaRecordScheduleEventOrderBy title: KalturaRecordScheduleEventFilter type: object KalturaAssetParamsFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsBaseFilter' anyOf: - $ref: '#/definitions/KalturaAssetParamsFilter' - $ref: '#/definitions/KalturaAssetParamsOutputFilter' - $ref: '#/definitions/KalturaCaptionParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' discriminator: objectType properties: objectType: enum: - KalturaAssetParamsFilter - KalturaAssetParamsOutputFilter - KalturaCaptionParamsFilter - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter type: string orderBy: type: string x-enumLabels: [] x-enumType: KalturaAssetParamsOrderBy title: KalturaAssetParamsFilter type: object KalturaGenericDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaGenericDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string isDefaultEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean isDefaultIn: type: string objectType: enum: - KalturaGenericDistributionProviderFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaGenericDistributionProviderStatus`' enum: - 2 - 3 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaGenericDistributionProviderStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaGenericDistributionProviderBaseFilter type: object x-abstract: true KalturaVendorCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCatalogItemBaseFilter' anyOf: - $ref: '#/definitions/KalturaVendorCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAlignmentCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorChapteringCatalogItemFilter' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' - $ref: '#/definitions/KalturaVendorDubbingCatalogItemFilter' discriminator: objectType properties: objectType: enum: - KalturaVendorCatalogItemFilter - KalturaVendorAlignmentCatalogItemFilter - KalturaVendorAudioDescriptionCatalogItemFilter - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorChapteringCatalogItemFilter - KalturaVendorExtendedAudioDescriptionCatalogItemFilter - KalturaVendorLiveCaptionCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter - KalturaVendorDubbingCatalogItemFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaVendorCatalogItemOrderBy partnerIdEqual: type: integer title: KalturaVendorCatalogItemFilter type: object KalturaImageFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: densityHeight: type: integer densityWidth: type: integer depth: type: integer sizeHeight: type: integer sizeWidth: type: integer title: KalturaImageFlavorParams type: object KalturaESearchUserParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchUserOperator' title: KalturaESearchUserParams type: object KalturaEntryScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventBaseFilter' anyOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' discriminator: objectType properties: objectType: enum: - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter type: string orderBy: enum: - +createdAt - +endDate - +priority - +startDate - +summary - +updatedAt - -createdAt - -endDate - -priority - -startDate - -summary - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - END_DATE_ASC - PRIORITY_ASC - START_DATE_ASC - SUMMARY_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - END_DATE_DESC - PRIORITY_DESC - START_DATE_DESC - SUMMARY_DESC - UPDATED_AT_DESC x-enumType: KalturaEntryScheduleEventOrderBy parentCategoryIdsLike: type: string parentCategoryIdsMultiLikeAnd: type: string parentCategoryIdsMultiLikeOr: type: string title: KalturaEntryScheduleEventFilter type: object KalturaKontikiStorageDeleteJobData: allOf: - $ref: '#/definitions/KalturaStorageDeleteJobData' properties: contentMoid: description: Unique Kontiki MOID for the content uploaded to Kontiki type: string serviceToken: type: string title: KalturaKontikiStorageDeleteJobData type: object KalturaAssetParamsResourceContainer: allOf: - $ref: '#/definitions/KalturaResource' properties: assetParamsId: description: The asset params to associate with the reaource type: integer resource: $ref: '#/definitions/KalturaContentResource' title: KalturaAssetParamsResourceContainer type: object KalturaDeliveryProfileLiveAppleHttpFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttpBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileLiveAppleHttpOrderBy title: KalturaDeliveryProfileLiveAppleHttpFilter type: object KalturaESearchGroupOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: sortField: description: 'Enum Type: `KalturaESearchGroupOrderByFieldName`' enum: - created_at - members_count - puser_id - screen_name - updated_at type: string x-enumLabels: - CREATED_AT - MEMBERS_COUNT - USER_ID - SCREEN_NAME - UPDATED_AT x-enumType: KalturaESearchGroupOrderByFieldName title: KalturaESearchGroupOrderByItem type: object KalturaComcastMrssDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaComcastMrssDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaComcastMrssDistributionProfileOrderBy title: KalturaComcastMrssDistributionProfileFilter type: object KalturaVendorChapteringCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorChapteringCatalogItemFilter type: object KalturaESearchUserItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractUserItem' properties: fieldName: description: 'Enum Type: `KalturaESearchUserFieldName`' enum: - company - country - created_at - email - external_id - first_name - group_ids - is_admin - is_hashed - last_name - login_enabled - permission_names - role_ids - screen_name - tags - title - updated_at - user_id - user_type type: string x-enumLabels: - COMPANY - COUNTRY - CREATED_AT - EMAIL - EXTERNAL_ID - FIRST_NAME - GROUP_IDS - IS_ADMIN - IS_HASHED - LAST_NAME - LOGIN_ENABLED - PERMISSION_NAMES - ROLE_IDS - SCREEN_NAME - TAGS - TITLE - UPDATED_AT - USER_ID - TYPE x-enumType: KalturaESearchUserFieldName title: KalturaESearchUserItem type: object KalturaWebexDropFolderFilter: allOf: - $ref: '#/definitions/KalturaWebexDropFolderBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaWebexDropFolderOrderBy title: KalturaWebexDropFolderFilter type: object KalturaCrossKalturaDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCrossKalturaDistributionProviderOrderBy title: KalturaCrossKalturaDistributionProviderFilter type: object KalturaUserScorePropertiesBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserScorePropertiesFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUserScorePropertiesFilter type: string title: KalturaUserScorePropertiesBaseFilter type: object x-abstract: true KalturaRemoteDropFolderFilter: allOf: - $ref: '#/definitions/KalturaRemoteDropFolderBaseFilter' anyOf: - $ref: '#/definitions/KalturaRemoteDropFolderFilter' - $ref: '#/definitions/KalturaFtpDropFolderFilter' - $ref: '#/definitions/KalturaSshDropFolderFilter' - $ref: '#/definitions/KalturaScpDropFolderFilter' - $ref: '#/definitions/KalturaSftpDropFolderFilter' discriminator: objectType properties: objectType: enum: - KalturaRemoteDropFolderFilter - KalturaFtpDropFolderFilter - KalturaSshDropFolderFilter - KalturaScpDropFolderFilter - KalturaSftpDropFolderFilter type: string orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaRemoteDropFolderOrderBy title: KalturaRemoteDropFolderFilter type: object KalturaEventCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaEventCuePointFilter' description: '`abstract`' discriminator: objectType properties: eventTypeEqual: description: 'Enum Type: `KalturaEventType`' enum: - '1' - '2' type: string x-enumLabels: - BROADCAST_START - BROADCAST_END x-enumType: KalturaEventType eventTypeIn: type: string objectType: enum: - KalturaEventCuePointFilter type: string title: KalturaEventCuePointBaseFilter type: object x-abstract: true KalturaVirtualEventFilter: allOf: - $ref: '#/definitions/KalturaVirtualEventBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaVirtualEventOrderBy title: KalturaVirtualEventFilter type: object KalturaLiveStreamAdminEntryCompareAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchComparableAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveStreamAdminEntry attributes. Use KalturaLiveStreamAdminEntryCompareAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveStreamAdminEntryCompareAttribute`' enum: - accessControlId - createdAt - endDate - lastPlayedAt - mediaDate - mediaType - moderationCount - moderationStatus - msDuration - partnerId - partnerSortValue - plays - rank - replacementStatus - startDate - status - totalRank - type - updatedAt - views type: string x-enumLabels: - ACCESS_CONTROL_ID - CREATED_AT - END_DATE - LAST_PLAYED_AT - MEDIA_DATE - MEDIA_TYPE - MODERATION_COUNT - MODERATION_STATUS - MS_DURATION - PARTNER_ID - PARTNER_SORT_VALUE - PLAYS - RANK - REPLACEMENT_STATUS - START_DATE - STATUS - TOTAL_RANK - TYPE - UPDATED_AT - VIEWS x-enumType: KalturaLiveStreamAdminEntryCompareAttribute title: KalturaLiveStreamAdminEntryCompareAttributeCondition type: object KalturaExternalMediaEntryFilter: allOf: - $ref: '#/definitions/KalturaExternalMediaEntryBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endDate - +lastPlayedAt - +mediaType - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -lastPlayedAt - -mediaType - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - LAST_PLAYED_AT_ASC - MEDIA_TYPE_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - LAST_PLAYED_AT_DESC - MEDIA_TYPE_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaExternalMediaEntryOrderBy title: KalturaExternalMediaEntryFilter type: object KalturaVarConsolePartnerFilter: allOf: - $ref: '#/definitions/KalturaPartnerFilter' properties: groupTypeEq: description: 'Enum Type: `KalturaPartnerGroupType` Eq filter for the partner''s group type' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PUBLISHER - VAR_GROUP - GROUP - TEMPLATE x-enumType: KalturaPartnerGroupType groupTypeIn: description: In filter for the partner's group type type: string partnerPermissionsExist: description: Filter for partner permissions- filter contains comma-separated string of permission names which the returned partners should have. type: string title: KalturaVarConsolePartnerFilter type: object KalturaVodScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaVodScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVodScheduleEventFilter type: string title: KalturaVodScheduleEventBaseFilter type: object x-abstract: true KalturaFileSyncResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest media that is already ingested to Kaltura system as a different file in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync. properties: fileSyncObjectType: description: The object type of the file sync object type: integer objectId: description: The object id of the file sync object type: string objectSubType: description: The object sub-type of the file sync object type: integer version: description: The version of the file sync object type: string title: KalturaFileSyncResource type: object KalturaActivitiBusinessProcessServerBaseFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessServerFilter' anyOf: - $ref: '#/definitions/KalturaActivitiBusinessProcessServerFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaActivitiBusinessProcessServerFilter type: string title: KalturaActivitiBusinessProcessServerBaseFilter type: object x-abstract: true KalturaAnswerCuePointBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaAnswerCuePointFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAnswerCuePointFilter type: string parentIdEqual: type: string parentIdIn: type: string quizUserEntryIdEqual: type: string quizUserEntryIdIn: type: string title: KalturaAnswerCuePointBaseFilter type: object x-abstract: true KalturaWatchLaterUserEntryAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: extendedStatusEqual: description: 'Enum Type: `KalturaUserEntryExtendedStatus`' enum: - quiz.SYNC_STATUS_ERROR - quiz.SYNC_STATUS_SUCCESS - viewHistory.PLAYBACK_COMPLETE - viewHistory.PLAYBACK_STARTED - viewHistory.VIEWED type: string x-enumLabels: - SYNC_STATUS_ERROR - SYNC_STATUS_SUCCESS - PLAYBACK_COMPLETE - PLAYBACK_STARTED - VIEWED x-enumType: KalturaUserEntryExtendedStatus extendedStatusIn: type: string idEqual: type: integer idIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaWatchLaterUserEntryAdvancedFilter type: object KalturaAmazonS3StorageProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaStorageProfileFilter' anyOf: - $ref: '#/definitions/KalturaAmazonS3StorageProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAmazonS3StorageProfileFilter type: string title: KalturaAmazonS3StorageProfileBaseFilter type: object x-abstract: true KalturaPermissionItemFilter: allOf: - $ref: '#/definitions/KalturaPermissionItemBaseFilter' anyOf: - $ref: '#/definitions/KalturaPermissionItemFilter' - $ref: '#/definitions/KalturaApiActionPermissionItemFilter' - $ref: '#/definitions/KalturaApiParameterPermissionItemFilter' discriminator: objectType properties: objectType: enum: - KalturaPermissionItemFilter - KalturaApiActionPermissionItemFilter - KalturaApiParameterPermissionItemFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaPermissionItemOrderBy title: KalturaPermissionItemFilter type: object KalturaESearchGroupUserItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractUserItem' properties: creationMode: description: 'Enum Type: `KalturaGroupUserCreationMode`' enum: - 1 - 2 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaGroupUserCreationMode fieldName: description: 'Enum Type: `KalturaEsearchGroupUserFieldName`' enum: - group_ids type: string x-enumLabels: - GROUP_IDS x-enumType: KalturaEsearchGroupUserFieldName title: KalturaESearchGroupUserItem type: object KalturaLiveStreamAdminEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveStreamAdminEntry attributes. Use KalturaLiveStreamAdminEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveStreamAdminEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaLiveStreamAdminEntryMatchAttribute title: KalturaLiveStreamAdminEntryMatchAttributeCondition type: object KalturaBulkUploadCategoryData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: {} title: KalturaBulkUploadCategoryData type: object KalturaViewHistoryUserEntryAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: extendedStatusEqual: description: 'Enum Type: `KalturaUserEntryExtendedStatus`' enum: - quiz.SYNC_STATUS_ERROR - quiz.SYNC_STATUS_SUCCESS - viewHistory.PLAYBACK_COMPLETE - viewHistory.PLAYBACK_STARTED - viewHistory.VIEWED type: string x-enumLabels: - SYNC_STATUS_ERROR - SYNC_STATUS_SUCCESS - PLAYBACK_COMPLETE - PLAYBACK_STARTED - VIEWED x-enumType: KalturaUserEntryExtendedStatus extendedStatusIn: type: string idEqual: type: string idIn: type: string updatedAtGreaterThanOrEqual: type: string updatedAtLessThanOrEqual: type: string userIdEqual: type: string userIdIn: type: string title: KalturaViewHistoryUserEntryAdvancedFilter type: object KalturaDocumentFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaDocumentFlavorParams type: object KalturaConferenceServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaConferenceServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaConferenceServerNodeFilter type: string title: KalturaConferenceServerNodeBaseFilter type: object x-abstract: true KalturaVendorExtendedAudioDescriptionCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorExtendedAudioDescriptionCatalogItemFilter type: object KalturaOptionalAnswer: description: A representation of an optional answer for question cue point properties: isCorrect: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean key: type: string text: type: string weight: type: number title: KalturaOptionalAnswer type: object KalturaCategoryEntryFilter: allOf: - $ref: '#/definitions/KalturaCategoryEntryBaseFilter' properties: orderBy: enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaCategoryEntryOrderBy title: KalturaCategoryEntryFilter type: object KalturaBaseSyndicationFeedFilter: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedBaseFilter' anyOf: - $ref: '#/definitions/KalturaBaseSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericSyndicationFeedFilter' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeedFilter' - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeedFilter' - $ref: '#/definitions/KalturaITunesSyndicationFeedFilter' - $ref: '#/definitions/KalturaTubeMogulSyndicationFeedFilter' - $ref: '#/definitions/KalturaYahooSyndicationFeedFilter' discriminator: objectType properties: objectType: enum: - KalturaBaseSyndicationFeedFilter - KalturaGenericSyndicationFeedFilter - KalturaGenericXsltSyndicationFeedFilter - KalturaGoogleVideoSyndicationFeedFilter - KalturaITunesSyndicationFeedFilter - KalturaTubeMogulSyndicationFeedFilter - KalturaYahooSyndicationFeedFilter type: string orderBy: enum: - +createdAt - +name - +playlistId - +type - +updatedAt - -createdAt - -name - -playlistId - -type - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - NAME_ASC - PLAYLIST_ID_ASC - TYPE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - NAME_DESC - PLAYLIST_ID_DESC - TYPE_DESC - UPDATED_AT_DESC x-enumType: KalturaBaseSyndicationFeedOrderBy title: KalturaBaseSyndicationFeedFilter type: object KalturaDeliveryProfileGenericHdsBaseFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileFilter' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericHdsFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileGenericHdsFilter type: string title: KalturaDeliveryProfileGenericHdsBaseFilter type: object x-abstract: true KalturaMetroPcsDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: assetLocalPaths: type: string thumbUrls: type: string title: KalturaMetroPcsDistributionJobProviderData type: object KalturaQuickPlayDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: thumbnailFilePaths: items: $ref: '#/definitions/KalturaString' type: array videoFilePaths: items: $ref: '#/definitions/KalturaString' type: array xml: type: string title: KalturaQuickPlayDistributionJobProviderData type: object KalturaSwfFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaSwfFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSwfFlavorParamsOrderBy title: KalturaSwfFlavorParamsFilter type: object KalturaSsoFilter: allOf: - $ref: '#/definitions/KalturaSsoBaseFilter' properties: {} title: KalturaSsoFilter type: object KalturaLiveEntryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaEntryServerNodeFilter' anyOf: - $ref: '#/definitions/KalturaLiveEntryServerNodeFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveEntryServerNodeFilter type: string title: KalturaLiveEntryServerNodeBaseFilter type: object x-abstract: true KalturaPartnerBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaPartnerFilter' - $ref: '#/definitions/KalturaSystemPartnerFilter' - $ref: '#/definitions/KalturaVarConsolePartnerFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer idEqual: type: integer idGreaterThan: type: integer idIn: type: string idNotIn: type: string monitorUsageEqual: type: integer nameEqual: type: string nameLike: type: string nameMultiLikeAnd: type: string nameMultiLikeOr: type: string objectType: enum: - KalturaPartnerFilter - KalturaSystemPartnerFilter - KalturaVarConsolePartnerFilter type: string partnerGroupTypeEqual: description: 'Enum Type: `KalturaPartnerGroupType`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PUBLISHER - VAR_GROUP - GROUP - TEMPLATE x-enumType: KalturaPartnerGroupType partnerNameDescriptionWebsiteAdminNameAdminEmailLike: type: string partnerPackageEqual: type: integer partnerPackageGreaterThanOrEqual: type: integer partnerPackageIn: type: string partnerPackageLessThanOrEqual: type: integer statusEqual: description: 'Enum Type: `KalturaPartnerStatus`' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - DELETED - ACTIVE - BLOCKED - FULL_BLOCK - READ_ONLY x-enumType: KalturaPartnerStatus statusIn: type: string title: KalturaPartnerBaseFilter type: object x-abstract: true KalturaLiveEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaLiveEntry attributes. Use KalturaLiveEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaLiveEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaLiveEntryMatchAttribute title: KalturaLiveEntryMatchAttributeCondition type: object KalturaDailymotionDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: geoBlockingMapping: description: 'Enum Type: `KalturaDailymotionGeoBlockingMapping`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - DISABLED - ACCESS_CONTROL - METADATA x-enumType: KalturaDailymotionGeoBlockingMapping password: type: string x-inputType: password user: type: string title: KalturaDailymotionDistributionProfile type: object KalturaCrossKalturaDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: distributedCaptionAssets: description: Key-value array where the keys are IDs of distributed caption assets in the source account and the values are the matching IDs in the target account type: string distributedCuePoints: description: Key-value array where the keys are IDs of distributed cue points in the source account and the values are the matching IDs in the target account type: string distributedFlavorAssets: description: Key-value array where the keys are IDs of distributed flavor assets in the source account and the values are the matching IDs in the target account type: string distributedMetadata: description: Key-value array where the keys are IDs of distributed metadata objects in the source account and the values are the matching IDs in the target account type: string distributedThumbAssets: description: Key-value array where the keys are IDs of distributed thumb assets in the source account and the values are the matching IDs in the target account type: string distributedThumbCuePoints: description: Key-value array where the keys are IDs of distributed thumb cue points in the source account and the values are the matching IDs in the target account type: string distributedTimedThumbAssets: description: Key-value array where the keys are IDs of distributed timed thumb assets in the source account and the values are the matching IDs in the target account type: string title: KalturaCrossKalturaDistributionJobProviderData type: object KalturaAnswerCuePoint: allOf: - $ref: '#/definitions/KalturaCuePoint' properties: answerKey: type: string correctAnswerKeys: items: $ref: '#/definitions/KalturaString' type: array explanation: description: '`readOnly`' readOnly: true type: string feedback: type: string isCorrect: description: '`readOnly` Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean openAnswer: type: string parentId: description: '`insertOnly`' type: string quizUserEntryId: description: '`insertOnly`' type: string title: KalturaAnswerCuePoint type: object KalturaMixEntryFilter: allOf: - $ref: '#/definitions/KalturaMixEntryBaseFilter' properties: orderBy: enum: - +createdAt - +duration - +endDate - +lastPlayedAt - +moderationCount - +name - +partnerSortValue - +plays - +rank - +recent - +startDate - +totalRank - +updatedAt - +views - +weight - -createdAt - -duration - -endDate - -lastPlayedAt - -moderationCount - -name - -partnerSortValue - -plays - -rank - -recent - -startDate - -totalRank - -updatedAt - -views - -weight type: string x-enumLabels: - CREATED_AT_ASC - DURATION_ASC - END_DATE_ASC - LAST_PLAYED_AT_ASC - MODERATION_COUNT_ASC - NAME_ASC - PARTNER_SORT_VALUE_ASC - PLAYS_ASC - RANK_ASC - RECENT_ASC - START_DATE_ASC - TOTAL_RANK_ASC - UPDATED_AT_ASC - VIEWS_ASC - WEIGHT_ASC - CREATED_AT_DESC - DURATION_DESC - END_DATE_DESC - LAST_PLAYED_AT_DESC - MODERATION_COUNT_DESC - NAME_DESC - PARTNER_SORT_VALUE_DESC - PLAYS_DESC - RANK_DESC - RECENT_DESC - START_DATE_DESC - TOTAL_RANK_DESC - UPDATED_AT_DESC - VIEWS_DESC - WEIGHT_DESC x-enumType: KalturaMixEntryOrderBy title: KalturaMixEntryFilter type: object KalturaExportToCsvOptions: properties: defaultHeader: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean format: description: 'The format of the outputted date string. There are also several predefined date constants that may be used instead, so for example DATE_RSS contains the format string ''D, d M Y H:i:s''. https://www.php.net/manual/en/function.date.php' type: string typeEqual: description: 'Enum Type: `KalturaEntryType` Setting this property will cause additional columns to be added to the final report. The columns will be related to the specific object type passed (currently only MEDIA_CLIP is supported). Please note that this property will NOT change the result filter in any way (i.e passing MEDIA_CLIP here will not force the report to return only media items).' enum: - '-1' - conference.CONFERENCE_ENTRY_SERVER - externalMedia.externalMedia - sip.SIP_ENTRY_SERVER - '1' - '2' - '5' - '6' - '7' - '8' - '10' type: string x-enumLabels: - AUTOMATIC - CONFERENCE_ENTRY_SERVER - EXTERNAL_MEDIA - SIP_ENTRY_SERVER - MEDIA_CLIP - MIX - PLAYLIST - DATA - LIVE_STREAM - LIVE_CHANNEL - DOCUMENT x-enumType: KalturaEntryType title: KalturaExportToCsvOptions type: object KalturaThumbParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaThumbParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaThumbParamsOutputOrderBy title: KalturaThumbParamsOutputFilter type: object KalturaYoutubeApiDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaYoutubeApiDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaYoutubeApiDistributionProviderOrderBy title: KalturaYoutubeApiDistributionProviderFilter type: object KalturaUverseClickToOrderDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUverseClickToOrderDistributionProfileFilter type: string title: KalturaUverseClickToOrderDistributionProfileBaseFilter type: object x-abstract: true KalturaDocumentFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaDocumentFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDocumentFlavorParamsOrderBy title: KalturaDocumentFlavorParamsFilter type: object KalturaMediaInfo: properties: audioBitRate: description: The audio bit rate type: integer audioBitRateMode: description: 'Enum Type: `KalturaBitRateMode` The audio bit rate mode' enum: - 1 - 2 type: integer x-enumLabels: - CBR - VBR x-enumType: KalturaBitRateMode audioChannels: description: The number of audio channels type: integer audioCodecId: description: The audio codec id type: string audioDuration: description: The audio duration type: integer audioFormat: description: The audio format type: string audioResolution: description: The audio resolution type: integer audioSamplingRate: description: The audio sampling rate type: integer bitsDepth: type: integer chromaSubsampling: type: string colorPrimaries: type: string colorSpace: type: string colorTransfer: type: string complexityValue: type: integer containerBitRate: description: The container bit rate type: integer containerDuration: description: The container duration type: integer containerFormat: description: The container format type: string containerId: description: The container id type: string containerProfile: description: The container profile type: string contentStreams: type: string fileSize: description: The file size type: integer flavorAssetId: description: The id of the related flavor asset type: string id: description: '`readOnly` The id of the media info' readOnly: true type: integer isFastStart: type: integer matrixCoefficients: type: string maxGOP: type: number multiStream: type: string multiStreamInfo: type: string pixelFormat: type: string rawData: description: The data as returned by the mediainfo command line type: string scanType: type: integer videoBitRate: description: The video bit rate type: integer videoBitRateMode: description: 'Enum Type: `KalturaBitRateMode` The video bit rate mode' enum: - 1 - 2 type: integer x-enumLabels: - CBR - VBR x-enumType: KalturaBitRateMode videoCodecId: description: The video codec id type: string videoDar: description: The video display aspect ratio (dar) type: number videoDuration: description: The video duration type: integer videoFormat: description: The video format type: string videoFrameRate: description: The video frame rate type: number videoHeight: description: The video height type: integer videoRotation: type: integer videoWidth: description: The video width type: integer writingLib: description: The writing library type: string title: KalturaMediaInfo type: object KalturaBulkUploadFilter: allOf: - $ref: '#/definitions/KalturaBulkUploadBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaBulkUploadOrderBy title: KalturaBulkUploadFilter type: object KalturaVirusScanProfileFilter: allOf: - $ref: '#/definitions/KalturaVirusScanProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaVirusScanProfileOrderBy title: KalturaVirusScanProfileFilter type: object KalturaBaseResponseProfile: anyOf: - $ref: '#/definitions/KalturaDetachedResponseProfile' - $ref: '#/definitions/KalturaResponseProfileHolder' - $ref: '#/definitions/KalturaResponseProfile' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDetachedResponseProfile - KalturaResponseProfileHolder - KalturaResponseProfile type: string title: KalturaBaseResponseProfile type: object x-abstract: true KalturaParseCaptionAssetJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: captionAssetId: type: string title: KalturaParseCaptionAssetJobData type: object KalturaESearchEntryParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: aggregations: $ref: '#/definitions/KalturaESearchAggregation' searchOperator: $ref: '#/definitions/KalturaESearchEntryOperator' title: KalturaESearchEntryParams type: object KalturaBulkUploadCategoryEntryData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: {} title: KalturaBulkUploadCategoryEntryData type: object KalturaKafkaNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaKafkaNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaKafkaNotificationTemplateOrderBy title: KalturaKafkaNotificationTemplateFilter type: object KalturaBeaconScheduledResourceBaseItem: allOf: - $ref: '#/definitions/KalturaESearchBaseItem' anyOf: - $ref: '#/definitions/KalturaBeaconScheduledResourceOperator' - $ref: '#/definitions/KalturaBeaconScheduledResourceItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBeaconScheduledResourceOperator - KalturaBeaconScheduledResourceItem type: string title: KalturaBeaconScheduledResourceBaseItem type: object x-abstract: true KalturaESearchEntryMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchEntryAbstractNestedItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchEntryMetadataItem type: object KalturaServerFileResource: allOf: - $ref: '#/definitions/KalturaGenericDataCenterContentResource' description: Used to ingest media file that is already accessible on the shared disc. properties: keepOriginalFile: description: Should keep original file (false = mv, true = cp) type: boolean localFilePath: description: Full path to the local file type: string title: KalturaServerFileResource type: object KalturaBeaconFilter: allOf: - $ref: '#/definitions/KalturaBeaconBaseFilter' properties: indexTypeEqual: description: 'Enum Type: `KalturaBeaconIndexType`' enum: - Log - State type: string x-enumLabels: - LOG - STATE x-enumType: KalturaBeaconIndexType orderBy: enum: - +objectId - +updatedAt - -objectId - -updatedAt type: string x-enumLabels: - OBJECT_ID_ASC - UPDATED_AT_ASC - OBJECT_ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBeaconOrderBy title: KalturaBeaconFilter type: object KalturaAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaAssetFilter' - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer deletedAtGreaterThanOrEqual: type: integer deletedAtLessThanOrEqual: type: integer entryIdEqual: type: string entryIdIn: type: string idEqual: type: string idIn: type: string objectType: enum: - KalturaAssetFilter - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string sizeGreaterThanOrEqual: type: integer sizeLessThanOrEqual: type: integer tagsLike: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaAssetBaseFilter type: object x-abstract: true KalturaESearchEntryBaseItem: allOf: - $ref: '#/definitions/KalturaESearchBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchEntryOperator' - $ref: '#/definitions/KalturaESearchNestedOperator' - $ref: '#/definitions/KalturaESearchCaptionItem' - $ref: '#/definitions/KalturaESearchCuePointItem' - $ref: '#/definitions/KalturaESearchEntryMetadataItem' - $ref: '#/definitions/KalturaESearchCategoryEntryItem' - $ref: '#/definitions/KalturaESearchEntryItem' - $ref: '#/definitions/KalturaESearchUnifiedItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchEntryOperator - KalturaESearchNestedOperator - KalturaESearchCaptionItem - KalturaESearchCuePointItem - KalturaESearchEntryMetadataItem - KalturaESearchCategoryEntryItem - KalturaESearchEntryItem - KalturaESearchUnifiedItem type: string title: KalturaESearchEntryBaseItem type: object x-abstract: true KalturaFileSyncDescriptor: anyOf: - $ref: '#/definitions/KalturaFileSyncDescriptor' - $ref: '#/definitions/KalturaDestFileSyncDescriptor' - $ref: '#/definitions/KalturaSourceFileSyncDescriptor' discriminator: objectType properties: fileEncryptionKey: type: string fileSyncLocalPath: type: string fileSyncObjectSubType: type: integer fileSyncRemoteUrl: description: The translated path as used by the scheduler type: string objectType: enum: - KalturaFileSyncDescriptor - KalturaDestFileSyncDescriptor - KalturaSourceFileSyncDescriptor type: string title: KalturaFileSyncDescriptor type: object KalturaVirtualScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaVirtualScheduleEventBaseFilter' properties: {} title: KalturaVirtualScheduleEventFilter type: object KalturaDeliveryProfileGenericHdsFilter: allOf: - $ref: '#/definitions/KalturaDeliveryProfileGenericHdsBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaDeliveryProfileGenericHdsOrderBy title: KalturaDeliveryProfileGenericHdsFilter type: object KalturaApiParameterPermissionItemBaseFilter: allOf: - $ref: '#/definitions/KalturaPermissionItemFilter' anyOf: - $ref: '#/definitions/KalturaApiParameterPermissionItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaApiParameterPermissionItemFilter type: string title: KalturaApiParameterPermissionItemBaseFilter type: object x-abstract: true KalturaCaptionParams: allOf: - $ref: '#/definitions/KalturaAssetParams' properties: format: description: '`insertOnly` Enum Type: `KalturaCaptionType` The caption format' enum: - '1' - '2' - '3' - '4' - '5' type: string x-enumLabels: - SRT - DFXP - WEBVTT - CAP - SCC x-enumType: KalturaCaptionType isDefault: description: 'Enum Type: `KalturaNullableBoolean` Is default caption asset of the entry' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean label: description: Friendly label type: string language: description: '`insertOnly` Enum Type: `KalturaLanguage` The language of the caption content' enum: - Abaza - Abkhazian - Abnaki Western - Abure - Achang - Achinese - Achterhooks - Achumawi - Adioukrou - Adyghe; Adygei - Adynyamathanha - Afade - Afar - Afrikaans - Aghem - Aghul - Aguacateco - Aguaruna - Ainu (Japan) - Akkadian - Aklanon - Akum - Alabama - Albanian - Albanian (Gheg) - Albanian (Tosk) - Aleut - Algonquian languages - Algonquin - Altai (Southern) - Amharic - Angloromani - Apache (Jicarilla) - Apache (Western) - Arabic - Arabic (standard) - Arabic Tunisian Spoken - Aramaic - Aramaic Samaritan - Arapaho - Araucanian - Arikara - Armenian - Aromanian - Assamese - Assiniboine - Assyrian Neo-Aramaic - Asturian - Athapascan languages - Atikamekw - Awadhi - Aymara - Azerbaijani - Babine - Badaga - Bai - Balinese - Balochi Southern - Balti - Baluchi - Basa (Cameroon) - Bashkir - Basque - Bavarian - Beaver - Beja - Bemba (Zambia) - Bengali (Bangla) - Betawi - Bezhta - Bhili - Bhojpuri - Bhutani - Bihari - Bikol - Bini - Bishnupriya Manipuri - Bislama - Breton - Buginese - Bulgarian - Buriat - Burmese - Byelorussian (Belarusian) - Caddo - Cambodian - Cantonese - Carrier - Carrier Southern - Catalan - Catawba - Cayuga - Cebuano - Chagatai - Chaldean Neo-Aramaic - Cherokee - Cheyenne - Chickasaw - Chilcotin - Chinese - Chinook jargon - Chipewyan - Chippewa - Choctaw - Chor - Chukot - Cimbrian - Clallam Klallam - Cochimi - Cocopa - Colognian - Comanche - Comorian - Comox - Coptic - Corsican - Cree - Creek - Crimean Tatar - Croatian - Cupeo - Czech - Dakota - Danish - Dargwa - Dari (Persian) - Dari Zoroastrian - Dehu - Delaware - Dinka - Dogri (generic) - Dogrib - Dolgan - Dong - Duala - Dungan - Dutch - Dyula - E - Emilian - English - English (American) - English (British) - English Middle (1100-1500) - Erzya - Esperanto - Estonian - Even - Evenki - Faeroese - Fala - Fang (Equatorial Guinea) - Farsi - Fiji - Filipino - Finnish - Finnish (Tornedalen) - Fon - Franco-Prove - Frankish - French - French (Canada) - Frisian - Frisian Northern - Friulian - Fur - Ga - Gaelic (Manx) - Gaelic (Scottish) - Gagauz - Galician - Gan - Geez - Georgian - German - German Hutterite - German Pennsylvania - Gilbertese - Gilyak Nivkh - Gitxsan - Greek - Greek Ancient (to 1453) - Greenlandic - Guarani - Gujarati - Gwichin - Haida - Hainanese - Haisla - Hakka - Halkomelem - Han - Hani - Hausa - Hawaiian - Hebrew - Heiltsuk - Hidatsa - Hiligaynon - Hindi - Hmong - Hokkien - Hopi - Huizhou Chinese - Hungarian - Icelandic - Ikposo - Iloko - Inari Sami - Indonesian - Ingrian - Ingush - Interlingua - Interlingue - Inuinnaqtun - Inuktitut - Inupiak - Irish - Iroquoian languages - Italian - Itelmen - Japanese - Javanese - Jinyu Chinese - Jju - Judeo-Crimean Tatar - Judeo-Georgian - Jutish - Kabardian - Kabuverdianu - Kabyle - Kachchi - Kaikavian literary language (Kajkavian) - Kalmyk Oirat - Kannada - Kansa - Karachay-Balkar - Karagas - Karaim - Karakalpak - Karelian - Kashmiri - Kashubian - Kaska - Kawi - Kazakh - Khakas - Khalaj Turkic - Khanty - Khasi - Khmer Northern - Kickapoo - Kinyarwanda (Ruanda) - Kiowa - Kirghiz - Kirundi (Rundi) - Klingon tlhIngan-Hol - Kodava - Komi-Permyak - Konkani (generic) - Konkani (specific) - Konkani Goan - Korean - Koryak - Kosraean - Kotava - Kpelle - Kumiai - Kumyk - Kurdish - Kutenai - Kwakiutl - Laal - Ladin - Ladino - Lahnda - Lahu - Lak - Laki - Lakota - Laothian - Latin - Latvian (Lettish) - Laz - Lezghian - Ligurian - Lillooet - Limbu - Limburgish ( Limburger) - Lingala - Lithuanian - Lojban - Loma (Liberia) - Lombard - Low German Low Saxon - Lozi - Luba-Lulua - Lucumi - Ludian - Lule Sami - Lunda - Luo (Kenya and Tanzania) - Lushootseed - Luxembourgish (Letzeburgesch) - Macedonian - Madurese - Magahi - Maithili - Malagasy - Malay - Malayalam - Malecite-Passamaquoddy - Maltese - Manchu - Mandaic - Mandan - Mandarin Chinese - Mansi - Maori - Maranao - Marathi - Mari (Russia) - Marwari - Masai - Mayo - Meitei - Mende (Sierra Leone) - Menominee - Michif - Micmac - Min Bei Chinese - Min Dong Chinese - Minangkabau - Mingrelian - Mirandese - Mohawk - Moksha - Moldavian - Mon - Mongolian - Montagnais - Morisyen - Mossi - Mozarabic - Multilingual - Muong - Nama (Namibia) - Nanai - Naskapi - Nauru - Neapolitan - Nepali - Newari Nepal Bhasa - Nganasan - Nisgaa - Niuean - No linguistic content - Nogai - Norse Old - Northern Sotho Pedi Sepedi - Norwegian - Novial - Nyamwezi - Nyoro - Nyungah - Occitan - Ojibwa Central - Ojibwa Eastern - Ojibwa Northwestern - Ojibwa Severn - Ojibwa Western - Ojibwe, Ojibwa - Okanagan - Okinawan Central - Old English - Oneida - Onondaga - Oriya - Oromo (Afan, Galla) - Ottawa - Paipai - Palauan - Pampanga - Pangasinan - Papiamento - Pashto (Pushto) - Persian - Persian (Dari) - Pfaelzisch - Picard - Piedmontese - Pirah - Pitcairn-Norfolk - Plautdietsch - Polish - Pontic - Portuguese - Portuguese (Brazil) - Potawatomi - Prussian - Pulaar - Punjabi - Qashqai - Qawasqar - Quechua - Quich Central - Rapanui - Rarotongan - Reserved for local use. - Rhaeto-Romance - Romagnol - Romani Kalo Finnish - Romani Sinte - Romanian - Romanian Istro - Romanian Megleno - Romany - Runion Creole French - Russian - Rusyn - Saint Lucian Creole French - Sakha - Salar - Salish Straits - Salishan languages - Sami Kildin - Sami languages - Samoan - Sangro - Sanskrit - Santali - Saramaccan - Sardinian Sassarese - Saterland Frisian - Saxon Upper - Scots - Sechelt - Seediq - Sekani - Selkup - Seneca - Serbian - Serbo-Croatian - Seri - Sesotho - Setswana - Shawnee - Shona - Shor - Shoshoni - Shuswap - Sicilian - Sidamo - Siksika - Silesian - Sindhi - Sinhalese - Siswati - Skolt Sami - Slavey North - Slavey South - Slovak - Slovenian - Somali - Soninke - Sorbian Lower - Sorbian Upper - Southern Sami - Southern Tutchone - Spanish - Spanish (Latin America) - Sranan - Stoney - Sudovian - Sumerian - Sundanese - Svan - Swabian - Swahili (Kiswahili) - Swedish - Swedish Sign Language - Swiss German Alemannic Alsatian - Syriac - Tabassaran - Tachawit - Tachelhit - Tagalog - Tagbanwa - Tagish - Tahltan - Tai Na - Taiwanese Mandarin - Tajik - Talysh - Tamajaq Tawallammat - Tamasheq - Tamazight Central Atlas - Tamil - Tarahumara Central - Tat Muslim - Tatar - Telugu - Teo Chew - Tetum - Thai - Thai (Northern) - Thai Northeastern - Thompson - Tibetan - Tigre - Tigrinya - Tlingit - Toda - Tohono Oodham - Tok Pisin - Tonga - Tonga (Nyasa) - Tsez - Tsimshian - Tsonga - Tulu - Tumbuka - Tumzabt - Tupinamb - Turkana - Turkish - Turkish Ottoman - Turkmen - Tuscarora - Tuvalu - Tuvinian - Twi - Ubykh - Udi - Udmurt - Uighur - Ukrainian - Undefined - Urdu - Urum - Uzbek - Venetian - Veps - Vietnamese - Volapuk - Voro - Votic - Vro - Waorani - Waray (Philippines) - Welsh - Western Farsi - Western Neo-Aramaic - Wiyot - Wolof - Wu Chinese - Wymysorys - Xhosa - Yanesha - Yiddish - Yoruba - Zapotec Isthmus - Zarma - Zulu type: string x-enumType: KalturaLanguage sourceParamsId: description: Id of the caption params or the flavor params to be used as source for the caption creation type: integer title: KalturaCaptionParams type: object KalturaVirtualScheduleEventBaseFilter: allOf: - $ref: '#/definitions/KalturaScheduleEventFilter' anyOf: - $ref: '#/definitions/KalturaVirtualScheduleEventFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVirtualScheduleEventFilter type: string title: KalturaVirtualScheduleEventBaseFilter type: object x-abstract: true KalturaCrossKalturaDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCrossKalturaDistributionProviderFilter type: string title: KalturaCrossKalturaDistributionProviderBaseFilter type: object x-abstract: true KalturaBatchJobFilterExt: allOf: - $ref: '#/definitions/KalturaBatchJobFilter' properties: jobTypeAndSubTypeIn: type: string title: KalturaBatchJobFilterExt type: object KalturaDoubleClickDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaDoubleClickDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDoubleClickDistributionProviderOrderBy title: KalturaDoubleClickDistributionProviderFilter type: object KalturaEmailNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaEmailNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaEmailNotificationTemplateFilter type: string title: KalturaEmailNotificationTemplateBaseFilter type: object x-abstract: true KalturaEntryVendorTaskBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaEntryVendorTaskFilter' description: '`abstract`' discriminator: objectType properties: catalogItemIdEqual: type: integer catalogItemIdIn: type: string contextEqual: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string expectedFinishTimeGreaterThanOrEqual: type: integer expectedFinishTimeLessThanOrEqual: type: integer finishTimeGreaterThanOrEqual: type: integer finishTimeLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaEntryVendorTaskFilter type: string queueTimeGreaterThanOrEqual: type: integer queueTimeLessThanOrEqual: type: integer reachProfileIdEqual: type: integer reachProfileIdIn: type: string statusEqual: description: 'Enum Type: `KalturaEntryVendorTaskStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - PENDING - READY - PROCESSING - PENDING_MODERATION - REJECTED - ERROR - ABORTED - PENDING_ENTRY_READY - SCHEDULED x-enumType: KalturaEntryVendorTaskStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string vendorPartnerIdEqual: type: integer vendorPartnerIdIn: type: string title: KalturaEntryVendorTaskBaseFilter type: object x-abstract: true KalturaShortLinkBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaShortLinkFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer expiresAtGreaterThanOrEqual: type: integer expiresAtLessThanOrEqual: type: integer idEqual: type: string idIn: type: string objectType: enum: - KalturaShortLinkFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaShortLinkStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaShortLinkStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaShortLinkBaseFilter type: object x-abstract: true KalturaESearchEntryNestedBaseItem: allOf: - $ref: '#/definitions/KalturaESearchEntryBaseNestedObject' anyOf: - $ref: '#/definitions/KalturaESearchNestedOperator' - $ref: '#/definitions/KalturaESearchCaptionItem' - $ref: '#/definitions/KalturaESearchCuePointItem' - $ref: '#/definitions/KalturaESearchEntryMetadataItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchNestedOperator - KalturaESearchCaptionItem - KalturaESearchCuePointItem - KalturaESearchEntryMetadataItem type: string title: KalturaESearchEntryNestedBaseItem type: object x-abstract: true KalturaConvertCollectionFlavorData: properties: audioBitrate: type: integer destFileSyncLocalPath: type: string destFileSyncRemoteUrl: type: string flavorAssetId: type: string flavorParamsOutputId: type: integer readyBehavior: type: integer videoBitrate: type: integer title: KalturaConvertCollectionFlavorData type: object KalturaYahooDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: contactEmail: type: string contactTelephone: type: string ftpHost: type: string ftpPassword: type: string ftpPath: type: string ftpUsername: type: string processFeed: description: 'Enum Type: `KalturaYahooDistributionProcessFeedActionStatus`' enum: - 0 - 1 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaYahooDistributionProcessFeedActionStatus title: KalturaYahooDistributionProfile type: object KalturaReportInputBaseFilter: anyOf: - $ref: '#/definitions/KalturaReportInputBaseFilter' - $ref: '#/definitions/KalturaReportInputFilter' - $ref: '#/definitions/KalturaEndUserReportInputFilter' - $ref: '#/definitions/KalturaReachReportInputFilter' discriminator: objectType properties: fromDate: description: Start date as Unix timestamp (In seconds) type: integer x-inputType: datetime fromDay: description: Start day as string (YYYYMMDD) type: string objectType: enum: - KalturaReportInputBaseFilter - KalturaReportInputFilter - KalturaEndUserReportInputFilter - KalturaReachReportInputFilter type: string toDate: description: End date as Unix timestamp (In seconds) type: integer x-inputType: datetime toDay: description: End date as string (YYYYMMDD) type: string title: KalturaReportInputBaseFilter type: object KalturaFtpDropFolderFilter: allOf: - $ref: '#/definitions/KalturaFtpDropFolderBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaFtpDropFolderOrderBy title: KalturaFtpDropFolderFilter type: object KalturaUserAgentContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request user agent context properties: {} title: KalturaUserAgentContextField type: object KalturaDataEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseEntryFilter' anyOf: - $ref: '#/definitions/KalturaDataEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDataEntryFilter type: string title: KalturaDataEntryBaseFilter type: object x-abstract: true KalturaEmailNotificationStaticRecipientJobData: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' description: JobData representing the static receipient array properties: emailRecipients: items: $ref: '#/definitions/KalturaKeyValue' type: array title: KalturaEmailNotificationStaticRecipientJobData type: object KalturaHuluDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: asperaHost: type: string asperaLogin: type: string asperaPass: type: string asperaPrivateKey: type: string asperaPublicKey: type: string disableEpisodeNumberCustomValidation: type: boolean passphrase: type: string port: type: integer protocol: description: 'Enum Type: `KalturaDistributionProtocol`' enum: - 1 - 2 - 3 - 4 - 5 - 10 type: integer x-enumLabels: - FTP - SCP - SFTP - HTTP - HTTPS - ASPERA x-enumType: KalturaDistributionProtocol seasonNumber: type: string seasonSynopsis: type: string seasonTuneInInformation: type: string seriesAdditionalCategories: items: $ref: '#/definitions/KalturaString' type: array seriesChannel: type: string seriesPrimaryCategory: type: string sftpHost: type: string sftpLogin: type: string sftpPass: type: string videoMediaType: type: string title: KalturaHuluDistributionProfile type: object KalturaBeaconSearchScheduledResourceOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: sortField: description: 'Enum Type: `KalturaBeaconScheduledResourceOrderByFieldName`' enum: - app_status - recording_phase - resource_Name - updated_at type: string x-enumLabels: - STATUS - RECORDING - RESOURCE_NAME - UPDATED_AT x-enumType: KalturaBeaconScheduledResourceOrderByFieldName title: KalturaBeaconSearchScheduledResourceOrderByItem type: object KalturaPlayableEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaBaseEntryFilter' anyOf: - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' description: '`abstract`' discriminator: objectType properties: durationGreaterThan: type: integer durationGreaterThanOrEqual: type: integer durationLessThan: type: integer durationLessThanOrEqual: type: integer durationTypeMatchOr: type: string lastPlayedAtGreaterThanOrEqual: type: integer lastPlayedAtLessThanOrEqual: type: integer lastPlayedAtLessThanOrEqualOrNull: type: integer objectType: enum: - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter type: string title: KalturaPlayableEntryBaseFilter type: object x-abstract: true KalturaUiConfFilter: allOf: - $ref: '#/definitions/KalturaUiConfBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaUiConfOrderBy title: KalturaUiConfFilter type: object KalturaDropFolderFileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaDropFolderFileFilter' - $ref: '#/definitions/KalturaFeedDropFolderFileFilter' - $ref: '#/definitions/KalturaWebexDropFolderFileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer deletedDropFolderFileIdEqual: type: integer dropFolderIdEqual: type: integer dropFolderIdIn: type: string entryIdEqual: type: string errorCodeEqual: description: 'Enum Type: `KalturaDropFolderFileErrorCode`' enum: - dropFolderXmlBulkUpload.ERROR_ADDING_BULK_UPLOAD - dropFolderXmlBulkUpload.ERROR_ADD_CONTENT_RESOURCE - dropFolderXmlBulkUpload.ERROR_IN_BULK_UPLOAD - dropFolderXmlBulkUpload.ERROR_WRITING_TEMP_FILE - dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_CHECKSUM - dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_SIZE - dropFolderXmlBulkUpload.MALFORMED_XML_FILE - dropFolderXmlBulkUpload.XML_FILE_SIZE_EXCEED_LIMIT - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '10' - '11' - '12' - '13' type: string x-enumLabels: - ERROR_ADDING_BULK_UPLOAD - ERROR_ADD_CONTENT_RESOURCE - ERROR_IN_BULK_UPLOAD - ERROR_WRITING_TEMP_FILE - LOCAL_FILE_WRONG_CHECKSUM - LOCAL_FILE_WRONG_SIZE - MALFORMED_XML_FILE - XML_FILE_SIZE_EXCEED_LIMIT - ERROR_UPDATE_ENTRY - ERROR_ADD_ENTRY - FLAVOR_NOT_FOUND - FLAVOR_MISSING_IN_FILE_NAME - SLUG_REGEX_NO_MATCH - ERROR_READING_FILE - ERROR_DOWNLOADING_FILE - ERROR_UPDATE_FILE - ERROR_ADDING_CONTENT_PROCESSOR - ERROR_IN_CONTENT_PROCESSOR - ERROR_DELETING_FILE - FILE_NO_MATCH x-enumType: KalturaDropFolderFileErrorCode errorCodeIn: type: string fileNameEqual: type: string fileNameIn: type: string fileNameLike: type: string idEqual: type: integer idIn: type: string leadDropFolderFileIdEqual: type: integer objectType: enum: - KalturaDropFolderFileFilter - KalturaFeedDropFolderFileFilter - KalturaWebexDropFolderFileFilter type: string parsedFlavorEqual: type: string parsedFlavorIn: type: string parsedFlavorLike: type: string parsedSlugEqual: type: string parsedSlugIn: type: string parsedSlugLike: type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaDropFolderFileStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 type: integer x-enumLabels: - UPLOADING - PENDING - WAITING - HANDLED - IGNORE - DELETED - PURGED - NO_MATCH - ERROR_HANDLING - ERROR_DELETING - DOWNLOADING - ERROR_DOWNLOADING - PROCESSING - PARSED - DETECTED x-enumType: KalturaDropFolderFileStatus statusIn: type: string statusNotIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaDropFolderFileBaseFilter type: object x-abstract: true KalturaGenericDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: resultParseData: type: string resultParserType: description: 'Enum Type: `KalturaGenericDistributionProviderParser`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - XSL - XPATH - REGEX x-enumType: KalturaGenericDistributionProviderParser xml: type: string title: KalturaGenericDistributionJobProviderData type: object KalturaIdeticDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaIdeticDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaIdeticDistributionProfileFilter type: string title: KalturaIdeticDistributionProfileBaseFilter type: object x-abstract: true KalturaVendorCatalogItemBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaVendorCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAlignmentCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorChapteringCatalogItemFilter' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' - $ref: '#/definitions/KalturaVendorDubbingCatalogItemFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string idNotIn: type: string objectType: enum: - KalturaVendorCatalogItemFilter - KalturaVendorAlignmentCatalogItemFilter - KalturaVendorAudioDescriptionCatalogItemFilter - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorChapteringCatalogItemFilter - KalturaVendorExtendedAudioDescriptionCatalogItemFilter - KalturaVendorLiveCaptionCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter - KalturaVendorDubbingCatalogItemFilter type: string serviceFeatureEqual: description: 'Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - CAPTIONS - TRANSLATION - ALIGNMENT - AUDIO_DESCRIPTION - CHAPTERING - INTELLIGENT_TAGGING - DUBBING - LIVE_CAPTION - EXTENDED_AUDIO_DESCRIPTION x-enumType: KalturaVendorServiceFeature serviceFeatureIn: type: string serviceTypeEqual: description: 'Enum Type: `KalturaVendorServiceType`' enum: - 1 - 2 type: integer x-enumLabels: - HUMAN - MACHINE x-enumType: KalturaVendorServiceType serviceTypeIn: type: string statusEqual: description: 'Enum Type: `KalturaVendorCatalogItemStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DEPRECATED - ACTIVE - DELETED x-enumType: KalturaVendorCatalogItemStatus statusIn: type: string turnAroundTimeEqual: description: 'Enum Type: `KalturaVendorServiceTurnAroundTime`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1800 - 7200 - 10800 - 21600 - 28800 - 43200 - 86400 - 172800 - 345600 - 432000 - 864000 type: integer x-enumLabels: - BEST_EFFORT - IMMEDIATE - ONE_BUSINESS_DAY - TWO_BUSINESS_DAYS - THREE_BUSINESS_DAYS - FOUR_BUSINESS_DAYS - FIVE_BUSINESS_DAYS - SIX_BUSINESS_DAYS - SEVEN_BUSINESS_DAYS - THIRTY_MINUTES - TWO_HOURS - THREE_HOURS - SIX_HOURS - EIGHT_HOURS - TWELVE_HOURS - TWENTY_FOUR_HOURS - FORTY_EIGHT_HOURS - FOUR_DAYS - FIVE_DAYS - TEN_DAYS x-enumType: KalturaVendorServiceTurnAroundTime turnAroundTimeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer vendorPartnerIdEqual: type: integer vendorPartnerIdIn: type: string title: KalturaVendorCatalogItemBaseFilter type: object x-abstract: true KalturaMediaEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaMediaEntry attributes. Use KalturaMediaEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaMediaEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - durationType - flavorParamsIds - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - DURATION_TYPE - FLAVOR_PARAMS_IDS - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaMediaEntryMatchAttribute title: KalturaMediaEntryMatchAttributeCondition type: object KalturaDailymotionDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaDailymotionDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaDailymotionDistributionProfileFilter type: string title: KalturaDailymotionDistributionProfileBaseFilter type: object x-abstract: true KalturaESearchBaseItem: anyOf: - $ref: '#/definitions/KalturaBeaconScheduledResourceOperator' - $ref: '#/definitions/KalturaBeaconScheduledResourceItem' - $ref: '#/definitions/KalturaESearchCategoryOperator' - $ref: '#/definitions/KalturaESearchCategoryItem' - $ref: '#/definitions/KalturaESearchCategoryMetadataItem' - $ref: '#/definitions/KalturaESearchCategoryUserItem' - $ref: '#/definitions/KalturaESearchEntryOperator' - $ref: '#/definitions/KalturaESearchNestedOperator' - $ref: '#/definitions/KalturaESearchCaptionItem' - $ref: '#/definitions/KalturaESearchCuePointItem' - $ref: '#/definitions/KalturaESearchEntryMetadataItem' - $ref: '#/definitions/KalturaESearchCategoryEntryItem' - $ref: '#/definitions/KalturaESearchEntryItem' - $ref: '#/definitions/KalturaESearchUnifiedItem' - $ref: '#/definitions/KalturaESearchGroupOperator' - $ref: '#/definitions/KalturaESearchGroupItem' - $ref: '#/definitions/KalturaESearchGroupMetadataItem' - $ref: '#/definitions/KalturaESearchUserOperator' - $ref: '#/definitions/KalturaESearchGroupUserItem' - $ref: '#/definitions/KalturaESearchUserItem' - $ref: '#/definitions/KalturaESearchUserMetadataItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBeaconScheduledResourceOperator - KalturaBeaconScheduledResourceItem - KalturaESearchCategoryOperator - KalturaESearchCategoryItem - KalturaESearchCategoryMetadataItem - KalturaESearchCategoryUserItem - KalturaESearchEntryOperator - KalturaESearchNestedOperator - KalturaESearchCaptionItem - KalturaESearchCuePointItem - KalturaESearchEntryMetadataItem - KalturaESearchCategoryEntryItem - KalturaESearchEntryItem - KalturaESearchUnifiedItem - KalturaESearchGroupOperator - KalturaESearchGroupItem - KalturaESearchGroupMetadataItem - KalturaESearchUserOperator - KalturaESearchGroupUserItem - KalturaESearchUserItem - KalturaESearchUserMetadataItem type: string title: KalturaESearchBaseItem type: object x-abstract: true KalturaBusinessProcessAbortNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBusinessProcessAbortNotificationTemplateFilter type: string title: KalturaBusinessProcessAbortNotificationTemplateBaseFilter type: object x-abstract: true KalturaDistributionEnableJobData: allOf: - $ref: '#/definitions/KalturaDistributionUpdateJobData' properties: {} title: KalturaDistributionEnableJobData type: object KalturaYoutubeApiDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: allowComments: type: string allowEmbedding: type: string allowRatings: type: string allowResponses: type: string apiAuthorizeUrl: type: string assumeSuccess: type: boolean defaultCategory: type: integer googleClientId: type: string googleClientSecret: type: string googleTokenData: type: string privacyStatus: type: string username: type: string title: KalturaYoutubeApiDistributionProfile type: object KalturaKeyValueExtended: allOf: - $ref: '#/definitions/KalturaKeyValue' properties: predefinedFormat: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaKeyValueExtended type: object KalturaMetroPcsDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: copyright: type: string entitlements: type: string ftpHost: type: string ftpLogin: type: string ftpPass: type: string ftpPath: type: string itemType: type: string providerId: type: string providerName: type: string rating: type: string title: KalturaMetroPcsDistributionProfile type: object KalturaESearchUserOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: sortField: description: 'Enum Type: `KalturaESearchUserOrderByFieldName`' enum: - created_at - puser_id - screen_name - updated_at type: string x-enumLabels: - CREATED_AT - USER_ID - SCREEN_NAME - UPDATED_AT x-enumType: KalturaESearchUserOrderByFieldName title: KalturaESearchUserOrderByItem type: object KalturaDropFolderFileResource: allOf: - $ref: '#/definitions/KalturaGenericDataCenterContentResource' description: Used to ingest media that dropped through drop folder properties: dropFolderFileId: description: Id of the drop folder file object type: integer title: KalturaDropFolderFileResource type: object KalturaESearchEntryAbstractNestedItem: allOf: - $ref: '#/definitions/KalturaESearchEntryNestedBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchCaptionItem' - $ref: '#/definitions/KalturaESearchCuePointItem' - $ref: '#/definitions/KalturaESearchEntryMetadataItem' description: '`abstract`' discriminator: objectType properties: addHighlight: type: boolean itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaESearchCaptionItem - KalturaESearchCuePointItem - KalturaESearchEntryMetadataItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaESearchEntryAbstractNestedItem type: object x-abstract: true KalturaMailJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: bodyParams: type: string campaignId: type: integer dynamicEmailContents: $ref: '#/definitions/KalturaDynamicEmailContents' fromEmail: type: string fromName: type: string isHtml: type: boolean language: description: 'Enum Type: `KalturaLanguageCode`' enum: - aa - ab - af - alg - am - ar - as - ath - ay - az - ba - be - bg - bh - bi - bla - bn - bo - br - ca - co - cr - crg - cs - cy - da - de - dz - el - en - en_gb - en_us - eo - es - es_xl - et - eu - fa - fi - fj - fo - fr - fr_ca - fy - ga - gd - gl - gn - gu - gv - ha - he - hi - hr - hu - hy - ia - id - ie - ik - ikt - in - iro - is - it - iu - iw - ja - ji - jv - ka - kk - kl - km - kn - ko - ks - ku - ky - la - lb - li - ln - lo - lt - lv - mg - mi - mic - mk - ml - mn - mo - moe - mr - ms - mt - mu - my - na - ne - nl - 'no' - oc - oj - ojs - ojw - oka - om - or - pa - pl - ps - pt - pt_br - qu - rm - rn - ro - ru - rw - sa - sal - sd - sg - sh - si - sk - sl - sm - smi - sn - so - sq - sr - ss - st - su - sv - sw - ta - tce - te - tg - th - ti - tk - tl - tn - to - tr - ts - tt - tw - ug - uk - un - ur - uz - vi - vo - wo - xh - yi - yo - zh - zh_tw - zu - zxx type: string x-enumLabels: - AA - AB - AF - ALG - AM - AR - AS_ - ATH - AY - AZ - BA - BE - BG - BH - BI - BLA - BN - BO - BR - CA - CO - CR - CRG - CS - CY - DA - DE - DZ - EL - EN - EN_GB - EN_US - EO - ES - ES_XL - ET - EU - FA - FI - FJ - FO - FR - FR_CA - FY - GA - GD - GL - GN - GU - GV - HA - HE - HI - HR - HU - HY - IA - ID - IE - IK - IKT - IN - IRO - IS - IT - IU - IW - JA - JI - JV - KA - KK - KL - KM - KN - KO - KS - KU - KY - LA - LB - LI - LN - LO - LT - LV - MG - MI - MIC - MK - ML - MN - MO - MOE - MR - MS - MT - MU - MY - NA - NE - NL - 'NO' - OC - OJ - OJS - OJW - OKA - OM - OR_ - PA - PL - PS - PT - PT_BR - QU - RM - RN - RO - RU - RW - SA - SAL - SD - SG - SH - SI - SK - SL - SM - SMI - SN - SO - SQ - SR - SS - ST - SU - SV - SW - TA - TCE - TE - TG - TH - TI - TK - TL - TN - TO - TR - TS - TT - TW - UG - UK - UN - UR - UZ - VI - VO - WO - XH - YI - YO - ZH - ZH_TW - ZU - ZXX x-enumType: KalturaLanguageCode mailPriority: type: integer mailType: description: 'Enum Type: `KalturaMailType`' enum: - '10' - '11' - '12' - '13' - '20' - '21' - '22' - '23' - '24' - '30' - '31' - '32' - '33' - '40' - '41' - '42' - '43' - '50' - '51' - '52' - '54' - '60' - '62' - '63' - '64' - '65' - '66' - '70' - '80' - '81' - '82' - '83' - '84' - '85' - '86' - '87' - '110' - '111' - '112' - '113' - '130' - '131' - '132' - '133' - '135' - '136' - '137' - '138' - '139' type: string x-enumLabels: - MAIL_TYPE_KALTURA_NEWSLETTER - MAIL_TYPE_ADDED_TO_FAVORITES - MAIL_TYPE_ADDED_TO_CLIP_FAVORITES - MAIL_TYPE_NEW_COMMENT_IN_PROFILE - MAIL_TYPE_CLIP_ADDED_YOUR_KALTURA - MAIL_TYPE_VIDEO_ADDED - MAIL_TYPE_ROUGHCUT_CREATED - MAIL_TYPE_ADDED_KALTURA_TO_YOUR_FAVORITES - MAIL_TYPE_NEW_COMMENT_IN_KALTURA - MAIL_TYPE_CLIP_ADDED - MAIL_TYPE_VIDEO_CREATED - MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES - MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_CONTRIBUTED - MAIL_TYPE_CLIP_CONTRIBUTED - MAIL_TYPE_ROUGHCUT_CREATED_SUBSCRIBED - MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES_SUBSCRIBED - MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_SUBSCRIBED - MAIL_TYPE_REGISTER_CONFIRM - MAIL_TYPE_PASSWORD_RESET - MAIL_TYPE_LOGIN_MAIL_RESET - MAIL_TYPE_REGISTER_CONFIRM_VIDEO_SERVICE - MAIL_TYPE_VIDEO_READY - MAIL_TYPE_VIDEO_IS_READY - MAIL_TYPE_BULK_DOWNLOAD_READY - MAIL_TYPE_BULKUPLOAD_FINISHED - MAIL_TYPE_BULKUPLOAD_FAILED - MAIL_TYPE_BULKUPLOAD_ABORTED - MAIL_TYPE_NOTIFY_ERR - MAIL_TYPE_ACCOUNT_UPGRADE_CONFIRM - MAIL_TYPE_VIDEO_SERVICE_NOTICE - MAIL_TYPE_VIDEO_SERVICE_NOTICE_LIMIT_REACHED - MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_LOCKED - MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_DELETED - MAIL_TYPE_VIDEO_SERVICE_NOTICE_UPGRADE_OFFER - MAIL_TYPE_ACCOUNT_REACTIVE_CONFIRM - MAIL_TYPE_EXTENDED_FREE_TRIAL_ENDS_WARNING - MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD - MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD_SUCCESS - MAIL_TYPE_SYSTEM_USER_NEW_PASSWORD - MAIL_TYPE_SYSTEM_USER_CREDENTIALS_SAVED - MAIL_TYPE_LIVE_REPORT_EXPORT_SUCCESS - MAIL_TYPE_LIVE_REPORT_EXPORT_FAILURE - MAIL_TYPE_LIVE_REPORT_EXPORT_ABORT - MAIL_TYPE_USERS_CSV - MAIL_TYPE_OBJECTS_CSV - MAIL_TYPE_REPORT_EXPORT_SUCCESS - MAIL_TYPE_REPORT_EXPORT_FAILURE - MAIL_TYPE_REPORT_EXPORT_ABORT - MAIL_TYPE_SIP_FAILURE x-enumType: KalturaMailType minSendDate: type: integer x-inputType: datetime recipientEmail: type: string recipientId: description: kuserId type: integer recipientName: type: string separator: type: string status: description: 'Enum Type: `KalturaMailJobStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PENDING - SENT - ERROR - QUEUED x-enumType: KalturaMailJobStatus subjectParams: type: string templatePath: type: string title: KalturaMailJobData type: object KalturaTvinciDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: assetsType: description: 'Enum Type: `KalturaTvinciAssetsType`' enum: - 1 - 2 type: integer x-enumLabels: - REGULAR - VIRTUAL x-enumType: KalturaTvinciAssetsType ingestUrl: type: string innerType: type: string password: type: string x-inputType: password tags: items: $ref: '#/definitions/KalturaTvinciDistributionTag' type: array username: type: string xsltFile: type: string title: KalturaTvinciDistributionProfile type: object KalturaEmailNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaEmailNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaEmailNotificationTemplateOrderBy title: KalturaEmailNotificationTemplateFilter type: object KalturaPushNotificationTemplateBaseFilter: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplateFilter' anyOf: - $ref: '#/definitions/KalturaPushNotificationTemplateFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPushNotificationTemplateFilter type: string title: KalturaPushNotificationTemplateBaseFilter type: object x-abstract: true KalturaTvinciDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaTvinciDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaTvinciDistributionProviderOrderBy title: KalturaTvinciDistributionProviderFilter type: object KalturaESearchOrderBy: properties: orderItems: items: $ref: '#/definitions/KalturaESearchOrderByItem' type: array title: KalturaESearchOrderBy type: object KalturaBaseUserBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer emailLike: type: string emailStartsWith: type: string objectType: enum: - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter type: string partnerIdEqual: type: integer screenNameLike: type: string screenNameStartsWith: type: string statusEqual: description: 'Enum Type: `KalturaUserStatus`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - BLOCKED - ACTIVE - DELETED x-enumType: KalturaUserStatus statusIn: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaBaseUserBaseFilter type: object x-abstract: true KalturaControlPanelCommandBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaControlPanelCommandFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer createdByIdEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaControlPanelCommandFilter type: string statusEqual: description: 'Enum Type: `KalturaControlPanelCommandStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PENDING - HANDLED - DONE - FAILED x-enumType: KalturaControlPanelCommandStatus statusIn: type: string targetTypeEqual: description: 'Enum Type: `KalturaControlPanelCommandTargetType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - DATA_CENTER - SCHEDULER - JOB_TYPE - JOB - BATCH x-enumType: KalturaControlPanelCommandTargetType targetTypeIn: type: string typeEqual: description: 'Enum Type: `KalturaControlPanelCommandType`' enum: - 4 type: integer x-enumLabels: - KILL x-enumType: KalturaControlPanelCommandType typeIn: type: string title: KalturaControlPanelCommandBaseFilter type: object x-abstract: true KalturaAnnotationBaseFilter: allOf: - $ref: '#/definitions/KalturaCuePointFilter' anyOf: - $ref: '#/definitions/KalturaAnnotationFilter' description: '`abstract`' discriminator: objectType properties: durationGreaterThanOrEqual: type: integer durationLessThanOrEqual: type: integer endTimeGreaterThanOrEqual: type: integer endTimeLessThanOrEqual: type: integer isPublicEqual: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean objectType: enum: - KalturaAnnotationFilter type: string parentIdEqual: type: string parentIdIn: type: string textLike: type: string textMultiLikeAnd: type: string textMultiLikeOr: type: string title: KalturaAnnotationBaseFilter type: object x-abstract: true KalturaReachProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaReachProfileFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaReachProfileFilter type: string profileTypeEqual: description: 'Enum Type: `KalturaReachProfileType`' enum: - 1 - 2 type: integer x-enumLabels: - FREE_TRIAL - PAID x-enumType: KalturaReachProfileType profileTypeIn: type: string statusEqual: description: 'Enum Type: `KalturaReachProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaReachProfileStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaReachProfileBaseFilter type: object x-abstract: true KalturaRelatedFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaQuizFilter' - $ref: '#/definitions/KalturaAssetFilter' - $ref: '#/definitions/KalturaAttachmentAssetFilter' - $ref: '#/definitions/KalturaTranscriptAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' - $ref: '#/definitions/KalturaFlavorAssetFilter' - $ref: '#/definitions/KalturaLiveAssetFilter' - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' - $ref: '#/definitions/KalturaThumbAssetFilter' - $ref: '#/definitions/KalturaTimedThumbAssetFilter' - $ref: '#/definitions/KalturaBaseEntryFilter' - $ref: '#/definitions/KalturaPlayableEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilter' - $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' - $ref: '#/definitions/KalturaExternalMediaEntryFilter' - $ref: '#/definitions/KalturaLiveEntryFilter' - $ref: '#/definitions/KalturaLiveChannelFilter' - $ref: '#/definitions/KalturaLiveStreamEntryFilter' - $ref: '#/definitions/KalturaLiveStreamAdminEntryFilter' - $ref: '#/definitions/KalturaMixEntryFilter' - $ref: '#/definitions/KalturaDataEntryFilter' - $ref: '#/definitions/KalturaDocumentEntryFilter' - $ref: '#/definitions/KalturaPlaylistFilter' - $ref: '#/definitions/KalturaCategoryUserFilter' - $ref: '#/definitions/KalturaUserFilter' - $ref: '#/definitions/KalturaGroupFilter' - $ref: '#/definitions/KalturaAdminUserFilter' - $ref: '#/definitions/KalturaAccessControlFilter' - $ref: '#/definitions/KalturaAccessControlProfileFilter' - $ref: '#/definitions/KalturaAssetParamsFilter' - $ref: '#/definitions/KalturaAssetParamsOutputFilter' - $ref: '#/definitions/KalturaCaptionParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsFilter' - $ref: '#/definitions/KalturaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaDocumentFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputFilter' - $ref: '#/definitions/KalturaImageFlavorParamsFilter' - $ref: '#/definitions/KalturaLiveParamsFilter' - $ref: '#/definitions/KalturaMediaFlavorParamsFilter' - $ref: '#/definitions/KalturaPdfFlavorParamsFilter' - $ref: '#/definitions/KalturaSwfFlavorParamsFilter' - $ref: '#/definitions/KalturaWidevineFlavorParamsFilter' - $ref: '#/definitions/KalturaThumbParamsFilter' - $ref: '#/definitions/KalturaThumbParamsOutputFilter' - $ref: '#/definitions/KalturaAuditTrailFilter' - $ref: '#/definitions/KalturaCategoryFilter' - $ref: '#/definitions/KalturaCategoryEntryFilter' - $ref: '#/definitions/KalturaConfMapsFilter' - $ref: '#/definitions/KalturaConversionProfileAssetParamsFilter' - $ref: '#/definitions/KalturaConversionProfileFilter' - $ref: '#/definitions/KalturaCuePointFilter' - $ref: '#/definitions/KalturaAdCuePointFilter' - $ref: '#/definitions/KalturaAnnotationFilter' - $ref: '#/definitions/KalturaAnswerCuePointFilter' - $ref: '#/definitions/KalturaCodeCuePointFilter' - $ref: '#/definitions/KalturaEventCuePointFilter' - $ref: '#/definitions/KalturaQuestionCuePointFilter' - $ref: '#/definitions/KalturaThumbCuePointFilter' - $ref: '#/definitions/KalturaEntryDistributionFilter' - $ref: '#/definitions/KalturaEntryVendorTaskFilter' - $ref: '#/definitions/KalturaFileAssetFilter' - $ref: '#/definitions/KalturaGroupUserFilter' - $ref: '#/definitions/KalturaLikeFilter' - $ref: '#/definitions/KalturaLiveChannelSegmentFilter' - $ref: '#/definitions/KalturaMetadataFilter' - $ref: '#/definitions/KalturaPermissionFilter' - $ref: '#/definitions/KalturaPermissionItemFilter' - $ref: '#/definitions/KalturaApiActionPermissionItemFilter' - $ref: '#/definitions/KalturaApiParameterPermissionItemFilter' - $ref: '#/definitions/KalturaRatingCountFilter' - $ref: '#/definitions/KalturaReachProfileFilter' - $ref: '#/definitions/KalturaScheduleEventFilter' - $ref: '#/definitions/KalturaEntryScheduleEventFilter' - $ref: '#/definitions/KalturaLiveRedirectScheduleEventFilter' - $ref: '#/definitions/KalturaLiveStreamScheduleEventFilter' - $ref: '#/definitions/KalturaMeetingScheduleEventFilter' - $ref: '#/definitions/KalturaBlackoutScheduleEventFilter' - $ref: '#/definitions/KalturaRecordScheduleEventFilter' - $ref: '#/definitions/KalturaVodScheduleEventFilter' - $ref: '#/definitions/KalturaVirtualScheduleEventFilter' - $ref: '#/definitions/KalturaScheduleEventResourceFilter' - $ref: '#/definitions/KalturaScheduleResourceFilter' - $ref: '#/definitions/KalturaCameraScheduleResourceFilter' - $ref: '#/definitions/KalturaLiveEntryScheduleResourceFilter' - $ref: '#/definitions/KalturaLocationScheduleResourceFilter' - $ref: '#/definitions/KalturaSsoFilter' - $ref: '#/definitions/KalturaUserEntryFilter' - $ref: '#/definitions/KalturaPermissionLevelUserEntryFilter' - $ref: '#/definitions/KalturaRegistrationUserEntryFilter' - $ref: '#/definitions/KalturaViewHistoryUserEntryFilter' - $ref: '#/definitions/KalturaWatchLaterUserEntryFilter' - $ref: '#/definitions/KalturaQuizUserEntryFilter' - $ref: '#/definitions/KalturaUserLoginDataFilter' - $ref: '#/definitions/KalturaUserRoleFilter' - $ref: '#/definitions/KalturaUserScorePropertiesFilter' - $ref: '#/definitions/KalturaVendorCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAlignmentCatalogItemFilter' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' - $ref: '#/definitions/KalturaVendorChapteringCatalogItemFilter' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItemFilter' - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' - $ref: '#/definitions/KalturaVendorDubbingCatalogItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaQuizFilter - KalturaAssetFilter - KalturaAttachmentAssetFilter - KalturaTranscriptAssetFilter - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter - KalturaFlavorAssetFilter - KalturaLiveAssetFilter - KalturaWidevineFlavorAssetFilter - KalturaThumbAssetFilter - KalturaTimedThumbAssetFilter - KalturaBaseEntryFilter - KalturaPlayableEntryFilter - KalturaMediaEntryFilter - KalturaMediaEntryFilterForPlaylist - KalturaExternalMediaEntryFilter - KalturaLiveEntryFilter - KalturaLiveChannelFilter - KalturaLiveStreamEntryFilter - KalturaLiveStreamAdminEntryFilter - KalturaMixEntryFilter - KalturaDataEntryFilter - KalturaDocumentEntryFilter - KalturaPlaylistFilter - KalturaCategoryUserFilter - KalturaUserFilter - KalturaGroupFilter - KalturaAdminUserFilter - KalturaAccessControlFilter - KalturaAccessControlProfileFilter - KalturaAssetParamsFilter - KalturaAssetParamsOutputFilter - KalturaCaptionParamsFilter - KalturaFlavorParamsFilter - KalturaDocumentFlavorParamsFilter - KalturaFlavorParamsOutputFilter - KalturaDocumentFlavorParamsOutputFilter - KalturaImageFlavorParamsOutputFilter - KalturaMediaFlavorParamsOutputFilter - KalturaPdfFlavorParamsOutputFilter - KalturaSwfFlavorParamsOutputFilter - KalturaWidevineFlavorParamsOutputFilter - KalturaImageFlavorParamsFilter - KalturaLiveParamsFilter - KalturaMediaFlavorParamsFilter - KalturaPdfFlavorParamsFilter - KalturaSwfFlavorParamsFilter - KalturaWidevineFlavorParamsFilter - KalturaThumbParamsFilter - KalturaThumbParamsOutputFilter - KalturaAuditTrailFilter - KalturaCategoryFilter - KalturaCategoryEntryFilter - KalturaConfMapsFilter - KalturaConversionProfileAssetParamsFilter - KalturaConversionProfileFilter - KalturaCuePointFilter - KalturaAdCuePointFilter - KalturaAnnotationFilter - KalturaAnswerCuePointFilter - KalturaCodeCuePointFilter - KalturaEventCuePointFilter - KalturaQuestionCuePointFilter - KalturaThumbCuePointFilter - KalturaEntryDistributionFilter - KalturaEntryVendorTaskFilter - KalturaFileAssetFilter - KalturaGroupUserFilter - KalturaLikeFilter - KalturaLiveChannelSegmentFilter - KalturaMetadataFilter - KalturaPermissionFilter - KalturaPermissionItemFilter - KalturaApiActionPermissionItemFilter - KalturaApiParameterPermissionItemFilter - KalturaRatingCountFilter - KalturaReachProfileFilter - KalturaScheduleEventFilter - KalturaEntryScheduleEventFilter - KalturaLiveRedirectScheduleEventFilter - KalturaLiveStreamScheduleEventFilter - KalturaMeetingScheduleEventFilter - KalturaBlackoutScheduleEventFilter - KalturaRecordScheduleEventFilter - KalturaVodScheduleEventFilter - KalturaVirtualScheduleEventFilter - KalturaScheduleEventResourceFilter - KalturaScheduleResourceFilter - KalturaCameraScheduleResourceFilter - KalturaLiveEntryScheduleResourceFilter - KalturaLocationScheduleResourceFilter - KalturaSsoFilter - KalturaUserEntryFilter - KalturaPermissionLevelUserEntryFilter - KalturaRegistrationUserEntryFilter - KalturaViewHistoryUserEntryFilter - KalturaWatchLaterUserEntryFilter - KalturaQuizUserEntryFilter - KalturaUserLoginDataFilter - KalturaUserRoleFilter - KalturaUserScorePropertiesFilter - KalturaVendorCatalogItemFilter - KalturaVendorAlignmentCatalogItemFilter - KalturaVendorAudioDescriptionCatalogItemFilter - KalturaVendorCaptionsCatalogItemFilter - KalturaVendorChapteringCatalogItemFilter - KalturaVendorExtendedAudioDescriptionCatalogItemFilter - KalturaVendorLiveCaptionCatalogItemFilter - KalturaVendorTranslationCatalogItemFilter - KalturaVendorDubbingCatalogItemFilter type: string title: KalturaRelatedFilter type: object x-abstract: true KalturaVendorTranslationCatalogItemBaseFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemFilter' anyOf: - $ref: '#/definitions/KalturaVendorTranslationCatalogItemFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaVendorTranslationCatalogItemFilter type: string targetLanguageEqual: description: 'Enum Type: `KalturaCatalogItemLanguage`' enum: - Arabic - Cantonese - Catalan - Chinese - Czech - Danish - Dutch - English - English (American) - English (British) - Finnish - French - French (Canada) - Gaelic (Scottish) - German - Greek - Hebrew - Hindi - Hungarian - Icelandic - Indonesian - Irish - Italian - Japanese - Korean - Malayalam - Mandarin Chinese - Norwegian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Russian - Spanish - Spanish (Latin America) - Swedish - Taiwanese Mandarin - Tamil - Thai - Turkish - Ukrainian - Urdu - Vietnamese - Welsh - Zulu type: string x-enumLabels: - AR - YUE - CA - ZH - CS - DA - NL - EN - EN_US - EN_GB - FI - FR - FR_CA - GD - DE - EL - HE - HI - HU - IS - IN - GA - IT - JA - KO - ML - CMN - 'NO' - PL - PT - PT_BR - RO - RU - ES - ES_XL - SV - ZH_TW - TA - TH - TR - UK - UR - VI - CY - ZU x-enumType: KalturaCatalogItemLanguage targetLanguageIn: type: string title: KalturaVendorTranslationCatalogItemBaseFilter type: object x-abstract: true KalturaConversionProfileFilter: allOf: - $ref: '#/definitions/KalturaConversionProfileBaseFilter' properties: orderBy: enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaConversionProfileOrderBy title: KalturaConversionProfileFilter type: object KalturaYoutubeApiDistributionProfileFilter: allOf: - $ref: '#/definitions/KalturaYoutubeApiDistributionProfileBaseFilter' properties: orderBy: enum: - +createdAt - +updatedAt - -createdAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaYoutubeApiDistributionProfileOrderBy title: KalturaYoutubeApiDistributionProfileFilter type: object KalturaDocumentEntryMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaDocumentEntry attributes. Use KalturaDocumentEntryMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaDocumentEntryMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaDocumentEntryMatchAttribute title: KalturaDocumentEntryMatchAttributeCondition type: object KalturaFreewheelDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: thumbAssetFilePath: description: Demonstrate passing single path to the job type: string videoAssetFilePaths: items: $ref: '#/definitions/KalturaFreewheelDistributionAssetPath' type: array title: KalturaFreewheelDistributionJobProviderData type: object KalturaGenericDistributionProviderActionBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaGenericDistributionProviderActionFilter' description: '`abstract`' discriminator: objectType properties: actionEqual: description: 'Enum Type: `KalturaDistributionAction`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - SUBMIT - UPDATE - DELETE - FETCH_REPORT x-enumType: KalturaDistributionAction actionIn: type: string createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer genericDistributionProviderIdEqual: type: integer genericDistributionProviderIdIn: type: string idEqual: type: integer idIn: type: string objectType: enum: - KalturaGenericDistributionProviderActionFilter type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaGenericDistributionProviderActionBaseFilter type: object x-abstract: true KalturaEntryDistributionFilter: allOf: - $ref: '#/definitions/KalturaEntryDistributionBaseFilter' properties: orderBy: enum: - +createdAt - +submittedAt - +sunrise - +sunset - +updatedAt - -createdAt - -submittedAt - -sunrise - -sunset - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - SUBMITTED_AT_ASC - SUNRISE_ASC - SUNSET_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - SUBMITTED_AT_DESC - SUNRISE_DESC - SUNSET_DESC - UPDATED_AT_DESC x-enumType: KalturaEntryDistributionOrderBy title: KalturaEntryDistributionFilter type: object KalturaTimeWarnerDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaTimeWarnerDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaTimeWarnerDistributionProfileFilter type: string title: KalturaTimeWarnerDistributionProfileBaseFilter type: object x-abstract: true KalturaBooleanField: allOf: - $ref: '#/definitions/KalturaBooleanValue' anyOf: - $ref: '#/definitions/KalturaEvalBooleanField' description: '`abstract` A boolean representation to return evaluated dynamic value' discriminator: objectType properties: objectType: enum: - KalturaEvalBooleanField type: string title: KalturaBooleanField type: object x-abstract: true KalturaSearchComparableCondition: allOf: - $ref: '#/definitions/KalturaSearchCondition' properties: comparison: description: 'Enum Type: `KalturaSearchConditionComparison`' enum: - '1' - '2' - '3' - '4' - '5' - '6' type: string x-enumLabels: - EQUAL - GREATER_THAN - GREATER_THAN_OR_EQUAL - LESS_THAN - LESS_THAN_OR_EQUAL - NOT_EQUAL x-enumType: KalturaSearchConditionComparison title: KalturaSearchComparableCondition type: object KalturaUiConfBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaUiConfFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer creationModeEqual: description: 'Enum Type: `KalturaUiConfCreationMode`' enum: - 2 - 3 - 4 type: integer x-enumLabels: - WIZARD - ADVANCED - SYSTEM x-enumType: KalturaUiConfCreationMode creationModeIn: type: string idEqual: type: integer idIn: type: string nameLike: type: string objTypeEqual: description: 'Enum Type: `KalturaUiConfObjType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 type: integer x-enumLabels: - PLAYER - CONTRIBUTION_WIZARD - SIMPLE_EDITOR - ADVANCED_EDITOR - PLAYLIST - APP_STUDIO - KRECORD - PLAYER_V3 - KMC_ACCOUNT - KMC_ANALYTICS - KMC_CONTENT - KMC_DASHBOARD - KMC_LOGIN - PLAYER_SL - CLIENTSIDE_ENCODER - KMC_GENERAL - KMC_ROLES_AND_PERMISSIONS - CLIPPER - KSR - KUPLOAD - WEBCASTING x-enumType: KalturaUiConfObjType objTypeIn: type: string objectType: enum: - KalturaUiConfFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string partnerTagsMultiLikeAnd: type: string partnerTagsMultiLikeOr: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer versionEqual: type: string versionMultiLikeAnd: type: string versionMultiLikeOr: type: string title: KalturaUiConfBaseFilter type: object x-abstract: true KalturaStorageJobData: allOf: - $ref: '#/definitions/KalturaJobData' anyOf: - $ref: '#/definitions/KalturaStorageJobData' - $ref: '#/definitions/KalturaStorageDeleteJobData' - $ref: '#/definitions/KalturaStorageExportJobData' - $ref: '#/definitions/KalturaKontikiStorageDeleteJobData' - $ref: '#/definitions/KalturaAmazonS3StorageExportJobData' - $ref: '#/definitions/KalturaKontikiStorageExportJobData' discriminator: objectType properties: destFileSyncStoredPath: type: string ftpPassiveMode: type: boolean objectType: enum: - KalturaStorageJobData - KalturaStorageDeleteJobData - KalturaStorageExportJobData - KalturaKontikiStorageDeleteJobData - KalturaAmazonS3StorageExportJobData - KalturaKontikiStorageExportJobData type: string serverPassPhrase: type: string serverPassword: type: string serverPrivateKey: type: string serverPublicKey: type: string serverUrl: type: string serverUsername: type: string srcFileEncryptionKey: type: string srcFileSyncId: type: string srcFileSyncLocalPath: type: string title: KalturaStorageJobData type: object KalturaEventCuePointFilter: allOf: - $ref: '#/definitions/KalturaEventCuePointBaseFilter' properties: orderBy: enum: - +createdAt - +intId - +partnerSortValue - +startTime - +triggeredAt - +updatedAt - -createdAt - -intId - -partnerSortValue - -startTime - -triggeredAt - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - INT_ID_ASC - PARTNER_SORT_VALUE_ASC - START_TIME_ASC - TRIGGERED_AT_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - INT_ID_DESC - PARTNER_SORT_VALUE_DESC - START_TIME_DESC - TRIGGERED_AT_DESC - UPDATED_AT_DESC x-enumType: KalturaEventCuePointOrderBy title: KalturaEventCuePointFilter type: object KalturaESearchCategoryUserItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractCategoryItem' properties: fieldName: description: 'Enum Type: `KalturaESearchCategoryUserFieldName`' enum: - user_id type: string x-enumLabels: - USER_ID x-enumType: KalturaESearchCategoryUserFieldName permissionLevel: description: 'Enum Type: `KalturaCategoryUserPermissionLevel`' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - MANAGER - MODERATOR - CONTRIBUTOR - MEMBER - NONE x-enumType: KalturaCategoryUserPermissionLevel permissionName: type: string title: KalturaESearchCategoryUserItem type: object KalturaDynamicEmailContents: properties: emailBody: description: The body of the customized email type: string emailSubject: description: The subject of the customized email type: string title: KalturaDynamicEmailContents type: object KalturaWebcamTokenResource: allOf: - $ref: '#/definitions/KalturaDataCenterContentResource' description: Used to ingest media that streamed to the system and represented by token that returned from media server such as FMS or red5. properties: token: description: Token that returned from media server such as FMS or red5. type: string title: KalturaWebcamTokenResource type: object KalturaBeaconScheduledResourceOperator: allOf: - $ref: '#/definitions/KalturaBeaconScheduledResourceBaseItem' properties: operator: description: 'Enum Type: `KalturaESearchOperatorType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AND_OP - OR_OP - NOT_OP x-enumType: KalturaESearchOperatorType searchItems: items: $ref: '#/definitions/KalturaBeaconScheduledResourceBaseItem' type: array title: KalturaBeaconScheduledResourceOperator type: object KalturaCategoryUserProviderFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer permissionNamesMatchAnd: type: string permissionNamesMatchOr: type: string statusEqual: description: 'Enum Type: `KalturaCategoryUserStatus`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - ACTIVE - PENDING - NOT_ACTIVE - DELETED x-enumType: KalturaCategoryUserStatus statusIn: type: string updateMethodEqual: description: 'Enum Type: `KalturaUpdateMethodType`' enum: - 0 - 1 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaUpdateMethodType updateMethodIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer userIdEqual: type: string userIdIn: type: string title: KalturaCategoryUserProviderFilter type: object KalturaEmailNotificationGroupRecipientJobData: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' description: JobData representing the dynamic user receipient array properties: groupId: type: string title: KalturaEmailNotificationGroupRecipientJobData type: object KalturaCategoryEntryAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: categoriesMatchOr: type: string categoryEntryStatusIn: type: string categoryIdEqual: type: integer orderBy: description: 'Enum Type: `KalturaCategoryEntryAdvancedOrderBy`' enum: - +createdAt - -createdAt type: string x-enumLabels: - CREATED_AT_ASC - CREATED_AT_DESC x-enumType: KalturaCategoryEntryAdvancedOrderBy title: KalturaCategoryEntryAdvancedFilter type: object KalturaCoordinatesContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request country context as calculated based on the IP address properties: geoCoderType: description: 'Enum Type: `KalturaGeoCoderType` The ip geo coder engine to be used' enum: - '1' - '2' - '3' type: string x-enumLabels: - KALTURA - MAX_MIND - DIGITAL_ELEMENT x-enumType: KalturaGeoCoderType title: KalturaCoordinatesContextField type: object KalturaPermissionItemBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaPermissionItemFilter' - $ref: '#/definitions/KalturaApiActionPermissionItemFilter' - $ref: '#/definitions/KalturaApiParameterPermissionItemFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer idEqual: type: integer idIn: type: string objectType: enum: - KalturaPermissionItemFilter - KalturaApiActionPermissionItemFilter - KalturaApiParameterPermissionItemFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string typeEqual: description: 'Enum Type: `KalturaPermissionItemType`' enum: - kApiActionPermissionItem - kApiParameterPermissionItem type: string x-enumLabels: - API_ACTION_ITEM - API_PARAMETER_ITEM x-enumType: KalturaPermissionItemType typeIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaPermissionItemBaseFilter type: object x-abstract: true KalturaBusinessProcessNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateBaseFilter' anyOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter' discriminator: objectType properties: objectType: enum: - KalturaBusinessProcessNotificationTemplateFilter - KalturaBusinessProcessAbortNotificationTemplateFilter - KalturaBusinessProcessSignalNotificationTemplateFilter - KalturaBusinessProcessStartNotificationTemplateFilter type: string orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBusinessProcessNotificationTemplateOrderBy title: KalturaBusinessProcessNotificationTemplateFilter type: object KalturaDistributionValidationErrorInvalidMetadata: allOf: - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidData' properties: metadataProfileId: type: integer title: KalturaDistributionValidationErrorInvalidMetadata type: object KalturaMixEntryBaseFilter: allOf: - $ref: '#/definitions/KalturaPlayableEntryFilter' anyOf: - $ref: '#/definitions/KalturaMixEntryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMixEntryFilter type: string title: KalturaMixEntryBaseFilter type: object x-abstract: true KalturaFileSyncFilter: allOf: - $ref: '#/definitions/KalturaFileSyncBaseFilter' properties: currentDc: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean orderBy: enum: - +createdAt - +fileSize - +readyAt - +syncTime - +updatedAt - +version - -createdAt - -fileSize - -readyAt - -syncTime - -updatedAt - -version type: string x-enumLabels: - CREATED_AT_ASC - FILE_SIZE_ASC - READY_AT_ASC - SYNC_TIME_ASC - UPDATED_AT_ASC - VERSION_ASC - CREATED_AT_DESC - FILE_SIZE_DESC - READY_AT_DESC - SYNC_TIME_DESC - UPDATED_AT_DESC - VERSION_DESC x-enumType: KalturaFileSyncOrderBy title: KalturaFileSyncFilter type: object KalturaYahooDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfileFilter' anyOf: - $ref: '#/definitions/KalturaYahooDistributionProfileFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaYahooDistributionProfileFilter type: string title: KalturaYahooDistributionProfileBaseFilter type: object x-abstract: true KalturaPlaylistMatchAttributeCondition: allOf: - $ref: '#/definitions/KalturaSearchMatchAttributeCondition' description: "Auto-generated class.\n Used to search KalturaPlaylist attributes. Use KalturaPlaylistMatchAttribute enum to provide attribute name.\n/" properties: attribute: description: 'Enum Type: `KalturaPlaylistMatchAttribute`' enum: - adminTags - categoriesIds - creatorId - description - groupId - id - name - referenceId - replacedEntryId - replacingEntryId - searchText - tags - userId type: string x-enumLabels: - ADMIN_TAGS - CATEGORIES_IDS - CREATOR_ID - DESCRIPTION - GROUP_ID - ID - NAME - REFERENCE_ID - REPLACED_ENTRY_ID - REPLACING_ENTRY_ID - SEARCH_TEXT - TAGS - USER_ID x-enumType: KalturaPlaylistMatchAttribute title: KalturaPlaylistMatchAttributeCondition type: object KalturaUverseClickToOrderDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUverseClickToOrderDistributionProviderFilter type: string title: KalturaUverseClickToOrderDistributionProviderBaseFilter type: object x-abstract: true KalturaESearchAbstractEntryItem: allOf: - $ref: '#/definitions/KalturaESearchEntryBaseItem' anyOf: - $ref: '#/definitions/KalturaESearchCategoryEntryItem' - $ref: '#/definitions/KalturaESearchEntryItem' - $ref: '#/definitions/KalturaESearchUnifiedItem' description: '`abstract`' discriminator: objectType properties: addHighlight: type: boolean itemType: description: 'Enum Type: `KalturaESearchItemType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - EXACT_MATCH - PARTIAL - STARTS_WITH - EXISTS - RANGE x-enumType: KalturaESearchItemType objectType: enum: - KalturaESearchCategoryEntryItem - KalturaESearchEntryItem - KalturaESearchUnifiedItem type: string range: $ref: '#/definitions/KalturaESearchRange' searchTerm: type: string title: KalturaESearchAbstractEntryItem type: object x-abstract: true KalturaUserRoleBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserRoleFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer descriptionLike: type: string idEqual: type: integer idIn: type: string nameEqual: type: string nameIn: type: string objectType: enum: - KalturaUserRoleFilter type: string partnerIdEqual: type: integer partnerIdIn: type: string statusEqual: description: 'Enum Type: `KalturaUserRoleStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - BLOCKED - DELETED x-enumType: KalturaUserRoleStatus statusIn: type: string systemNameEqual: type: string systemNameIn: type: string tagsMultiLikeAnd: type: string tagsMultiLikeOr: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaUserRoleBaseFilter type: object x-abstract: true KalturaEntryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter' anyOf: - $ref: '#/definitions/KalturaEntryServerNodeFilter' - $ref: '#/definitions/KalturaConferenceEntryServerNodeFilter' - $ref: '#/definitions/KalturaLiveEntryServerNodeFilter' - $ref: '#/definitions/KalturaSipEntryServerNodeFilter' description: '`abstract`' discriminator: objectType properties: createdAtGreaterThanOrEqual: type: integer createdAtLessThanOrEqual: type: integer entryIdEqual: type: string entryIdIn: type: string objectType: enum: - KalturaEntryServerNodeFilter - KalturaConferenceEntryServerNodeFilter - KalturaLiveEntryServerNodeFilter - KalturaSipEntryServerNodeFilter type: string serverNodeIdEqual: type: integer serverNodeIdIn: type: string serverNodeIdNotIn: type: string serverTypeEqual: description: 'Enum Type: `KalturaEntryServerNodeType`' enum: - '0' - '1' - '2' type: string x-enumLabels: - LIVE_PRIMARY - LIVE_BACKUP - LIVE_CLIPPING_TASK x-enumType: KalturaEntryServerNodeType serverTypeIn: type: string serverTypeNotIn: type: string statusEqual: description: 'Enum Type: `KalturaEntryServerNodeStatus`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 type: integer x-enumLabels: - ERROR - STOPPED - PLAYABLE - BROADCASTING - AUTHENTICATED - MARKED_FOR_DELETION - TASK_PENDING - TASK_QUEUED - TASK_PROCESSING - TASK_UPLOADING - TASK_FINISHED x-enumType: KalturaEntryServerNodeStatus statusIn: type: string updatedAtGreaterThanOrEqual: type: integer updatedAtLessThanOrEqual: type: integer title: KalturaEntryServerNodeBaseFilter type: object x-abstract: true KalturaCaptionAssetFilter: allOf: - $ref: '#/definitions/KalturaCaptionAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaCaptionAssetFilter' - $ref: '#/definitions/KalturaCaptionAssetItemFilter' discriminator: objectType properties: objectType: enum: - KalturaCaptionAssetFilter - KalturaCaptionAssetItemFilter type: string orderBy: enum: - +createdAt - +deletedAt - +size - +updatedAt - -createdAt - -deletedAt - -size - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - DELETED_AT_ASC - SIZE_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - DELETED_AT_DESC - SIZE_DESC - UPDATED_AT_DESC x-enumType: KalturaCaptionAssetOrderBy title: KalturaCaptionAssetFilter type: object KalturaTagFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: instanceCountEqual: type: integer instanceCountIn: type: integer objectTypeEqual: description: 'Enum Type: `KalturaTaggedObjectType`' enum: - '1' - '2' type: string x-enumLabels: - ENTRY - CATEGORY x-enumType: KalturaTaggedObjectType tagEqual: type: string tagStartsWith: type: string title: KalturaTagFilter type: object KalturaQuickPlayDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaQuickPlayDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaQuickPlayDistributionProviderOrderBy title: KalturaQuickPlayDistributionProviderFilter type: object KalturaLiveEntryScheduleResourceBaseFilter: allOf: - $ref: '#/definitions/KalturaScheduleResourceFilter' anyOf: - $ref: '#/definitions/KalturaLiveEntryScheduleResourceFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveEntryScheduleResourceFilter type: string title: KalturaLiveEntryScheduleResourceBaseFilter type: object x-abstract: true KalturaSipEntryServerNodeFilter: allOf: - $ref: '#/definitions/KalturaSipEntryServerNodeBaseFilter' properties: {} title: KalturaSipEntryServerNodeFilter type: object KalturaPodcastDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaDistributionProviderFilter' anyOf: - $ref: '#/definitions/KalturaPodcastDistributionProviderFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPodcastDistributionProviderFilter type: string title: KalturaPodcastDistributionProviderBaseFilter type: object x-abstract: true KalturaBusinessProcessStartNotificationTemplateFilter: allOf: - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplateBaseFilter' properties: orderBy: enum: - +createdAt - +id - +updatedAt - -createdAt - -id - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - UPDATED_AT_DESC x-enumType: KalturaBusinessProcessStartNotificationTemplateOrderBy title: KalturaBusinessProcessStartNotificationTemplateFilter type: object KalturaWidevineFlavorAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaFlavorAssetFilter' anyOf: - $ref: '#/definitions/KalturaWidevineFlavorAssetFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaWidevineFlavorAssetFilter type: string title: KalturaWidevineFlavorAssetBaseFilter type: object x-abstract: true KalturaHttpNotificationDispatchJobData: allOf: - $ref: '#/definitions/KalturaEventNotificationDispatchJobData' properties: authenticationMethod: description: 'Enum Type: `KalturaHttpNotificationAuthenticationMethod` The HTTP authentication method to use.' enum: - -18 - -17 - 1 - 2 - 4 - 8 type: integer x-enumLabels: - ANYSAFE - ANY - BASIC - DIGEST - GSSNEGOTIATE - NTLM x-enumType: KalturaHttpNotificationAuthenticationMethod connectTimeout: description: 'The number of seconds to wait while trying to connect. Must be larger than zero.' type: integer contentType: description: The type of the data to send. type: string customHeaders: items: $ref: '#/definitions/KalturaKeyValue' type: array data: description: Data to send. type: string method: description: 'Enum Type: `KalturaHttpNotificationMethod` Request method.' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - GET - POST - PUT - DELETE x-enumType: KalturaHttpNotificationMethod password: description: A password to use for the connection. type: string x-inputType: password signSecret: description: The secret to sign the notification with type: string sslCertificate: description: SSL certificate to verify the peer with. type: string sslCertificatePassword: description: The password required to use the certificate. type: string sslCertificateType: description: 'Enum Type: `KalturaHttpNotificationCertificateType` The format of the certificate.' enum: - DER - ENG - PEM type: string x-enumLabels: - DER - ENG - PEM x-enumType: KalturaHttpNotificationCertificateType sslEngine: description: The identifier for the crypto engine of the private SSL key specified in ssl key. type: string sslEngineDefault: description: The identifier for the crypto engine used for asymmetric crypto operations. type: string sslKey: description: Private SSL key. type: string sslKeyPassword: description: The secret password needed to use the private SSL key specified in ssl key. type: string sslKeyType: description: 'Enum Type: `KalturaHttpNotificationSslKeyType` The key type of the private SSL key specified in ssl key - PEM / DER / ENG.' enum: - DER - ENG - PEM type: string x-enumLabels: - DER - ENG - PEM x-enumType: KalturaHttpNotificationSslKeyType sslVersion: description: 'Enum Type: `KalturaHttpNotificationSslVersion` The SSL version (2 or 3) to use. By default PHP will try to determine this itself, although in some cases this must be set manually.' enum: - 2 - 3 type: integer x-enumLabels: - V2 - V3 x-enumType: KalturaHttpNotificationSslVersion timeout: description: The maximum number of seconds to allow cURL functions to execute. type: integer url: description: Remote server URL type: string username: description: A username to use for the connection. type: string title: KalturaHttpNotificationDispatchJobData type: object KalturaAssetsParamsResourceContainers: allOf: - $ref: '#/definitions/KalturaResource' properties: resources: items: $ref: '#/definitions/KalturaAssetParamsResourceContainer' type: array title: KalturaAssetsParamsResourceContainers type: object KalturaSftpDropFolderFilter: allOf: - $ref: '#/definitions/KalturaSftpDropFolderBaseFilter' properties: orderBy: enum: - +createdAt - +id - +name - +updatedAt - -createdAt - -id - -name - -updatedAt type: string x-enumLabels: - CREATED_AT_ASC - ID_ASC - NAME_ASC - UPDATED_AT_ASC - CREATED_AT_DESC - ID_DESC - NAME_DESC - UPDATED_AT_DESC x-enumType: KalturaSftpDropFolderOrderBy title: KalturaSftpDropFolderFilter type: object parameters: responseProfile: in: body name: responseProfile schema: properties: responseProfile: $ref: '#/definitions/KalturaBaseResponseProfile' type: object x-global: true x-volatile: true format: description: The format of the response enum: - 1 - 2 - 3 in: query name: format type: integer x-consoleDefault: 1 x-enumLabels: - JSON - XML - PHP x-global: true ks: in: query name: ks type: string x-global: true clientTag: default: devkcom in: query name: clientTag type: string x-hidden: true partnerId: in: query name: partnerId type: integer x-global: true x-volatile: false language: in: query name: language type: string x-global: true x-volatile: false securityDefinitions: ks: description: A Kaltura session ID in: body name: ks type: apiKey x-enums: KalturaAdsPolicy: oneOf: - enum: - NO_ADS title: NO_ADS - enum: - KEEP_ADS title: KEEP_ADS title: KalturaAdsPolicy KalturaAggregationCountOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaAggregationCountOrderBy KalturaAnnouncementOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaAnnouncementOrderBy KalturaAnnouncementRecipientsType: oneOf: - enum: - All title: ALL - enum: - LoggedIn title: LOGGEDIN - enum: - Guests title: GUESTS - enum: - Other title: OTHER title: KalturaAnnouncementRecipientsType KalturaAnnouncementStatus: oneOf: - enum: - NotSent title: NOTSENT - enum: - Sending title: SENDING - enum: - Sent title: SENT - enum: - Aborted title: ABORTED title: KalturaAnnouncementStatus KalturaApiParameterPermissionItemAction: oneOf: - enum: - READ title: READ - enum: - INSERT title: INSERT - enum: - UPDATE title: UPDATE - enum: - USAGE title: USAGE title: KalturaApiParameterPermissionItemAction KalturaAppTokenHashType: oneOf: - enum: - SHA1 title: SHA1 - enum: - SHA256 title: SHA256 - enum: - SHA512 title: SHA512 - enum: - MD5 title: MD5 title: KalturaAppTokenHashType KalturaAssetCommentOrderBy: oneOf: - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaAssetCommentOrderBy KalturaAssetHistoryOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaAssetHistoryOrderBy KalturaAssetOrderBy: oneOf: - enum: - RELEVANCY_DESC title: RELEVANCY_DESC - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - VIEWS_DESC title: VIEWS_DESC - enum: - RATINGS_DESC title: RATINGS_DESC - enum: - VOTES_DESC title: VOTES_DESC - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - LIKES_DESC title: LIKES_DESC - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaAssetOrderBy KalturaAssetReferenceType: oneOf: - enum: - media title: MEDIA - enum: - epg_internal title: EPG_INTERNAL - enum: - epg_external title: EPG_EXTERNAL title: KalturaAssetReferenceType KalturaAssetReminderOrderBy: oneOf: - enum: - RELEVANCY_DESC title: RELEVANCY_DESC - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - VIEWS_DESC title: VIEWS_DESC - enum: - RATINGS_DESC title: RATINGS_DESC - enum: - VOTES_DESC title: VOTES_DESC - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - LIKES_DESC title: LIKES_DESC title: KalturaAssetReminderOrderBy KalturaAssetStructOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - SYSTEM_NAME_ASC title: SYSTEM_NAME_ASC - enum: - SYSTEM_NAME_DESC title: SYSTEM_NAME_DESC - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC - enum: - UPDATE_DATE_ASC title: UPDATE_DATE_ASC - enum: - UPDATE_DATE_DESC title: UPDATE_DATE_DESC title: KalturaAssetStructOrderBy KalturaAssetType: oneOf: - enum: - media title: MEDIA - enum: - recording title: RECORDING - enum: - epg title: EPG title: KalturaAssetType KalturaBillingAction: oneOf: - enum: - unknown title: UNKNOWN - enum: - purchase title: PURCHASE - enum: - renew_payment title: RENEW_PAYMENT - enum: - renew_canceled_subscription title: RENEW_CANCELED_SUBSCRIPTION - enum: - cancel_subscription_order title: CANCEL_SUBSCRIPTION_ORDER - enum: - subscription_date_changed title: SUBSCRIPTION_DATE_CHANGED title: KalturaBillingAction KalturaBillingItemsType: oneOf: - enum: - unknown title: UNKNOWN - enum: - ppv title: PPV - enum: - subscription title: SUBSCRIPTION - enum: - pre_paid title: PRE_PAID - enum: - pre_paid_expired title: PRE_PAID_EXPIRED - enum: - collection title: COLLECTION title: KalturaBillingItemsType KalturaBillingPriceType: oneOf: - enum: - FullPeriod title: FULLPERIOD - enum: - PartialPeriod title: PARTIALPERIOD title: KalturaBillingPriceType KalturaBookmarkActionType: oneOf: - enum: - HIT title: HIT - enum: - PLAY title: PLAY - enum: - STOP title: STOP - enum: - PAUSE title: PAUSE - enum: - FIRST_PLAY title: FIRST_PLAY - enum: - SWOOSH title: SWOOSH - enum: - FULL_SCREEN title: FULL_SCREEN - enum: - SEND_TO_FRIEND title: SEND_TO_FRIEND - enum: - LOAD title: LOAD - enum: - FULL_SCREEN_EXIT title: FULL_SCREEN_EXIT - enum: - FINISH title: FINISH - enum: - ERROR title: ERROR - enum: - BITRATE_CHANGE title: BITRATE_CHANGE - enum: - NONE title: NONE title: KalturaBookmarkActionType KalturaBookmarkOrderBy: oneOf: - enum: - POSITION_ASC title: POSITION_ASC - enum: - POSITION_DESC title: POSITION_DESC title: KalturaBookmarkOrderBy KalturaBundleType: oneOf: - enum: - subscription title: SUBSCRIPTION - enum: - collection title: COLLECTION title: KalturaBundleType KalturaCatalogReferenceBy: oneOf: - enum: - MEDIA title: MEDIA - enum: - EPG_INTERNAL title: EPG_INTERNAL - enum: - EPG_EXTERNAL title: EPG_EXTERNAL title: KalturaCatalogReferenceBy KalturaCatalogWith: oneOf: - enum: - images title: IMAGES - enum: - files title: FILES - enum: - stats title: STATS title: KalturaCatalogWith KalturaChannelEnrichment: oneOf: - enum: - ClientLocation title: CLIENTLOCATION - enum: - UserId title: USERID - enum: - HouseholdId title: HOUSEHOLDID - enum: - DeviceId title: DEVICEID - enum: - DeviceType title: DEVICETYPE - enum: - UTCOffset title: UTCOFFSET - enum: - Language title: LANGUAGE - enum: - NPVRSupport title: NPVRSUPPORT - enum: - Catchup title: CATCHUP - enum: - Parental title: PARENTAL - enum: - DTTRegion title: DTTREGION - enum: - AtHome title: ATHOME title: KalturaChannelEnrichment KalturaChannelOrderBy: oneOf: - enum: - ORDER_NUM title: ORDER_NUM - enum: - RELEVANCY_DESC title: RELEVANCY_DESC - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - VIEWS_DESC title: VIEWS_DESC - enum: - RATINGS_DESC title: RATINGS_DESC - enum: - VOTES_DESC title: VOTES_DESC - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - LIKES_DESC title: LIKES_DESC - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaChannelOrderBy KalturaChannelsOrderBy: oneOf: - enum: - NONE title: NONE - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaChannelsOrderBy KalturaCollectionOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaCollectionOrderBy KalturaCompensationType: oneOf: - enum: - PERCENTAGE title: PERCENTAGE - enum: - FIXED_AMOUNT title: FIXED_AMOUNT title: KalturaCompensationType KalturaConfigurationGroupDeviceOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaConfigurationGroupDeviceOrderBy KalturaConfigurationGroupTagOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaConfigurationGroupTagOrderBy KalturaConfigurationsOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaConfigurationsOrderBy KalturaContextType: oneOf: - enum: - none title: NONE - enum: - recording title: RECORDING title: KalturaContextType KalturaCountryOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC title: KalturaCountryOrderBy KalturaCouponGroupType: oneOf: - enum: - COUPON title: COUPON - enum: - GIFT_CARD title: GIFT_CARD title: KalturaCouponGroupType KalturaCouponStatus: oneOf: - enum: - VALID title: VALID - enum: - NOT_EXISTS title: NOT_EXISTS - enum: - ALREADY_USED title: ALREADY_USED - enum: - EXPIRED title: EXPIRED - enum: - INACTIVE title: INACTIVE title: KalturaCouponStatus KalturaCurrencyOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - CODE_ASC title: CODE_ASC - enum: - CODE_DESC title: CODE_DESC title: KalturaCurrencyOrderBy KalturaCutWith: oneOf: - enum: - or title: OR - enum: - and title: AND title: KalturaCutWith KalturaDeviceRegistrationStatus: oneOf: - enum: - not_registered title: NOT_REGISTERED - enum: - registered title: REGISTERED - enum: - registered_to_another_household title: REGISTERED_TO_ANOTHER_HOUSEHOLD title: KalturaDeviceRegistrationStatus KalturaDeviceStatus: oneOf: - enum: - PENDING title: PENDING - enum: - ACTIVATED title: ACTIVATED - enum: - NOT_ACTIVATED title: NOT_ACTIVATED title: KalturaDeviceStatus KalturaDrmSchemeName: oneOf: - enum: - PLAYREADY_CENC title: PLAYREADY_CENC - enum: - WIDEVINE_CENC title: WIDEVINE_CENC - enum: - FAIRPLAY title: FAIRPLAY - enum: - WIDEVINE title: WIDEVINE - enum: - PLAYREADY title: PLAYREADY - enum: - CUSTOM_DRM title: CUSTOM_DRM title: KalturaDrmSchemeName KalturaDummyOrderBy: oneOf: [] title: KalturaDummyOrderBy KalturaEngagementOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaEngagementOrderBy KalturaEngagementType: oneOf: - enum: - Churn title: CHURN title: KalturaEngagementType KalturaEntitlementOrderBy: oneOf: - enum: - PURCHASE_DATE_ASC title: PURCHASE_DATE_ASC - enum: - PURCHASE_DATE_DESC title: PURCHASE_DATE_DESC title: KalturaEntitlementOrderBy KalturaEntityReferenceBy: oneOf: - enum: - user title: USER - enum: - household title: HOUSEHOLD title: KalturaEntityReferenceBy KalturaExportDataType: oneOf: - enum: - vod title: VOD - enum: - epg title: EPG - enum: - users title: USERS title: KalturaExportDataType KalturaExportTaskOrderBy: oneOf: - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaExportTaskOrderBy KalturaExportType: oneOf: - enum: - full title: FULL - enum: - incremental title: INCREMENTAL title: KalturaExportType KalturaFavoriteOrderBy: oneOf: - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaFavoriteOrderBy KalturaFollowTvSeriesOrderBy: oneOf: - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC title: KalturaFollowTvSeriesOrderBy KalturaGroupByField: oneOf: - enum: - media_type_id title: MEDIA_TYPE_ID title: KalturaGroupByField KalturaHouseholdDeviceOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaHouseholdDeviceOrderBy KalturaHouseholdFrequencyType: oneOf: - enum: - devices title: DEVICES - enum: - users title: USERS title: KalturaHouseholdFrequencyType KalturaHouseholdPaymentGatewaySelectedBy: oneOf: - enum: - none title: NONE - enum: - account title: ACCOUNT - enum: - household title: HOUSEHOLD title: KalturaHouseholdPaymentGatewaySelectedBy KalturaHouseholdRestriction: oneOf: - enum: - not_restricted title: NOT_RESTRICTED - enum: - user_master_restricted title: USER_MASTER_RESTRICTED - enum: - device_master_restricted title: DEVICE_MASTER_RESTRICTED - enum: - device_user_master_restricted title: DEVICE_USER_MASTER_RESTRICTED title: KalturaHouseholdRestriction KalturaHouseholdState: oneOf: - enum: - ok title: OK - enum: - created_without_npvr_account title: CREATED_WITHOUT_NPVR_ACCOUNT - enum: - suspended title: SUSPENDED - enum: - no_users_in_household title: NO_USERS_IN_HOUSEHOLD - enum: - pending title: PENDING title: KalturaHouseholdState KalturaHouseholdSuspensionState: oneOf: - enum: - NOT_SUSPENDED title: NOT_SUSPENDED - enum: - SUSPENDED title: SUSPENDED title: KalturaHouseholdSuspensionState KalturaHouseholdUserOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaHouseholdUserOrderBy KalturaHouseholdUserStatus: oneOf: - enum: - OK title: OK - enum: - PENDING title: PENDING title: KalturaHouseholdUserStatus KalturaHouseholdWith: oneOf: - enum: - users_base_info title: USERS_BASE_INFO - enum: - users_full_info title: USERS_FULL_INFO title: KalturaHouseholdWith KalturaIdentifierTypeBy: oneOf: - enum: - internal_id title: INTERNAL_ID - enum: - external_id title: EXTERNAL_ID title: KalturaIdentifierTypeBy KalturaImageObjectType: oneOf: - enum: - MEDIA_ASSET title: MEDIA_ASSET - enum: - PROGRAM_ASSET title: PROGRAM_ASSET - enum: - CHANNEL title: CHANNEL - enum: - CATEGORY title: CATEGORY - enum: - PARTNER title: PARTNER - enum: - IMAGE_TYPE title: IMAGE_TYPE title: KalturaImageObjectType KalturaImageOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaImageOrderBy KalturaImageStatus: oneOf: - enum: - PENDING title: PENDING - enum: - READY title: READY - enum: - FAILED title: FAILED title: KalturaImageStatus KalturaImageTypeOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaImageTypeOrderBy KalturaInboxMessageOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaInboxMessageOrderBy KalturaInboxMessageStatus: oneOf: - enum: - Unread title: UNREAD - enum: - Read title: READ - enum: - Deleted title: DELETED title: KalturaInboxMessageStatus KalturaInboxMessageType: oneOf: - enum: - SystemAnnouncement title: SYSTEMANNOUNCEMENT - enum: - Followed title: FOLLOWED - enum: - Engagement title: ENGAGEMENT - enum: - Interest title: INTEREST title: KalturaInboxMessageType KalturaLanguageOrderBy: oneOf: - enum: - SYSTEM_NAME_ASC title: SYSTEM_NAME_ASC - enum: - SYSTEM_NAME_DESC title: SYSTEM_NAME_DESC - enum: - CODE_ASC title: CODE_ASC - enum: - CODE_DESC title: CODE_DESC title: KalturaLanguageOrderBy KalturaMediaFileOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaMediaFileOrderBy KalturaMediaFileStreamerType: oneOf: - enum: - APPLE_HTTP title: APPLE_HTTP - enum: - MPEG_DASH title: MPEG_DASH - enum: - URL title: URL - enum: - SMOOTH_STREAMING title: SMOOTH_STREAMING title: KalturaMediaFileStreamerType KalturaMediaFileTypeQuality: oneOf: - enum: - ADAPTIVE title: ADAPTIVE - enum: - SD title: SD - enum: - HD_720 title: HD_720 - enum: - HD_1080 title: HD_1080 - enum: - UHD_4K title: UHD_4K title: KalturaMediaFileTypeQuality KalturaMessageTemplateType: oneOf: - enum: - Series title: SERIES - enum: - Reminder title: REMINDER - enum: - Churn title: CHURN - enum: - SeriesReminder title: SERIESREMINDER - enum: - InterestVod title: INTERESTVOD - enum: - InterestEPG title: INTERESTEPG title: KalturaMessageTemplateType KalturaMetaDataType: oneOf: - enum: - STRING title: STRING - enum: - MULTILINGUAL_STRING title: MULTILINGUAL_STRING - enum: - NUMBER title: NUMBER - enum: - BOOLEAN title: BOOLEAN - enum: - DATE title: DATE title: KalturaMetaDataType KalturaMetaFieldName: oneOf: - enum: - NONE title: NONE - enum: - SERIES_ID title: SERIES_ID - enum: - SEASON_NUMBER title: SEASON_NUMBER - enum: - EPISODE_NUMBER title: EPISODE_NUMBER title: KalturaMetaFieldName KalturaMetaOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - SYSTEM_NAME_ASC title: SYSTEM_NAME_ASC - enum: - SYSTEM_NAME_DESC title: SYSTEM_NAME_DESC - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC - enum: - UPDATE_DATE_ASC title: UPDATE_DATE_ASC - enum: - UPDATE_DATE_DESC title: UPDATE_DATE_DESC title: KalturaMetaOrderBy KalturaMetaTagOrderBy: oneOf: - enum: - META_ASC title: META_ASC - enum: - META_DESC title: META_DESC title: KalturaMetaTagOrderBy KalturaMetaType: oneOf: - enum: - STRING title: STRING - enum: - NUMBER title: NUMBER - enum: - BOOLEAN title: BOOLEAN - enum: - STRING_ARRAY title: STRING_ARRAY title: KalturaMetaType KalturaNotificationType: oneOf: - enum: - announcement title: ANNOUNCEMENT - enum: - system title: SYSTEM - enum: - Reminder title: REMINDER - enum: - series_reminder title: SERIES_REMINDER title: KalturaNotificationType KalturaOTTUserOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaOTTUserOrderBy KalturaParentalRuleOrderBy: oneOf: - enum: - PARTNER_SORT_VALUE title: PARTNER_SORT_VALUE title: KalturaParentalRuleOrderBy KalturaParentalRuleType: oneOf: - enum: - ALL title: ALL - enum: - MOVIES title: MOVIES - enum: - TV_SERIES title: TV_SERIES title: KalturaParentalRuleType KalturaPartnerConfigurationType: oneOf: - enum: - DefaultPaymentGateway title: DEFAULTPAYMENTGATEWAY - enum: - EnablePaymentGatewaySelection title: ENABLEPAYMENTGATEWAYSELECTION - enum: - OSSAdapter title: OSSADAPTER title: KalturaPartnerConfigurationType KalturaPaymentMethodProfileOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaPaymentMethodProfileOrderBy KalturaPaymentMethodType: oneOf: - enum: - unknown title: UNKNOWN - enum: - credit_card title: CREDIT_CARD - enum: - sms title: SMS - enum: - pay_pal title: PAY_PAL - enum: - debit_card title: DEBIT_CARD - enum: - ideal title: IDEAL - enum: - incaso title: INCASO - enum: - gift title: GIFT - enum: - visa title: VISA - enum: - master_card title: MASTER_CARD - enum: - in_app title: IN_APP - enum: - m1 title: M1 - enum: - change_subscription title: CHANGE_SUBSCRIPTION - enum: - offline title: OFFLINE title: KalturaPaymentMethodType KalturaPersonalFeedOrderBy: oneOf: - enum: - RELEVANCY_DESC title: RELEVANCY_DESC - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC - enum: - VIEWS_DESC title: VIEWS_DESC - enum: - RATINGS_DESC title: RATINGS_DESC - enum: - VOTES_DESC title: VOTES_DESC - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC title: KalturaPersonalFeedOrderBy KalturaPinType: oneOf: - enum: - purchase title: PURCHASE - enum: - parental title: PARENTAL title: KalturaPinType KalturaPlatform: oneOf: - enum: - Android title: ANDROID - enum: - iOS title: IOS - enum: - WindowsPhone title: WINDOWSPHONE - enum: - Blackberry title: BLACKBERRY - enum: - STB title: STB - enum: - CTV title: CTV - enum: - Other title: OTHER title: KalturaPlatform KalturaPlaybackContextType: oneOf: - enum: - TRAILER title: TRAILER - enum: - CATCHUP title: CATCHUP - enum: - START_OVER title: START_OVER - enum: - PLAYBACK title: PLAYBACK title: KalturaPlaybackContextType KalturaPositionOwner: oneOf: - enum: - household title: HOUSEHOLD - enum: - user title: USER title: KalturaPositionOwner KalturaPriceDetailsOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC title: KalturaPriceDetailsOrderBy KalturaPricePlanOrderBy: oneOf: - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaPricePlanOrderBy KalturaProductPriceOrderBy: oneOf: - enum: - PRODUCT_ID_ASC title: PRODUCT_ID_ASC - enum: - PRODUCT_ID_DESC title: PRODUCT_ID_DESC title: KalturaProductPriceOrderBy KalturaProtectionPolicy: oneOf: - enum: - ExtendingRecordingLifetime title: EXTENDINGRECORDINGLIFETIME - enum: - LimitedByRecordingLifetime title: LIMITEDBYRECORDINGLIFETIME title: KalturaProtectionPolicy KalturaPurchaseSettingsType: oneOf: - enum: - block title: BLOCK - enum: - ask title: ASK - enum: - allow title: ALLOW title: KalturaPurchaseSettingsType KalturaPurchaseStatus: oneOf: - enum: - ppv_purchased title: PPV_PURCHASED - enum: - free title: FREE - enum: - for_purchase_subscription_only title: FOR_PURCHASE_SUBSCRIPTION_ONLY - enum: - subscription_purchased title: SUBSCRIPTION_PURCHASED - enum: - for_purchase title: FOR_PURCHASE - enum: - subscription_purchased_wrong_currency title: SUBSCRIPTION_PURCHASED_WRONG_CURRENCY - enum: - pre_paid_purchased title: PRE_PAID_PURCHASED - enum: - geo_commerce_blocked title: GEO_COMMERCE_BLOCKED - enum: - entitled_to_preview_module title: ENTITLED_TO_PREVIEW_MODULE - enum: - first_device_limitation title: FIRST_DEVICE_LIMITATION - enum: - collection_purchased title: COLLECTION_PURCHASED - enum: - user_suspended title: USER_SUSPENDED - enum: - not_for_purchase title: NOT_FOR_PURCHASE - enum: - invalid_currency title: INVALID_CURRENCY - enum: - currency_not_defined_on_price_code title: CURRENCY_NOT_DEFINED_ON_PRICE_CODE title: KalturaPurchaseStatus KalturaQuotaOveragePolicy: oneOf: - enum: - StopAtQuota title: STOPATQUOTA - enum: - FIFOAutoDelete title: FIFOAUTODELETE title: KalturaQuotaOveragePolicy KalturaRecordingContextOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaRecordingContextOrderBy KalturaRecordingOrderBy: oneOf: - enum: - TITLE_ASC title: TITLE_ASC - enum: - TITLE_DESC title: TITLE_DESC - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - START_DATE_DESC title: START_DATE_DESC title: KalturaRecordingOrderBy KalturaRecordingStatus: oneOf: - enum: - SCHEDULED title: SCHEDULED - enum: - RECORDING title: RECORDING - enum: - RECORDED title: RECORDED - enum: - CANCELED title: CANCELED - enum: - FAILED title: FAILED - enum: - DELETED title: DELETED title: KalturaRecordingStatus KalturaRecordingType: oneOf: - enum: - SINGLE title: SINGLE - enum: - SEASON title: SEASON - enum: - SERIES title: SERIES title: KalturaRecordingType KalturaRegionOrderBy: oneOf: - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaRegionOrderBy KalturaReminderType: oneOf: - enum: - ASSET title: ASSET - enum: - SERIES title: SERIES title: KalturaReminderType KalturaReportOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaReportOrderBy KalturaRuleActionType: oneOf: - enum: - BLOCK title: BLOCK title: KalturaRuleActionType KalturaRuleLevel: oneOf: - enum: - invalid title: INVALID - enum: - user title: USER - enum: - household title: HOUSEHOLD - enum: - account title: ACCOUNT title: KalturaRuleLevel KalturaRuleType: oneOf: - enum: - parental title: PARENTAL - enum: - geo title: GEO - enum: - user_type title: USER_TYPE - enum: - device title: DEVICE title: KalturaRuleType KalturaScheduledRecordingAssetType: oneOf: - enum: - single title: SINGLE - enum: - series title: SERIES - enum: - all title: ALL title: KalturaScheduledRecordingAssetType KalturaSearchHistoryOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaSearchHistoryOrderBy KalturaSeriesRecordingOrderBy: oneOf: - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - START_DATE_DESC title: START_DATE_DESC - enum: - ID_ASC title: ID_ASC - enum: - ID_DESC title: ID_DESC - enum: - SERIES_ID_ASC title: SERIES_ID_ASC - enum: - SERIES_ID_DESC title: SERIES_ID_DESC title: KalturaSeriesRecordingOrderBy KalturaSeriesReminderOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaSeriesReminderOrderBy KalturaSocialActionOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaSocialActionOrderBy KalturaSocialActionPrivacy: oneOf: - enum: - ALLOW title: ALLOW - enum: - DONT_ALLOW title: DONT_ALLOW title: KalturaSocialActionPrivacy KalturaSocialActionType: oneOf: - enum: - LIKE title: LIKE - enum: - WATCH title: WATCH - enum: - RATE title: RATE - enum: - SHARE title: SHARE title: KalturaSocialActionType KalturaSocialCommentOrderBy: oneOf: - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaSocialCommentOrderBy KalturaSocialFriendActivityOrderBy: oneOf: - enum: - NONE title: NONE - enum: - UPDATE_DATE_DESC title: UPDATE_DATE_DESC title: KalturaSocialFriendActivityOrderBy KalturaSocialNetwork: oneOf: - enum: - facebook title: FACEBOOK title: KalturaSocialNetwork KalturaSocialPlatform: oneOf: - enum: - IN_APP title: IN_APP - enum: - FACEBOOK title: FACEBOOK - enum: - TWITTER title: TWITTER title: KalturaSocialPlatform KalturaSocialPrivacy: oneOf: - enum: - UNKNOWN title: UNKNOWN - enum: - EVERYONE title: EVERYONE - enum: - ALL_FRIENDS title: ALL_FRIENDS - enum: - FRIENDS_OF_FRIENDS title: FRIENDS_OF_FRIENDS - enum: - SELF title: SELF - enum: - CUSTOM title: CUSTOM title: KalturaSocialPrivacy KalturaSocialStatus: oneOf: - enum: - error title: ERROR - enum: - ok title: OK - enum: - user_does_not_exist title: USER_DOES_NOT_EXIST - enum: - no_user_social_settings_found title: NO_USER_SOCIAL_SETTINGS_FOUND - enum: - asset_already_liked title: ASSET_ALREADY_LIKED - enum: - not_allowed title: NOT_ALLOWED - enum: - invalid_parameters title: INVALID_PARAMETERS - enum: - no_facebook_action title: NO_FACEBOOK_ACTION - enum: - asset_already_rated title: ASSET_ALREADY_RATED - enum: - asset_dose_not_exists title: ASSET_DOSE_NOT_EXISTS - enum: - invalid_platform_request title: INVALID_PLATFORM_REQUEST - enum: - invalid_access_token title: INVALID_ACCESS_TOKEN title: KalturaSocialStatus KalturaStreamType: oneOf: - enum: - catchup title: CATCHUP - enum: - start_over title: START_OVER - enum: - trick_play title: TRICK_PLAY title: KalturaStreamType KalturaSubscriptionDependencyType: oneOf: - enum: - NOTAPPLICABLE title: NOTAPPLICABLE - enum: - BASE title: BASE - enum: - ADDON title: ADDON title: KalturaSubscriptionDependencyType KalturaSubscriptionOrderBy: oneOf: - enum: - START_DATE_ASC title: START_DATE_ASC - enum: - START_DATE_DESC title: START_DATE_DESC title: KalturaSubscriptionOrderBy KalturaSubscriptionSetOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC title: KalturaSubscriptionSetOrderBy KalturaSubscriptionSetType: oneOf: - enum: - SWITCH title: SWITCH - enum: - DEPENDENCY title: DEPENDENCY title: KalturaSubscriptionSetType KalturaTagOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaTagOrderBy KalturaTopicAutomaticIssueNotification: oneOf: - enum: - Inherit title: INHERIT - enum: - 'Yes' title: 'YES' - enum: - 'No' title: 'NO' title: KalturaTopicAutomaticIssueNotification KalturaTopicOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaTopicOrderBy KalturaTransactionAdapterStatus: oneOf: - enum: - OK title: OK - enum: - PENDING title: PENDING - enum: - FAILED title: FAILED title: KalturaTransactionAdapterStatus KalturaTransactionHistoryOrderBy: oneOf: - enum: - CREATE_DATE_ASC title: CREATE_DATE_ASC - enum: - CREATE_DATE_DESC title: CREATE_DATE_DESC title: KalturaTransactionHistoryOrderBy KalturaTransactionType: oneOf: - enum: - ppv title: PPV - enum: - subscription title: SUBSCRIPTION - enum: - collection title: COLLECTION title: KalturaTransactionType KalturaUploadTokenStatus: oneOf: - enum: - PENDING title: PENDING - enum: - FULL_UPLOAD title: FULL_UPLOAD - enum: - CLOSED title: CLOSED title: KalturaUploadTokenStatus KalturaUserAssetRuleOrderBy: oneOf: - enum: - NAME_ASC title: NAME_ASC - enum: - NAME_DESC title: NAME_DESC title: KalturaUserAssetRuleOrderBy KalturaUserAssetsListItemType: oneOf: - enum: - all title: ALL - enum: - media title: MEDIA title: KalturaUserAssetsListItemType KalturaUserAssetsListType: oneOf: - enum: - all title: ALL - enum: - watch title: WATCH - enum: - purchase title: PURCHASE - enum: - library title: LIBRARY title: KalturaUserAssetsListType KalturaUserRoleOrderBy: oneOf: - enum: - NONE title: NONE title: KalturaUserRoleOrderBy KalturaUserState: oneOf: - enum: - ok title: OK - enum: - user_with_no_household title: USER_WITH_NO_HOUSEHOLD - enum: - user_created_with_no_role title: USER_CREATED_WITH_NO_ROLE - enum: - user_not_activated title: USER_NOT_ACTIVATED title: KalturaUserState KalturaWatchStatus: oneOf: - enum: - progress title: PROGRESS - enum: - done title: DONE - enum: - all title: ALL title: KalturaWatchStatus x-errors: - code: '1000' description: The household you entered already exists in the system name: DomainAlreadyExists - code: '1001' description: The number of devices or users has exceeded the household limit name: ExceededLimit - code: '1002' description: The device type you selected is not supported by the system name: DeviceTypeNotAllowed - code: '1003' description: The device you selected is not part of the current household name: DeviceNotInDomain - code: '1004' description: The master email address you entered already exists in the system name: MasterEmailAlreadyExists - code: '1005' description: The user you selected is not part of the current household name: UserNotInDomain - code: '1006' description: The household you selected does not exist name: DomainNotExists - code: '1007' description: The system was unable to register this household user name: HouseholdUserFailed - code: '1008' description: The household was created without an external NPVR account name: DomainCreatedWithoutNPVRAccount - code: '1009' description: Unable to perform the action requested because the household has been suspended name: DomainSuspended - code: '1010' description: The device limitation module (DLM) you entered does not exist in the system name: DlmNotExist - code: '1011' description: Unable to authenticate this user - the user name or password are incorrect. Please re-enter this information name: WrongPasswordOrUserName - code: '1012' description: This household has already been suspended name: DomainAlreadySuspended - code: '1013' description: This household has already been activated name: DomainAlreadyActive - code: '1014' description: Unable to remove the device or user from the household at this time because of the limitation period name: LimitationPeriod - code: '1015' description: The device you are trying to add already exists in the system name: DeviceAlreadyExists - code: '1016' description: Unable to add this device to this household because the device is already associated with another household name: DeviceExistsInOtherDomains - code: '1017' description: There are no users associated with this household name: NoUsersInDomain - code: '1018' description: Unable to add this user to this household because the user is already associated with another household name: UserExistsInOtherDomains - code: '1019' description: The device you selected for this action does not exist in the household name: DeviceNotExists - code: '1020' description: The user you selected for this action does not exist in the household name: UserNotExistsInDomain - code: '1021' description: 'Unable to perform this action: the user is not the household master' name: ActionUserNotMaster - code: '1022' description: 'Unable to perform this action: you have exceeded the number of users for this household' name: ExceededUserLimit - code: '1023' description: This household has not been initialized name: DomainNotInitialized - code: '1024' description: Unable to confirm this device name: DeviceNotConfirmed - code: '1025' description: The request you entered could not be completed at this time name: RequestFailed - code: '1026' description: The user you selected for this action is not a valid user name: InvalidUser - code: '1027' description: The user you selected for this action doesn't have the necessary permissions name: UserNotAllowed - code: '1028' description: The PIN number you entered is already being used in this household name: DuplicatePin - code: '1029' description: Unable to add a user to the same household twice name: UserAlreadyInDomain - code: '1030' description: Unable to delete this user from the account due to permission limitations name: NotAllowedToDelete - code: '1031' description: Unable to add a home network to the same household twice name: HomeNetworkAlreadyExists - code: '1032' description: The number of home networks in the household has been exceeded name: HomeNetworkLimitation - code: '1033' description: The home network you specified does not exis name: HomeNetworkDoesNotExist - code: '1034' description: Unable to remove the home network from the household because of the frequency limitation name: HomeNetworkFrequency - code: '2000' description: This user doesn't exist name: UserDoesNotExist - code: '2001' description: Unable to perform this action due to a household suspension name: UserSuspended - code: '2003' description: The PIN provided does not exist in the system name: PinNotExists - code: '2004' description: The PIN provided has expired name: PinExpired - code: '2006' description: The PIN provided is not valid name: NoValidPin - code: '2007' description: The security answer for the PIN code is missing name: MissingSecurityParameter - code: '2008' description: The secret provided is incorrect name: SecretIsWrong - code: '2009' description: Log in using a PIN is not enabled for this account name: LoginViaPinNotAllowed - code: '2010' description: The PIN provided is not valid.(does not match the required number of digits). name: PinNotInTheRightLength - code: '2011' description: The PIN that you entered already exists in the system name: PinAlreadyExists - code: '2014' description: The user you are trying to add already exists name: UserExists - code: '2015' description: The account has been locked name: InsideLockTime - code: '2016' description: The user must be activated to log in name: UserNotActivated - code: '2017' description: This user is already logged in name: UserAllreadyLoggedIn - code: '2018' description: The user can't be logged in on more than one device name: UserDoubleLogIn - code: '2019' description: The device you are trying to connect is not registered name: DeviceNotRegistered - code: '2021' description: '' name: ErrorOnInitUser - code: '2023' description: The user must be approved by the household master name: UserNotMasterApproved - code: '2024' description: This user is not associated with any household. name: UserWithNoDomain - code: '2025' description: The specified user type does not exist name: UserTypeDoesNotExist - code: '2026' description: The activation token is incorrec name: ActivationTokenNotFound - code: '2027' description: This user has already been approved by the household master name: UserAlreadyMasterApproved - code: '2028' description: The login server is not available. Please try again name: LoginServerDown - code: '2029' description: This role has already been associated with this user name: RoleAlreadyAssignedToUser - code: '2030' description: Unable to delete the default household user name: DefaultUserCannotBeDeleted - code: '2031' description: The exclusive household master user can't be deleted name: ExclusiveMasterUserCannotBeDeleted - code: '2032' description: Unable to find the item you requested name: ItemNotFound - code: '2054' description: The external ID you are trying to add / update already exists name: ExternalIdAlreadyExists - code: '500063' message: 'externalCode: [@externalCode@], externalMessage: [@externalMessage@]' name: ExternalError - code: '3000' description: Unable to complete the purchase of the item requested name: InvalidPurchase - code: '3001' description: Unable to cancel the product request because the cancellation window has expired. name: CancelationWindowPeriodExpired - code: '3002' description: Unable to perform this action on a subscription that is not renewable name: SubscriptionNotRenewable - code: '3003' description: The user is not entitled to the premium service that he or she is trying to access name: ServiceNotAllowed - code: '3004' description: The CDN code that was provided is incorrect name: InvalidBaseLink - code: '3005' description: Unable to complete this request - content cannot be cancelled after being viewed. name: ContentAlreadyConsumed - code: '3011' description: The request failed for an unknown reason name: ReasonUnknown - code: '3015' description: The charge status for this purchase is unknown name: ChargeStatusUnknown - code: '3016' description: The Content ID is missing name: ContentIDMissing - code: '3017' description: There is no media for the file you requested. name: NoMediaRelatedToFile - code: '3018' description: Please enter the content ID and try again name: NoContentID - code: '3019' description: Please enter the product ID and try again name: NoProductID - code: '3020' description: The coupon you entered is not valid name: CouponNotValid - code: '3021' description: Pay-Per-View was already purchased by this household name: UnableToPurchasePPVPurchased - code: '3022' description: The product you are trying to purchase is free name: UnableToPurchaseFree - code: '3023' description: The product you are trying to purchase is restricted to subscription purchases only name: UnableToPurchaseForPurchaseSubscriptionOnly - code: '3024' description: This subscription was already purchased by this household. name: UnableToPurchaseSubscriptionPurchased - code: '3025' description: The Content ID entered is not available for purchase. name: NotForPurchase - code: '3026' description: '' name: Fail - code: '3027' description: This collection has already been purchased by this household name: UnableToPurchaseCollectionPurchased - code: '3028' description: The file and media don't match name: FileToMediaMismatch - code: '3029' description: '' name: ReconciliationFrequencyLimitation - code: '3030' description: The custom data identifier you entered is invalid name: InvalidCustomDataIdentifier - code: '3031' description: The file type provided is invalid name: InvalidFileType - code: '3032' description: The user does not have permission to access this content name: NotEntitled - code: '3033' description: Your account is not enabled for the C-DVR (recording) feature name: AccountCdvrNotEnabled - code: '3034' description: Your account is not enabled for the catch-up feature name: AccountCatchUpNotEnabled - code: '3035' description: This program is not recordable name: ProgramCdvrNotEnabled - code: '3036' description: This program does not support catch-up name: ProgramCatchUpNotEnabled - code: '3037' description: You've reach the maximum limit for the catch up buffer name: CatchUpBufferLimitation - code: '3038' description: This program cannot be recorded because it is not in the recording schedule window name: ProgramNotInRecordingScheduleWindow - code: '3039' description: The program ID provided is invalid name: RecordingNotFound - code: '3040' description: The program recording failed name: RecordingFailed - code: '3041' description: '' name: PaymentMethodIsUsedByHousehold - code: '3042' description: You've reached the maximum quote buffer for your household name: ExceededQuota - code: '3043' description: Unable to perform the action requested because of the current recording status. Actions are only allowed for these statuses:Recorded, Recording, Scheduled name: RecordingStatusNotValid - code: '3044' description: You've reached the maximum quota on protected programs, and can't protect any additional programs name: ExceededProtectionQuota - code: '3045' description: The account recording protection feature is disabled name: AccountProtectRecordNotEnabled - code: '3046' description: The account series recording feature is disabled name: AccountSeriesRecordingNotEnabled - code: '3047' description: This program has already been recorded as part of a series/season recording name: AlreadyRecordedAsSeriesOrSeason - code: '3048' description: Unable to find the requested series recording name: SeriesRecordingNotFound - code: '3049' description: Unable to cancel or delete an EPG program that is not part of the series name: EpgIdNotPartOfSeries - code: '3050' description: Recording playback is not allowed for a non-existing linear channel name: RecordingPlaybackNotAllowedForNonExistingEpgChannel - code: '3051' description: Recording playback is not allowed for non-entitled linear channels name: RecordingPlaybackNotAllowedForNotEntitledEpgChannel - code: '3052' description: The season number you entered doesn't match the season number that was recorded name: SeasonNumberNotMatch - code: '3074' description: '' name: SubscriptionCancellationIsBlocked - code: '4000' description: Media concurrency limitation (according to DLM configuration) name: MediaConcurrencyLimitation - code: '4001' description: Concurrency limitation (according to DLM configuration) name: ConcurrencyLimitation - code: '4002' description: '' name: BadSearchRequest - code: '4003' description: Relevant ElasticSearch index doesn't exist, either because it wasn't built or some other error. name: IndexMissing - code: '4004' description: KSQL query string contains a syntax error. It is not in the correct and expected format. name: SyntaxError - code: '4005' description: '' name: InvalidSearchField - code: '4006' description: There's no available recommendation engine to connect name: NoRecommendationEngineToInsert - code: '4007' description: The recommendation engine specified doesn't exist name: RecommendationEngineNotExist - code: '4008' description: The mandatory recommendation engine identifier field is missing from the request name: RecommendationEngineIdentifierRequired - code: '4009' description: The mandatory recommendation engine parameter fields are missing from the request name: RecommendationEngineParamsRequired - code: '4010' description: There's no external channel to connect name: NoExternalChannelToInsert - code: '4011' description: The external channel specified doesn't exist name: ExternalChannelNotExist - code: '4012' description: There's no external channel to update name: NoExternalChannelToUpdate - code: '4013' description: The mandatory external channel identifier field is missing from the request name: ExternalChannelIdentifierRequired - code: '4014' description: The external channel isn't connected to a recommendation engine name: ExternalChannelHasNoRecommendationEngine - code: '4015' description: There's no recommendation engine to update name: NoRecommendationEngineToUpdate - code: '4016' description: The specified external channel enrichment is not available name: InactiveExternalChannelEnrichment - code: '4017' description: Please specify the channel ID identifier name: IdentifierRequired - code: '4018' description: The object requested doesn't exist name: ObjectNotExist - code: '4019' description: There's no channel to add name: NoObjectToInsert - code: '4020' description: The asset type does not match one of the group asset types name: InvalidMediaType - code: '4021' description: The asset requested is not a valid asset type name: InvalidAssetType - code: '4022' description: The EPG program requested doesn't exist name: ProgramDoesntExist - code: '4023' description: Unable to recognize the action you specified name: ActionNotRecognized - code: '4024' description: The specified asset ID is invalid name: InvalidAssetId - code: '4025' description: Unable to find the country code specified name: CountryNotFound - code: '4026' description: The asset struct name is already in use name: AssetStructNameAlreadyInUse - code: '4027' description: The asset struct system name is already in use name: AssetStructSystemNameAlreadyInUse - code: '4031' description: One or more of the specified meta ids does not exist name: MetaIdsDoesNotExist - code: '4028' description: The specified asset strcut id does not exist name: AssetStructDoesNotExist - code: '4029' description: can not change predefined asset struct name name: CanNotChangePredefinedAssetStructSystemName - code: '4030' description: can not delete predefined asset struct name: CanNotDeletePredefinedAssetStruct - code: '4032' description: The meta system name is already in use name: MetaSystemNameAlreadyInUse - code: '4036' description: '' name: InvalidMutlipleValueForMetaType - code: '4033' description: The specified meta id does not exist name: MetaDoesNotExist - code: '4034' description: can not change predefined meta name name: CanNotChangePredefinedMetaSystemName - code: '4035' description: can not delete predefined meta name: CanNotDeletePredefinedMeta - code: '4037' description: One or more of the basic meta ids was not sent name: AssetStructMissingBasicMetaIds - code: '4038' description: '' name: AssetExternalIdMustBeUnique - code: '4040' description: '' name: InvalidMetaType - code: '4041' description: '' name: InvalidValueSentForMeta - code: '4042' description: '' name: DeviceRuleDoesNotExistForGroup - code: '4043' description: '' name: GeoBlockRuleDoesNotExistForGroup - code: '4039' description: '' name: AssetDoesNotExist - code: '4050' description: One or more of the specified meta ids does not exist name: MetaIdsDoesNotExistOnAsset - code: '4051' description: '' name: MediaFileTypeNameAlreadyInUse - code: '4052' description: '' name: MediaFileTypeDoesNotExist - code: '4055' description: '' name: CanNotRemoveBasicMetaIds - code: '4049' description: '' name: RatioAlreadyExist - code: '500064' message: 'languageCode: @lngCode@ has been sent more than once' name: DuplicateLanguageSent - code: '500065' message: 'Invalid value for feature: @feature@. feature can only contain alphanumeric values and/or underscore up until 64 characters' name: InvalidValueForFeature - code: '500066' message: Default language must be one of the values sent for @object@ name: DefaultLanguageMustBeSent - code: '500067' message: 'language: @lng@ is not part of group supported languages' name: GroupDoesNotContainLanguage - code: '500068' message: Global language parameter must be asterisk for write actions of multilingualName name: GlobalLanguageParameterMustBeAsterisk - code: '500069' message: multipleValue property must have a value when KalturaMetaDataType equals STRING name: MultiValueWasNotSentForMetaDataTypeString - code: '500070' message: Tag translations are not allowed using asset contoller, please use tag controller name: TagTranslationNotAllowed - code: '4060' description: The channel system name is already in use name: ChannelSystemNameAlreadyInUse - code: '5001' description: No parental PIN was defined for this user/household name: NoPinDefined - code: '5002' description: The parental PIN provided doesn't match the user/household PIN name: PinMismatch - code: '5003' description: This rule doesn't exist in the system name: RuleNotExists - code: '5004' description: There's no OSS Adapater Profile to add to the system name: NoOSSAdapterToInsert - code: '5005' description: The mandatory name field is missing from the request name: NameRequired - code: '5006' description: The mandatory shared secret field is missing from the request name: SharedSecretRequired - code: '5007' description: The mandatory OSS adapter identifier field is missing from the request name: OSSAdapterIdentifierRequired - code: '5008' description: The requested OSS adapter doesn't exist name: OSSAdapterNotExist - code: '5009' description: The mandatory OSS adapter parameter fields are missing from the request name: OSSAdapterParamsRequired - code: '5010' description: The status of the OSS adapter is unknown name: UnknownOSSAdapterState - code: '5011' description: The action requested is not allowed name: ActionIsNotAllowed - code: '5012' description: There's no OSS adapter to update name: NoOSSAdapterToUpdate - code: '5013' description: The mandatory adapter URL field is missing from the request name: AdapterUrlRequired - code: '5014' description: The system has detected conflicts between parameters name: ConflictedParams - code: '5015' description: The specified purchase settings type is Invalid name: PurchaseSettingsTypeInvalid - code: '5016' description: The requested export task wasn't found name: ExportTaskNotFound - code: '5017' description: The mandatory export notification URL field is missing from the request name: ExportNotificationUrlRequired - code: '5018' description: The export frequency set is below the minimum allowed name: ExportFrequencyMinValue - code: '5019' description: 'Invalid entry: the alias value must be unique' name: AliasMustBeUnique - code: '5020' description: The mandatory alias value field is missing from the request name: AliasRequired - code: '5021' description: There is no parental rule associated with this user name: UserParentalRuleNotExists - code: '5022' description: The system did not find any TimeShiftedTvPartner-related settings name: TimeShiftedTvPartnerSettingsNotFound - code: '5023' description: The TimeShiftedTvPartner settings specified are null name: TimeShiftedTvPartnerSettingsNotSent - code: '5024' description: You've configured a negative buffer value in the TimeShiftedTvPartnerr settings name: TimeShiftedTvPartnerSettingsNegativeBufferSent - code: '5025' description: The system didn't find any CDN partner -related settings for the group account name: CDNPartnerSettingsNotFound - code: '6000' description: The price shown for the item in the request is not the actual price. name: IncorrectPrice - code: '6001' description: This PPVModule does not belong to the item. name: UnKnownPPVModule - code: '6002' description: The specified credit card has expired. name: ExpiredCard - code: '6003' description: Cellular Permissions Error name: CellularPermissionsError - code: '6004' description: The billing provider specified is not a recognized provider. name: UnKnownBillingProvider - code: '6005' description: The mandatory Payment Gateway ID field is missing from the request. name: PaymentGatewayIdRequired - code: '6006' description: The mandatory Payment Gateway settings field is missing from the request. name: PaymentGatewayParamsRequired - code: '6007' description: There's no Payment Gateway set up for this household. name: PaymentGatewayNotSetForHousehold - code: '6008' description: The requested Payment Gateway doesn't exist. name: PaymentGatewayNotExist - code: '6009' description: The mandatory Payment Gateway charge ID field is missing from the request. name: PaymentGatewayChargeIdRequired - code: '6011' description: The configuration for the credit card clearing has not been set. name: NoConfigurationFound - code: '6012' description: The adapter failed to complete the request. name: AdapterAppFailure - code: '6013' description: The signature provide doesn't match the signature on record. name: SignatureMismatch - code: '6014' description: An error occurred while trying to save the Payment Gateway transaction. name: ErrorSavingPaymentGatewayTransaction - code: '6015' description: An error occurred while trying to save the pending Payment Gateway name: ErrorSavingPaymentGatewayPending - code: '6016' description: The mandatory external identifier field is missing from the request. name: ExternalIdentifierRequired - code: '6017' description: An error occurred while trying to set a Payment Gateway for this household. name: ErrorSavingPaymentGatewayHousehold - code: '6018' description: No Payment Gateway specified in the request. name: NoPaymentGateway - code: '6020' description: The mandatory Payment Gateway name field is missing from the request. name: PaymentGatewayNameRequired - code: '6021' description: The mandatory Payment Gateway shared secret field is missing from the request. name: PaymentGatewaySharedSecretRequired - code: '6024' description: The household is already set to a Payment Gateway. name: HouseholdAlreadySetToPaymentGateway - code: '6025' description: The charge ID was already set for the household Payment Gateway. name: ChargeIdAlreadySetToHouseholdPaymentGateway - code: '6026' description: There's no charge ID set for this household. name: ChargeIdNotSetToHousehold - code: '6027' description: There's no Payment Gateway set for this household. name: HouseholdNotSetToPaymentGateway - code: '6028' description: The multiple Payment Gateway selection feature is disabled. name: PaymentGatewaySelectionIsDisabled - code: '6030' description: The Payment Gateway failed to respond to the request because of a problem with the Payment Gateway adapter. name: NoResponseFromPaymentGateway - code: '6031' description: 'The account specified is invalid: there is a problem with the Payment Gateway adapter.' name: InvalidAccount - code: '6032' description: The payment method selected doesn't have sufficient funds for the transaction requested. name: InsufficientFunds - code: '6033' description: An unknown error occurred with the Payment Gateway adapter. name: UnknownPaymentGatewayResponse - code: '6034' description: '' name: PaymentGatewayAdapterUserKnown - code: '6035' description: '' name: PaymentGatewayAdapterReasonUnknown - code: '6036' description: The payment method signatures don't match. name: SignatureDoesNotMatch - code: '6037' description: An error occurred when updating the pending transaction. name: ErrorUpdatingPendingTransaction - code: '6038' description: The requested Payment Gateway transaction was not found. name: PaymentGatewayTransactionNotFound - code: '6039' description: This transaction isn't in a Pending state. name: PaymentGatewayTransactionIsNotPending - code: '6040' description: External identifier must be unique. name: ExternalIdentifierMustBeUnique - code: '6041' description: 'Unable to complete the request: there''s no new Payment Gateway to insert.' name: NoPaymentGatewayToInsert - code: '6042' description: The transaction's state is currently unknown. name: UnknownTransactionState - code: '6043' description: The specified Payment Gateway is not valid. name: PaymentGatewayNotValid - code: '6044' description: The mandatory household field is missing from the request. name: HouseholdRequired - code: '6045' description: The Payment Gateway adapter failed for an unknown reason. name: PaymentGatewayAdapterFailReasonUnknown - code: '6046' description: The partner configuration pair (type and configuration value) you've asked to update is an empty pair. name: NoPartnerConfigurationToUpdate - code: '6047' description: The configuration value being updated is empty. name: NoConfigurationValueToUpdate - code: '6048' description: No payment method was set for this household. name: PaymentMethodNotSetForHousehold - code: '6049' description: The selected payment method doesn't exist. name: PaymentMethodNotExist - code: '6050' description: The mandatory payment method ID field is missing from the request. name: PaymentMethodIdRequired - code: '6051' description: The mandatory payment method external ID field is missing from the request. name: PaymentMethodExternalIdRequired - code: '6052' description: An error occurred while trying to save the payment method of the household Payment Gateway. Please try again. name: ErrorSavingPaymentGatewayHouseholdPaymentMethod - code: '6054' description: A payment method was already set for the household Payment Gateway. name: PaymentMethodAlreadySetToHouseholdPaymentGateway - code: '6055' description: The mandatory payment method name field is missing in the request. name: PaymentMethodNameRequired - code: '6056' description: The Payment Gateway doesn't support this payment method. name: PaymentGatewayNotSupportPaymentMethod - code: '7000' description: A conflict has occurred. name: Conflict - code: '7001' description: Minimum friends limitation name: MinFriendsLimitation - code: '8000' description: The updated or new notification settings weren't received by the Web service because of an internal error. name: NoNotificationSettingsSent - code: '8001' description: Push notifications are disabled. name: PushNotificationFalse - code: '8002' description: The updated or new partner notification settings weren't received by the Web service because of an internal error. name: NoNotificationPartnerSettings - code: '8003' description: The updated or new notification settings weren't received by the Web service because of an internal error. name: NoNotificationSettings - code: '8004' description: The mandatory message field in the announcement message Is empty. name: AnnouncementMessageIsEmpty - code: '8005' description: The announcement start time is invalid. Please check and try again. name: AnnouncementInvalidStartTime - code: '8006' description: The announcement requested couldn't be found. name: AnnouncementNotFound - code: '8007' description: Unable to update the announcement; the announcement was already sent. name: AnnouncementUpdateNotAllowed - code: '8008' description: The announcement time zone is invalid (for example "UTC" or "Pacific Standard Time"). name: AnnouncementInvalidTimezone - code: '8009' description: This feature is disabled. name: FeatureDisabled - code: '8010' description: The announcement message exceeds the permitted message length. name: AnnouncementMessageTooLong - code: '8011' description: An error occurred while creating the announcement. name: FailCreateAnnouncement - code: '8012' description: The user is not following this series. name: UserNotFollowing - code: '8013' description: The user is already following the requested series. name: UserAlreadyFollowing - code: '8014' description: The message placeholder is invalid. name: MessagePlaceholdersInvalid - code: '8015' description: The message date-time format Is Invalid. name: DatetimeFormatIsInvalid - code: '8016' description: Unable to find the message template. name: MessageTemplateNotFound - code: '8017' description: The URL placeholder specified is invalid. name: URLPlaceholdersInvalid - code: '8018' description: Invalid message TTL name: InvalidMessageTTL - code: '8019' description: The mandatory message ID field is missing in the request. name: MessageIdentifierRequired - code: '8020' description: Requested inbox message was not found. name: UserInboxMessagesNotExist - code: '9000' description: 'Invalid price code: The price code entered doesn''t exist for this account' name: InvalidPriceCode - code: '9001' description: The value specified, such as FullLifeCycle/ ViewLifeCycle, is invalid name: InvalidValue - code: '9002' description: 'Invalid discount code: The discount code entered doesn''t exist for this account' name: InvalidDiscountCode - code: '9003' description: 'Invalid price plan: The price plan entered isn''t in use with this account' name: InvalidPricePlan - code: '9004' description: The billing code entered must be unique name: CodeMustBeUnique - code: '9005' description: The billing code entered doesn't exist name: CodeNotExist - code: '9006' description: The code entered is invalid name: InvalidCodeNotExist - code: '9008' description: 'Invalid channel: This channel doesn''t exist in this account' name: InvalidChannels - code: '9009' description: 'Invalid file type: This file type doesn''t exist for this account' name: InvalidFileTypes - code: '9010' description: 'Invalid preview module: The preview module doesn''t exist in this account' name: InvalidPreviewModule - code: '9011' description: Mandatory fields in a request must be completed name: MandatoryField - code: '9012' description: '' name: UniqueFiled - code: '9013' description: The usage module specified related to PPV doesn't exist in this account name: InvalidUsageModule - code: '9014' description: 'Invalid coupon group: The coupon group specified doesn''t exist in this account' name: InvalidCouponGroup - code: '9015' description: 'Invalid currency: The currency specified is not configured for this account' name: InvalidCurrency - code: '9016' description: The PPV module doesn't exist in the database name: ModuleNotExists - code: '9017' description: The price plan doesn't exist in the database name: PricePlanDoesNotExist - code: '9018' description: The price details doesn't exist in the database name: PriceDetailsDoesNotExist - code: '10000' description: The adapter you're trying to connect doesn't exist name: AdapterNotExists - code: '10001' description: The mandatory adapter ID field is missing from the request name: AdapterIdentifierRequired - code: '10002' description: '' name: AdapterIsRequired - code: '10003' description: '' name: NoAdapterToInsert - code: '11000' description: The XML is formatted incorrectly. Please check the file for format errors name: IllegalXml - code: '11001' description: The external ID is missing name: MissingExternalIdentifier - code: '11002' description: The Ingest type is not known name: UnknownIngestType - code: '11003' description: The EPG program dates specified are incorrectly formatted name: EPGSProgramDatesError - code: '500003' message: Bad request name: BadRequest - code: '500057' message: Invalid version [@version@] name: InvalidVersion - code: '500004' message: Service Forbidden name: ServiceForbidden - code: '500051' message: Action [@action@] is forbidden for property [@type@].[@property@] name: PropertyActionForbidden - code: '500052' message: Argument [@argument@] in action [@service@].[@action@] is forbidden name: ActionArgumentForbidden - code: '500015' message: Invalid KS format name: InvalidKS - code: '500016' message: KS expired name: ExpiredKS - code: '500008' message: Partner invalid name: PartnerInvalid - code: '500017' message: Invalid refresh token name: InvalidRefreshToken - code: '500034' message: Refresh token failed name: RefreshTokenFailed - code: '500035' message: Invalid user [@id@] name: UnauthorizedUser - code: '500060' message: Invalid UDID [@id@] name: InvalidUdid - code: '500011' message: Service [@service@] not found name: InvalidService - code: '500012' message: Action [@service@.@action@] not found name: InvalidAction - code: '500033' message: Action not specified name: ActionNotSpecified - code: '500054' message: Invalid action parameter [@parameter@] name: InvalidActionParameter - code: '500013' message: Invalid action parameters name: InvalidActionParameters - code: '50026' message: Argument [@argument@] is invalid name: InvalidArgument - code: '500031' message: Argument [@argument@] must be numeric name: ArgumentMustBeNumeric - code: '50027' message: Argument [@argument@] cannot be empty name: ArgumentCannotBeEmpty - code: '500036' message: Argument [@argument@] is not writeable name: ArgumentReadonly - code: '500037' message: Argument [@argument@] is not updateable name: ArgumentInsertonly - code: '500041' message: Enumerator value [@value@] is not supported for argument [@argument@] name: EnumValueNotSupported - code: '500044' message: Argument [@argument@] values must be of type [@enum@] name: ArgumentShouldBeEnum - code: '500058' message: Argument [@argument@] values must have minimum value of [@value@] name: ArgumentShouldContainMinValueCrossed - code: '500059' message: Argument [@argument@] values must have max value of [@value@] name: ArgumentShouldContainMaxValueCrossed - code: '500056' message: One of the arguments [@arguments@] must have a value name: ArgumentsCannotBeEmpty - code: '500038' message: Only one of @argument1@ or @argument2@ can be used, not both of them name: ArgumentsConflictsEachOther - code: '500039' message: Argument [@argument@] time have passed name: TimeInPast - code: '500045' message: Argument [@argument@] maximum length is [@value@] name: ArgumentMaxLengthCrossed - code: '500046' message: Argument [@argument@] minimum length is [@value@] name: ArgumentMinLengthCrossed - code: '500047' message: Argument [@argument@] maximum value is [@value@] name: ArgumentMaxValueCrossed - code: '500048' message: Argument [@argument@] minimum value is [@value@] name: ArgumentMinValueCrossed - code: '500061' message: Argument [@argument1@] value conflicts Argument [@argument2@] value name: ArgumentsConflictEachOther - code: '500029' message: Media ids must be numeric name: MediaIdsMustBeNumeric - code: '500030' message: EPG internal ids must be numeric name: EpgInternalIdsMustBeNumeric - code: '500032' message: Argument [@argument@] cannot be empty or all name: ListTypeCannotBeEmptyOrAll - code: '500049' message: 'Duplicate asset: id [@id@] type = [@type@]' name: DuplicateAsset - code: '500050' message: 'Duplicate file: id [@id@]' name: DuplicateFile - code: '500062' message: Unable to create household for role name: UnableToCreateHouseholdForRole - code: '500028' message: Household [@household@] forbidden name: HouseholdForbidden - code: '50024' message: Switching users is not allowed for partner name: SwitchingUsersIsNotAllowedForPartner - code: '50023' message: Application-token [@id@] is not active name: NotActiveAppToken - code: '50022' message: Invalid application-token hash name: InvalidAppTokenHash - code: '50021' message: Application-token is expired name: ExpiredAppToken - code: '7013' message: Action not allowed due to roleId [@roleId@] name: NotAllowed - code: '1' message: error name: Error - code: '500006' message: Missing configuration [@configuration@] name: MissingConfiguration - code: '500007' message: '@objectType@ not found' name: NotFound - code: '500055' message: '@objectType@ id [@id@] not found' name: ObjectIdNotFound - code: '50025' message: Invalid multirequest token name: InvalidMultirequestToken - code: '500018' message: Abstract parameter type [@type@] name: AbstractParameter - code: '500053' message: Missing parameter [@parameter@] name: MissingParameter - code: '500042' message: Invalid multirequest token, response index is not zero based name: MultirequestIndexNotZeroBased - code: '500043' message: Invalid multirequest token, invalid response index name: MultirequestInvalidIndex