swagger: '2.0' info: description: The Kaltura OTT API title: Kaltura OTT accessControl searchHistory 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: - name: searchHistory paths: /service/searchhistory/action/clean: post: description: Clean the user’s search history operationId: searchHistory.clean parameters: - in: body name: body schema: allOf: - $ref: '#/definitions/OTTRequest' properties: filter: $ref: '#/definitions/KalturaSearchHistoryFilter' type: object responses: '200': description: Success schema: type: boolean tags: - searchHistory x-kaltura-format: post x-kaltura-parameters: - filter /service/searchhistory/action/delete: post: description: "Delete a specific search history.\r\n Possible error code: 2032 - ItemNotFound" operationId: searchHistory.delete parameters: - in: body name: body schema: allOf: - $ref: '#/definitions/OTTRequest' properties: id: type: string type: object responses: '200': description: Success schema: type: boolean tags: - searchHistory x-kaltura-format: post x-kaltura-parameters: - id /service/searchhistory/action/list: post: description: Get user's last search requests operationId: searchHistory.list parameters: - in: body name: body schema: allOf: - $ref: '#/definitions/OTTRequest' properties: filter: $ref: '#/definitions/KalturaSearchHistoryFilter' pager: $ref: '#/definitions/KalturaFilterPager' type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaSearchHistoryListResponse' tags: - searchHistory x-kaltura-format: post x-kaltura-parameters: - filter - pager /service/searchhistory_searchhistory/action/delete: post: operationId: searchHistory.delete 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: searchTerm: type: string required: - searchTerm type: object responses: '200': description: Success tags: - searchHistory x-kaltura-format: post x-kaltura-parameters: - searchTerm /service/searchhistory_searchhistory/action/list: post: operationId: searchHistory.list 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/KalturaESearchHistoryFilter' type: object responses: '200': description: Success schema: $ref: '#/definitions/KalturaESearchHistoryListResponse' tags: - searchHistory x-kaltura-format: post x-kaltura-parameters: - filter definitions: 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 KalturaBatchJobListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBatchJob' type: array title: KalturaBatchJobListResponse 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 KalturaServerNode: anyOf: - $ref: '#/definitions/KalturaConferenceServerNode' - $ref: '#/definitions/KalturaSipServerNode' - $ref: '#/definitions/KalturaEdgeServerNode' - $ref: '#/definitions/KalturaLiveClusterMediaServerNode' - $ref: '#/definitions/KalturaWowzaMediaServerNode' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer dc: description: '`readOnly` DC where the serverNode is located' readOnly: true type: integer description: type: string environment: description: Environment type: string heartbeatTime: description: '`readOnly`' readOnly: true type: integer hostName: description: serverNode hostName type: string id: description: '`readOnly`' readOnly: true type: integer name: description: serverNode name type: string objectType: enum: - KalturaConferenceServerNode - KalturaSipServerNode - KalturaEdgeServerNode - KalturaLiveClusterMediaServerNode - KalturaWowzaMediaServerNode type: string parentId: description: Id of the parent serverNode type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaServerNodeStatus`' enum: - 1 - 2 - 3 - 4 - 5 readOnly: true type: integer x-enumLabels: - ACTIVE - DISABLED - DELETED - NOT_REGISTERED - NOT_OPERATIONAL x-enumType: KalturaServerNodeStatus systemName: description: serverNode uniqe system name type: string tags: description: serverNode tags type: string type: description: '`readOnly` Enum Type: `KalturaServerNodeType`' enum: - conference.CONFERENCE_SERVER - liveCluster.LIVE_CLUSTER_MEDIA_SERVER - sip.SIP_SERVER - wowza.WOWZA_MEDIA_SERVER - '1' readOnly: true type: string x-enumLabels: - CONFERENCE_SERVER - LIVE_CLUSTER_MEDIA_SERVER - SIP_SERVER - WOWZA_MEDIA_SERVER - EDGE x-enumType: KalturaServerNodeType updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaServerNode type: object x-abstract: true 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 KalturaQuizUserEntry: allOf: - $ref: '#/definitions/KalturaUserEntry' properties: calculatedScore: description: '`readOnly`' readOnly: true type: number feedback: type: string score: description: '`readOnly`' readOnly: true type: number version: description: '`readOnly`' readOnly: true type: integer title: KalturaQuizUserEntry 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 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 KalturaDrmProfile: anyOf: - $ref: '#/definitions/KalturaDrmProfile' - $ref: '#/definitions/KalturaFairplayDrmProfile' - $ref: '#/definitions/KalturaPlayReadyProfile' - $ref: '#/definitions/KalturaWidevineProfile' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer defaultPolicy: type: string description: type: string id: description: '`readOnly`' readOnly: true type: integer licenseServerUrl: type: string name: type: string objectType: enum: - KalturaDrmProfile - KalturaFairplayDrmProfile - KalturaPlayReadyProfile - KalturaWidevineProfile type: string partnerId: description: '`insertOnly`' type: integer provider: 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 signingKey: type: string status: description: 'Enum Type: `KalturaDrmProfileStatus`' enum: - 1 - 2 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaDrmProfileStatus updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaDrmProfile type: object KalturaStorageProfile: anyOf: - $ref: '#/definitions/KalturaStorageProfile' - $ref: '#/definitions/KalturaAmazonS3StorageProfile' - $ref: '#/definitions/KalturaKontikiStorageProfile' discriminator: objectType properties: allowAutoDelete: description: Flag sugnifying that the storage exported content should be deleted when soure entry is deleted type: integer createFileLink: description: Indicates to the local file transfer manager to create a link to the file instead of copying it type: boolean createdAt: description: '`readOnly`' readOnly: true type: integer deliveryPriority: description: Delivery Priority type: integer deliveryProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array deliveryStatus: description: 'Enum Type: `KalturaStorageProfileDeliveryStatus`' enum: - 1 - 2 type: integer x-enumLabels: - ACTIVE - BLOCKED x-enumType: KalturaStorageProfileDeliveryStatus desciption: type: string excludedEntryTypes: type: string excludedFlavorParamsIds: type: string exportPeriodically: type: boolean flavorParamsIds: type: string id: description: '`readOnly`' readOnly: true type: integer maxConcurrentConnections: type: integer maxFileSize: type: integer minFileSize: type: integer name: type: string objectType: enum: - KalturaStorageProfile - KalturaAmazonS3StorageProfile - KalturaKontikiStorageProfile type: string packagerUrl: type: string partnerId: description: '`readOnly`' readOnly: true type: integer passPhrase: type: string pathManagerClass: type: string pathManagerParams: items: $ref: '#/definitions/KalturaKeyValue' type: array pathPrefix: type: string port: type: integer privateKey: type: string protocol: 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 publicKey: type: string readyBehavior: description: 'Enum Type: `KalturaStorageProfileReadyBehavior`' enum: - 0 - 1 type: integer x-enumLabels: - NO_IMPACT - REQUIRED x-enumType: KalturaStorageProfileReadyBehavior rules: items: $ref: '#/definitions/KalturaRule' type: array shouldExportCaptions: type: boolean shouldExportThumbs: type: boolean status: description: 'Enum Type: `KalturaStorageProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - AUTOMATIC - MANUAL x-enumType: KalturaStorageProfileStatus storageBaseDir: type: string storageFtpPassiveMode: type: boolean storagePassword: type: string storageUrl: type: string storageUsername: type: string systemName: type: string trigger: description: No need to create enum for temp field type: integer updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaStorageProfile type: object KalturaEntryVendorTaskCsvJobData: allOf: - $ref: '#/definitions/KalturaExportCsvJobData' properties: filter: $ref: '#/definitions/KalturaEntryVendorTaskFilter' title: KalturaEntryVendorTaskCsvJobData type: object KalturaUserLoginDataListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUserLoginData' type: array title: KalturaUserLoginDataListResponse type: object KalturaSeriesRecordingFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Filtering recordings properties: orderBy: enum: - START_DATE_ASC - START_DATE_DESC - ID_ASC - ID_DESC - SERIES_ID_ASC - SERIES_ID_DESC type: string x-enumLabels: - START_DATE_ASC - START_DATE_DESC - ID_ASC - ID_DESC - SERIES_ID_ASC - SERIES_ID_DESC x-enumType: KalturaSeriesRecordingOrderBy title: KalturaSeriesRecordingFilter 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 KalturaUrlTokenizerCht: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: {} title: KalturaUrlTokenizerCht 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 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 KalturaString: description: A string representation to return an array of strings properties: value: type: string title: KalturaString type: object KalturaDistributionProviderListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDistributionProvider' type: array title: KalturaDistributionProviderListResponse 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 KalturaScheduleEventResourceListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaScheduleEventResource' type: array title: KalturaScheduleEventResourceListResponse 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 KalturaPermissionItem: anyOf: - $ref: '#/definitions/KalturaApiActionPermissionItem' - $ref: '#/definitions/KalturaApiParameterPermissionItem' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer id: description: '`readOnly`' readOnly: true type: integer objectType: enum: - KalturaApiActionPermissionItem - KalturaApiParameterPermissionItem type: string partnerId: description: '`readOnly`' readOnly: true type: integer tags: type: string type: description: '`readOnly` Enum Type: `KalturaPermissionItemType`' enum: - kApiActionPermissionItem - kApiParameterPermissionItem readOnly: true type: string x-enumLabels: - API_ACTION_ITEM - API_PARAMETER_ITEM x-enumType: KalturaPermissionItemType updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaPermissionItem type: object x-abstract: true KalturaVendorChapteringCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: {} title: KalturaVendorChapteringCatalogItem type: object KalturaDeliveryProfileForensicWatermark: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: encryptionIv: description: The iv used to encrypt the URI (128 bits) type: string encryptionKey: description: The key used to encrypt the URI (256 bits) type: string encryptionRegex: description: The regex used to match the encrypted part of the URI (according to the 'encrypt' named group) type: string internalUrl: items: $ref: '#/definitions/KalturaKeyValue' type: array title: KalturaDeliveryProfileForensicWatermark type: object 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 KalturaUnlimitedVendorCredit: allOf: - $ref: '#/definitions/KalturaBaseVendorCredit' properties: credit: description: '`readOnly`' readOnly: true type: integer fromDate: type: integer x-inputType: datetime title: KalturaUnlimitedVendorCredit type: object KalturaThumbAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaThumbAsset' type: array title: KalturaThumbAssetListResponse type: object 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 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 KalturaBlackoutScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaRecordScheduleEventBaseFilter' properties: {} title: KalturaBlackoutScheduleEventFilter 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 KalturaVirtualScheduleEvent: allOf: - $ref: '#/definitions/KalturaScheduleEvent' properties: virtualEventId: description: The ID of the virtual event connected to this Schedule Event type: integer virtualScheduleEventSubType: description: '`insertOnly` Enum Type: `KalturaVirtualScheduleEventSubType` The type of the Virtual Schedule Event' enum: - 1 - 2 - 3 type: integer x-enumLabels: - AGENDA - REGISTRATION - MAIN_EVENT x-enumType: KalturaVirtualScheduleEventSubType title: KalturaVirtualScheduleEvent type: object KalturaYoutubeApiDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionsInfo: items: $ref: '#/definitions/KalturaYouTubeApiCaptionDistributionInfo' type: array thumbAssetFilePath: type: string videoAssetFilePath: type: string title: KalturaYoutubeApiDistributionJobProviderData type: object KalturaVendorIntelligentTaggingCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: {} title: KalturaVendorIntelligentTaggingCatalogItem 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 KalturaVendorTaskDataCaptionAsset: allOf: - $ref: '#/definitions/KalturaVendorTaskData' anyOf: - $ref: '#/definitions/KalturaAlignmentVendorTaskData' - $ref: '#/definitions/KalturaTranslationVendorTaskData' description: '`abstract`' discriminator: objectType properties: captionAssetId: description: '`insertOnly` Optional - The id of the caption asset object' type: string objectType: enum: - KalturaAlignmentVendorTaskData - KalturaTranslationVendorTaskData type: string title: KalturaVendorTaskDataCaptionAsset 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 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 KalturaQuizListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaQuiz' type: array title: KalturaQuizListResponse type: object KalturaConfMaps: properties: changeDescription: type: string content: description: Ini file content type: string createdAt: description: '`readOnly` Time of the last update' readOnly: true type: integer isEditable: description: '`readOnly` IsEditable - true / false' readOnly: true type: boolean name: description: '`insertOnly` Name of the map' type: string rawData: type: string relatedHost: description: Regex that represent the host/s that this map affect type: string remarks: description: '`insertOnly`' type: string sourceLocation: description: '`insertOnly` Enum Type: `KalturaConfMapsSourceLocation`' enum: - FileSystem - database type: string x-enumLabels: - FS - DB x-enumType: KalturaConfMapsSourceLocation status: description: 'Enum Type: `KalturaConfMapsStatus` map status' enum: - 0 - 1 type: integer x-enumLabels: - STATUS_DISABLED - STATUS_ENABLED x-enumType: KalturaConfMapsStatus userId: type: string version: description: '`readOnly`' readOnly: true type: integer title: KalturaConfMaps type: object KalturaMeetingScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaMeetingScheduleEventBaseFilter' properties: {} title: KalturaMeetingScheduleEventFilter type: object 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 KalturaPlayReadyPolicy: allOf: - $ref: '#/definitions/KalturaDrmPolicy' properties: gracePeriod: type: integer licenseRemovalDuration: type: integer licenseRemovalPolicy: description: 'Enum Type: `KalturaPlayReadyLicenseRemovalPolicy`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - FIXED_FROM_EXPIRATION - ENTRY_SCHEDULING_END - NONE x-enumType: KalturaPlayReadyLicenseRemovalPolicy minSecurityLevel: description: 'Enum Type: `KalturaPlayReadyMinimumLicenseSecurityLevel`' enum: - 150 - 2000 type: integer x-enumLabels: - NON_COMMERCIAL_QUALITY - COMMERCIAL_QUALITY x-enumType: KalturaPlayReadyMinimumLicenseSecurityLevel rights: items: $ref: '#/definitions/KalturaPlayReadyRight' type: array title: KalturaPlayReadyPolicy type: object 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 KalturaAccessControlServeRemoteEdgeServerAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: edgeServerIds: description: Comma separated list of edge servers playBack should be done from type: string seamlessFallbackEnabled: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaAccessControlServeRemoteEdgeServerAction type: object KalturaBulkUpload: properties: bulkFileUrl: type: string bulkUploadObjectType: 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 bulkUploadType: description: 'Enum Type: `KalturaBulkUploadType`' enum: - bulkUploadCsv.CSV - bulkUploadFilter.FILTER - bulkUploadXml.XML - dropFolderXmlBulkUpload.DROP_FOLDER_XML - scheduleBulkUpload.ICAL - scheduleDropFolder.DROP_FOLDER_ICAL type: string x-enumLabels: - CSV - FILTER - XML - DROP_FOLDER_XML - ICAL - DROP_FOLDER_ICAL x-enumType: KalturaBulkUploadType csvFileUrl: type: string description: type: string error: type: string errorNumber: type: integer errorType: 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 fileName: type: string id: type: integer logFileUrl: type: string numOfEntries: type: integer numOfObjects: type: integer results: items: $ref: '#/definitions/KalturaBulkUploadResult' type: array 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 uploadedBy: type: string uploadedByUserId: type: string uploadedOn: type: integer title: KalturaBulkUpload type: object KalturaWidevineFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaWidevineFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaWidevineFlavorParamsOutputOrderBy title: KalturaWidevineFlavorParamsOutputFilter type: object KalturaBatchJobBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaStorageExportObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: storageId: description: Storage profile id type: string title: KalturaStorageExportObjectTask 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 KalturaCortexApiDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaCortexApiDistributionProvider 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 KalturaVodScheduleEvent: allOf: - $ref: '#/definitions/KalturaEntryScheduleEvent' properties: {} title: KalturaVodScheduleEvent type: object KalturaTVComDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaTVComDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaTVComDistributionProviderOrderBy title: KalturaTVComDistributionProviderFilter 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 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 KalturaReport: properties: createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: description: Report description type: string id: description: '`readOnly` Report id' readOnly: true type: integer name: description: Report name type: string partnerId: description: Partner id associated with the report type: integer query: description: Report query type: string systemName: description: Used to identify system reports in a friendly way type: string updatedAt: description: '`readOnly` Last update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaReport 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 KalturaESearchBaseFilter: anyOf: - $ref: '#/definitions/KalturaESearchHistoryFilter' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaESearchHistoryFilter type: string title: KalturaESearchBaseFilter type: object x-abstract: true 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 KalturaUrlTokenizerBitGravity: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: hashPatternRegex: description: hashPatternRegex type: string title: KalturaUrlTokenizerBitGravity 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 KalturaConversionProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaConversionProfile' type: array title: KalturaConversionProfileListResponse type: object 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 KalturaCategoryUserListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCategoryUser' type: array title: KalturaCategoryUserListResponse type: object KalturaPlayReadyCopyRight: allOf: - $ref: '#/definitions/KalturaPlayReadyRight' properties: copyCount: type: integer copyEnablers: items: $ref: '#/definitions/KalturaPlayReadyCopyEnablerHolder' type: array title: KalturaPlayReadyCopyRight type: object KalturaSiteRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: siteList: description: Comma separated list of sites (domains) to allow or deny type: string siteRestrictionType: description: 'Enum Type: `KalturaSiteRestrictionType` The site restriction type (allow or deny)' enum: - 0 - 1 type: integer x-enumLabels: - RESTRICT_SITE_LIST - ALLOW_SITE_LIST x-enumType: KalturaSiteRestrictionType title: KalturaSiteRestriction 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 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 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 KalturaAccessControlProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAccessControlProfile' type: array title: KalturaAccessControlProfileListResponse type: object KalturaStringResource: allOf: - $ref: '#/definitions/KalturaContentResource' description: Used to ingest string content. properties: content: description: Textual content type: string title: KalturaStringResource 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 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 KalturaESearchMetadataOrderByItem: allOf: - $ref: '#/definitions/KalturaESearchOrderByItem' properties: metadataProfileId: type: integer xpath: type: string title: KalturaESearchMetadataOrderByItem type: object 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 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 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 KalturaStorageProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaFairplayDrmProfile: allOf: - $ref: '#/definitions/KalturaDrmProfile' properties: publicCertificate: type: string title: KalturaFairplayDrmProfile 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 KalturaFlavorAsset: allOf: - $ref: '#/definitions/KalturaAsset' anyOf: - $ref: '#/definitions/KalturaFlavorAsset' - $ref: '#/definitions/KalturaLiveAsset' - $ref: '#/definitions/KalturaWidevineFlavorAsset' discriminator: objectType properties: bitrate: description: '`readOnly` The overall bitrate (in KBits) of the Flavor Asset' readOnly: true type: integer containerFormat: description: '`readOnly` The container format' readOnly: true type: string flavorParamsId: description: '`insertOnly` The Flavor Params used to create this Flavor Asset' type: integer frameRate: description: '`readOnly` The frame rate (in FPS) of the Flavor Asset' readOnly: true type: number height: description: '`readOnly` The height of the Flavor Asset' readOnly: true type: integer isDefault: description: 'Enum Type: `KalturaNullableBoolean` Is default flavor asset of the entry (This field will be taken into account selectign which audio flavor will be selected as default)' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean isOriginal: description: '`readOnly` True if this Flavor Asset is the original source' readOnly: true type: boolean isWeb: description: '`readOnly` True if this Flavor Asset is playable in KDP' readOnly: true type: boolean label: description: The label of the flavor asset type: string language: description: 'Enum Type: `KalturaLanguage` The language of the flavor asset' 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 objectType: enum: - KalturaFlavorAsset - KalturaLiveAsset - KalturaWidevineFlavorAsset type: string status: description: '`readOnly` Enum Type: `KalturaFlavorAssetStatus` The status of the Flavor Asset' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 readOnly: true type: integer x-enumLabels: - ERROR - QUEUED - CONVERTING - READY - DELETED - NOT_APPLICABLE - TEMP - WAIT_FOR_CONVERT - IMPORTING - VALIDATING - EXPORTING x-enumType: KalturaFlavorAssetStatus videoCodecId: description: '`readOnly` The video codec' readOnly: true type: string width: description: '`readOnly` The width of the Flavor Asset' readOnly: true type: integer title: KalturaFlavorAsset 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 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 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 KalturaCategoryUser: properties: categoryFullIds: description: '`readOnly` The full ids of the Category' readOnly: true type: string categoryId: description: '`insertOnly`' type: integer createdAt: description: '`readOnly` CategoryUser creation date as Unix timestamp (In seconds)' readOnly: true type: integer partnerId: description: '`readOnly` Partner id' readOnly: true type: integer permissionLevel: description: 'Enum Type: `KalturaCategoryUserPermissionLevel` Permission level' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - MANAGER - MODERATOR - CONTRIBUTOR - MEMBER - NONE x-enumType: KalturaCategoryUserPermissionLevel permissionNames: description: Set of category-related permissions for the current category user. type: string status: description: '`readOnly` Enum Type: `KalturaCategoryUserStatus` Status' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - ACTIVE - PENDING - NOT_ACTIVE - DELETED x-enumType: KalturaCategoryUserStatus updateMethod: description: 'Enum Type: `KalturaUpdateMethodType` Update method can be either manual or automatic to distinguish between manual operations (for example in KMC) on automatic - using bulk upload' enum: - 0 - 1 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaUpdateMethodType updatedAt: description: '`readOnly` CategoryUser update date as Unix timestamp (In seconds)' readOnly: true type: integer userId: description: '`insertOnly` User id' type: string title: KalturaCategoryUser type: object KalturaApiActionPermissionItem: allOf: - $ref: '#/definitions/KalturaPermissionItem' properties: action: type: string service: type: string title: KalturaApiActionPermissionItem type: object KalturaUserRoleFilter_2: 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 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 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 KalturaVarPartnerUsageItem: anyOf: - $ref: '#/definitions/KalturaVarPartnerUsageItem' - $ref: '#/definitions/KalturaVarPartnerUsageTotalItem' discriminator: objectType properties: audioEntriesCount: description: Number of new audio entries created during specific date range type: integer avgStorage: description: The average amount of storage consumption during the given date range for the specific publisher type: number bandwidth: description: The total bandwidth usage during the given date range (in MB) type: number combinedStorageBandwidth: description: The combined amount of bandwidth and storage consumed during the given date range for the specific publisher type: number dateId: description: TGhe date at which the report was taken - Unix Timestamp type: string deletedStorage: description: The deleted storage consumption (new uploads) during the given date range (in MB) type: number entriesCount: description: Number of new entries created during specific date range type: integer imageEntriesCount: description: Number of new image entries created during specific date range type: integer mixEntriesCount: description: Number of new mix entries created during specific date range type: integer objectType: enum: - KalturaVarPartnerUsageItem - KalturaVarPartnerUsageTotalItem type: string partnerCreatedAt: description: Partner creation date (Unix timestamp) type: integer partnerId: description: Partner ID type: integer partnerName: description: Partner name type: string partnerPackage: description: Partner package type: integer partnerStatus: description: 'Enum Type: `KalturaPartnerStatus` Partner status' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - DELETED - ACTIVE - BLOCKED - FULL_BLOCK - READ_ONLY x-enumType: KalturaPartnerStatus peakStorage: description: The peak amount of storage consumption during the given date range for the specific publisher type: number plays: description: Number of plays in the specific date range type: integer storage: description: The added storage consumption (new uploads) during the given date range (in MB) type: number totalEntriesCount: description: Total number of entries type: integer totalStorage: description: The total storage consumption (in MB) type: number transcodingUsage: description: Amount of transcoding usage in MB type: number videoEntriesCount: description: Number of new video entries created during specific date range type: integer views: description: Number of player loads in the specific date range type: integer title: KalturaVarPartnerUsageItem type: object KalturaDropFolderTrRdsFileHandlerConfig: allOf: - $ref: '#/definitions/KalturaDropFolderFileHandlerConfig' properties: additionalPatterns: type: string leadPattern: type: string title: KalturaDropFolderTrRdsFileHandlerConfig type: object KalturaMetadataReplacementOptionsItem: allOf: - $ref: '#/definitions/KalturaPluginReplacementOptionsItem' description: Advanced metadata configuration for entry replacement process properties: shouldCopyMetadata: description: If true custom-metadata transferred to temp entry on entry replacement type: boolean title: KalturaMetadataReplacementOptionsItem type: object 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 KalturaContextTypeHolder: anyOf: - $ref: '#/definitions/KalturaContextTypeHolder' - $ref: '#/definitions/KalturaAccessControlContextTypeHolder' discriminator: objectType properties: objectType: enum: - KalturaContextTypeHolder - KalturaAccessControlContextTypeHolder type: string type: description: 'Enum Type: `KalturaContextType` The type of the condition context' enum: - '1' - '2' - '3' - '4' - '5' - '6' type: string x-enumLabels: - PLAY - DOWNLOAD - THUMBNAIL - METADATA - EXPORT - SERVE x-enumType: KalturaContextType title: KalturaContextTypeHolder 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 KalturaHttpNotificationDataFields: allOf: - $ref: '#/definitions/KalturaHttpNotificationData' description: If this class used as the template data, the fields will be taken from the content parameters properties: {} title: KalturaHttpNotificationDataFields type: object 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 KalturaIntegrationJobTriggerData: anyOf: - $ref: '#/definitions/KalturaBpmEventNotificationIntegrationJobTriggerData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaBpmEventNotificationIntegrationJobTriggerData type: string title: KalturaIntegrationJobTriggerData type: object x-abstract: true 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 KalturaWowzaMediaServerNode: allOf: - $ref: '#/definitions/KalturaMediaServerNode' properties: GPUID: description: Wowza Media server GPU index id type: integer appPrefix: description: Wowza Media server app prefix type: string liveServiceInternalDomain: description: Wowza media server live service internal domain type: string liveServicePort: description: Live service port type: integer liveServiceProtocol: description: Live service protocol type: string transcoder: description: Wowza Media server transcoder configuration overide type: string title: KalturaWowzaMediaServerNode type: object KalturaImageTypeFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idIn: description: IDs to filter by type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaImageTypeOrderBy ratioIdIn: description: Ratio IDs to filter by type: string title: KalturaImageTypeFilter 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 KalturaLiveCaptionFeature: allOf: - $ref: '#/definitions/KalturaLiveFeature' properties: captionToken: type: string captionUrl: type: string inputDelay: type: integer mediaKey: type: string mediaUrl: type: string title: KalturaLiveCaptionFeature type: object 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 KalturaFilter_2: anyOf: - $ref: '#/definitions/KalturaBeaconEnhanceFilter' - $ref: '#/definitions/KalturaCategoryUserProviderFilter' - $ref: '#/definitions/KalturaSystemPartnerUsageFilter' - $ref: '#/definitions/KalturaTagFilter_2' - $ref: '#/definitions/KalturaQuizFilter' - $ref: '#/definitions/KalturaAssetFilter_2' - $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_2' - $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 KalturaAccessControlBlockAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: {} title: KalturaAccessControlBlockAction 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 KalturaHttpHeaderCondition: allOf: - $ref: '#/definitions/KalturaRegexCondition' properties: headerName: description: header name type: string title: KalturaHttpHeaderCondition type: object 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 KalturaUrlTokenizerKaltura: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: {} title: KalturaUrlTokenizerKaltura type: object 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 KalturaObjectTask: anyOf: - $ref: '#/definitions/KalturaConvertEntryFlavorsObjectTask' - $ref: '#/definitions/KalturaDeleteEntryFlavorsObjectTask' - $ref: '#/definitions/KalturaDeleteEntryObjectTask' - $ref: '#/definitions/KalturaDeleteLocalContentObjectTask' - $ref: '#/definitions/KalturaDispatchEventNotificationObjectTask' - $ref: '#/definitions/KalturaDistributeObjectTask' - $ref: '#/definitions/KalturaExecuteMetadataXsltObjectTask' - $ref: '#/definitions/KalturaMailNotificationObjectTask' - $ref: '#/definitions/KalturaModifyCategoriesObjectTask' - $ref: '#/definitions/KalturaModifyEntryObjectTask' - $ref: '#/definitions/KalturaStorageExportObjectTask' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaConvertEntryFlavorsObjectTask - KalturaDeleteEntryFlavorsObjectTask - KalturaDeleteEntryObjectTask - KalturaDeleteLocalContentObjectTask - KalturaDispatchEventNotificationObjectTask - KalturaDistributeObjectTask - KalturaExecuteMetadataXsltObjectTask - KalturaMailNotificationObjectTask - KalturaModifyCategoriesObjectTask - KalturaModifyEntryObjectTask - KalturaStorageExportObjectTask type: string stopProcessingOnError: type: boolean type: description: '`readOnly` Enum Type: `KalturaObjectTaskType`' enum: - scheduledTaskContentDistribution.Distribute - scheduledTaskEventNotification.DispatchEventNotification - scheduledTaskMetadata.ExecuteMetadataXslt - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' readOnly: true type: string x-enumLabels: - DISTRIBUTE - DISPATCH_EVENT_NOTIFICATION - EXECUTE_METADATA_XSLT - DELETE_ENTRY - MODIFY_CATEGORIES - DELETE_ENTRY_FLAVORS - CONVERT_ENTRY_FLAVORS - DELETE_LOCAL_CONTENT - STORAGE_EXPORT - MODIFY_ENTRY - MAIL_NOTIFICATION x-enumType: KalturaObjectTaskType title: KalturaObjectTask type: object x-abstract: true KalturaAsset: anyOf: - $ref: '#/definitions/KalturaAsset' - $ref: '#/definitions/KalturaAttachmentAsset' - $ref: '#/definitions/KalturaCaptionAsset' - $ref: '#/definitions/KalturaFlavorAsset' - $ref: '#/definitions/KalturaThumbAsset' - $ref: '#/definitions/KalturaTranscriptAsset' - $ref: '#/definitions/KalturaLiveAsset' - $ref: '#/definitions/KalturaWidevineFlavorAsset' - $ref: '#/definitions/KalturaTimedThumbAsset' discriminator: objectType properties: actualSourceAssetParamsIds: description: Comma separated list of source flavor params ids type: string createdAt: description: '`readOnly`' readOnly: true type: integer deletedAt: description: '`readOnly`' readOnly: true type: integer description: description: '`readOnly` System description, error message, warnings and failure cause.' readOnly: true type: string entryId: description: '`readOnly` The entry ID of the Flavor Asset' readOnly: true type: string fileExt: description: '`insertOnly` The file extension' type: string id: description: '`readOnly` The ID of the Flavor Asset' readOnly: true type: string objectType: enum: - KalturaAsset - KalturaAttachmentAsset - KalturaCaptionAsset - KalturaFlavorAsset - KalturaThumbAsset - KalturaTranscriptAsset - KalturaLiveAsset - KalturaWidevineFlavorAsset - KalturaTimedThumbAsset type: string partnerData: description: Partner private data type: string partnerDescription: description: Partner friendly description type: string partnerId: description: '`readOnly`' readOnly: true type: integer size: description: '`readOnly` The size (in KBytes) of the Flavor Asset' readOnly: true type: integer sizeInBytes: description: '`readOnly` The size (in Bytes) of the asset' readOnly: true type: integer tags: description: Tags used to identify the Flavor Asset in various scenarios type: string updatedAt: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly` The version of the Flavor Asset' readOnly: true type: integer title: KalturaAsset type: object KalturaThumbParamsOutputListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaThumbParamsOutput' type: array title: KalturaThumbParamsOutputListResponse type: object KalturaDeliveryProfileGenericAppleHttp: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: manifestRedirect: description: 'Enum Type: `KalturaNullableBoolean` Enable to make playManifest redirect to the domain of the delivery profile' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean pattern: type: string rendererClass: description: rendererClass type: string title: KalturaDeliveryProfileGenericAppleHttp 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 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 KalturaKafkaNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' properties: apiObjectType: description: Kaltura API object type type: string messageFormat: description: 'Enum Type: `KalturaKafkaNotificationFormat` Define the content dynamic parameters' enum: - 1 - 2 type: integer x-enumLabels: - JSON - AVRO x-enumType: KalturaKafkaNotificationFormat partitionKey: description: Define the content dynamic parameters type: string topicName: description: Define the content dynamic parameters type: string title: KalturaKafkaNotificationTemplate type: object KalturaCaptionAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter_2' 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 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 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 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 KalturaWebexDropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' properties: deleteFromRecycleBin: type: boolean deleteFromTimestamp: type: integer webexHostIdMetadataFieldName: type: string webexPartnerId: type: string webexPassword: type: string webexServiceType: type: string webexServiceUrl: type: string webexSiteId: type: integer webexSiteName: type: string webexUserId: type: string title: KalturaWebexDropFolder type: object KalturaSeriesReminderFilter: allOf: - $ref: '#/definitions/KalturaReminderFilter' properties: epgChannelIdEqual: description: EPG channel ID type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaSeriesReminderOrderBy seriesIdIn: description: Comma separated series IDs type: string title: KalturaSeriesReminderFilter type: object 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 KalturaUrlTokenizerCloudFront: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: keyPairId: type: string rootDir: type: string title: KalturaUrlTokenizerCloudFront 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 KalturaAccessControlLimitThumbnailCaptureAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: {} title: KalturaAccessControlLimitThumbnailCaptureAction type: object KalturaIpAddressContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request IP address context properties: {} title: KalturaIpAddressContextField type: object KalturaDistributionProviderBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 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 KalturaBeaconListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBeacon' type: array title: KalturaBeaconListResponse 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 KalturaLiveClusterMediaServerNode: allOf: - $ref: '#/definitions/KalturaMediaServerNode' properties: {} title: KalturaLiveClusterMediaServerNode type: object 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 KalturaDeliveryProfileGenericHttp: allOf: - $ref: '#/definitions/KalturaDeliveryProfileHttp' properties: pattern: type: string title: KalturaDeliveryProfileGenericHttp 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 KalturaDeliveryProfileLiveAppleHttp: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: disableExtraAttributes: type: boolean forceProxy: type: boolean title: KalturaDeliveryProfileLiveAppleHttp 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 KalturaDistributionValidationErrorMissingMetadata: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: fieldName: type: string title: KalturaDistributionValidationErrorMissingMetadata 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 KalturaCaptionAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCaptionAsset' type: array title: KalturaCaptionAssetListResponse 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 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 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 KalturaFileSync: properties: createdAt: description: '`readOnly`' readOnly: true type: integer dc: description: '`readOnly`' readOnly: true type: string fileContent: description: '`readOnly`' readOnly: true type: string fileDiscSize: description: '`readOnly`' readOnly: true type: number fileObjectType: description: '`readOnly` Enum Type: `KalturaFileSyncObjectType`' enum: - contentDistribution.DistributionProfile - contentDistribution.EntryDistribution - contentDistribution.GenericDistributionAction - emailNotification.EmailNotificationTemplate - httpNotification.HttpNotificationTemplate - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' readOnly: true 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 filePath: type: string fileRoot: type: string fileSize: description: '`readOnly`' readOnly: true type: number fileType: description: '`readOnly` Enum Type: `KalturaFileSyncType`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - FILE - LINK - URL x-enumType: KalturaFileSyncType fileUrl: description: '`readOnly`' readOnly: true type: string id: description: '`readOnly`' readOnly: true type: integer isCurrentDc: description: '`readOnly`' readOnly: true type: boolean isDir: description: '`readOnly`' readOnly: true type: boolean linkCount: description: '`readOnly`' readOnly: true type: integer linkedId: description: '`readOnly`' readOnly: true type: integer objectId: description: '`readOnly`' readOnly: true type: string objectSubType: description: '`readOnly`' readOnly: true type: integer original: description: '`readOnly`' readOnly: true type: integer originalId: description: '`readOnly`' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer readyAt: description: '`readOnly`' readOnly: true type: integer srcEncKey: type: string srcPath: type: string status: description: 'Enum Type: `KalturaFileSyncStatus`' enum: - -1 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - ERROR - PENDING - READY - DELETED - PURGED x-enumType: KalturaFileSyncStatus storageClass: type: string syncTime: description: '`readOnly`' readOnly: true type: integer updatedAt: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly`' readOnly: true type: string title: KalturaFileSync 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 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 KalturaDropFolderICalBulkUploadFileHandlerConfig: allOf: - $ref: '#/definitions/KalturaDropFolderFileHandlerConfig' 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: KalturaDropFolderICalBulkUploadFileHandlerConfig type: object 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 KalturaBulkUploadBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaUiConfListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUiConf' type: array title: KalturaUiConfListResponse 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 KalturaWebexAPIIntegrationSettingResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaWebexAPIIntegrationSetting' type: array title: KalturaWebexAPIIntegrationSettingResponse 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 KalturaAnonymousIPCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' 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: KalturaAnonymousIPCondition 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 KalturaStorageAddAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: {} title: KalturaStorageAddAction type: object KalturaWebexDropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: confId: type: string contentUrl: type: string description: type: string recordingId: type: integer webexHostId: type: string title: KalturaWebexDropFolderFile type: object KalturaClipDescription: properties: duration: type: integer offsetInDestination: type: integer sourceEntryId: type: string startTime: type: integer title: KalturaClipDescription type: object 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 KalturaUserScoreProperties: properties: rank: type: integer score: type: integer userId: type: string title: KalturaUserScoreProperties type: object KalturaDeleteJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: filter: $ref: '#/definitions/KalturaFilter_2' title: KalturaDeleteJobData 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 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 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 KalturaCategoriesCsvJobData: allOf: - $ref: '#/definitions/KalturaMappedObjectsCsvJobData' properties: filter: $ref: '#/definitions/KalturaCategoryFilter' title: KalturaCategoriesCsvJobData type: object KalturaLiveEntryArchiveJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: liveEntryId: type: string vodEntryId: type: string title: KalturaLiveEntryArchiveJobData type: object KalturaUnicornDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaUnicornDistributionProvider type: object KalturaPermission: properties: createdAt: description: '`readOnly`' readOnly: true type: integer dependsOnPermissionNames: type: string description: type: string friendlyName: type: string id: description: '`readOnly`' readOnly: true type: integer name: type: string partnerGroup: type: string partnerId: description: '`readOnly`' readOnly: true type: integer permissionItemsIds: type: string status: description: 'Enum Type: `KalturaPermissionStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - BLOCKED - DELETED x-enumType: KalturaPermissionStatus tags: type: string type: description: '`readOnly` Enum Type: `KalturaPermissionType`' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - NORMAL - SPECIAL_FEATURE - PLUGIN - PARTNER_GROUP x-enumType: KalturaPermissionType updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaPermission 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 KalturaAuditTrailFileSyncCreateInfo: allOf: - $ref: '#/definitions/KalturaAuditTrailInfo' properties: dc: type: integer fileType: description: 'Enum Type: `KalturaAuditTrailFileSyncType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - FILE - LINK - URL x-enumType: KalturaAuditTrailFileSyncType objectSubType: type: integer original: type: boolean version: type: string title: KalturaAuditTrailFileSyncCreateInfo 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 KalturaViewHistoryUserEntry: allOf: - $ref: '#/definitions/KalturaUserEntry' properties: lastTimeReached: description: Last playback time reached by user type: integer lastUpdateTime: type: integer playbackContext: description: Playback context type: string playlistLastEntryId: description: Property to save last entry ID played in a playlist. type: string title: KalturaViewHistoryUserEntry type: object 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 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 KalturaBeaconBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaMediaEntryFilterForPlaylist: allOf: - $ref: '#/definitions/KalturaMediaEntryFilter' properties: limit: type: integer name: type: string title: KalturaMediaEntryFilterForPlaylist type: object KalturaLinkedScheduleEvent: properties: eventId: description: The id of the event influencing the start of the event holding this object type: integer offset: description: The time between the end of the event which it's id is in $eventId and the start of the event holding this object type: integer title: KalturaLinkedScheduleEvent type: object KalturaLocationScheduleResource: allOf: - $ref: '#/definitions/KalturaScheduleResource' properties: {} title: KalturaLocationScheduleResource 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 KalturaShortLinkListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaShortLink' type: array title: KalturaShortLinkListResponse 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_2' 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 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 KalturaChannelsFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idEqual: description: channel identifier to filter by type: integer nameEqual: description: Exact channel name to filter by type: string nameStartsWith: description: Channel name starts with (autocomplete) type: string orderBy: enum: - NONE - NAME_ASC - NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - NONE - NAME_ASC - NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaChannelsOrderBy title: KalturaChannelsFilter 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 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 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 KalturaSwfFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: flashVersion: type: integer poly2Bitmap: type: boolean title: KalturaSwfFlavorParamsOutput 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 KalturaCategoryEntryCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: categoryId: description: Category id to check condition for type: integer categoryIds: description: Category id's to check condition for type: string categoryUserPermission: description: 'Enum Type: `KalturaCategoryUserPermissionLevel` Minimum category user level permission to validate' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - MANAGER - MODERATOR - CONTRIBUTOR - MEMBER - NONE x-enumType: KalturaCategoryUserPermissionLevel comparison: description: 'Enum Type: `KalturaSearchConditionComparison` Comparing operator' 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: KalturaCategoryEntryCondition type: object KalturaCategoryEntryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCategoryEntry' type: array title: KalturaCategoryEntryListResponse 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 KalturaLiveRestreamFeature: allOf: - $ref: '#/definitions/KalturaLiveFeature' properties: primaryUrl: type: string secondaryUrl: type: string streamKey: type: string title: KalturaLiveRestreamFeature 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 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 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 KalturaUrlRecognizer: anyOf: - $ref: '#/definitions/KalturaUrlRecognizer' - $ref: '#/definitions/KalturaUrlRecognizerAkamaiG2O' - $ref: '#/definitions/KalturaUrlRecognizerKaltura' discriminator: objectType properties: hosts: description: The hosts that are recognized type: string objectType: enum: - KalturaUrlRecognizer - KalturaUrlRecognizerAkamaiG2O - KalturaUrlRecognizerKaltura type: string uriPrefix: description: The URI prefix we use for security type: string title: KalturaUrlRecognizer type: object KalturaBulkUploadFilterJobData: allOf: - $ref: '#/definitions/KalturaBulkUploadJobData' description: Represents the Bulk upload job data for filter bulk upload properties: filter: $ref: '#/definitions/KalturaFilter_2' templateObject: $ref: '#/definitions/KalturaObjectBase' title: KalturaBulkUploadFilterJobData type: object KalturaVendorLiveCaptionCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorLiveCaptionCatalogItemFilter type: object KalturaBusinessProcessSignalNotificationTemplate: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplate' properties: eventId: description: Define the event that waiting to the signal type: string message: description: Define the message to be sent type: string title: KalturaBusinessProcessSignalNotificationTemplate type: object KalturaMetadataProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMetadataProfile' type: array title: KalturaMetadataProfileListResponse type: object KalturaCaptionParamsFilter: allOf: - $ref: '#/definitions/KalturaCaptionParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCaptionParamsOrderBy title: KalturaCaptionParamsFilter 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 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 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 KalturaDeleteEntryFlavorsObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: deleteType: description: 'Enum Type: `KalturaDeleteFlavorsLogicType` The logic to use to choose the flavors for deletion' enum: - 1 - 2 - 3 type: integer x-enumLabels: - KEEP_LIST_DELETE_OTHERS - DELETE_LIST - DELETE_KEEP_SMALLEST x-enumType: KalturaDeleteFlavorsLogicType flavorParamsIds: description: Comma separated list of flavor param ids to delete or keep type: string title: KalturaDeleteEntryFlavorsObjectTask type: object KalturaAccessControlPreviewAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: limit: type: integer title: KalturaAccessControlPreviewAction type: object KalturaSearchHistoryFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaSearchHistoryOrderBy title: KalturaSearchHistoryFilter 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 KalturaConvertEntryFlavorsObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: flavorParamsIds: description: Comma separated list of flavor param ids to convert type: string reconvert: description: Should reconvert when flavor already exists? type: boolean title: KalturaConvertEntryFlavorsObjectTask type: object KalturaTagListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaTag' type: array title: KalturaTagListResponse type: object KalturaAssetReminderFilter: allOf: - $ref: '#/definitions/KalturaReminderFilter' properties: orderBy: enum: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC - LIKES_DESC type: string x-enumLabels: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC - LIKES_DESC x-enumType: KalturaAssetReminderOrderBy title: KalturaAssetReminderFilter type: object KalturaZoomDropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' properties: lastHandledMeetingTime: type: integer zoomVendorIntegration: $ref: '#/definitions/KalturaZoomIntegrationSetting' zoomVendorIntegrationId: description: '`readOnly`' readOnly: true type: integer title: KalturaZoomDropFolder 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 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 KalturaFilterPager_2: allOf: - $ref: '#/definitions/KalturaPager' description: The KalturaFilterPager object enables paging management to be applied upon service list actions. properties: {} title: KalturaFilterPager 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 KalturaParentalRuleFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: entityReferenceEqual: description: 'Enum Type: `KalturaEntityReferenceBy` Reference type to filter by' enum: - user - household type: string x-enumLabels: - USER - HOUSEHOLD x-enumType: KalturaEntityReferenceBy orderBy: enum: - PARTNER_SORT_VALUE type: string x-enumLabels: - PARTNER_SORT_VALUE x-enumType: KalturaParentalRuleOrderBy title: KalturaParentalRuleFilter type: object 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 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 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 KalturaUserRoleFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: User roles filter properties: currentUserRoleIdsContains: description: Indicates whether the results should be filtered by userId using the current type: boolean idIn: description: Comma separated roles identifiers type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaUserRoleOrderBy title: KalturaUserRoleFilter type: object KalturaDropFolderImportJobData: allOf: - $ref: '#/definitions/KalturaSshImportJobData' properties: dropFolderFileId: type: integer title: KalturaDropFolderImportJobData type: object KalturaUserListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUser' type: array title: KalturaUserListResponse type: object 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 KalturaUverseClickToOrderDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaUverseClickToOrderDistributionProvider type: object 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 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 KalturaAvnDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaAvnDistributionProvider 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 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 KalturaAuditTrail: properties: action: 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 auditObjectType: 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 clientTag: type: string context: description: '`readOnly` Enum Type: `KalturaAuditTrailContext`' enum: - -1 - 0 - 1 - 2 readOnly: true type: integer x-enumLabels: - CLIENT - SCRIPT - PS2 - API_V3 x-enumType: KalturaAuditTrailContext createdAt: description: '`readOnly`' readOnly: true type: integer data: $ref: '#/definitions/KalturaAuditTrailInfo' description: type: string entryId: type: string entryPoint: description: '`readOnly` The API service and action that called and caused this audit' readOnly: true type: string errorDescription: description: '`readOnly`' readOnly: true type: string id: description: '`readOnly`' readOnly: true type: integer ipAddress: description: '`readOnly`' readOnly: true type: string ks: description: '`readOnly`' readOnly: true type: string masterPartnerId: description: '`readOnly`' readOnly: true type: integer objectId: type: string parsedAt: description: '`readOnly` Indicates when the data was parsed' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer relatedObjectId: type: string relatedObjectType: 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 requestId: description: '`readOnly`' readOnly: true type: string serverName: description: '`readOnly`' readOnly: true type: string status: description: '`readOnly` Enum Type: `KalturaAuditTrailStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - PENDING - READY - FAILED x-enumType: KalturaAuditTrailStatus userAgent: description: '`readOnly`' readOnly: true type: string userId: type: string title: KalturaAuditTrail type: object KalturaFacebookCaptionDistributionInfo: properties: assetId: type: string filePath: type: string label: type: string language: type: string remoteId: type: string version: type: string title: KalturaFacebookCaptionDistributionInfo type: object KalturaUrlTokenizerAkamaiSecureHd: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: aclPostfix: type: string customPostfixes: type: string paramName: type: string rootDir: type: string useCookieHosts: type: string title: KalturaUrlTokenizerAkamaiSecureHd type: object KalturaBeacon: properties: eventType: type: string id: description: '`readOnly` Beacon id' readOnly: true type: string indexType: description: '`readOnly` Beacon indexType' readOnly: true type: string objectId: type: string privateData: type: string rawData: type: string relatedObjectType: description: 'Enum Type: `KalturaBeaconObjectTypes` The object which this beacon belongs to' enum: - '1' - '2' - '3' - '4' type: string x-enumLabels: - SCHEDULE_RESOURCE_BEACON - ENTRY_SERVER_NODE_BEACON - SERVER_NODE_BEACON - ENTRY_BEACON x-enumType: KalturaBeaconObjectTypes updatedAt: description: '`readOnly` Beacon update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaBeacon 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 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 KalturaBaseUser: anyOf: - $ref: '#/definitions/KalturaBaseUser' - $ref: '#/definitions/KalturaGroup' - $ref: '#/definitions/KalturaUser' - $ref: '#/definitions/KalturaAdminUser' discriminator: objectType properties: adminTags: description: Admin tags can be updated only by using an admin session type: string allowedPartnerIds: type: string allowedPartnerPackages: type: string city: type: string country: type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer deletedAt: description: '`readOnly`' readOnly: true type: integer description: type: string email: type: string fullName: type: string id: type: string indexedPartnerDataInt: type: integer indexedPartnerDataString: type: string 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 lastLoginTime: description: '`readOnly`' readOnly: true type: integer objectType: enum: - KalturaBaseUser - KalturaGroup - KalturaUser - KalturaAdminUser type: string partnerData: description: Can be used to store various partner related data as a string type: string partnerId: description: '`readOnly`' readOnly: true type: integer screenName: type: string state: type: string status: description: 'Enum Type: `KalturaUserStatus`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - BLOCKED - ACTIVE - DELETED x-enumType: KalturaUserStatus statusUpdatedAt: description: '`readOnly`' readOnly: true type: integer storageSize: description: '`readOnly`' readOnly: true type: integer tags: type: string thumbnailUrl: type: string updatedAt: description: '`readOnly` Last update date as Unix timestamp (In seconds)' readOnly: true type: integer userMode: description: 'Enum Type: `KalturaUserMode`' enum: - 0 - 1 type: integer x-enumLabels: - NONE - PROTECTED_USER x-enumType: KalturaUserMode zip: type: string title: KalturaBaseUser type: object 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 KalturaBeaconEnhanceFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaCaptionAsset: allOf: - $ref: '#/definitions/KalturaAsset' properties: accuracy: description: The Accuracy of the caption content type: integer associatedTranscriptIds: description: List of associated transcript asset id's, comma separated type: string captionParamsId: description: '`insertOnly` The Caption Params used to create this Caption Asset' type: integer displayOnPlayer: description: The Accuracy of the caption content type: boolean 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: 'Enum Type: `KalturaLanguage` The language of the caption asset 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 languageCode: description: '`readOnly` Enum Type: `KalturaLanguageCode` The language of the caption asset content' 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 readOnly: true 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 parentId: description: '`insertOnly` The parent id of the asset' type: string source: description: '`insertOnly` Enum Type: `KalturaCaptionSource` The source of the asset' enum: - '0' - '1' - '2' type: string x-enumLabels: - UNKNOWN - ZOOM - WEBEX x-enumType: KalturaCaptionSource status: description: '`readOnly` Enum Type: `KalturaCaptionAssetStatus` The status of the asset' enum: - -1 - 0 - 2 - 3 - 7 - 9 readOnly: true type: integer x-enumLabels: - ERROR - QUEUED - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaCaptionAssetStatus title: KalturaCaptionAsset 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 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 KalturaESearchHistoryFilter: allOf: - $ref: '#/definitions/KalturaESearchBaseFilter' properties: searchTermStartsWith: type: string searchedObjectIn: type: string title: KalturaESearchHistoryFilter type: object 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 KalturaSftpDropFolder: allOf: - $ref: '#/definitions/KalturaSshDropFolder' anyOf: - $ref: '#/definitions/KalturaSftpDropFolder' - $ref: '#/definitions/KalturaTrRdsDropFolder' discriminator: objectType properties: objectType: enum: - KalturaSftpDropFolder - KalturaTrRdsDropFolder type: string title: KalturaSftpDropFolder type: object KalturaVendorCredit: allOf: - $ref: '#/definitions/KalturaBaseVendorCredit' anyOf: - $ref: '#/definitions/KalturaVendorCredit' - $ref: '#/definitions/KalturaTimeRangeVendorCredit' - $ref: '#/definitions/KalturaReoccurringVendorCredit' discriminator: objectType properties: addOn: type: integer credit: type: integer fromDate: type: integer x-inputType: datetime objectType: enum: - KalturaVendorCredit - KalturaTimeRangeVendorCredit - KalturaReoccurringVendorCredit type: string overageCredit: type: integer title: KalturaVendorCredit type: object KalturaDeliveryProfileAkamaiAppleHttpManifest: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: supportClipping: description: Should we use timing parameters - clipTo / seekFrom type: boolean title: KalturaDeliveryProfileAkamaiAppleHttpManifest type: object 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 KalturaAttachmentAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter_2' 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_2' 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_2' 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 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 KalturaDistributionDisableJobData: allOf: - $ref: '#/definitions/KalturaDistributionUpdateJobData' properties: {} title: KalturaDistributionDisableJobData 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 KalturaUserAgentCondition: allOf: - $ref: '#/definitions/KalturaRegexCondition' properties: {} title: KalturaUserAgentCondition type: object KalturaControlPanelCommand: properties: batchIndex: description: The index of the batch process that the command refers to type: integer cause: description: The reason for the command type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer createdBy: description: Creator name type: string createdById: description: Creator id type: integer description: description: Command description type: string errorDescription: description: Error description type: string id: description: '`readOnly` The id of the Category' readOnly: true type: integer schedulerId: description: The id of the scheduler that the command refers to type: integer status: description: 'Enum Type: `KalturaControlPanelCommandStatus` The command status' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - PENDING - HANDLED - DONE - FAILED x-enumType: KalturaControlPanelCommandStatus targetType: description: 'Enum Type: `KalturaControlPanelCommandTargetType` The command target type - data center / scheduler / job / job type' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - DATA_CENTER - SCHEDULER - JOB_TYPE - JOB - BATCH x-enumType: KalturaControlPanelCommandTargetType type: description: 'Enum Type: `KalturaControlPanelCommandType` The command type - stop / start / config' enum: - 4 type: integer x-enumLabels: - KILL x-enumType: KalturaControlPanelCommandType updatedAt: description: '`readOnly` Update date as Unix timestamp (In seconds)' readOnly: true type: integer updatedBy: description: Updater name type: string workerConfiguredId: description: The id of the scheduler worker as configured in the ini file type: integer workerId: description: The id of the scheduler worker that the command refers to type: integer workerName: description: The name of the scheduler worker that the command refers to type: integer title: KalturaControlPanelCommand 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 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 KalturaMetadataListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMetadata' type: array title: KalturaMetadataListResponse type: object KalturaCategoryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCategory' type: array title: KalturaCategoryListResponse type: object KalturaQuiz: properties: allowAnswerUpdate: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean allowDownload: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean attemptsAllowed: type: integer scoreType: description: 'Enum Type: `KalturaScoreType`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - HIGHEST - LOWEST - LATEST - FIRST - AVERAGE x-enumType: KalturaScoreType showCorrectAfterSubmission: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean showCorrectKeyOnAnswer: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean showGradeAfterSubmission: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean showResultOnAnswer: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean uiAttributes: items: $ref: '#/definitions/KalturaKeyValue' type: array version: description: '`readOnly`' readOnly: true type: integer title: KalturaQuiz 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 KalturaDeliveryProfile: anyOf: - $ref: '#/definitions/KalturaDeliveryProfile' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifest' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHds' - $ref: '#/definitions/KalturaDeliveryProfileForensicWatermark' - $ref: '#/definitions/KalturaDeliveryProfileGenericAppleHttp' - $ref: '#/definitions/KalturaDeliveryProfileGenericHds' - $ref: '#/definitions/KalturaDeliveryProfileGenericSilverLight' - $ref: '#/definitions/KalturaDeliveryProfileHttp' - $ref: '#/definitions/KalturaDeliveryProfileLiveAppleHttp' - $ref: '#/definitions/KalturaDeliveryProfileLivePackager' - $ref: '#/definitions/KalturaDeliveryProfileRtmp' - $ref: '#/definitions/KalturaDeliveryProfileVod' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttp' - $ref: '#/definitions/KalturaDeliveryProfileGenericHttp' - $ref: '#/definitions/KalturaDeliveryProfileLivePackagerHls' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmp' - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerPlayServer' - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerHls' discriminator: objectType properties: createdAt: description: '`readOnly` Creation time as Unix timestamp (In seconds)' readOnly: true type: integer description: description: The description of the Delivery type: string extraParams: description: Extra query string parameters that should be added to the url type: string hostName: description: '`readOnly` the host part of the url' readOnly: true type: string id: description: '`readOnly` The id of the Delivery' readOnly: true type: integer isDefault: description: '`readOnly` Enum Type: `KalturaNullableBoolean` True if this is the systemwide default for the protocol' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean mediaProtocols: description: Comma separated list of supported media protocols. f.i. rtmpe type: string name: description: The name of the Delivery type: string objectType: enum: - KalturaDeliveryProfile - KalturaDeliveryProfileAkamaiAppleHttpManifest - KalturaDeliveryProfileAkamaiHds - KalturaDeliveryProfileForensicWatermark - KalturaDeliveryProfileGenericAppleHttp - KalturaDeliveryProfileGenericHds - KalturaDeliveryProfileGenericSilverLight - KalturaDeliveryProfileHttp - KalturaDeliveryProfileLiveAppleHttp - KalturaDeliveryProfileLivePackager - KalturaDeliveryProfileRtmp - KalturaDeliveryProfileVod - KalturaDeliveryProfileAkamaiHttp - KalturaDeliveryProfileGenericHttp - KalturaDeliveryProfileLivePackagerHls - KalturaDeliveryProfileGenericRtmp - KalturaDeliveryProfileVodPackagerPlayServer - KalturaDeliveryProfileVodPackagerHls type: string parentId: description: '`readOnly` the object from which this object was cloned (or 0)' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer priority: description: priority used for ordering similar delivery profiles type: integer recognizer: $ref: '#/definitions/KalturaUrlRecognizer' status: description: 'Enum Type: `KalturaDeliveryStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - DELETED - STAGING_IN - STAGING_OUT x-enumType: KalturaDeliveryStatus streamerType: 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 supplementaryAssetsFilter: $ref: '#/definitions/KalturaAssetFilter_2' systemName: description: System name of the delivery type: string tokenizer: $ref: '#/definitions/KalturaUrlTokenizer' type: description: 'Enum Type: `KalturaDeliveryProfileType` Delivery type' enum: - edgeCast.EDGE_CAST_HTTP - edgeCast.EDGE_CAST_RTMP - forensicWatermark.FORENSIC_WATERMARK_APPLE_HTTP - forensicWatermark.FORENSIC_WATERMARK_DASH - kontiki.KONTIKI_HTTP - uplynk.UPLYNK_HTTP - uplynk.UPLYNK_RTMP - velocix.VELOCIX_HDS - velocix.VELOCIX_HLS - '1' - '3' - '4' - '5' - '6' - '7' - '10' - '11' - '12' - '13' - '14' - '15' - '16' - '17' - '21' - '23' - '24' - '25' - '26' - '27' - '28' - '31' - '34' - '35' - '44' - '45' - '51' - '53' - '54' - '55' - '61' - '63' - '67' - '68' - '69' - '1001' - '1002' - '1003' - '1005' - '1006' - '1007' - '1008' - '1009' - '1010' - '1013' type: string x-enumLabels: - EDGE_CAST_HTTP - EDGE_CAST_RTMP - FORENSIC_WATERMARK_APPLE_HTTP - FORENSIC_WATERMARK_DASH - KONTIKI_HTTP - UPLYNK_HTTP - UPLYNK_RTMP - VELOCIX_HDS - VELOCIX_HLS - APPLE_HTTP - HDS - HTTP - RTMP - RTSP - SILVER_LIGHT - AKAMAI_HLS_DIRECT - AKAMAI_HLS_MANIFEST - AKAMAI_HD - AKAMAI_HDS - AKAMAI_HTTP - AKAMAI_RTMP - AKAMAI_RTSP - AKAMAI_SS - GENERIC_HLS - GENERIC_HDS - GENERIC_HTTP - GENERIC_HLS_MANIFEST - GENERIC_HDS_MANIFEST - GENERIC_SS - GENERIC_RTMP - LEVEL3_HLS - LEVEL3_HTTP - LEVEL3_RTMP - LIMELIGHT_HTTP - LIMELIGHT_RTMP - LOCAL_PATH_APPLE_HTTP - LOCAL_PATH_HDS - LOCAL_PATH_HTTP - LOCAL_PATH_RTMP - VOD_PACKAGER_HLS - VOD_PACKAGER_HDS - VOD_PACKAGER_MSS - VOD_PACKAGER_DASH - VOD_PACKAGER_HLS_MANIFEST - LIVE_HLS - LIVE_HDS - LIVE_DASH - LIVE_RTMP - LIVE_HLS_TO_MULTICAST - LIVE_PACKAGER_HLS - LIVE_PACKAGER_HDS - LIVE_PACKAGER_DASH - LIVE_PACKAGER_MSS - LIVE_AKAMAI_HDS x-enumType: KalturaDeliveryProfileType updatedAt: description: '`readOnly` Update time as Unix timestamp (In seconds)' readOnly: true type: integer url: type: string title: KalturaDeliveryProfile 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 KalturaCrossKalturaDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaCrossKalturaDistributionProvider type: object KalturaMailNotificationObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: footer: description: The footer of the message to send in the notification mail type: string link: description: The basic link for the KMC site type: string mailTo: description: The mail to send the notification to type: string message: description: The message to send in the notification mail type: string sendToUsers: description: Send the mail to each user type: boolean sender: description: The sender in the mail type: string subject: description: The subject of the entry type: string title: KalturaMailNotificationObjectTask 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 KalturaReachProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaReachProfile' type: array title: KalturaReachProfileListResponse type: object KalturaCrossKalturaDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaCrossKalturaDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCrossKalturaDistributionProviderOrderBy title: KalturaCrossKalturaDistributionProviderFilter 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 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 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 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 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 KalturaEntryReplacementOptions: description: Advanced configuration for entry replacement process properties: keepManualThumbnails: description: If true manually created thumbnails will not be deleted on entry replacement type: integer pluginOptionItems: items: $ref: '#/definitions/KalturaPluginReplacementOptionsItem' type: array title: KalturaEntryReplacementOptions type: object KalturaExportTaskFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Bulk export tasks filter properties: idIn: description: Comma separated tasks identifiers type: string orderBy: enum: - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaExportTaskOrderBy title: KalturaExportTaskFilter type: object KalturaDoubleClickDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaDoubleClickDistributionProvider type: object KalturaDocumentFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaDocumentFlavorParams 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 KalturaFieldCompareCondition: allOf: - $ref: '#/definitions/KalturaCompareCondition' properties: field: $ref: '#/definitions/KalturaIntegerField' title: KalturaFieldCompareCondition type: object KalturaSwfFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaSwfFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSwfFlavorParamsOrderBy title: KalturaSwfFlavorParamsFilter 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 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 KalturaConversionProfileAssetParams: properties: assetParamsId: description: '`readOnly` The id of the asset params' readOnly: true type: integer chunkedEncodeMode: type: integer contentAwareness: type: number conversionProfileId: description: '`readOnly` The id of the conversion profile' readOnly: true type: integer deletePolicy: description: 'Enum Type: `KalturaAssetParamsDeletePolicy` Specifies how to treat the flavor after conversion is finished' enum: - 0 - 1 type: integer x-enumLabels: - KEEP - DELETE x-enumType: KalturaAssetParamsDeletePolicy forceNoneComplied: description: 'Enum Type: `KalturaNullableBoolean` Starts conversion even if the decision layer reduced the configuration to comply with the source' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean isEncrypted: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean origin: description: 'Enum Type: `KalturaAssetParamsOrigin` The ingestion origin of the asset params' enum: - 0 - 1 - 2 type: integer x-enumLabels: - CONVERT - INGEST - CONVERT_WHEN_MISSING x-enumType: KalturaAssetParamsOrigin overloadParams: description: JSON string containing an array of flavotParams field-value pairs. type: string readyBehavior: description: 'Enum Type: `KalturaFlavorReadyBehaviorType` The ingestion origin of the asset params' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NO_IMPACT - REQUIRED - OPTIONAL x-enumType: KalturaFlavorReadyBehaviorType systemName: description: Asset params system name type: string tags: type: string twoPass: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaConversionProfileAssetParams 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 KalturaScheduleEventListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaScheduleEvent' type: array title: KalturaScheduleEventListResponse type: object KalturaBulkUploadFilter: allOf: - $ref: '#/definitions/KalturaBulkUploadBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaBulkUploadOrderBy title: KalturaBulkUploadFilter type: object KalturaAuditTrailChangeXmlNode: allOf: - $ref: '#/definitions/KalturaAuditTrailChangeItem' properties: type: description: 'Enum Type: `KalturaAuditTrailChangeXmlNodeType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - CHANGED - ADDED - REMOVED x-enumType: KalturaAuditTrailChangeXmlNodeType title: KalturaAuditTrailChangeXmlNode 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 KalturaVerizonVcastDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaVerizonVcastDistributionProvider type: object KalturaVirtualScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaVirtualScheduleEventBaseFilter' properties: {} title: KalturaVirtualScheduleEventFilter 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 KalturaBatchJobFilterExt: allOf: - $ref: '#/definitions/KalturaBatchJobFilter' properties: jobTypeAndSubTypeIn: type: string title: KalturaBatchJobFilterExt type: object KalturaShortLinkBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaMetadataProfile: properties: createMode: description: 'Enum Type: `KalturaMetadataProfileCreateMode`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - API - KMC - APP x-enumType: KalturaMetadataProfileCreateMode createdAt: description: '`readOnly`' readOnly: true type: integer description: type: string disableReIndexing: type: boolean id: description: '`readOnly`' readOnly: true type: integer metadataObjectType: 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 name: type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaMetadataProfileStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - ACTIVE - DEPRECATED - TRANSFORMING x-enumType: KalturaMetadataProfileStatus systemName: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly`' readOnly: true type: integer views: description: '`readOnly`' readOnly: true type: string xsd: description: '`readOnly`' readOnly: true type: string xslt: description: '`readOnly`' readOnly: true type: string title: KalturaMetadataProfile type: object KalturaBooleanEventNotificationCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: booleanEventNotificationIds: description: The boolean event notification ids type: string title: KalturaBooleanEventNotificationCondition 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 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 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 KalturaCondition: anyOf: - $ref: '#/definitions/KalturaABCScreenersWatermarkCondition' - $ref: '#/definitions/KalturaAssetPropertiesCompareCondition' - $ref: '#/definitions/KalturaAssetTypeCondition' - $ref: '#/definitions/KalturaAuthenticatedCondition' - $ref: '#/definitions/KalturaBooleanEventNotificationCondition' - $ref: '#/definitions/KalturaCategoryEntryCondition' - $ref: '#/definitions/KalturaDeliveryProfileCondition' - $ref: '#/definitions/KalturaEntryScheduledCondition' - $ref: '#/definitions/KalturaEventFieldCondition' - $ref: '#/definitions/KalturaEventObjectChangedCondition' - $ref: '#/definitions/KalturaHashCondition' - $ref: '#/definitions/KalturaOrCondition' - $ref: '#/definitions/KalturaUrlAuthenticationParamsCondition' - $ref: '#/definitions/KalturaUserRoleCondition' - $ref: '#/definitions/KalturaValidateActiveEdgeCondition' - $ref: '#/definitions/KalturaCompareMetadataCondition' - $ref: '#/definitions/KalturaFieldCompareCondition' - $ref: '#/definitions/KalturaAnonymousIPCondition' - $ref: '#/definitions/KalturaCountryCondition' - $ref: '#/definitions/KalturaFieldMatchCondition' - $ref: '#/definitions/KalturaGeoDistanceCondition' - $ref: '#/definitions/KalturaIpAddressCondition' - $ref: '#/definitions/KalturaMatchMetadataCondition' - $ref: '#/definitions/KalturaMetadataFieldChangedCondition' - $ref: '#/definitions/KalturaSiteCondition' - $ref: '#/definitions/KalturaActionNameCondition' - $ref: '#/definitions/KalturaHttpHeaderCondition' - $ref: '#/definitions/KalturaUserAgentCondition' description: '`abstract`' discriminator: objectType properties: description: type: string not: type: boolean objectType: enum: - KalturaABCScreenersWatermarkCondition - KalturaAssetPropertiesCompareCondition - KalturaAssetTypeCondition - KalturaAuthenticatedCondition - KalturaBooleanEventNotificationCondition - KalturaCategoryEntryCondition - KalturaDeliveryProfileCondition - KalturaEntryScheduledCondition - KalturaEventFieldCondition - KalturaEventObjectChangedCondition - KalturaHashCondition - KalturaOrCondition - KalturaUrlAuthenticationParamsCondition - KalturaUserRoleCondition - KalturaValidateActiveEdgeCondition - KalturaCompareMetadataCondition - KalturaFieldCompareCondition - KalturaAnonymousIPCondition - KalturaCountryCondition - KalturaFieldMatchCondition - KalturaGeoDistanceCondition - KalturaIpAddressCondition - KalturaMatchMetadataCondition - KalturaMetadataFieldChangedCondition - KalturaSiteCondition - KalturaActionNameCondition - KalturaHttpHeaderCondition - KalturaUserAgentCondition type: string type: description: '`readOnly` Enum Type: `KalturaConditionType` The type of the access control condition' enum: - abcScreenersWatermarkAccessControl.abcWatermark - eventNotification.BooleanField - eventNotification.ObjectChanged - metadata.FieldChanged - metadata.FieldCompare - metadata.FieldMatch - reach.CategoryEntry - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - '10' - '11' - '12' - '13' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' readOnly: true type: string x-enumLabels: - ABC_WATERMARK - EVENT_NOTIFICATION_FIELD - EVENT_NOTIFICATION_OBJECT_CHANGED - METADATA_FIELD_CHANGED - METADATA_FIELD_COMPARE - METADATA_FIELD_MATCH - EVENT_CATEGORY_ENTRY - AUTHENTICATED - COUNTRY - IP_ADDRESS - SITE - USER_AGENT - FIELD_MATCH - FIELD_COMPARE - ASSET_PROPERTIES_COMPARE - USER_ROLE - GEO_DISTANCE - OR_OPERATOR - HASH - DELIVERY_PROFILE - ACTIVE_EDGE_VALIDATE - ANONYMOUS_IP - ASSET_TYPE - BOOLEAN - HTTP_HEADER - ENTRY_SCHEDULED - ACTION_NAME - URL_AUTH_PARAMS x-enumType: KalturaConditionType title: KalturaCondition type: object x-abstract: true KalturaUrlRecognizerKaltura: allOf: - $ref: '#/definitions/KalturaUrlRecognizer' properties: key: type: string title: KalturaUrlRecognizerKaltura type: object KalturaDeliveryProfileLivePackager: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileLivePackager' - $ref: '#/definitions/KalturaDeliveryProfileLivePackagerHls' discriminator: objectType properties: livePackagerSigningDomain: description: Domain used to sign the live url type: string objectType: enum: - KalturaDeliveryProfileLivePackager - KalturaDeliveryProfileLivePackagerHls type: string shouldRedirect: type: boolean title: KalturaDeliveryProfileLivePackager type: object 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 KalturaTagFilter_2: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaAccessControlProfile: properties: createdAt: description: '`readOnly` Creation time as Unix timestamp (In seconds)' readOnly: true type: integer description: description: The description of the Access Control Profile type: string id: description: '`readOnly` The id of the Access Control Profile' readOnly: true type: integer isDefault: description: 'Enum Type: `KalturaNullableBoolean` True if this access control profile is the partner default' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean name: description: The name of the Access Control Profile type: string partnerId: description: '`readOnly`' readOnly: true type: integer rules: items: $ref: '#/definitions/KalturaRule' type: array systemName: description: System name of the Access Control Profile type: string updatedAt: description: '`readOnly` Update time as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaAccessControlProfile type: object KalturaMediaInfoListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMediaInfo' type: array title: KalturaMediaInfoListResponse type: object KalturaRelatedFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' anyOf: - $ref: '#/definitions/KalturaQuizFilter' - $ref: '#/definitions/KalturaAssetFilter_2' - $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_2' - $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 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 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 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 KalturaVendorExtendedAudioDescriptionCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: clearAudioFlavorParamsId: type: integer flavorParamsId: type: integer outputFormat: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat title: KalturaVendorExtendedAudioDescriptionCatalogItem type: object KalturaUiConfBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaFtpDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' anyOf: - $ref: '#/definitions/KalturaFtpDistributionProvider' - $ref: '#/definitions/KalturaFtpScheduledDistributionProvider' discriminator: objectType properties: objectType: enum: - KalturaFtpDistributionProvider - KalturaFtpScheduledDistributionProvider type: string title: KalturaFtpDistributionProvider type: object KalturaGroup: allOf: - $ref: '#/definitions/KalturaBaseUser' properties: membersCount: description: '`readOnly`' readOnly: true type: integer processStatus: description: 'Enum Type: `KalturaGroupProcessStatus`' enum: - 0 - 1 type: integer x-enumLabels: - NONE - PROCESSING x-enumType: KalturaGroupProcessStatus title: KalturaGroup type: object KalturaSchedulerConfig: properties: commandId: description: Id of the control panel command that created this config item type: string commandStatus: description: The status of the control panel command type: string createdBy: description: Creator name type: string id: description: '`readOnly` The id of the Category' readOnly: true type: integer schedulerConfiguredId: description: The configured id of the scheduler type: integer schedulerId: description: The id of the scheduler type: integer schedulerName: description: The name of the scheduler type: string updatedBy: description: Updater name type: string value: description: The value of the variable type: string variable: description: The name of the variable type: string variablePart: description: The part of the variable type: string workerConfiguredId: description: The configured id of the job worker type: integer workerId: description: The id of the job worker type: integer workerName: description: The name of the job worker type: string title: KalturaSchedulerConfig type: object KalturaDistributionValidationErrorInvalidMetadata: allOf: - $ref: '#/definitions/KalturaDistributionValidationErrorInvalidData' properties: metadataProfileId: type: integer title: KalturaDistributionValidationErrorInvalidMetadata type: object 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 KalturaABCScreenersWatermarkCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: {} title: KalturaABCScreenersWatermarkCondition 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 KalturaWidevineFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaWidevineFlavorParams type: object KalturaSchedulerStatus: properties: id: description: '`readOnly` The id of the Category' readOnly: true type: integer schedulerConfiguredId: description: The configured id of the scheduler type: integer schedulerId: description: '`readOnly` The id of the scheduler' readOnly: true type: integer type: description: 'Enum Type: `KalturaSchedulerStatusType` The status type' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 type: integer x-enumLabels: - RUNNING_BATCHES_COUNT - RUNNING_BATCHES_CPU - RUNNING_BATCHES_MEMORY - RUNNING_BATCHES_NETWORK - RUNNING_BATCHES_DISC_IO - RUNNING_BATCHES_DISC_SPACE - RUNNING_BATCHES_IS_RUNNING - RUNNING_BATCHES_LAST_EXECUTION_TIME x-enumType: KalturaSchedulerStatusType value: description: The status value type: integer workerConfiguredId: description: The configured id of the job worker type: integer workerId: description: '`readOnly` The id of the worker' readOnly: true type: integer workerType: description: 'Enum Type: `KalturaBatchJobType` The type of the job worker.' 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 title: KalturaSchedulerStatus 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 KalturaFreewheelGenericDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFreewheelGenericDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFreewheelGenericDistributionProviderOrderBy title: KalturaFreewheelGenericDistributionProviderFilter 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 KalturaAssetHistoryFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: assetIdIn: description: Comma separated list of asset identifiers. type: string daysLessThanOrEqual: description: How many days back to return the watched media. If omitted, default to 7 days type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaAssetHistoryOrderBy statusEqual: description: "Enum Type: `KalturaWatchStatus`\n\nWhich type of recently watched media to include in the result – those that finished watching, those that are in progress or both.\r\n If omitted or specified filter = all – return all types.\r\n Allowed values: progress – return medias that are in-progress, done – return medias that finished watching." enum: - progress - done - all type: string x-enumLabels: - PROGRESS - DONE - ALL x-enumType: KalturaWatchStatus typeIn: description: "Comma separated list of asset types to search within.\r\n Possible values: 0 – EPG linear programs entries, any media type ID (according to media type IDs defined dynamically in the system).\r\n If omitted – all types should be included." type: string title: KalturaAssetHistoryFilter 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 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 KalturaAccessControlContextTypeHolder: allOf: - $ref: '#/definitions/KalturaContextTypeHolder' properties: {} title: KalturaAccessControlContextTypeHolder 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 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 KalturaBooleanNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' properties: {} title: KalturaBooleanNotificationTemplate 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 KalturaPodcastDistributionProfile: allOf: - $ref: '#/definitions/KalturaDistributionProfile' properties: feedId: description: '`readOnly`' readOnly: true type: string metadataProfileId: type: integer xsl: type: string title: KalturaPodcastDistributionProfile type: object KalturaHouseholdUserFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: householdIdEqual: description: The identifier of the household type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaHouseholdUserOrderBy title: KalturaHouseholdUserFilter type: object KalturaPartnerListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaPartner' type: array title: KalturaPartnerListResponse type: object KalturaBusinessProcessServerBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 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 KalturaDistributionValidationErrorMissingFlavor: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: flavorParamsId: type: string title: KalturaDistributionValidationErrorMissingFlavor type: object 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 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 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 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 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 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 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_2' 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 KalturaExecuteMetadataXsltObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: metadataObjectType: description: 'Enum Type: `KalturaMetadataObjectType` Metadata object type to lookup the metadata object' 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 metadataProfileId: description: Metadata profile id to lookup the metadata object type: integer xslt: description: The XSLT to execute type: string title: KalturaExecuteMetadataXsltObjectTask type: object 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 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 KalturaFreewheelDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFreewheelDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFreewheelDistributionProviderOrderBy title: KalturaFreewheelDistributionProviderFilter type: object KalturaFileSyncListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFileSync' type: array title: KalturaFileSyncListResponse type: object KalturaUrlAuthenticationParamsCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: {} title: KalturaUrlAuthenticationParamsCondition type: object KalturaFacebookDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaFacebookDistributionProvider type: object KalturaPlayReadyPlayRight: allOf: - $ref: '#/definitions/KalturaPlayReadyRight' properties: analogVideoOPL: description: 'Enum Type: `KalturaPlayReadyAnalogVideoOPL`' enum: - 100 - 150 - 200 type: integer x-enumLabels: - MIN_100 - MIN_150 - MIN_200 x-enumType: KalturaPlayReadyAnalogVideoOPL analogVideoOutputProtectionList: items: $ref: '#/definitions/KalturaPlayReadyAnalogVideoOPIdHolder' type: array compressedDigitalAudioOPL: description: 'Enum Type: `KalturaPlayReadyDigitalAudioOPL`' enum: - 100 - 150 - 200 - 250 - 300 type: integer x-enumLabels: - MIN_100 - MIN_150 - MIN_200 - MIN_250 - MIN_300 x-enumType: KalturaPlayReadyDigitalAudioOPL compressedDigitalVideoOPL: description: 'Enum Type: `KalturaPlayReadyCompressedDigitalVideoOPL`' enum: - 400 - 500 type: integer x-enumLabels: - MIN_400 - MIN_500 x-enumType: KalturaPlayReadyCompressedDigitalVideoOPL digitalAudioOutputProtectionList: items: $ref: '#/definitions/KalturaPlayReadyDigitalAudioOPIdHolder' type: array firstPlayExpiration: type: integer playEnablers: items: $ref: '#/definitions/KalturaPlayReadyPlayEnablerHolder' type: array uncompressedDigitalAudioOPL: description: 'Enum Type: `KalturaPlayReadyDigitalAudioOPL`' enum: - 100 - 150 - 200 - 250 - 300 type: integer x-enumLabels: - MIN_100 - MIN_150 - MIN_200 - MIN_250 - MIN_300 x-enumType: KalturaPlayReadyDigitalAudioOPL uncompressedDigitalVideoOPL: description: 'Enum Type: `KalturaPlayReadyUncompressedDigitalVideoOPL`' enum: - 100 - 250 - 270 - 300 type: integer x-enumLabels: - MIN_100 - MIN_250 - MIN_270 - MIN_300 x-enumType: KalturaPlayReadyUncompressedDigitalVideoOPL title: KalturaPlayReadyPlayRight 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 KalturaConversionProfileAssetParamsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaConversionProfileAssetParams' type: array title: KalturaConversionProfileAssetParamsListResponse type: object KalturaCollectionFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Collection Filter properties: collectionIdIn: description: Comma separated collection IDs type: string mediaFileIdEqual: description: Media-file ID to get the subscriptions by type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaCollectionOrderBy title: KalturaCollectionFilter type: object KalturaPersonalFeedFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC type: string x-enumLabels: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC x-enumType: KalturaPersonalFeedOrderBy title: KalturaPersonalFeedFilter 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 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 KalturaPlayableEntry: allOf: - $ref: '#/definitions/KalturaBaseEntry' anyOf: - $ref: '#/definitions/KalturaPlayableEntry' - $ref: '#/definitions/KalturaMediaEntry' - $ref: '#/definitions/KalturaMixEntry' - $ref: '#/definitions/KalturaExternalMediaEntry' - $ref: '#/definitions/KalturaLiveChannel' - $ref: '#/definitions/KalturaLiveStreamEntry' - $ref: '#/definitions/KalturaLiveStreamAdminEntry' discriminator: objectType properties: duration: description: '`readOnly` The duration in seconds' readOnly: true type: integer durationType: description: '`readOnly` Enum Type: `KalturaDurationType` The duration type (short for 0-4 mins, medium for 4-20 mins, long for 20+ mins)' enum: - long - medium - notavailable - short readOnly: true type: string x-enumLabels: - LONG - MEDIUM - NOT_AVAILABLE - SHORT x-enumType: KalturaDurationType height: description: '`readOnly` The height in pixels' readOnly: true type: integer lastPlayedAt: description: '`readOnly` The last time the entry was played' readOnly: true type: integer msDuration: description: The duration in miliseconds type: integer objectType: enum: - KalturaPlayableEntry - KalturaMediaEntry - KalturaMixEntry - KalturaExternalMediaEntry - KalturaLiveChannel - KalturaLiveStreamEntry - KalturaLiveStreamAdminEntry type: string plays: description: '`readOnly` Number of plays' readOnly: true type: integer views: description: '`readOnly` Number of views' readOnly: true type: integer width: description: '`readOnly` The width in pixels' readOnly: true type: integer title: KalturaPlayableEntry type: object KalturaUploadTokenListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUploadToken' type: array title: KalturaUploadTokenListResponse 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 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 KalturaEventNotificationTemplate: anyOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' - $ref: '#/definitions/KalturaBooleanNotificationTemplate' - $ref: '#/definitions/KalturaEmailNotificationTemplate' - $ref: '#/definitions/KalturaHttpNotificationTemplate' - $ref: '#/definitions/KalturaKafkaNotificationTemplate' - $ref: '#/definitions/KalturaPushNotificationTemplate' - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplate' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplate' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplate' discriminator: objectType properties: automaticDispatchEnabled: description: Define that the template could be dispatched automatically by the system type: boolean contentParameters: items: $ref: '#/definitions/KalturaEventNotificationParameter' type: array createdAt: description: '`readOnly`' readOnly: true type: integer description: type: string eventConditions: items: $ref: '#/definitions/KalturaCondition' type: array eventObjectType: description: 'Enum Type: `KalturaEventNotificationEventObjectType` Define the object that raied the event that should trigger this notification' enum: - adCuePointEventNotifications.AdCuePoint - annotationEventNotifications.Annotation - attachmentAssetEventNotifications.AttachmentAsset - captionAssetEventNotifications.CaptionAsset - codeCuePointEventNotifications.CodeCuePoint - contentDistributionEventNotifications.DistributionProfile - contentDistributionEventNotifications.EntryDistribution - cuePointEventNotifications.CuePoint - dropFolderEventNotifications.DropFolder - dropFolderEventNotifications.DropFolderFile - metadataEventNotifications.Metadata - transcriptAssetEventNotifications.TranscriptAsset - '1' - '2' - '3' - '4' - '5' - '8' - '9' - '10' - '11' - '12' - '14' - '15' - '16' - '17' - '18' - '19' - '20' - '21' - '22' - '23' - '24' - '25' - '26' - '27' - '28' - '29' - '31' - '32' - '33' - '34' - '35' - '36' - '37' - '38' - '39' - '40' - '41' - '42' type: string x-enumLabels: - AD_CUE_POINT - ANNOTATION - ATTACHMENT_ASSET - CAPTION_ASSET - CODE_CUE_POINT - DISTRIBUTION_PROFILE - ENTRY_DISTRIBUTION - CUE_POINT - DROP_FOLDER - DROP_FOLDER_FILE - METADATA - TRANSCRIPT_ASSET - ENTRY - CATEGORY - ASSET - FLAVORASSET - THUMBASSET - KUSER - ACCESSCONTROL - BATCHJOB - BULKUPLOADRESULT - CATEGORYKUSER - CONVERSIONPROFILE2 - FLAVORPARAMS - FLAVORPARAMSCONVERSIONPROFILE - FLAVORPARAMSOUTPUT - GENERICSYNDICATIONFEED - KUSERTOUSERROLE - PARTNER - PERMISSION - PERMISSIONITEM - PERMISSIONTOPERMISSIONITEM - SCHEDULER - SCHEDULERCONFIG - SCHEDULERSTATUS - SCHEDULERWORKER - STORAGEPROFILE - SYNDICATIONFEED - THUMBPARAMS - THUMBPARAMSOUTPUT - UPLOADTOKEN - USERLOGINDATA - USERROLE - WIDGET - CATEGORYENTRY - LIVE_STREAM - SERVER_NODE - ENTRY_SERVER_NODE - REACH_PROFILE - ENTRY_VENDOR_TASK x-enumType: KalturaEventNotificationEventObjectType eventType: description: 'Enum Type: `KalturaEventNotificationEventType` Define the event that should trigger this notification' enum: - integrationEventNotifications.INTEGRATION_JOB_CLOSED - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - '10' - '11' - '12' - '13' type: string x-enumLabels: - INTEGRATION_JOB_CLOSED - BATCH_JOB_STATUS - OBJECT_ADDED - OBJECT_CHANGED - OBJECT_COPIED - OBJECT_CREATED - OBJECT_DATA_CHANGED - OBJECT_DELETED - OBJECT_ERASED - OBJECT_READY_FOR_REPLACMENT - OBJECT_SAVED - OBJECT_UPDATED - OBJECT_REPLACED - OBJECT_READY_FOR_INDEX x-enumType: KalturaEventNotificationEventType id: description: '`readOnly`' readOnly: true type: integer manualDispatchEnabled: description: Define that the template could be dispatched manually from the API type: boolean name: type: string objectType: enum: - KalturaEventNotificationTemplate - KalturaBooleanNotificationTemplate - KalturaEmailNotificationTemplate - KalturaHttpNotificationTemplate - KalturaKafkaNotificationTemplate - KalturaPushNotificationTemplate - KalturaBusinessProcessAbortNotificationTemplate - KalturaBusinessProcessSignalNotificationTemplate - KalturaBusinessProcessStartNotificationTemplate type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaEventNotificationTemplateStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaEventNotificationTemplateStatus systemName: type: string type: description: '`insertOnly` 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 updatedAt: description: '`readOnly`' readOnly: true type: integer userParameters: items: $ref: '#/definitions/KalturaEventNotificationParameter' type: array title: KalturaEventNotificationTemplate type: object KalturaScheduledTaskProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaPdfFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: readonly: type: boolean title: KalturaPdfFlavorParams type: object 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 KalturaAuthenticatedCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: privileges: items: $ref: '#/definitions/KalturaStringValue' type: array title: KalturaAuthenticatedCondition type: object 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 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 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 KalturaSystemPartnerUsageItem: properties: audioEntriesCount: description: Number of new audio entries created during specific date range type: integer avgStorage: description: The average amount of storage consumption during the given date range for the specific publisher type: number bandwidth: description: The total bandwidth usage during the given date range (in MB) type: number combinedBandwidthStorage: description: The combined amount of bandwidth and storage consumed during the given date range for the specific publisher type: number deletedStorage: description: Amount of deleted storage in MB type: number entriesCount: description: Number of new entries created during specific date range type: integer imageEntriesCount: description: Number of new image entries created during specific date range type: integer mixEntriesCount: description: Number of new mix entries created during specific date range type: integer partnerCreatedAt: description: Partner creation date (Unix timestamp) type: integer partnerId: description: Partner ID type: integer partnerName: description: Partner name type: string partnerPackage: description: Partner package type: integer partnerStatus: description: 'Enum Type: `KalturaPartnerStatus` Partner status' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - DELETED - ACTIVE - BLOCKED - FULL_BLOCK - READ_ONLY x-enumType: KalturaPartnerStatus peakStorage: description: The peak amount of storage consumption during the given date range for the specific publisher type: number plays: description: Number of plays in the specific date range type: integer storage: description: The change in storage consumption (new uploads) during the given date range (in MB) type: number totalEntriesCount: description: Total number of entries type: integer totalStorage: description: The total storage consumption (in MB) type: number transcodingUsage: description: Amount of transcoding usage in MB type: number videoEntriesCount: description: Number of new video entries created during specific date range type: integer views: description: Number of player loads in the specific date range type: integer title: KalturaSystemPartnerUsageItem type: object KalturaDataListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDataEntry' type: array title: KalturaDataListResponse 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 KalturaBusinessProcessStartNotificationTemplate: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplate' properties: abortOnDeletion: description: Abort the process automatically if the triggering object deleted type: boolean title: KalturaBusinessProcessStartNotificationTemplate type: object 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 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 KalturaAuditTrailTextInfo: allOf: - $ref: '#/definitions/KalturaAuditTrailInfo' properties: info: type: string title: KalturaAuditTrailTextInfo type: object KalturaAppToken: properties: createdAt: description: '`readOnly` Creation time as Unix timestamp (In seconds)' readOnly: true type: integer description: type: string expiry: description: Expiry time of current token (unix timestamp in seconds) type: integer hashType: description: 'Enum Type: `KalturaAppTokenHashType`' enum: - MD5 - SHA1 - SHA256 - SHA512 type: string x-enumLabels: - MD5 - SHA1 - SHA256 - SHA512 x-enumType: KalturaAppTokenHashType id: description: '`readOnly` The id of the application token' readOnly: true type: string partnerId: description: '`readOnly`' readOnly: true type: integer sessionDuration: description: Expiry duration of KS (Kaltura Session) that created using the current token (in seconds) type: integer sessionPrivileges: description: Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token type: string sessionType: description: 'Enum Type: `KalturaSessionType` Type of KS (Kaltura Session) that created using the current token' enum: - 0 - 2 type: integer x-enumLabels: - USER - ADMIN x-enumType: KalturaSessionType sessionUserId: description: User id of KS (Kaltura Session) that created using the current token type: string status: description: '`readOnly` Enum Type: `KalturaAppTokenStatus` Application token status' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaAppTokenStatus token: description: '`readOnly` The application token' readOnly: true type: string updatedAt: description: '`readOnly` Update time as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaAppToken type: object KalturaLiveRedirectScheduleEvent: allOf: - $ref: '#/definitions/KalturaBaseLiveScheduleEvent' properties: redirectEntryId: description: The vod entry to redirect type: string title: KalturaLiveRedirectScheduleEvent type: object KalturaEventNotificationTemplateListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaEventNotificationTemplate' type: array title: KalturaEventNotificationTemplateListResponse type: object 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 KalturaEmailNotificationGroupRecipientProvider: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' description: API class for recipient provider which constructs a dynamic list of recipients according to a user filter properties: groupId: type: string title: KalturaEmailNotificationGroupRecipientProvider type: object KalturaPushToNewsDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaPushToNewsDistributionProvider type: object KalturaUserEntryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUserEntry' type: array title: KalturaUserEntryListResponse type: object KalturaLiveStreamBitrate: properties: bitrate: type: integer height: type: integer tags: type: string width: type: integer title: KalturaLiveStreamBitrate 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 KalturaCaptionAssetItemListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCaptionAssetItem' type: array title: KalturaCaptionAssetItemListResponse type: object KalturaDeliveryProfileHttp: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileHttp' - $ref: '#/definitions/KalturaDeliveryProfileAkamaiHttp' - $ref: '#/definitions/KalturaDeliveryProfileGenericHttp' discriminator: objectType properties: maxSize: type: integer objectType: enum: - KalturaDeliveryProfileHttp - KalturaDeliveryProfileAkamaiHttp - KalturaDeliveryProfileGenericHttp type: string title: KalturaDeliveryProfileHttp type: object KalturaZoomIntegrationSettingResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaZoomIntegrationSetting' type: array title: KalturaZoomIntegrationSettingResponse type: object KalturaAssetFilter: allOf: - $ref: '#/definitions/KalturaPersistedFilter' properties: dynamicOrderBy: $ref: '#/definitions/KalturaDynamicOrderBy' orderBy: enum: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC - LIKES_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - RELEVANCY_DESC - NAME_ASC - NAME_DESC - VIEWS_DESC - RATINGS_DESC - VOTES_DESC - START_DATE_DESC - START_DATE_ASC - LIKES_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaAssetOrderBy title: KalturaAssetFilter type: object KalturaDrmPolicyBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaCaptionParamsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCaptionParams' type: array title: KalturaCaptionParamsListResponse type: object KalturaPlayReadyPolicyFilter: allOf: - $ref: '#/definitions/KalturaPlayReadyPolicyBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPlayReadyPolicyOrderBy title: KalturaPlayReadyPolicyFilter type: object 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 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 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 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 KalturaUrlTokenizerAkamaiRtsp: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: cpcode: description: Cp-Code type: integer host: description: host type: string title: KalturaUrlTokenizerAkamaiRtsp 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 KalturaPager: anyOf: - $ref: '#/definitions/KalturaPager' - $ref: '#/definitions/KalturaFilterPager_2' 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 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 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 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 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 KalturaESearchGroupParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchGroupOperator' title: KalturaESearchGroupParams type: object KalturaSipEntryServerNode: allOf: - $ref: '#/definitions/KalturaEntryServerNode' properties: sipPrimaryAdpId: description: '`readOnly`' readOnly: true type: string sipRoomId: description: '`readOnly`' readOnly: true type: string sipSecondaryAdpId: description: '`readOnly`' readOnly: true type: string title: KalturaSipEntryServerNode type: object KalturaMetadataFieldChangedCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' properties: profileId: description: Metadata profile id type: integer profileSystemName: description: Metadata profile system name type: string versionA: type: string versionB: 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: KalturaMetadataFieldChangedCondition type: object KalturaPermissionLevelUserEntry: allOf: - $ref: '#/definitions/KalturaUserEntry' properties: permissionLevels: items: $ref: '#/definitions/KalturaPermissionLevel' type: array title: KalturaPermissionLevelUserEntry type: object KalturaUverseDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaUverseDistributionProvider 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 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 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 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 KalturaFileAsset: properties: createdAt: description: '`readOnly`' readOnly: true type: integer fileAssetObjectType: description: '`insertOnly` Enum Type: `KalturaFileAssetObjectType`' enum: - '2' - '3' type: string x-enumLabels: - UI_CONF - ENTRY x-enumType: KalturaFileAssetObjectType fileExt: type: string id: description: '`readOnly`' readOnly: true type: integer name: type: string objectId: description: '`insertOnly`' type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaFileAssetStatus`' enum: - '0' - '1' - '2' - '3' - '4' readOnly: true type: string x-enumLabels: - PENDING - UPLOADING - READY - DELETED - ERROR x-enumType: KalturaFileAssetStatus systemName: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly`' readOnly: true type: integer title: KalturaFileAsset type: object KalturaHttpNotificationDataText: allOf: - $ref: '#/definitions/KalturaHttpNotificationData' properties: content: $ref: '#/definitions/KalturaStringValue' title: KalturaHttpNotificationDataText type: object KalturaESearchCategoryParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchCategoryOperator' title: KalturaESearchCategoryParams type: object 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 KalturaVirusScanProfile: properties: actionIfInfected: description: 'Enum Type: `KalturaVirusFoundAction`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - NONE - DELETE - CLEAN_NONE - CLEAN_DELETE x-enumType: KalturaVirusFoundAction createdAt: description: '`readOnly`' readOnly: true type: integer engineType: 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 entryFilter: $ref: '#/definitions/KalturaBaseEntryFilter' id: description: '`readOnly`' readOnly: true type: integer name: type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: 'Enum Type: `KalturaVirusScanProfileStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaVirusScanProfileStatus updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaVirusScanProfile type: object KalturaMsnDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaMsnDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMsnDistributionProviderOrderBy title: KalturaMsnDistributionProviderFilter type: object KalturaObjectIdField: allOf: - $ref: '#/definitions/KalturaStringField' description: Evaluates object ID according to given context properties: {} title: KalturaObjectIdField type: object KalturaUploadTokenBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaAnnouncementFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: order announcements properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaAnnouncementOrderBy title: KalturaAnnouncementFilter type: object KalturaServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaDeliveryProfileGenericHds: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: pattern: type: string rendererClass: description: rendererClass type: string title: KalturaDeliveryProfileGenericHds type: object KalturaWidget: properties: addEmbedHtml5Support: description: Addes the HTML5 script line to the widget's embed code type: boolean createdAt: description: '`readOnly`' readOnly: true type: integer enforceEntitlement: description: Should enforce entitlement on feed entries type: boolean entryId: type: string id: description: '`readOnly`' readOnly: true type: string partnerData: description: Can be used to store various partner related data as a string type: string partnerId: description: '`readOnly`' readOnly: true type: integer privacyContext: description: Set privacy context for search entries that assiged to private and public categories within a category privacy context. type: string privileges: type: string roles: type: string rootWidgetId: description: '`readOnly`' readOnly: true type: string securityPolicy: type: integer securityType: description: 'Enum Type: `KalturaWidgetSecurityType`' enum: - 1 - 2 type: integer x-enumLabels: - NONE - TIMEHASH x-enumType: KalturaWidgetSecurityType sourceWidgetId: type: string uiConfId: type: integer updatedAt: description: '`readOnly`' readOnly: true type: integer widgetHTML: description: '`readOnly`' readOnly: true type: string title: KalturaWidget type: object KalturaVarPartnerUsageTotalItem: allOf: - $ref: '#/definitions/KalturaVarPartnerUsageItem' properties: {} title: KalturaVarPartnerUsageTotalItem 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 KalturaDeviceReportFilter: allOf: - $ref: '#/definitions/KalturaReportFilter' description: Report filter properties: lastAccessDateGreaterThanOrEqual: description: Filter device configuration later than specific date type: integer title: KalturaDeviceReportFilter type: object KalturaFavoriteFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Favorite request filter properties: mediaIdIn: description: Media identifiers from which to filter the favorite assets type: string mediaTypeEqual: description: Media type to filter by the favorite assets type: integer orderBy: enum: - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaFavoriteOrderBy udidEqualCurrent: description: Indicates whether the results should be filtered by origin UDID using the current type: boolean title: KalturaFavoriteFilter type: object 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 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 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 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 KalturaSystemPartnerUsageFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 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 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 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 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 KalturaYouTubeDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaYouTubeDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaYouTubeDistributionProviderOrderBy title: KalturaYouTubeDistributionProviderFilter type: object KalturaLiveStreamConfiguration: description: A representation of a live stream configuration properties: backupUrl: type: string protocol: 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 publishUrl: type: string streamName: type: string url: type: string title: KalturaLiveStreamConfiguration 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 KalturaGroupUser: properties: createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer creationMode: description: '`insertOnly` Enum Type: `KalturaGroupUserCreationMode`' enum: - 1 - 2 type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaGroupUserCreationMode groupId: description: '`insertOnly`' type: string id: description: '`readOnly`' readOnly: true type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaGroupUserStatus`' enum: - 0 - 1 readOnly: true type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaGroupUserStatus updatedAt: description: '`readOnly` Last update date as Unix timestamp (In seconds)' readOnly: true type: integer userId: description: '`insertOnly`' type: string userRole: description: 'Enum Type: `KalturaGroupUserRole`' enum: - 1 - 2 type: integer x-enumLabels: - MEMBER - MANAGER x-enumType: KalturaGroupUserRole title: KalturaGroupUser 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 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 KalturaEntryVendorTask: properties: accessKey: description: '`readOnly` Access key generated by Kaltura to allow vendors to ingest the end result to the destination' readOnly: true type: string accuracy: description: Task result accuracy percentage type: integer catalogItemId: description: '`insertOnly` The catalog item Id containing the task description' type: integer context: description: Task context type: string createdAt: description: '`readOnly`' readOnly: true type: integer creationMode: description: '`readOnly` Enum Type: `KalturaEntryVendorTaskCreationMode` Task creation mode' enum: - 1 - 2 readOnly: true type: integer x-enumLabels: - MANUAL - AUTOMATIC x-enumType: KalturaEntryVendorTaskCreationMode dictionary: description: '`readOnly`' readOnly: true type: string entryId: description: '`insertOnly`' type: string errDescription: description: Err description provided by provider in case job execution has failed type: string expectedFinishTime: description: '`readOnly`' readOnly: true type: integer externalTaskId: description: The vendor's task internal Id type: string finishTime: description: '`readOnly`' readOnly: true type: integer id: description: '`readOnly`' readOnly: true type: integer moderatingUser: description: '`readOnly` The user ID that approved this task for execution (in case moderation is requested)' readOnly: true type: string notes: description: User generated notes that should be taken into account by the vendor while executing the task type: string outputObjectId: description: Task main object generated by executing the task type: string partnerData: description: Json object containing extra task data required by the requester type: string partnerId: description: '`readOnly`' readOnly: true type: integer price: description: '`readOnly` The charged price to execute this task' readOnly: true type: number queueTime: description: '`readOnly`' readOnly: true type: integer reachProfileId: description: '`insertOnly` The profile id from which this task base config is taken from' type: integer serviceFeature: description: '`readOnly` Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 readOnly: true type: integer x-enumLabels: - CAPTIONS - TRANSLATION - ALIGNMENT - AUDIO_DESCRIPTION - CHAPTERING - INTELLIGENT_TAGGING - DUBBING - LIVE_CAPTION - EXTENDED_AUDIO_DESCRIPTION x-enumType: KalturaVendorServiceFeature serviceType: description: '`readOnly` Enum Type: `KalturaVendorServiceType`' enum: - 1 - 2 readOnly: true type: integer x-enumLabels: - HUMAN - MACHINE x-enumType: KalturaVendorServiceType status: 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 taskJobData: $ref: '#/definitions/KalturaVendorTaskData' turnAroundTime: description: '`readOnly` Enum Type: `KalturaVendorServiceTurnAroundTime`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1800 - 7200 - 10800 - 21600 - 28800 - 43200 - 86400 - 172800 - 345600 - 432000 - 864000 readOnly: true 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 updatedAt: description: '`readOnly`' readOnly: true type: integer userId: description: '`readOnly` The ID of the user who created this task' readOnly: true type: string vendorPartnerId: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly` Vendor generated by Kaltura representing the entry vendor task version correlated to the entry version' readOnly: true type: string title: KalturaEntryVendorTask type: object KalturaUrlTokenizerAkamaiRtmp: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: aifp: type: string profile: description: profile type: string type: description: Type type: string usePrefix: type: boolean title: KalturaUrlTokenizerAkamaiRtmp type: object KalturaScheduleEventResource: properties: createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer eventId: description: '`insertOnly`' type: integer partnerId: description: '`readOnly`' readOnly: true type: integer resourceId: description: '`insertOnly`' type: integer updatedAt: description: '`readOnly` Last update as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaScheduleEventResource 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 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 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 KalturaExternalMediaEntryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaExternalMediaEntry' type: array title: KalturaExternalMediaEntryListResponse 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 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 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 KalturaScheduler: properties: configs: items: $ref: '#/definitions/KalturaSchedulerConfig' type: array configuredId: description: The id as configured in the batch config type: integer createdAt: description: '`readOnly` creation time' readOnly: true type: integer host: description: The host name type: string id: description: '`readOnly` The id of the Scheduler' readOnly: true type: integer lastStatus: description: '`readOnly` last status time' readOnly: true type: integer lastStatusStr: description: '`readOnly` last status formated' readOnly: true type: string name: description: The scheduler name type: string statuses: items: $ref: '#/definitions/KalturaSchedulerStatus' type: array workers: items: $ref: '#/definitions/KalturaSchedulerWorker' type: array title: KalturaScheduler 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 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 KalturaDirectoryRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: directoryRestrictionType: description: 'Enum Type: `KalturaDirectoryRestrictionType` Kaltura directory restriction type' enum: - 0 - 1 type: integer x-enumLabels: - DONT_DISPLAY - DISPLAY_WITH_LINK x-enumType: KalturaDirectoryRestrictionType title: KalturaDirectoryRestriction 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 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 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 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 KalturaRecordScheduleEvent: allOf: - $ref: '#/definitions/KalturaEntryScheduleEvent' properties: {} title: KalturaRecordScheduleEvent type: object KalturaLiveChannel: allOf: - $ref: '#/definitions/KalturaLiveEntry' properties: playlistId: description: Playlist id to be played type: string repeat: description: 'Enum Type: `KalturaNullableBoolean` Indicates that the segments should be repeated for ever' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaLiveChannel type: object KalturaDeliveryProfileVodPackagerPlayServer: allOf: - $ref: '#/definitions/KalturaDeliveryProfileVod' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerPlayServer' - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerHls' discriminator: objectType properties: adStitchingEnabled: type: boolean objectType: enum: - KalturaDeliveryProfileVodPackagerPlayServer - KalturaDeliveryProfileVodPackagerHls type: string title: KalturaDeliveryProfileVodPackagerPlayServer 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 KalturaCaptionAssetItem: properties: asset: $ref: '#/definitions/KalturaCaptionAsset' content: type: string endTime: type: integer entry: $ref: '#/definitions/KalturaBaseEntry' startTime: type: integer title: KalturaCaptionAssetItem type: object 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 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 KalturaSipServerNode: allOf: - $ref: '#/definitions/KalturaServerNode' properties: {} title: KalturaSipServerNode 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 KalturaPermissionItemListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaPermissionItem' type: array title: KalturaPermissionItemListResponse 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 KalturaGenericDistributionProviderAction: properties: action: description: '`insertOnly` Enum Type: `KalturaDistributionAction`' enum: - 1 - 2 - 3 - 4 type: integer x-enumLabels: - SUBMIT - UPDATE - DELETE - FETCH_REPORT x-enumType: KalturaDistributionAction createdAt: description: '`readOnly` Generic distribution provider action creation date as Unix timestamp (In seconds)' readOnly: true type: integer editableFields: type: string genericDistributionProviderId: description: '`insertOnly`' type: integer id: description: '`readOnly` Auto generated' readOnly: true type: integer mandatoryFields: type: string mrssTransformer: description: '`readOnly`' readOnly: true type: string mrssValidator: description: '`readOnly`' readOnly: true type: string 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 remotePassword: type: string remotePath: type: string remoteUsername: type: string resultsParser: description: 'Enum Type: `KalturaGenericDistributionProviderParser`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - XSL - XPATH - REGEX x-enumType: KalturaGenericDistributionProviderParser resultsTransformer: description: '`readOnly`' readOnly: true type: string serverAddress: type: string status: description: '`readOnly` Enum Type: `KalturaGenericDistributionProviderStatus`' enum: - 2 - 3 readOnly: true type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaGenericDistributionProviderStatus updatedAt: description: '`readOnly` Generic distribution provider action last update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaGenericDistributionProviderAction type: object KalturaConfigurationGroupTagFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Configuration group tag filter properties: configurationGroupIdEqual: description: the ID of the configuration group for which to return related configurations group tags type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaConfigurationGroupTagOrderBy title: KalturaConfigurationGroupTagFilter type: object KalturaTimeWarnerDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaTimeWarnerDistributionProvider type: object 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 KalturaUnicornDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUnicornDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUnicornDistributionProviderOrderBy title: KalturaUnicornDistributionProviderFilter type: object KalturaOperaSyndicationFeed: allOf: - $ref: '#/definitions/KalturaConstantXsltSyndicationFeed' properties: {} title: KalturaOperaSyndicationFeed type: object KalturaFilter: description: '`abstract`' discriminator: objectType oneOf: - $ref: '#/definitions/KalturaRelatedObjectFilter' - $ref: '#/definitions/KalturaChannelsFilter' - $ref: '#/definitions/KalturaMediaFileFilter' - $ref: '#/definitions/KalturaImageFilter' - $ref: '#/definitions/KalturaImageTypeFilter' - $ref: '#/definitions/KalturaTagFilter' - $ref: '#/definitions/KalturaAssetStructFilter' - $ref: '#/definitions/KalturaCurrencyFilter' - $ref: '#/definitions/KalturaPersistedFilter' - $ref: '#/definitions/KalturaCollectionFilter' - $ref: '#/definitions/KalturaPricePlanFilter' - $ref: '#/definitions/KalturaPriceDetailsFilter' - $ref: '#/definitions/KalturaSubscriptionSetFilter' - $ref: '#/definitions/KalturaLanguageFilter' - $ref: '#/definitions/KalturaMetaFilter' - $ref: '#/definitions/KalturaCountryFilter' - $ref: '#/definitions/KalturaSearchHistoryFilter' - $ref: '#/definitions/KalturaConfigurationsFilter' - $ref: '#/definitions/KalturaReportFilter' - $ref: '#/definitions/KalturaConfigurationGroupTagFilter' - $ref: '#/definitions/KalturaConfigurationGroupDeviceFilter' - $ref: '#/definitions/KalturaHouseholdDeviceFilter' - $ref: '#/definitions/KalturaRegionFilter' - $ref: '#/definitions/KalturaUserAssetRuleFilter' - $ref: '#/definitions/KalturaParentalRuleFilter' - $ref: '#/definitions/KalturaExportTaskFilter' - $ref: '#/definitions/KalturaAssetCommentFilter' - $ref: '#/definitions/KalturaBookmarkFilter' - $ref: '#/definitions/KalturaSeriesRecordingFilter' - $ref: '#/definitions/KalturaProductPriceFilter' - $ref: '#/definitions/KalturaEntitlementFilter' - $ref: '#/definitions/KalturaTransactionHistoryFilter' - $ref: '#/definitions/KalturaUserRoleFilter' - $ref: '#/definitions/KalturaPaymentMethodProfileFilter' - $ref: '#/definitions/KalturaAssetHistoryFilter' - $ref: '#/definitions/KalturaRecordingContextFilter' - $ref: '#/definitions/KalturaRecordingFilter' - $ref: '#/definitions/KalturaHouseholdUserFilter' - $ref: '#/definitions/KalturaEngagementFilter' - $ref: '#/definitions/KalturaReminderFilter' - $ref: '#/definitions/KalturaFollowTvSeriesFilter' - $ref: '#/definitions/KalturaInboxMessageFilter' - $ref: '#/definitions/KalturaAnnouncementFilter' - $ref: '#/definitions/KalturaPersonalFeedFilter' - $ref: '#/definitions/KalturaTopicFilter' - $ref: '#/definitions/KalturaSubscriptionFilter' - $ref: '#/definitions/KalturaSocialCommentFilter' - $ref: '#/definitions/KalturaSocialFriendActivityFilter' - $ref: '#/definitions/KalturaSocialActionFilter' - $ref: '#/definitions/KalturaFavoriteFilter' - $ref: '#/definitions/KalturaOTTUserFilter' properties: objectType: enum: - KalturaRelatedObjectFilter - KalturaChannelsFilter - KalturaMediaFileFilter - KalturaImageFilter - KalturaImageTypeFilter - KalturaTagFilter - KalturaAssetStructFilter - KalturaCurrencyFilter - KalturaPersistedFilter - KalturaCollectionFilter - KalturaPricePlanFilter - KalturaPriceDetailsFilter - KalturaSubscriptionSetFilter - KalturaLanguageFilter - KalturaMetaFilter - KalturaCountryFilter - KalturaSearchHistoryFilter - KalturaConfigurationsFilter - KalturaReportFilter - KalturaConfigurationGroupTagFilter - KalturaConfigurationGroupDeviceFilter - KalturaHouseholdDeviceFilter - KalturaRegionFilter - KalturaUserAssetRuleFilter - KalturaParentalRuleFilter - KalturaExportTaskFilter - KalturaAssetCommentFilter - KalturaBookmarkFilter - KalturaSeriesRecordingFilter - KalturaProductPriceFilter - KalturaEntitlementFilter - KalturaTransactionHistoryFilter - KalturaUserRoleFilter - KalturaPaymentMethodProfileFilter - KalturaAssetHistoryFilter - KalturaRecordingContextFilter - KalturaRecordingFilter - KalturaHouseholdUserFilter - KalturaEngagementFilter - KalturaReminderFilter - KalturaFollowTvSeriesFilter - KalturaInboxMessageFilter - KalturaAnnouncementFilter - KalturaPersonalFeedFilter - KalturaTopicFilter - KalturaSubscriptionFilter - KalturaSocialCommentFilter - KalturaSocialFriendActivityFilter - KalturaSocialActionFilter - KalturaFavoriteFilter - KalturaOTTUserFilter type: string orderBy: description: order by type: string title: KalturaFilter type: object KalturaCountryRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: countryList: description: Comma separated list of country codes to allow to deny type: string countryRestrictionType: description: 'Enum Type: `KalturaCountryRestrictionType` Country restriction type (Allow or deny)' enum: - 0 - 1 type: integer x-enumLabels: - RESTRICT_COUNTRY_LIST - ALLOW_COUNTRY_LIST x-enumType: KalturaCountryRestrictionType title: KalturaCountryRestriction type: object KalturaReminderFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: '`abstract`' discriminator: objectType oneOf: - $ref: '#/definitions/KalturaAssetReminderFilter' - $ref: '#/definitions/KalturaSeriesReminderFilter' - $ref: '#/definitions/KalturaSeasonsReminderFilter' properties: objectType: enum: - KalturaAssetReminderFilter - KalturaSeriesReminderFilter - KalturaSeasonsReminderFilter type: string title: KalturaReminderFilter 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 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 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 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 KalturaVirtualEventListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaVirtualEvent' type: array title: KalturaVirtualEventListResponse type: object 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 KalturaVendorAlignmentCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: outputFormat: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat title: KalturaVendorAlignmentCatalogItem type: object KalturaESearchHistory: properties: searchTerm: description: '`readOnly`' readOnly: true type: string searchedObject: description: '`readOnly`' readOnly: true type: string timestamp: description: '`readOnly`' readOnly: true type: integer title: KalturaESearchHistory 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 KalturaWebexAPIIntegrationSetting: allOf: - $ref: '#/definitions/KalturaIntegrationSetting' properties: enableRecordingUpload: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableTranscription: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean groupParticipationType: description: 'Enum Type: `KalturaWebexAPIGroupParticipationType`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NO_CLASSIFICATION - OPT_IN - OPT_OUT x-enumType: KalturaWebexAPIGroupParticipationType optInGroupNames: type: string optOutGroupNames: type: string siteUrl: type: string userMatchingMode: description: 'Enum Type: `KalturaWebexAPIUsersMatching`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - DO_NOT_MODIFY - ADD_POSTFIX - REMOVE_POSTFIX x-enumType: KalturaWebexAPIUsersMatching userPostfix: type: string webexAccountDescription: type: string webexCategory: type: string title: KalturaWebexAPIIntegrationSetting type: object KalturaRuleAction: anyOf: - $ref: '#/definitions/KalturaAccessControlBlockAction' - $ref: '#/definitions/KalturaAccessControlDrmPolicyAction' - $ref: '#/definitions/KalturaAccessControlLimitDeliveryProfilesAction' - $ref: '#/definitions/KalturaAccessControlLimitFlavorsAction' - $ref: '#/definitions/KalturaAccessControlLimitThumbnailCaptureAction' - $ref: '#/definitions/KalturaAccessControlModifyRequestHostRegexAction' - $ref: '#/definitions/KalturaAccessControlPreviewAction' - $ref: '#/definitions/KalturaAccessControlServeRemoteEdgeServerAction' - $ref: '#/definitions/KalturaAddEntryVendorTaskAction' - $ref: '#/definitions/KalturaStorageAddAction' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAccessControlBlockAction - KalturaAccessControlDrmPolicyAction - KalturaAccessControlLimitDeliveryProfilesAction - KalturaAccessControlLimitFlavorsAction - KalturaAccessControlLimitThumbnailCaptureAction - KalturaAccessControlModifyRequestHostRegexAction - KalturaAccessControlPreviewAction - KalturaAccessControlServeRemoteEdgeServerAction - KalturaAddEntryVendorTaskAction - KalturaStorageAddAction type: string type: description: '`readOnly` Enum Type: `KalturaRuleActionType` The type of the action' enum: - drm.DRM_POLICY - reach.ADD_ENTRY_VENDOR_TASK - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' readOnly: true type: string x-enumLabels: - DRM_POLICY - ADD_ENTRY_VENDOR_TASK - BLOCK - PREVIEW - LIMIT_FLAVORS - ADD_TO_STORAGE - LIMIT_DELIVERY_PROFILES - SERVE_FROM_REMOTE_SERVER - REQUEST_HOST_REGEX - LIMIT_THUMBNAIL_CAPTURE x-enumType: KalturaRuleActionType title: KalturaRuleAction type: object x-abstract: true 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 KalturaZoomIntegrationSetting: allOf: - $ref: '#/definitions/KalturaIntegrationSetting' properties: enableRecordingUpload: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableWebinarUploads: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableZoomTranscription: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean groupParticipationType: description: 'Enum Type: `KalturaZoomGroupParticipationType`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NO_CLASSIFICATION - OPT_IN - OPT_OUT x-enumType: KalturaZoomGroupParticipationType jwtToken: type: string optInGroupNames: type: string optOutGroupNames: type: string zoomAccountDescription: type: string zoomCategory: type: string zoomUserMatchingMode: description: 'Enum Type: `KalturaZoomUsersMatching`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - DO_NOT_MODIFY - ADD_POSTFIX - REMOVE_POSTFIX - CMS_MATCHING x-enumType: KalturaZoomUsersMatching zoomUserPostfix: type: string zoomWebinarCategory: type: string title: KalturaZoomIntegrationSetting type: object KalturaComcastMrssDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaComcastMrssDistributionProvider 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 KalturaPlayReadyDigitalAudioOPIdHolder: properties: type: description: 'Enum Type: `KalturaPlayReadyDigitalAudioOPId` The type of the play enabler' enum: - 6D5CFA59-C250-4426-930E-FAC72C8FCFA6 type: string x-enumLabels: - SCMS x-enumType: KalturaPlayReadyDigitalAudioOPId title: KalturaPlayReadyDigitalAudioOPIdHolder 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 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 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 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 KalturaEdgeServerNode: allOf: - $ref: '#/definitions/KalturaDeliveryServerNode' properties: playbackDomain: description: Delivery server playback Domain type: string title: KalturaEdgeServerNode 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 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 KalturaSchedulerWorkerListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaSchedulerWorker' type: array title: KalturaSchedulerWorkerListResponse 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 KalturaUserAgentRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: userAgentRegexList: description: A comma seperated list of user agent regular expressions type: string userAgentRestrictionType: description: 'Enum Type: `KalturaUserAgentRestrictionType` User agent restriction type (Allow or deny)' enum: - 0 - 1 type: integer x-enumLabels: - RESTRICT_LIST - ALLOW_LIST x-enumType: KalturaUserAgentRestrictionType title: KalturaUserAgentRestriction type: object KalturaDrmPolicyListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDrmPolicy' type: array title: KalturaDrmPolicyListResponse type: object KalturaVerizonVcastDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaVerizonVcastDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaVerizonVcastDistributionProviderOrderBy title: KalturaVerizonVcastDistributionProviderFilter type: object KalturaLiveStreamPushPublishRTMPConfiguration: allOf: - $ref: '#/definitions/KalturaLiveStreamPushPublishConfiguration' description: A representation of an RTMP live stream configuration properties: applicationName: type: string password: type: string x-inputType: password streamName: type: string userId: type: string title: KalturaLiveStreamPushPublishRTMPConfiguration 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 KalturaFacebookDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: captionsInfo: items: $ref: '#/definitions/KalturaFacebookCaptionDistributionInfo' type: array thumbAssetId: type: string videoAssetFilePath: type: string title: KalturaFacebookDistributionJobProviderData type: object 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 KalturaPlayReadyAnalogVideoOPIdHolder: properties: type: description: 'Enum Type: `KalturaPlayReadyAnalogVideoOPId` The type of the play enabler' enum: - 2098DE8D-7DDD-4BAB-96C6-32EBB6FABEA3 - 225CD36F-F132-49EF-BA8C-C91EA28E4369 - 811C5110-46C8-4C6E-8163-C0482A15D47E - C3FD11C6-F8B7-4D20-B008-1DB17D61F2DA - D783A191-E083-4BAF-B2DA-E69F910B3772 type: string x-enumLabels: - EXPLICIT_ANALOG_TV - BEST_EFFORT_EXPLICIT_ANALOG_TV - IMAGE_CONSTRAINT_VIDEO - AGC_AND_COLOR_STRIPE - IMAGE_CONSTRAINT_MONITOR x-enumType: KalturaPlayReadyAnalogVideoOPId title: KalturaPlayReadyAnalogVideoOPIdHolder type: object KalturaITunesSyndicationFeed: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeed' properties: adultContent: description: 'Enum Type: `KalturaITunesSyndicationFeedAdultValues`' enum: - clean - 'no' - 'yes' type: string x-enumLabels: - CLEAN - 'NO' - 'YES' x-enumType: KalturaITunesSyndicationFeedAdultValues category: description: '`readOnly` Enum Type: `KalturaITunesSyndicationFeedCategories`' enum: - Arts - Arts/Design - Arts/Fashion & Beauty - Arts/Food - Arts/Literature - Arts/Performing Arts - Arts/Visual Arts - Business - Business/Business News - Business/Careers - Business/Investing - Business/Management & Marketing - Business/Shopping - Comedy - Education - Education/Education Technology - Education/Higher Education - Education/K-12 - Education/Language Courses - Education/Training - Games & Hobbies - Games & Hobbies/Automotive - Games & Hobbies/Aviation - Games & Hobbies/Hobbies - Games & Hobbies/Other Games - Games & Hobbies/Video Games - Government & Organizations - Government & Organizations/Local - Government & Organizations/National - Government & Organizations/Non-Profit - Government & Organizations/Regional - Health - Health/Alternative Health - Health/Fitness & Nutrition - Health/Self-Help - Health/Sexuality - Kids & Family - Music - News & Politics - Religion & Spirituality - Religion & Spirituality/Buddhism - Religion & Spirituality/Christianity - Religion & Spirituality/Hinduism - Religion & Spirituality/Islam - Religion & Spirituality/Judaism - Religion & Spirituality/Other - Religion & Spirituality/Spirituality - Science & Medicine - Science & Medicine/Medicine - Science & Medicine/Natural Sciences - Science & Medicine/Social Sciences - Society & Culture - Society & Culture/History - Society & Culture/Personal Journals - Society & Culture/Philosophy - Society & Culture/Places & Travel - Sports & Recreation - Sports & Recreation/Amateur - Sports & Recreation/College & High School - Sports & Recreation/Outdoor - Sports & Recreation/Professional - TV & Film - Technology - Technology/Gadgets - Technology/Podcasting - Technology/Software How-To - Technology/Tech News readOnly: true type: string x-enumLabels: - ARTS - ARTS_DESIGN - ARTS_FASHION_BEAUTY - ARTS_FOOD - ARTS_LITERATURE - ARTS_PERFORMING_ARTS - ARTS_VISUAL_ARTS - BUSINESS - BUSINESS_BUSINESS_NEWS - BUSINESS_CAREERS - BUSINESS_INVESTING - BUSINESS_MANAGEMENT_MARKETING - BUSINESS_SHOPPING - COMEDY - EDUCATION - EDUCATION_TECHNOLOGY - EDUCATION_HIGHER_EDUCATION - EDUCATION_K_12 - EDUCATION_LANGUAGE_COURSES - EDUCATION_TRAINING - GAMES_HOBBIES - GAMES_HOBBIES_AUTOMOTIVE - GAMES_HOBBIES_AVIATION - GAMES_HOBBIES_HOBBIES - GAMES_HOBBIES_OTHER_GAMES - GAMES_HOBBIES_VIDEO_GAMES - GOVERNMENT_ORGANIZATIONS - GOVERNMENT_ORGANIZATIONS_LOCAL - GOVERNMENT_ORGANIZATIONS_NATIONAL - GOVERNMENT_ORGANIZATIONS_NON_PROFIT - GOVERNMENT_ORGANIZATIONS_REGIONAL - HEALTH - HEALTH_ALTERNATIVE_HEALTH - HEALTH_FITNESS_NUTRITION - HEALTH_SELF_HELP - HEALTH_SEXUALITY - KIDS_FAMILY - MUSIC - NEWS_POLITICS - RELIGION_SPIRITUALITY - RELIGION_SPIRITUALITY_BUDDHISM - RELIGION_SPIRITUALITY_CHRISTIANITY - RELIGION_SPIRITUALITY_HINDUISM - RELIGION_SPIRITUALITY_ISLAM - RELIGION_SPIRITUALITY_JUDAISM - RELIGION_SPIRITUALITY_OTHER - RELIGION_SPIRITUALITY_SPIRITUALITY - SCIENCE_MEDICINE - SCIENCE_MEDICINE_MEDICINE - SCIENCE_MEDICINE_NATURAL_SCIENCES - SCIENCE_MEDICINE_SOCIAL_SCIENCES - SOCIETY_CULTURE - SOCIETY_CULTURE_HISTORY - SOCIETY_CULTURE_PERSONAL_JOURNALS - SOCIETY_CULTURE_PHILOSOPHY - SOCIETY_CULTURE_PLACES_TRAVEL - SPORTS_RECREATION - SPORTS_RECREATION_AMATEUR - SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL - SPORTS_RECREATION_OUTDOOR - SPORTS_RECREATION_PROFESSIONAL - TV_FILM - TECHNOLOGY - TECHNOLOGY_GADGETS - TECHNOLOGY_PODCASTING - TECHNOLOGY_SOFTWARE_HOW_TO - TECHNOLOGY_TECH_NEWS x-enumType: KalturaITunesSyndicationFeedCategories enforceFeedAuthor: type: boolean enforceOrder: description: 'Enum Type: `KalturaNullableBoolean` true in case you want to enfore the palylist order on the' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean feedAuthor: type: string feedDescription: description: feed description type: string feedImageUrl: description: podcast thumbnail type: string feedLandingPage: description: feed landing page (i.e publisher website) type: string language: description: feed language type: string ownerEmail: description: publisher email type: string ownerName: description: author/publisher name type: string title: KalturaITunesSyndicationFeed type: object 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 KalturaS3DropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: {} title: KalturaS3DropFolderFile type: object KalturaVendorCatalogItem: anyOf: - $ref: '#/definitions/KalturaVendorAlignmentCatalogItem' - $ref: '#/definitions/KalturaVendorAudioDescriptionCatalogItem' - $ref: '#/definitions/KalturaVendorCaptionsCatalogItem' - $ref: '#/definitions/KalturaVendorChapteringCatalogItem' - $ref: '#/definitions/KalturaVendorDubbingCatalogItem' - $ref: '#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItem' - $ref: '#/definitions/KalturaVendorIntelligentTaggingCatalogItem' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItem' - $ref: '#/definitions/KalturaVendorTranslationCatalogItem' description: '`abstract`' discriminator: objectType properties: allowResubmission: type: boolean createdAt: description: '`readOnly`' readOnly: true type: integer engineType: description: 'Enum Type: `KalturaReachVendorEngineType` Property showing the catalog item''s engine type, in case a vendor can offer the same service via different engines.' enum: - OpenCalaisReachVendor.OPEN_CALAIS - ReachInternal.HELLO_WORLD type: string x-enumLabels: - OPEN_CALAIS - HELLO_WORLD x-enumType: KalturaReachVendorEngineType id: description: '`readOnly`' readOnly: true type: integer name: type: string objectType: enum: - KalturaVendorAlignmentCatalogItem - KalturaVendorAudioDescriptionCatalogItem - KalturaVendorCaptionsCatalogItem - KalturaVendorChapteringCatalogItem - KalturaVendorDubbingCatalogItem - KalturaVendorExtendedAudioDescriptionCatalogItem - KalturaVendorIntelligentTaggingCatalogItem - KalturaVendorLiveCaptionCatalogItem - KalturaVendorTranslationCatalogItem type: string pricing: $ref: '#/definitions/KalturaVendorCatalogItemPricing' serviceFeature: description: '`readOnly` Enum Type: `KalturaVendorServiceFeature`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 readOnly: true 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 status: description: '`readOnly` Enum Type: `KalturaVendorCatalogItemStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DEPRECATED - ACTIVE - DELETED x-enumType: KalturaVendorCatalogItemStatus systemName: type: string 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 updatedAt: description: '`readOnly`' readOnly: true type: integer vendorPartnerId: type: integer title: KalturaVendorCatalogItem type: object x-abstract: true 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 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 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 KalturaEntriesCsvJobData: allOf: - $ref: '#/definitions/KalturaMappedObjectsCsvJobData' properties: filter: $ref: '#/definitions/KalturaBaseEntryFilter' title: KalturaEntriesCsvJobData 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 KalturaViewHistoryUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaViewHistoryUserEntryFilter type: object KalturaMetadataProfileField: properties: id: description: '`readOnly`' readOnly: true type: integer key: description: '`readOnly`' readOnly: true type: string label: description: '`readOnly`' readOnly: true type: string xPath: description: '`readOnly`' readOnly: true type: string title: KalturaMetadataProfileField type: object KalturaAmazonS3StorageProfile: allOf: - $ref: '#/definitions/KalturaStorageProfile' 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 title: KalturaAmazonS3StorageProfile type: object KalturaResponseProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaResponseProfile' type: array title: KalturaResponseProfileListResponse type: object KalturaClippingTaskEntryServerNode: allOf: - $ref: '#/definitions/KalturaTaskEntryServerNode' properties: clipAttributes: $ref: '#/definitions/KalturaClipAttributes' clippedEntryId: type: string liveEntryId: type: string title: KalturaClippingTaskEntryServerNode type: object 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 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 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 KalturaNdnDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaNdnDistributionProvider type: object KalturaLiveAsset: allOf: - $ref: '#/definitions/KalturaFlavorAsset' properties: multicastIP: type: string multicastPort: type: integer title: KalturaLiveAsset 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 KalturaDataEntry: allOf: - $ref: '#/definitions/KalturaBaseEntry' properties: dataContent: description: The data of the entry type: string retrieveDataContentByGet: description: '`insertOnly` indicator whether to return the object for get action with the dataContent field.' type: boolean title: KalturaDataEntry 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 KalturaDeliveryProfileAkamaiHttp: allOf: - $ref: '#/definitions/KalturaDeliveryProfileHttp' properties: useIntelliseek: description: Should we use intelliseek type: boolean title: KalturaDeliveryProfileAkamaiHttp type: object KalturaDeliveryProfileCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: deliveryProfileIds: items: $ref: '#/definitions/KalturaIntegerValue' type: array title: KalturaDeliveryProfileCondition type: object KalturaListResponse_2: anyOf: - $ref: '#/definitions/KalturaListResponse_2' - $ref: '#/definitions/KalturaAccessControlListResponse' - $ref: '#/definitions/KalturaAccessControlProfileListResponse' - $ref: '#/definitions/KalturaAnnotationListResponse' - $ref: '#/definitions/KalturaAppTokenListResponse' - $ref: '#/definitions/KalturaAttachmentAssetListResponse' - $ref: '#/definitions/KalturaAuditTrailListResponse' - $ref: '#/definitions/KalturaBaseEntryListResponse' - $ref: '#/definitions/KalturaBaseSyndicationFeedListResponse' - $ref: '#/definitions/KalturaBatchJobListResponse' - $ref: '#/definitions/KalturaBeaconListResponse' - $ref: '#/definitions/KalturaBulkUploadListResponse' - $ref: '#/definitions/KalturaBusinessProcessServerListResponse' - $ref: '#/definitions/KalturaCaptionAssetItemListResponse' - $ref: '#/definitions/KalturaCaptionAssetListResponse' - $ref: '#/definitions/KalturaCaptionParamsListResponse' - $ref: '#/definitions/KalturaCategoryEntryListResponse' - $ref: '#/definitions/KalturaCategoryListResponse' - $ref: '#/definitions/KalturaCategoryUserListResponse' - $ref: '#/definitions/KalturaConfMapsListResponse' - $ref: '#/definitions/KalturaControlPanelCommandListResponse' - $ref: '#/definitions/KalturaConversionProfileAssetParamsListResponse' - $ref: '#/definitions/KalturaConversionProfileListResponse' - $ref: '#/definitions/KalturaCuePointListResponse' - $ref: '#/definitions/KalturaDataListResponse' - $ref: '#/definitions/KalturaDeliveryProfileListResponse' - $ref: '#/definitions/KalturaDistributionProfileListResponse' - $ref: '#/definitions/KalturaDistributionProviderListResponse' - $ref: '#/definitions/KalturaDocumentListResponse' - $ref: '#/definitions/KalturaDrmPolicyListResponse' - $ref: '#/definitions/KalturaDrmProfileListResponse' - $ref: '#/definitions/KalturaDropFolderFileListResponse' - $ref: '#/definitions/KalturaDropFolderListResponse' - $ref: '#/definitions/KalturaESearchHistoryListResponse' - $ref: '#/definitions/KalturaEntryDistributionListResponse' - $ref: '#/definitions/KalturaEntryServerNodeListResponse' - $ref: '#/definitions/KalturaEntryVendorTaskListResponse' - $ref: '#/definitions/KalturaEventNotificationTemplateListResponse' - $ref: '#/definitions/KalturaExternalMediaEntryListResponse' - $ref: '#/definitions/KalturaFeatureStatusListResponse' - $ref: '#/definitions/KalturaFileAssetListResponse' - $ref: '#/definitions/KalturaFileSyncListResponse' - $ref: '#/definitions/KalturaFlavorAssetListResponse' - $ref: '#/definitions/KalturaFlavorParamsListResponse' - $ref: '#/definitions/KalturaFlavorParamsOutputListResponse' - $ref: '#/definitions/KalturaGenericDistributionProviderActionListResponse' - $ref: '#/definitions/KalturaGenericDistributionProviderListResponse' - $ref: '#/definitions/KalturaGroupListResponse' - $ref: '#/definitions/KalturaGroupUserListResponse' - $ref: '#/definitions/KalturaLikeListResponse' - $ref: '#/definitions/KalturaLiveChannelListResponse' - $ref: '#/definitions/KalturaLiveChannelSegmentListResponse' - $ref: '#/definitions/KalturaLiveStatsListResponse' - $ref: '#/definitions/KalturaLiveStreamListResponse' - $ref: '#/definitions/KalturaMediaInfoListResponse' - $ref: '#/definitions/KalturaMediaListResponse' - $ref: '#/definitions/KalturaMetadataListResponse' - $ref: '#/definitions/KalturaMetadataProfileFieldListResponse' - $ref: '#/definitions/KalturaMetadataProfileListResponse' - $ref: '#/definitions/KalturaMixListResponse' - $ref: '#/definitions/KalturaModerationFlagListResponse' - $ref: '#/definitions/KalturaObjectListResponse' - $ref: '#/definitions/KalturaPartnerListResponse' - $ref: '#/definitions/KalturaPartnerUsageListResponse' - $ref: '#/definitions/KalturaPermissionItemListResponse' - $ref: '#/definitions/KalturaPermissionListResponse' - $ref: '#/definitions/KalturaPlaylistListResponse' - $ref: '#/definitions/KalturaQuizListResponse' - $ref: '#/definitions/KalturaRatingCountListResponse' - $ref: '#/definitions/KalturaReachProfileListResponse' - $ref: '#/definitions/KalturaRemotePathListResponse' - $ref: '#/definitions/KalturaReportListResponse' - $ref: '#/definitions/KalturaResponseProfileListResponse' - $ref: '#/definitions/KalturaScheduleEventListResponse' - $ref: '#/definitions/KalturaScheduleEventResourceListResponse' - $ref: '#/definitions/KalturaScheduleResourceListResponse' - $ref: '#/definitions/KalturaScheduledTaskProfileListResponse' - $ref: '#/definitions/KalturaSchedulerListResponse' - $ref: '#/definitions/KalturaSchedulerWorkerListResponse' - $ref: '#/definitions/KalturaServerNodeListResponse' - $ref: '#/definitions/KalturaShortLinkListResponse' - $ref: '#/definitions/KalturaSsoListResponse' - $ref: '#/definitions/KalturaStorageProfileListResponse' - $ref: '#/definitions/KalturaSystemPartnerUsageListResponse' - $ref: '#/definitions/KalturaTagListResponse' - $ref: '#/definitions/KalturaThumbAssetListResponse' - $ref: '#/definitions/KalturaThumbParamsListResponse' - $ref: '#/definitions/KalturaThumbParamsOutputListResponse' - $ref: '#/definitions/KalturaTranscriptAssetListResponse' - $ref: '#/definitions/KalturaUiConfListResponse' - $ref: '#/definitions/KalturaUploadTokenListResponse' - $ref: '#/definitions/KalturaUserEntryListResponse' - $ref: '#/definitions/KalturaUserListResponse' - $ref: '#/definitions/KalturaUserLoginDataListResponse' - $ref: '#/definitions/KalturaUserRoleListResponse' - $ref: '#/definitions/KalturaUserScorePropertiesResponse' - $ref: '#/definitions/KalturaVendorCatalogItemListResponse' - $ref: '#/definitions/KalturaVirtualEventListResponse' - $ref: '#/definitions/KalturaVirusScanProfileListResponse' - $ref: '#/definitions/KalturaWebexAPIIntegrationSettingResponse' - $ref: '#/definitions/KalturaWidgetListResponse' - $ref: '#/definitions/KalturaZoomIntegrationSettingResponse' discriminator: objectType properties: objectType: enum: - KalturaListResponse - KalturaAccessControlListResponse - KalturaAccessControlProfileListResponse - KalturaAnnotationListResponse - KalturaAppTokenListResponse - KalturaAttachmentAssetListResponse - KalturaAuditTrailListResponse - KalturaBaseEntryListResponse - KalturaBaseSyndicationFeedListResponse - KalturaBatchJobListResponse - KalturaBeaconListResponse - KalturaBulkUploadListResponse - KalturaBusinessProcessServerListResponse - KalturaCaptionAssetItemListResponse - KalturaCaptionAssetListResponse - KalturaCaptionParamsListResponse - KalturaCategoryEntryListResponse - KalturaCategoryListResponse - KalturaCategoryUserListResponse - KalturaConfMapsListResponse - KalturaControlPanelCommandListResponse - KalturaConversionProfileAssetParamsListResponse - KalturaConversionProfileListResponse - KalturaCuePointListResponse - KalturaDataListResponse - KalturaDeliveryProfileListResponse - KalturaDistributionProfileListResponse - KalturaDistributionProviderListResponse - KalturaDocumentListResponse - KalturaDrmPolicyListResponse - KalturaDrmProfileListResponse - KalturaDropFolderFileListResponse - KalturaDropFolderListResponse - KalturaESearchHistoryListResponse - KalturaEntryDistributionListResponse - KalturaEntryServerNodeListResponse - KalturaEntryVendorTaskListResponse - KalturaEventNotificationTemplateListResponse - KalturaExternalMediaEntryListResponse - KalturaFeatureStatusListResponse - KalturaFileAssetListResponse - KalturaFileSyncListResponse - KalturaFlavorAssetListResponse - KalturaFlavorParamsListResponse - KalturaFlavorParamsOutputListResponse - KalturaGenericDistributionProviderActionListResponse - KalturaGenericDistributionProviderListResponse - KalturaGroupListResponse - KalturaGroupUserListResponse - KalturaLikeListResponse - KalturaLiveChannelListResponse - KalturaLiveChannelSegmentListResponse - KalturaLiveStatsListResponse - KalturaLiveStreamListResponse - KalturaMediaInfoListResponse - KalturaMediaListResponse - KalturaMetadataListResponse - KalturaMetadataProfileFieldListResponse - KalturaMetadataProfileListResponse - KalturaMixListResponse - KalturaModerationFlagListResponse - KalturaObjectListResponse - KalturaPartnerListResponse - KalturaPartnerUsageListResponse - KalturaPermissionItemListResponse - KalturaPermissionListResponse - KalturaPlaylistListResponse - KalturaQuizListResponse - KalturaRatingCountListResponse - KalturaReachProfileListResponse - KalturaRemotePathListResponse - KalturaReportListResponse - KalturaResponseProfileListResponse - KalturaScheduleEventListResponse - KalturaScheduleEventResourceListResponse - KalturaScheduleResourceListResponse - KalturaScheduledTaskProfileListResponse - KalturaSchedulerListResponse - KalturaSchedulerWorkerListResponse - KalturaServerNodeListResponse - KalturaShortLinkListResponse - KalturaSsoListResponse - KalturaStorageProfileListResponse - KalturaSystemPartnerUsageListResponse - KalturaTagListResponse - KalturaThumbAssetListResponse - KalturaThumbParamsListResponse - KalturaThumbParamsOutputListResponse - KalturaTranscriptAssetListResponse - KalturaUiConfListResponse - KalturaUploadTokenListResponse - KalturaUserEntryListResponse - KalturaUserListResponse - KalturaUserLoginDataListResponse - KalturaUserRoleListResponse - KalturaUserScorePropertiesResponse - KalturaVendorCatalogItemListResponse - KalturaVirtualEventListResponse - KalturaVirusScanProfileListResponse - KalturaWebexAPIIntegrationSettingResponse - KalturaWidgetListResponse - KalturaZoomIntegrationSettingResponse type: string totalCount: description: '`readOnly`' readOnly: true type: integer title: KalturaListResponse 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 KalturaSocialFriendActivityFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: actionTypeIn: description: Comma separated list of social actions to filter by type: string assetIdEqual: description: Asset ID to filter by type: integer assetTypeEqual: description: 'Enum Type: `KalturaAssetType` Asset type to filter by, currently only VOD (media)' enum: - media - recording - epg type: string x-enumLabels: - MEDIA - RECORDING - EPG x-enumType: KalturaAssetType orderBy: enum: - NONE - UPDATE_DATE_DESC type: string x-enumLabels: - NONE - UPDATE_DATE_DESC x-enumType: KalturaSocialFriendActivityOrderBy title: KalturaSocialFriendActivityFilter type: object KalturaZoomDropFolderFilter: allOf: - $ref: '#/definitions/KalturaZoomDropFolderBaseFilter' properties: {} title: KalturaZoomDropFolderFilter type: object 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 KalturaVirusScanProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaBusinessProcessNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' anyOf: - $ref: '#/definitions/KalturaBusinessProcessAbortNotificationTemplate' - $ref: '#/definitions/KalturaBusinessProcessSignalNotificationTemplate' - $ref: '#/definitions/KalturaBusinessProcessStartNotificationTemplate' description: '`abstract`' discriminator: objectType properties: mainObjectCode: description: Code to load the main triggering object type: string objectType: enum: - KalturaBusinessProcessAbortNotificationTemplate - KalturaBusinessProcessSignalNotificationTemplate - KalturaBusinessProcessStartNotificationTemplate type: string processId: description: Define the integrated BPM process id type: string serverId: description: Define the integrated BPM server id type: integer title: KalturaBusinessProcessNotificationTemplate type: object x-abstract: true 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 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 KalturaVerizonVcastDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: xml: type: string title: KalturaVerizonVcastDistributionJobProviderData 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 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 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 KalturaServerNodeListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaServerNode' type: array title: KalturaServerNodeListResponse 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 KalturaTVComDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaTVComDistributionProvider type: object KalturaRegionFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: externalIdIn: description: List of comma separated regions external identifiers type: string orderBy: enum: - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaRegionOrderBy title: KalturaRegionFilter 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 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 KalturaMicrosoftTeamsIntegrationSetting: allOf: - $ref: '#/definitions/KalturaIntegrationSetting' properties: clientId: type: string clientSecret: type: string secretExpirationDate: type: integer x-inputType: datetime title: KalturaMicrosoftTeamsIntegrationSetting 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 KalturaConstantXsltSyndicationFeed: allOf: - $ref: '#/definitions/KalturaGenericXsltSyndicationFeed' anyOf: - $ref: '#/definitions/KalturaOperaSyndicationFeed' - $ref: '#/definitions/KalturaRokuSyndicationFeed' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaOperaSyndicationFeed - KalturaRokuSyndicationFeed type: string title: KalturaConstantXsltSyndicationFeed type: object x-abstract: true 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 KalturaUiConf: properties: confFile: type: string confFileFeatures: type: string confFilePath: description: '`readOnly`' readOnly: true type: string confVars: type: string config: type: string createdAt: description: '`readOnly` Entry creation date as Unix timestamp (In seconds)' readOnly: true type: integer creationMode: description: 'Enum Type: `KalturaUiConfCreationMode`' enum: - 2 - 3 - 4 type: integer x-enumLabels: - WIZARD - ADVANCED - SYSTEM x-enumType: KalturaUiConfCreationMode description: type: string height: type: integer html5Url: type: string htmlParams: type: string id: description: '`readOnly`' readOnly: true type: integer name: description: Name of the uiConf, this is not a primary key type: string objType: 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 objTypeAsString: description: '`readOnly`' readOnly: true type: string partnerId: description: '`readOnly`' readOnly: true type: integer partnerTags: type: string swfUrl: type: string swfUrlVersion: type: string tags: type: string updatedAt: description: '`readOnly` Entry creation date as Unix timestamp (In seconds)' readOnly: true type: integer useCdn: type: boolean version: description: '`readOnly` UiConf version' readOnly: true type: string width: type: integer title: KalturaUiConf type: object KalturaActionNameCondition: allOf: - $ref: '#/definitions/KalturaRegexCondition' properties: {} title: KalturaActionNameCondition type: object KalturaESearchUserParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: searchOperator: $ref: '#/definitions/KalturaESearchUserOperator' title: KalturaESearchUserParams type: object KalturaAppTokenListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAppToken' type: array title: KalturaAppTokenListResponse type: object KalturaSeasonsReminderFilter: allOf: - $ref: '#/definitions/KalturaReminderFilter' properties: epgChannelIdEqual: description: EPG channel ID type: integer seasonNumberIn: description: Comma separated season numbers type: string seriesIdEqual: description: Series ID type: string title: KalturaSeasonsReminderFilter type: object KalturaZoomRecordingFile: properties: downloadToken: type: string downloadUrl: type: string fileExtension: type: string fileType: description: 'Enum Type: `KalturaRecordingFileType`' enum: - 0 - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - UNDEFINED - VIDEO - CHAT - TRANSCRIPT - AUDIO - CC x-enumType: KalturaRecordingFileType id: type: string recordingStart: type: string title: KalturaZoomRecordingFile type: object KalturaMixEntry: allOf: - $ref: '#/definitions/KalturaPlayableEntry' properties: dataContent: description: The xml data of the mix type: string editorType: description: 'Enum Type: `KalturaEditorType` The editor type used to edit the metadata' enum: - 1 - 2 type: integer x-enumLabels: - SIMPLE - ADVANCED x-enumType: KalturaEditorType hasRealThumbnail: description: '`readOnly` Indicates whether the user has submited a real thumbnail to the mix (Not the one that was generated automaticaly)' readOnly: true type: boolean title: KalturaMixEntry 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 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 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 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 KalturaScpDropFolder: allOf: - $ref: '#/definitions/KalturaSshDropFolder' properties: {} title: KalturaScpDropFolder type: object KalturaMediaEntry: allOf: - $ref: '#/definitions/KalturaPlayableEntry' anyOf: - $ref: '#/definitions/KalturaMediaEntry' - $ref: '#/definitions/KalturaExternalMediaEntry' - $ref: '#/definitions/KalturaLiveChannel' - $ref: '#/definitions/KalturaLiveStreamEntry' - $ref: '#/definitions/KalturaLiveStreamAdminEntry' discriminator: objectType properties: conversionQuality: description: '`insertOnly` Override the default conversion quality' type: string creditUrl: description: The URL for credits type: string creditUserName: description: The user name used for credits type: string dataUrl: description: '`readOnly` The URL used for playback. This is not the download URL.' readOnly: true type: string flavorParamsIds: description: '`readOnly` Comma separated flavor params ids that exists for this media entry' readOnly: true type: string isTrimDisabled: description: '`readOnly` Enum Type: `KalturaNullableBoolean` True if trim action is disabled for this entry' enum: - -1 - 0 - 1 readOnly: true type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean mediaDate: description: '`readOnly` The media date extracted from EXIF data (For images) as Unix timestamp (In seconds)' readOnly: true type: integer x-inputType: datetime mediaType: description: '`insertOnly` Enum Type: `KalturaMediaType` The media type of the entry' 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 objectType: enum: - KalturaMediaEntry - KalturaExternalMediaEntry - KalturaLiveChannel - KalturaLiveStreamEntry - KalturaLiveStreamAdminEntry type: string searchProviderId: description: '`insertOnly` The ID of the media in the importing site' type: string searchProviderType: description: '`insertOnly` Enum Type: `KalturaSearchProviderType` The search provider type used to import this entry' enum: - 3 - 4 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 20 - 21 - 22 - 23 - 24 - 28 - 100 type: integer x-enumLabels: - FLICKR - YOUTUBE - MYSPACE - PHOTOBUCKET - JAMENDO - CCMIXTER - NYPL - CURRENT - MEDIA_COMMONS - KALTURA - KALTURA_USER_CLIPS - ARCHIVE_ORG - KALTURA_PARTNER - METACAFE - SEARCH_PROXY - PARTNER_SPECIFIC x-enumType: KalturaSearchProviderType sourceType: description: '`insertOnly` Enum Type: `KalturaSourceType` The source type of the entry' 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 sourceVersion: description: '`insertOnly` The source version of the entry' type: string streams: items: $ref: '#/definitions/KalturaStreamContainer' type: array title: KalturaMediaEntry 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 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 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 KalturaZoomMeetingMetadata: properties: accountId: type: string hostId: type: string meetingId: type: string meetingStartTime: type: string topic: type: string type: description: 'Enum Type: `KalturaRecordingType`' enum: - 0 - 1 type: integer x-enumLabels: - MEETING - WEBINAR x-enumType: KalturaRecordingType uuid: type: string title: KalturaZoomMeetingMetadata type: object KalturaSsoFilter: allOf: - $ref: '#/definitions/KalturaSsoBaseFilter' properties: {} title: KalturaSsoFilter 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 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 KalturaLimitFlavorsRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: flavorParamsIds: description: Comma separated list of flavor params ids to allow to deny type: string limitFlavorsRestrictionType: description: 'Enum Type: `KalturaLimitFlavorsRestrictionType` Limit flavors restriction type (Allow or deny)' enum: - 0 - 1 type: integer x-enumLabels: - RESTRICT_LIST - ALLOW_LIST x-enumType: KalturaLimitFlavorsRestrictionType title: KalturaLimitFlavorsRestriction 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 KalturaESearchEntryParams: allOf: - $ref: '#/definitions/KalturaESearchParams' properties: aggregations: $ref: '#/definitions/KalturaESearchAggregation' searchOperator: $ref: '#/definitions/KalturaESearchEntryOperator' title: KalturaESearchEntryParams type: object KalturaAssetPropertiesCompareCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: properties: items: $ref: '#/definitions/KalturaKeyValue' type: array title: KalturaAssetPropertiesCompareCondition 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 KalturaEntryLiveStats: allOf: - $ref: '#/definitions/KalturaLiveStats' anyOf: - $ref: '#/definitions/KalturaEntryLiveStats' - $ref: '#/definitions/KalturaEntryReferrerLiveStats' - $ref: '#/definitions/KalturaGeoTimeLiveStats' discriminator: objectType properties: entryId: type: string objectType: enum: - KalturaEntryLiveStats - KalturaEntryReferrerLiveStats - KalturaGeoTimeLiveStats type: string peakAudience: type: integer peakDvrAudience: type: integer title: KalturaEntryLiveStats 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 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 KalturaDropFolderContentFileHandlerConfig: allOf: - $ref: '#/definitions/KalturaDropFolderFileHandlerConfig' 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 slugRegex: description: 'Regular expression that defines valid file names to be handled. The following might be extracted from the file name and used if defined: - (?P\w+) - will be used as the drop folder file''s parsed slug. - (?P\w+) - will be used as the drop folder file''s parsed flavor.' type: string title: KalturaDropFolderContentFileHandlerConfig type: object KalturaUrlTokenizerAkamaiHttp: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: paramName: description: param type: string rootDir: type: string title: KalturaUrlTokenizerAkamaiHttp type: object KalturaRecordingFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Filtering recordings properties: filterExpression: description: KSQL expression type: string orderBy: enum: - TITLE_ASC - TITLE_DESC - START_DATE_ASC - START_DATE_DESC type: string x-enumLabels: - TITLE_ASC - TITLE_DESC - START_DATE_ASC - START_DATE_DESC x-enumType: KalturaRecordingOrderBy statusIn: description: Recording Statuses type: string title: KalturaRecordingFilter 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 KalturaCountryCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' 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: KalturaCountryCondition type: object KalturaTag: properties: createdAt: description: '`readOnly`' readOnly: true type: integer id: description: '`readOnly`' readOnly: true type: integer instanceCount: description: '`readOnly`' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer tag: description: '`readOnly`' readOnly: true type: string taggedObjectType: description: '`readOnly` Enum Type: `KalturaTaggedObjectType`' enum: - '1' - '2' readOnly: true type: string x-enumLabels: - ENTRY - CATEGORY x-enumType: KalturaTaggedObjectType updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaTag type: object KalturaAdminUser: allOf: - $ref: '#/definitions/KalturaUser' properties: {} title: KalturaAdminUser type: object KalturaUrlTokenizerVnpt: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: shouldIncludeClientIp: type: boolean tokenizationFormat: type: integer title: KalturaUrlTokenizerVnpt type: object 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 KalturaExternalMediaEntry: allOf: - $ref: '#/definitions/KalturaMediaEntry' properties: assetParamsIds: description: '`readOnly` Comma separated asset params ids that exists for this external media entry' readOnly: true type: string externalSourceType: description: '`insertOnly` Enum Type: `KalturaExternalMediaSourceType` The source type of the external media' enum: - InterCall - YouTube type: string x-enumLabels: - INTERCALL - YOUTUBE x-enumType: KalturaExternalMediaSourceType title: KalturaExternalMediaEntry 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 KalturaStorageProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaStorageProfile' type: array title: KalturaStorageProfileListResponse type: object KalturaTransactionHistoryFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Transactions filter properties: endDateLessThanOrEqual: description: Filter transactions earlier than specific date type: integer entityReferenceEqual: description: 'Enum Type: `KalturaEntityReferenceBy` Reference type to filter by' enum: - user - household type: string x-enumLabels: - USER - HOUSEHOLD x-enumType: KalturaEntityReferenceBy orderBy: enum: - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaTransactionHistoryOrderBy startDateGreaterThanOrEqual: description: Filter transactions later than specific date type: integer title: KalturaTransactionHistoryFilter type: object KalturaPlayReadyRight: anyOf: - $ref: '#/definitions/KalturaPlayReadyCopyRight' - $ref: '#/definitions/KalturaPlayReadyPlayRight' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaPlayReadyCopyRight - KalturaPlayReadyPlayRight type: string title: KalturaPlayReadyRight type: object x-abstract: true KalturaTvinciDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaTvinciDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaTvinciDistributionProviderOrderBy title: KalturaTvinciDistributionProviderFilter type: object KalturaMultiLingualString: description: A Multi Lingual String properties: language: description: The language of the value type: string value: description: Value type: string title: KalturaMultiLingualString type: object KalturaESearchOrderBy: properties: orderItems: items: $ref: '#/definitions/KalturaESearchOrderByItem' type: array title: KalturaESearchOrderBy type: object KalturaControlPanelCommandBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaLiveStreamAdminEntry: allOf: - $ref: '#/definitions/KalturaLiveStreamEntry' properties: {} title: KalturaLiveStreamAdminEntry type: object 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 KalturaGenericDistributionProviderActionListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaGenericDistributionProviderAction' type: array title: KalturaGenericDistributionProviderActionListResponse 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 KalturaTvinciDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaTvinciDistributionProvider type: object KalturaEmailNotificationGroupRecipientJobData: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientJobData' description: JobData representing the dynamic user receipient array properties: groupId: type: string title: KalturaEmailNotificationGroupRecipientJobData type: object KalturaBaseSyndicationFeed: anyOf: - $ref: '#/definitions/KalturaGenericSyndicationFeed' - $ref: '#/definitions/KalturaGoogleVideoSyndicationFeed' - $ref: '#/definitions/KalturaITunesSyndicationFeed' - $ref: '#/definitions/KalturaTubeMogulSyndicationFeed' - $ref: '#/definitions/KalturaYahooSyndicationFeed' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeed' - $ref: '#/definitions/KalturaOperaSyndicationFeed' - $ref: '#/definitions/KalturaRokuSyndicationFeed' description: '`abstract`' discriminator: objectType properties: addToDefaultConversionProfile: type: boolean allowEmbed: description: 'allow_embed tells google OR yahoo weather to allow embedding the video on google OR yahoo video results or just to provide a link to the landing page. it is applied on the video-player_loc property in the XML (google) and addes media-player tag (yahoo)' type: boolean categories: type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer enforceEntitlement: description: Should enforce entitlement on feed entries type: boolean entriesOrderBy: description: 'Enum Type: `KalturaSyndicationFeedEntriesOrderBy`' enum: - -createdAt - recent type: string x-enumLabels: - CREATED_AT_DESC - RECENT x-enumType: KalturaSyndicationFeedEntriesOrderBy feedContentTypeHeader: description: Feed content-type header value type: string feedUrl: description: '`readOnly`' readOnly: true type: string flavorParamId: type: integer id: description: '`readOnly`' readOnly: true type: string landingPage: description: 'Base URL for each video, on the partners site This is required by all syndication types.' type: string name: description: feed name type: string objectType: enum: - KalturaGenericSyndicationFeed - KalturaGoogleVideoSyndicationFeed - KalturaITunesSyndicationFeed - KalturaTubeMogulSyndicationFeed - KalturaYahooSyndicationFeed - KalturaGenericXsltSyndicationFeed - KalturaOperaSyndicationFeed - KalturaRokuSyndicationFeed type: string partnerId: description: '`readOnly`' readOnly: true type: integer playerUiconfId: description: Select a uiconf ID as player skin to include in the kwidget url type: integer playlistId: description: 'link a playlist that will set what content the feed will include if empty, all content will be included in feed' type: string privacyContext: description: Set privacy context for search entries that assiged to private and public categories within a category privacy context. type: string status: description: '`readOnly` Enum Type: `KalturaSyndicationFeedStatus` feed status' enum: - -1 - 1 readOnly: true type: integer x-enumLabels: - DELETED - ACTIVE x-enumType: KalturaSyndicationFeedStatus storageId: type: integer transcodeExistingContent: type: boolean type: description: '`insertOnly` Enum Type: `KalturaSyndicationFeedType` feed type' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 type: integer x-enumLabels: - GOOGLE_VIDEO - YAHOO - ITUNES - TUBE_MOGUL - KALTURA - KALTURA_XSLT - ROKU_DIRECT_PUBLISHER - OPERA_TV_SNAP x-enumType: KalturaSyndicationFeedType updatedAt: description: '`readOnly` Update date as Unix timestamp (In seconds)' readOnly: true type: integer useCategoryEntries: type: boolean title: KalturaBaseSyndicationFeed 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 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 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 KalturaBaseEntry: anyOf: - $ref: '#/definitions/KalturaBaseEntry' - $ref: '#/definitions/KalturaDataEntry' - $ref: '#/definitions/KalturaDocumentEntry' - $ref: '#/definitions/KalturaPlayableEntry' - $ref: '#/definitions/KalturaPlaylist' - $ref: '#/definitions/KalturaMediaEntry' - $ref: '#/definitions/KalturaMixEntry' - $ref: '#/definitions/KalturaExternalMediaEntry' - $ref: '#/definitions/KalturaLiveChannel' - $ref: '#/definitions/KalturaLiveStreamEntry' - $ref: '#/definitions/KalturaLiveStreamAdminEntry' discriminator: objectType properties: accessControlId: description: The Access Control ID assigned to this entry (null when not set, send -1 to remove) type: integer adminTags: description: Entry admin tags can be updated only by administrators type: string application: description: '`insertOnly` Enum Type: `KalturaEntryApplication` Entry application' enum: - '0' - '1' - '2' - '3' - '4' - '5' - '6' - '7' type: string x-enumLabels: - KMC - KMS - KAF - PITCH - KMS_GO - WEBCAST_APP - PERSONAL_CAPTURE - KALTURA_MEETING x-enumType: KalturaEntryApplication applicationVersion: description: '`insertOnly` Entry application version' type: string blockAutoTranscript: description: Block auto transcript on Entry type: boolean capabilities: description: '`readOnly` Comma seperated string of the capabilities of the entry. Any capability needed can be added to this list.' readOnly: true type: string categories: description: Comma separated list of full names of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action. type: string categoriesIds: description: Comma separated list of ids of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action. type: string conversionProfileId: description: Override the default ingestion profile type: integer createdAt: description: '`readOnly` Entry creation date as Unix timestamp (In seconds)' readOnly: true type: integer creatorId: description: '`insertOnly` The ID of the user who created this entry' type: string description: description: Entry description type: string displayInSearch: description: 'Enum Type: `KalturaEntryDisplayInSearchType` should we display this entry in search' enum: - -1 - 0 - 1 - 2 type: integer x-enumLabels: - SYSTEM - NONE - PARTNER_ONLY - KALTURA_NETWORK x-enumType: KalturaEntryDisplayInSearchType downloadUrl: description: '`readOnly` Download URL for the entry' readOnly: true type: string endDate: description: Entry scheduling end date (null when not set, send -1 to remove) type: integer x-inputType: datetime entitledUsersEdit: description: list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only type: string entitledUsersPublish: description: list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only type: string entitledUsersView: description: list of user ids that are entitled to view the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only type: string groupId: type: integer id: description: '`readOnly` Auto generated 10 characters alphanumeric string' readOnly: true type: string licenseType: description: 'Enum Type: `KalturaLicenseType` License type used for this entry' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 type: integer x-enumLabels: - UNKNOWN - NONE - COPYRIGHTED - PUBLIC_DOMAIN - CREATIVECOMMONS_ATTRIBUTION - CREATIVECOMMONS_ATTRIBUTION_SHARE_ALIKE - CREATIVECOMMONS_ATTRIBUTION_NO_DERIVATIVES - CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL - CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL_SHARE_ALIKE - CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL_NO_DERIVATIVES - GFDL - GPL - AFFERO_GPL - LGPL - BSD - APACHE - MOZILLA x-enumType: KalturaLicenseType moderationCount: description: '`readOnly` Number of moderation requests waiting for this entry' readOnly: true type: integer moderationStatus: description: '`readOnly` Enum Type: `KalturaEntryModerationStatus` Entry moderation status' enum: - 1 - 2 - 3 - 4 - 5 - 6 readOnly: true type: integer x-enumLabels: - PENDING_MODERATION - APPROVED - REJECTED - DELETED - FLAGGED_FOR_REVIEW - AUTO_APPROVED x-enumType: KalturaEntryModerationStatus multiLingual_description: items: $ref: '#/definitions/KalturaMultiLingualString' type: array multiLingual_name: items: $ref: '#/definitions/KalturaMultiLingualString' type: array multiLingual_tags: items: $ref: '#/definitions/KalturaMultiLingualString' type: array name: description: Entry name (Min 1 chars) type: string objectType: enum: - KalturaBaseEntry - KalturaDataEntry - KalturaDocumentEntry - KalturaPlayableEntry - KalturaPlaylist - KalturaMediaEntry - KalturaMixEntry - KalturaExternalMediaEntry - KalturaLiveChannel - KalturaLiveStreamEntry - KalturaLiveStreamAdminEntry type: string operationAttributes: items: $ref: '#/definitions/KalturaOperationAttributes' type: array parentEntryId: description: ID of source root entry, used for defining entires association type: string partnerData: description: Can be used to store various partner related data as a string type: string partnerId: description: '`readOnly`' readOnly: true type: integer partnerSortValue: description: Can be used to store various partner related data as a numeric value type: integer rank: description: '`readOnly` The calculated average rank. rank = totalRank / votes' readOnly: true type: number redirectEntryId: description: IF not empty, points to an entry ID the should replace this current entry's id. type: string referenceId: description: Entry external reference id type: string replacedEntryId: description: '`readOnly` ID of the entry that will be replaced when the replacement approved and this entry is ready' readOnly: true type: string replacementStatus: description: '`readOnly` Enum Type: `KalturaEntryReplacementStatus` Status of the replacement readiness and approval' enum: - '0' - '1' - '2' - '3' - '4' readOnly: true type: string x-enumLabels: - NONE - APPROVED_BUT_NOT_READY - READY_BUT_NOT_APPROVED - NOT_READY_AND_NOT_APPROVED - FAILED x-enumType: KalturaEntryReplacementStatus replacingEntryId: description: '`readOnly` ID of temporary entry that will replace this entry when it''s approved and ready for replacement' readOnly: true type: string rootEntryId: description: '`readOnly` ID of source root entry, used for clipped, skipped and cropped entries that created from another entry' readOnly: true type: string searchText: description: '`readOnly` Indexed search text for full text search' readOnly: true type: string startDate: description: Entry scheduling start date (null when not set, send -1 to remove) type: integer x-inputType: datetime status: description: '`readOnly` Enum Type: `KalturaEntryStatus`' enum: - '-2' - '-1' - virusScan.ScanFailure - '0' - virusScan.Infected - '1' - '2' - '3' - '4' - '5' - '6' - '7' readOnly: true type: string x-enumLabels: - ERROR_IMPORTING - ERROR_CONVERTING - SCAN_FAILURE - IMPORT - INFECTED - PRECONVERT - READY - DELETED - PENDING - MODERATE - BLOCKED - NO_CONTENT x-enumType: KalturaEntryStatus tags: description: Entry tags type: string templateEntryId: description: '`insertOnly` Template entry id' type: string thumbnailUrl: description: '`readOnly` Thumbnail URL' readOnly: true type: string totalRank: description: '`readOnly` The sum of all rank values submitted to the baseEntry.anonymousRank action' readOnly: true type: integer type: description: 'Enum Type: `KalturaEntryType` The type of the entry, this is auto filled by the derived entry object' 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 updatedAt: description: '`readOnly` Entry update date as Unix timestamp (In seconds)' readOnly: true type: integer userId: description: The ID of the user who is the owner of this entry type: string version: description: '`readOnly` Version of the entry data' readOnly: true type: integer votes: description: '`readOnly` A count of all requests made to the baseEntry.anonymousRank action' readOnly: true type: integer title: KalturaBaseEntry 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 KalturaEntryServerNodeBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 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 KalturaRelatedObjectFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: '`abstract` Define KalturaRelatedObjectFilter' discriminator: objectType oneOf: - $ref: '#/definitions/KalturaAggregationCountFilter' properties: objectType: enum: - KalturaAggregationCountFilter type: string title: KalturaRelatedObjectFilter 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 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 KalturaDistributionThumbDimensions: properties: height: type: integer width: type: integer title: KalturaDistributionThumbDimensions type: object KalturaAccessControlDrmPolicyAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: policyId: description: Drm policy id type: integer title: KalturaAccessControlDrmPolicyAction type: object 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 KalturaLikeListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaLike' type: array title: KalturaLikeListResponse type: object KalturaBaseEntryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBaseEntry' type: array title: KalturaBaseEntryListResponse type: object KalturaReportListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaReport' type: array title: KalturaReportListResponse type: object 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 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 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 KalturaCameraScheduleResource: allOf: - $ref: '#/definitions/KalturaScheduleResource' properties: streamUrl: description: URL of the stream type: string title: KalturaCameraScheduleResource type: object KalturaFileSyncBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaYahooDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: largeThumbPath: type: string smallThumbPath: type: string videoAssetFilePath: type: string title: KalturaYahooDistributionJobProviderData type: object KalturaWidgetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaWidget' type: array title: KalturaWidgetListResponse type: object 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 KalturaConfMapsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaConfMaps' type: array title: KalturaConfMapsListResponse 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 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 KalturaMediaFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: {} title: KalturaMediaFlavorParams 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 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 KalturaUrlTokenizerWowzaSecureToken: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: hashAlgorithm: type: string paramPrefix: type: string title: KalturaUrlTokenizerWowzaSecureToken type: object KalturaPluginReplacementOptionsItem: anyOf: - $ref: '#/definitions/KalturaMetadataReplacementOptionsItem' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaMetadataReplacementOptionsItem type: string title: KalturaPluginReplacementOptionsItem type: object x-abstract: true 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 KalturaRemotePathListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaRemotePath' type: array title: KalturaRemotePathListResponse type: object KalturaRegexItem: properties: regex: type: string title: KalturaRegexItem type: object KalturaLiveStreamParams: properties: bitrate: description: Bit rate of the stream. (i.e. 900) type: integer codec: description: Live stream's codec type: string flavorId: description: flavor asset id type: string frameRate: description: Live stream's farme rate type: integer height: description: Stream's height type: integer keyFrameInterval: description: Live stream's key frame interval type: number language: description: Live stream's language type: string width: description: Stream's width type: integer title: KalturaLiveStreamParams 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 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 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 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 KalturaUserRoleListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUserRole' type: array title: KalturaUserRoleListResponse type: object KalturaFtpScheduledDistributionProvider: allOf: - $ref: '#/definitions/KalturaFtpDistributionProvider' properties: {} title: KalturaFtpScheduledDistributionProvider 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 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 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 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 KalturaRule: properties: actions: items: $ref: '#/definitions/KalturaRuleAction' type: array code: description: Code to be thrown to the player in case the rule is fulfilled type: string conditions: items: $ref: '#/definitions/KalturaCondition' type: array contexts: items: $ref: '#/definitions/KalturaContextTypeHolder' type: array description: description: Short Rule Description type: string forceAdminValidation: description: 'Enum Type: `KalturaNullableBoolean` Indicates if we should force ks validation for admin ks users as well' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean message: description: Message to be thrown to the player in case the rule is fulfilled type: string ruleData: description: Rule Custom Data to allow saving rule specific information type: string stopProcessing: description: Indicates that this rule is enough and no need to continue checking the rest of the rules type: boolean title: KalturaRule 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 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 KalturaDeleteEntryObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: {} title: KalturaDeleteEntryObjectTask type: object KalturaSchedulerWorker: properties: avgWait: description: Avarage time between creation and queue time type: integer avgWork: description: Avarage time between queue time end finish time type: integer configs: items: $ref: '#/definitions/KalturaSchedulerConfig' type: array configuredId: description: The id as configured in the batch config type: integer id: description: '`readOnly` The id of the Worker' readOnly: true type: integer lastStatus: description: last status time type: integer lastStatusStr: description: last status formated type: string lockedJobs: items: $ref: '#/definitions/KalturaBatchJob' type: array name: description: The scheduler name type: string schedulerConfiguredId: description: The id of the scheduler as configured in the batch config type: integer schedulerId: description: The id of the Scheduler type: integer statuses: items: $ref: '#/definitions/KalturaSchedulerStatus' type: array type: description: 'Enum Type: `KalturaBatchJobType` The worker type' 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 typeName: description: The friendly name of the type type: string title: KalturaSchedulerWorker type: object 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 KalturaEmailNotificationRecipient: properties: email: $ref: '#/definitions/KalturaStringValue' name: $ref: '#/definitions/KalturaStringValue' title: KalturaEmailNotificationRecipient type: object KalturaMatchMetadataCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' 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: KalturaMatchMetadataCondition type: object 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 KalturaGeoTimeLiveStats: allOf: - $ref: '#/definitions/KalturaEntryLiveStats' properties: city: $ref: '#/definitions/KalturaCoordinate' country: $ref: '#/definitions/KalturaCoordinate' title: KalturaGeoTimeLiveStats 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 KalturaUrlTokenizer: anyOf: - $ref: '#/definitions/KalturaUrlTokenizer' - $ref: '#/definitions/KalturaUrlTokenizerAkamaiHttp' - $ref: '#/definitions/KalturaUrlTokenizerAkamaiRtmp' - $ref: '#/definitions/KalturaUrlTokenizerAkamaiRtsp' - $ref: '#/definitions/KalturaUrlTokenizerAkamaiSecureHd' - $ref: '#/definitions/KalturaUrlTokenizerBitGravity' - $ref: '#/definitions/KalturaUrlTokenizerChinaCache' - $ref: '#/definitions/KalturaUrlTokenizerCht' - $ref: '#/definitions/KalturaUrlTokenizerCloudFront' - $ref: '#/definitions/KalturaUrlTokenizerKaltura' - $ref: '#/definitions/KalturaUrlTokenizerKs' - $ref: '#/definitions/KalturaUrlTokenizerL3' - $ref: '#/definitions/KalturaUrlTokenizerLevel3' - $ref: '#/definitions/KalturaUrlTokenizerLimeLight' - $ref: '#/definitions/KalturaUrlTokenizerUplynk' - $ref: '#/definitions/KalturaUrlTokenizerVelocix' - $ref: '#/definitions/KalturaUrlTokenizerVnpt' - $ref: '#/definitions/KalturaUrlTokenizerWowzaSecureToken' discriminator: objectType properties: key: description: key type: string limitIpAddress: type: boolean objectType: enum: - KalturaUrlTokenizer - KalturaUrlTokenizerAkamaiHttp - KalturaUrlTokenizerAkamaiRtmp - KalturaUrlTokenizerAkamaiRtsp - KalturaUrlTokenizerAkamaiSecureHd - KalturaUrlTokenizerBitGravity - KalturaUrlTokenizerChinaCache - KalturaUrlTokenizerCht - KalturaUrlTokenizerCloudFront - KalturaUrlTokenizerKaltura - KalturaUrlTokenizerKs - KalturaUrlTokenizerL3 - KalturaUrlTokenizerLevel3 - KalturaUrlTokenizerLimeLight - KalturaUrlTokenizerUplynk - KalturaUrlTokenizerVelocix - KalturaUrlTokenizerVnpt - KalturaUrlTokenizerWowzaSecureToken type: string window: description: Window type: integer title: KalturaUrlTokenizer type: object KalturaAssetParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaAssetParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaAssetParamsOutputOrderBy title: KalturaAssetParamsOutputFilter 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 KalturaEventNotificationArrayParameter: allOf: - $ref: '#/definitions/KalturaEventNotificationParameter' properties: allowedValues: items: $ref: '#/definitions/KalturaStringValue' type: array values: items: $ref: '#/definitions/KalturaString' type: array title: KalturaEventNotificationArrayParameter type: object KalturaDocumentEntry: allOf: - $ref: '#/definitions/KalturaBaseEntry' properties: assetParamsIds: description: '`readOnly` Comma separated asset params ids that exists for this media entry' readOnly: true type: string documentType: description: '`insertOnly` Enum Type: `KalturaDocumentType` The type of the document' enum: - 11 - 12 - 13 type: integer x-enumLabels: - DOCUMENT - SWF - PDF x-enumType: KalturaDocumentType title: KalturaDocumentEntry type: object KalturaPdfFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaPdfFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPdfFlavorParamsOrderBy title: KalturaPdfFlavorParamsFilter type: object KalturaAttachmentAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAttachmentAsset' type: array title: KalturaAttachmentAssetListResponse type: object KalturaMixListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMixEntry' type: array title: KalturaMixListResponse 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 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 KalturaDropFolderFile: anyOf: - $ref: '#/definitions/KalturaDropFolderFile' - $ref: '#/definitions/KalturaFeedDropFolderFile' - $ref: '#/definitions/KalturaMicrosoftTeamsDropFolderFile' - $ref: '#/definitions/KalturaS3DropFolderFile' - $ref: '#/definitions/KalturaWebexAPIDropFolderFile' - $ref: '#/definitions/KalturaWebexDropFolderFile' - $ref: '#/definitions/KalturaZoomDropFolderFile' discriminator: objectType properties: batchJobId: description: '`readOnly`' readOnly: true type: integer createdAt: description: '`readOnly`' readOnly: true type: integer deletedDropFolderFileId: type: integer dropFolderId: description: '`insertOnly`' type: integer entryId: type: string errorCode: 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 errorDescription: type: string fileName: description: '`insertOnly`' type: string fileSize: type: number fileSizeLastSetAt: description: '`readOnly`' readOnly: true type: integer id: description: '`readOnly`' readOnly: true type: integer importEndedAt: type: integer importStartedAt: type: integer lastModificationTime: type: string leadDropFolderFileId: type: integer objectType: enum: - KalturaDropFolderFile - KalturaFeedDropFolderFile - KalturaMicrosoftTeamsDropFolderFile - KalturaS3DropFolderFile - KalturaWebexAPIDropFolderFile - KalturaWebexDropFolderFile - KalturaZoomDropFolderFile type: string parsedFlavor: type: string parsedSlug: type: string parsedUserId: type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaDropFolderFileStatus`' enum: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 readOnly: true 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 type: description: '`readOnly` 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' readOnly: true 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 updatedAt: description: '`readOnly`' readOnly: true type: integer uploadEndDetectedAt: type: integer uploadStartDetectedAt: type: integer title: KalturaDropFolderFile type: object KalturaSearchMatchCondition: allOf: - $ref: '#/definitions/KalturaSearchCondition' properties: not: type: boolean title: KalturaSearchMatchCondition 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 KalturaLike: properties: createdAt: description: The date of the like's creation type: integer entryId: description: The id of the entry that the like belongs to type: string userId: description: The id of user that the like belongs to type: string title: KalturaLike 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 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 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 KalturaFlavorParamsOutputListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFlavorParamsOutput' type: array title: KalturaFlavorParamsOutputListResponse type: object KalturaVodScheduleEventFilter: allOf: - $ref: '#/definitions/KalturaVodScheduleEventBaseFilter' properties: {} title: KalturaVodScheduleEventFilter 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 KalturaTubeMogulSyndicationFeed: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeed' properties: category: description: '`readOnly` Enum Type: `KalturaTubeMogulSyndicationFeedCategories`' enum: - Animals & Pets - Arts & Animation - Autos - Comedy - Commercials/Promotional - Entertainment - Family & Kids - How To/Instructional/DIY - Music - News & Blogs - Science & Technology - Sports - Travel & Places - Video Games - Vlogs & People readOnly: true type: string x-enumLabels: - ANIMALS_AND_PETS - ARTS_AND_ANIMATION - AUTOS - COMEDY - COMMERCIALS_PROMOTIONAL - ENTERTAINMENT - FAMILY_AND_KIDS - HOW_TO_INSTRUCTIONAL_DIY - MUSIC - NEWS_AND_BLOGS - SCIENCE_AND_TECHNOLOGY - SPORTS - TRAVEL_AND_PLACES - VIDEO_GAMES - VLOGS_PEOPLE x-enumType: KalturaTubeMogulSyndicationFeedCategories title: KalturaTubeMogulSyndicationFeed type: object KalturaWidgetBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaUrlRecognizerAkamaiG2O: allOf: - $ref: '#/definitions/KalturaUrlRecognizer' properties: headerData: description: headerData type: string headerSign: description: headerSign type: string salt: description: salt type: string timeout: description: timeout type: integer title: KalturaUrlRecognizerAkamaiG2O type: object KalturaSwfFlavorParams: allOf: - $ref: '#/definitions/KalturaFlavorParams' properties: flashVersion: type: integer poly2Bitmap: type: boolean title: KalturaSwfFlavorParams 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 KalturaZoomDropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: isParentEntry: type: boolean meetingMetadata: $ref: '#/definitions/KalturaZoomMeetingMetadata' parentEntryId: type: string recordingFile: $ref: '#/definitions/KalturaZoomRecordingFile' title: KalturaZoomDropFolderFile type: object KalturaEmailNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' properties: bcc: $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' body: description: Define the email body content type: string cc: $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' confirmReadingTo: description: Email address that a reading confirmation will be sent type: string customHeaders: items: $ref: '#/definitions/KalturaKeyValue' type: array format: description: 'Enum Type: `KalturaEmailNotificationFormat` Define the email body format' enum: - '1' - '2' type: string x-enumLabels: - HTML - TEXT x-enumType: KalturaEmailNotificationFormat 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 HELLO 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/KalturaEmailNotificationRecipientProvider' subject: description: Define the email subject type: string to: $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' title: KalturaEmailNotificationTemplate type: object OTTRequest: properties: ks: type: string version: default: 3.6.287.20720 type: string type: object KalturaPdfFlavorParamsOutputFilter: allOf: - $ref: '#/definitions/KalturaPdfFlavorParamsOutputBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaPdfFlavorParamsOutputOrderBy title: KalturaPdfFlavorParamsOutputFilter type: object KalturaPermissionLevel: properties: permissionLevel: description: 'Enum Type: `KalturaUserEntryPermissionLevel` Permission Level' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - SPEAKER - MODERATOR - ATTENDEE - ADMIN - PREVIEW_ONLY - CHAT_MODERATOR x-enumType: KalturaUserEntryPermissionLevel title: KalturaPermissionLevel type: object KalturaLiveChannelSegmentListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaLiveChannelSegment' type: array title: KalturaLiveChannelSegmentListResponse type: object KalturaGroupUserListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaGroupUser' type: array title: KalturaGroupUserListResponse type: object 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 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 KalturaSyndicationDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaSyndicationDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSyndicationDistributionProviderOrderBy title: KalturaSyndicationDistributionProviderFilter type: object 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 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 KalturaDocumentFlavorParamsOutput: allOf: - $ref: '#/definitions/KalturaFlavorParamsOutput' properties: {} title: KalturaDocumentFlavorParamsOutput type: object KalturaLiveFeature: anyOf: - $ref: '#/definitions/KalturaLiveCaptionFeature' - $ref: '#/definitions/KalturaLiveRestreamFeature' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveCaptionFeature - KalturaLiveRestreamFeature type: string postEndTime: type: integer preStartTime: type: integer systemName: type: string title: KalturaLiveFeature type: object x-abstract: true 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 KalturaLanguageFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Language filter properties: codeIn: description: Language codes type: string orderBy: enum: - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CODE_ASC - CODE_DESC type: string x-enumLabels: - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CODE_ASC - CODE_DESC x-enumType: KalturaLanguageOrderBy title: KalturaLanguageFilter type: object KalturaVendorTaskData: anyOf: - $ref: '#/definitions/KalturaIntelligentTaggingVendorTaskData' - $ref: '#/definitions/KalturaScheduledVendorTaskData' - $ref: '#/definitions/KalturaAlignmentVendorTaskData' - $ref: '#/definitions/KalturaTranslationVendorTaskData' description: '`abstract`' discriminator: objectType properties: entryDuration: description: '`readOnly` The duration of the entry for which the task was created for in milliseconds' readOnly: true type: integer objectType: enum: - KalturaIntelligentTaggingVendorTaskData - KalturaScheduledVendorTaskData - KalturaAlignmentVendorTaskData - KalturaTranslationVendorTaskData type: string title: KalturaVendorTaskData type: object x-abstract: true KalturaDeliveryProfileAkamaiHds: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: supportClipping: description: Should we use timing parameters - clipTo / seekFrom type: boolean title: KalturaDeliveryProfileAkamaiHds type: object KalturaSearchHistoryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse' description: Search history wrapper properties: objects: items: $ref: '#/definitions/KalturaSearchHistory' type: array title: KalturaSearchHistoryListResponse type: object KalturaConfigurationGroupDeviceFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Configuration group device filter properties: configurationGroupIdEqual: description: the ID of the configuration group for which to return related configurations group devices type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaConfigurationGroupDeviceOrderBy title: KalturaConfigurationGroupDeviceFilter type: object KalturaPricePlanFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idIn: description: Comma separated price plans identifiers type: string orderBy: enum: - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_DESC x-enumType: KalturaPricePlanOrderBy title: KalturaPricePlanFilter type: object 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 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 KalturaESearchCategoryMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractCategoryItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchCategoryMetadataItem type: object KalturaMediaInfoBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' anyOf: - $ref: '#/definitions/KalturaMediaInfoFilter' description: '`abstract`' discriminator: objectType properties: flavorAssetIdEqual: type: string objectType: enum: - KalturaMediaInfoFilter type: string title: KalturaMediaInfoBaseFilter type: object x-abstract: true KalturaFeedDropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' anyOf: - $ref: '#/definitions/KalturaFeedDropFolder' - $ref: '#/definitions/KalturaApFeedDropFolder' discriminator: objectType properties: feedItemInfo: $ref: '#/definitions/KalturaFeedItemInfo' itemHandlingLimit: type: integer objectType: enum: - KalturaFeedDropFolder - KalturaApFeedDropFolder type: string title: KalturaFeedDropFolder type: object KalturaESearchUnifiedItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractEntryItem' properties: {} title: KalturaESearchUnifiedItem type: object KalturaEntryServerNodeListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaEntryServerNode' type: array title: KalturaEntryServerNodeListResponse 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 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 KalturaDeliveryServerNode: allOf: - $ref: '#/definitions/KalturaServerNode' anyOf: - $ref: '#/definitions/KalturaEdgeServerNode' - $ref: '#/definitions/KalturaLiveClusterMediaServerNode' - $ref: '#/definitions/KalturaWowzaMediaServerNode' description: '`abstract`' discriminator: objectType properties: config: description: Override server node default configuration - json format type: string deliveryProfileIds: items: $ref: '#/definitions/KalturaKeyValue' type: array objectType: enum: - KalturaEdgeServerNode - KalturaLiveClusterMediaServerNode - KalturaWowzaMediaServerNode type: string title: KalturaDeliveryServerNode type: object x-abstract: true 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 KalturaAuditTrailChangeItem: anyOf: - $ref: '#/definitions/KalturaAuditTrailChangeItem' - $ref: '#/definitions/KalturaAuditTrailChangeXmlNode' discriminator: objectType properties: descriptor: type: string newValue: type: string objectType: enum: - KalturaAuditTrailChangeItem - KalturaAuditTrailChangeXmlNode type: string oldValue: type: string title: KalturaAuditTrailChangeItem 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 KalturaDistributionValidationErrorMissingAsset: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: data: type: string title: KalturaDistributionValidationErrorMissingAsset type: object KalturaBusinessProcessAbortNotificationTemplate: allOf: - $ref: '#/definitions/KalturaBusinessProcessNotificationTemplate' properties: {} title: KalturaBusinessProcessAbortNotificationTemplate 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 KalturaLiveChannelSegment: properties: channelId: description: Live channel id type: string createdAt: description: '`readOnly` Segment creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: description: Segment description type: string duration: description: Segment play duration time, in mili-seconds type: number entryId: description: Entry id to be played type: string id: description: '`readOnly` Unique identifier' readOnly: true type: integer name: description: Segment name type: string partnerId: description: '`readOnly`' readOnly: true type: integer startTime: description: Segment play start time, in mili-seconds, according to trigger type type: number status: description: '`readOnly` Enum Type: `KalturaLiveChannelSegmentStatus`' enum: - '2' - '3' readOnly: true type: string x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaLiveChannelSegmentStatus tags: description: Segment tags type: string triggerSegmentId: description: Live channel segment that the trigger relates to type: integer triggerType: description: 'Enum Type: `KalturaLiveChannelSegmentTriggerType` Segment start time trigger type' enum: - '1' - '2' - '3' - '4' type: string x-enumLabels: - CHANNEL_RELATIVE - ABSOLUTE_TIME - SEGMENT_START_RELATIVE - SEGMENT_END_RELATIVE x-enumType: KalturaLiveChannelSegmentTriggerType type: description: 'Enum Type: `KalturaLiveChannelSegmentType` Segment could be associated with the main stream, as additional stream or as overlay' enum: - '1' type: string x-enumLabels: - VIDEO_AND_AUDIO x-enumType: KalturaLiveChannelSegmentType updatedAt: description: '`readOnly` Segment update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaLiveChannelSegment type: object KalturaDynamicOrderBy: description: Kaltura Asset Order properties: name: description: order by name type: string orderBy: description: 'Enum Type: `KalturaMetaTagOrderBy` order by meta asc/desc' enum: - META_ASC - META_DESC type: string x-enumLabels: - META_ASC - META_DESC x-enumType: KalturaMetaTagOrderBy title: KalturaDynamicOrderBy 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 KalturaLiveStreamScheduleEvent: allOf: - $ref: '#/definitions/KalturaBaseLiveScheduleEvent' properties: isContentInterruptible: description: Detect whether "real" live can interrupt to the "main" content type: boolean liveFeatures: items: $ref: '#/definitions/KalturaLiveFeature' type: array postEndEntryId: description: The entry id of the post end entry type: string postEndTime: description: The time relative time before the endTime considered as postEnd time type: integer preStartEntryId: description: The entry id of the pre start entry type: string preStartTime: description: The time relative time before the startTime considered as preStart time type: integer projectedAudience: description: Defines the expected audience. type: integer sourceEntryId: description: The entry ID of the source entry (for simulive) type: string title: KalturaLiveStreamScheduleEvent type: object 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 KalturaRegistrationUserEntryFilter: allOf: - $ref: '#/definitions/KalturaUserEntryFilter' properties: {} title: KalturaRegistrationUserEntryFilter type: object KalturaMediaInfoFilter: allOf: - $ref: '#/definitions/KalturaMediaInfoBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMediaInfoOrderBy title: KalturaMediaInfoFilter 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 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 KalturaFreewheelGenericDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaFreewheelGenericDistributionProvider 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_2' 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 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 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 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 KalturaGenericDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: createdAt: description: '`readOnly` Generic distribution provider creation date as Unix timestamp (In seconds)' readOnly: true type: integer editableFields: type: string id: description: '`readOnly` Auto generated' readOnly: true type: integer isDefault: type: boolean mandatoryFields: type: string optionalFlavorParamsIds: type: string optionalThumbDimensions: items: $ref: '#/definitions/KalturaDistributionThumbDimensions' type: array partnerId: description: '`readOnly`' readOnly: true type: integer requiredFlavorParamsIds: type: string requiredThumbDimensions: items: $ref: '#/definitions/KalturaDistributionThumbDimensions' type: array status: description: '`readOnly` Enum Type: `KalturaGenericDistributionProviderStatus`' enum: - 2 - 3 readOnly: true type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaGenericDistributionProviderStatus updatedAt: description: '`readOnly` Generic distribution provider last update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaGenericDistributionProvider type: object KalturaAggregationCountFilter: allOf: - $ref: '#/definitions/KalturaRelatedObjectFilter' description: Kaltura Aggregation CountFilter properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaAggregationCountOrderBy title: KalturaAggregationCountFilter 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_2' 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 KalturaInboxMessageFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: createdAtGreaterThanOrEqual: description: createdAtGreaterThanOrEqual type: integer createdAtLessThanOrEqual: description: createdAtLessThanOrEqual type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaInboxMessageOrderBy typeIn: description: List of inbox message types to search within. type: string title: KalturaInboxMessageFilter type: object KalturaSearchHistory: description: Search history info properties: action: description: '`readOnly` Kaltura OTT Service Action' readOnly: true type: string createdAt: description: '`readOnly` When search was performed' readOnly: true type: integer deviceId: description: '`readOnly` Unique Device ID' readOnly: true type: string filter: description: '`readOnly` Filter' readOnly: true type: string id: description: '`readOnly` Search ID' readOnly: true type: string language: description: '`readOnly` Search language' readOnly: true type: string name: description: '`readOnly` Search name' readOnly: true type: string service: description: '`readOnly` Kaltura OTT Service' readOnly: true type: string title: KalturaSearchHistory type: object KalturaMediaFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaMediaFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaMediaFlavorParamsOrderBy title: KalturaMediaFlavorParamsFilter type: object KalturaSsoListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaSso' type: array title: KalturaSsoListResponse type: object 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 KalturaDistributionValidationErrorConditionNotMet: allOf: - $ref: '#/definitions/KalturaDistributionValidationError' properties: conditionName: type: string title: KalturaDistributionValidationErrorConditionNotMet type: object KalturaGenericSyndicationFeed: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeed' anyOf: - $ref: '#/definitions/KalturaGenericSyndicationFeed' - $ref: '#/definitions/KalturaGenericXsltSyndicationFeed' - $ref: '#/definitions/KalturaOperaSyndicationFeed' - $ref: '#/definitions/KalturaRokuSyndicationFeed' discriminator: objectType properties: entryFilter: $ref: '#/definitions/KalturaBaseEntryFilter' feedDescription: description: feed description type: string feedLandingPage: description: feed landing page (i.e publisher website) type: string objectType: enum: - KalturaGenericSyndicationFeed - KalturaGenericXsltSyndicationFeed - KalturaOperaSyndicationFeed - KalturaRokuSyndicationFeed type: string pageSize: description: page size type: integer title: KalturaGenericSyndicationFeed type: object KalturaVirtualEvent: properties: adminsGroupIds: type: string agendaScheduleEventId: type: integer attendeesGroupIds: type: string createdAt: description: '`readOnly`' readOnly: true type: integer deletionDueDate: type: integer x-inputType: datetime description: type: string id: description: '`readOnly`' readOnly: true type: integer mainEventScheduleEventId: type: integer name: type: string partnerId: description: '`readOnly`' readOnly: true type: integer registrationFormSchema: description: JSON-Schema of the Registration Form type: string registrationScheduleEventId: type: integer status: description: '`readOnly` Enum Type: `KalturaVirtualEventStatus`' enum: - 2 - 3 readOnly: true type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaVirtualEventStatus tags: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaVirtualEvent 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 KalturaEmailNotificationRecipientProvider: anyOf: - $ref: '#/definitions/KalturaEmailNotificationCategoryRecipientProvider' - $ref: '#/definitions/KalturaEmailNotificationGroupRecipientProvider' - $ref: '#/definitions/KalturaEmailNotificationStaticRecipientProvider' - $ref: '#/definitions/KalturaEmailNotificationUserRecipientProvider' description: '`abstract` Abstract core class which provides the recipients (to, CC, BCC) for an email notification' discriminator: objectType properties: objectType: enum: - KalturaEmailNotificationCategoryRecipientProvider - KalturaEmailNotificationGroupRecipientProvider - KalturaEmailNotificationStaticRecipientProvider - KalturaEmailNotificationUserRecipientProvider type: string title: KalturaEmailNotificationRecipientProvider type: object x-abstract: true 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 KalturaEmailNotificationParameter: allOf: - $ref: '#/definitions/KalturaEventNotificationParameter' properties: {} title: KalturaEmailNotificationParameter 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 KalturaDistributionSubmitJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' properties: {} title: KalturaDistributionSubmitJobData type: object KalturaCsvAdditionalFieldInfo: properties: fieldName: type: string xpath: type: string title: KalturaCsvAdditionalFieldInfo type: object KalturaRatingCount: properties: count: type: integer entryId: type: string rank: type: integer title: KalturaRatingCount type: object KalturaMediaServerNode: allOf: - $ref: '#/definitions/KalturaDeliveryServerNode' anyOf: - $ref: '#/definitions/KalturaLiveClusterMediaServerNode' - $ref: '#/definitions/KalturaWowzaMediaServerNode' description: '`abstract`' discriminator: objectType properties: applicationName: description: Media server application name type: string mediaServerPlaybackDomainConfig: items: $ref: '#/definitions/KalturaKeyValue' type: array mediaServerPortConfig: items: $ref: '#/definitions/KalturaKeyValue' type: array objectType: enum: - KalturaLiveClusterMediaServerNode - KalturaWowzaMediaServerNode type: string title: KalturaMediaServerNode type: object x-abstract: true 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 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 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 KalturaLiveStreamEntry: allOf: - $ref: '#/definitions/KalturaLiveEntry' anyOf: - $ref: '#/definitions/KalturaLiveStreamEntry' - $ref: '#/definitions/KalturaLiveStreamAdminEntry' discriminator: objectType properties: bitrates: items: $ref: '#/definitions/KalturaLiveStreamBitrate' type: array encodingIP1: description: The broadcast primary ip type: string encodingIP2: description: The broadcast secondary ip type: string hlsStreamUrl: description: HLS URL - URL for live stream playback on mobile device type: string objectType: enum: - KalturaLiveStreamEntry - KalturaLiveStreamAdminEntry type: string primaryBroadcastingUrl: type: string primaryRtspBroadcastingUrl: type: string primarySecuredBroadcastingUrl: type: string primaryServerNodeId: description: '`readOnly` The Streams primary server node id' readOnly: true type: integer primarySrtBroadcastingUrl: type: string primarySrtStreamId: type: string secondaryBroadcastingUrl: type: string secondaryRtspBroadcastingUrl: type: string secondarySecuredBroadcastingUrl: type: string secondarySrtBroadcastingUrl: type: string secondarySrtStreamId: type: string sipSourceType: description: '`readOnly` Enum Type: `KalturaSipSourceType`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - PICTURE_IN_PICTURE - TALKING_HEADS - SCREEN_SHARE x-enumType: KalturaSipSourceType sipToken: description: '`readOnly`' readOnly: true type: string srtPass: type: string streamName: type: string streamPassword: description: The broadcast password type: string streamRemoteBackupId: description: '`readOnly` The backup stream id as provided by the provider' readOnly: true type: string streamRemoteId: description: '`readOnly` The stream id as provided by the provider' readOnly: true type: string streamUrl: description: The stream url type: string streamUsername: description: '`readOnly` The broadcast username' readOnly: true type: string urlManager: description: URL Manager to handle the live stream URL (for instance, add token) type: string title: KalturaLiveStreamEntry type: object KalturaPushEventNotificationParameter: allOf: - $ref: '#/definitions/KalturaEventNotificationParameter' properties: queueKeyToken: type: string title: KalturaPushEventNotificationParameter type: object 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 KalturaParseMultiLanguageCaptionAssetJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: entryId: type: string fileEncryptionKey: type: string fileLocation: type: string multiLanaguageCaptionAssetId: type: string title: KalturaParseMultiLanguageCaptionAssetJobData 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 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 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 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 KalturaBaseVendorCredit: anyOf: - $ref: '#/definitions/KalturaUnlimitedVendorCredit' - $ref: '#/definitions/KalturaVendorCredit' - $ref: '#/definitions/KalturaTimeRangeVendorCredit' - $ref: '#/definitions/KalturaReoccurringVendorCredit' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaUnlimitedVendorCredit - KalturaVendorCredit - KalturaTimeRangeVendorCredit - KalturaReoccurringVendorCredit type: string title: KalturaBaseVendorCredit type: object x-abstract: true KalturaLiveEntry: allOf: - $ref: '#/definitions/KalturaMediaEntry' anyOf: - $ref: '#/definitions/KalturaLiveChannel' - $ref: '#/definitions/KalturaLiveStreamEntry' - $ref: '#/definitions/KalturaLiveStreamAdminEntry' description: '`abstract`' discriminator: objectType properties: broadcastTime: description: The time when the entry was first live with view_all type: integer currentBroadcastStartTime: description: The time (unix timestamp in milliseconds) in which the entry broadcast started or 0 when the entry is off the air type: number dvrStatus: description: 'Enum Type: `KalturaDVRStatus` DVR Status Enabled/Disabled' enum: - 0 - 1 type: integer x-enumLabels: - DISABLED - ENABLED x-enumType: KalturaDVRStatus dvrWindow: description: Window of time which the DVR allows for backwards scrubbing (in minutes) type: integer explicitLive: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean firstBroadcast: description: '`readOnly` The first time in which the entry was broadcast' readOnly: true type: integer lastBroadcast: description: '`readOnly` The Last time in which the entry was broadcast' readOnly: true type: integer lastBroadcastEndTime: description: '`readOnly` The time the last broadcast finished.' readOnly: true type: integer lastElapsedRecordingTime: description: Elapsed recording time (in msec) up to the point where the live stream was last stopped (unpublished). type: integer liveStatus: description: '`readOnly` Enum Type: `KalturaEntryServerNodeStatus` the status of the entry of type EntryServerNodeStatus' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 readOnly: true 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 liveStreamConfigurations: items: $ref: '#/definitions/KalturaLiveStreamConfiguration' type: array objectType: enum: - KalturaLiveChannel - KalturaLiveStreamEntry - KalturaLiveStreamAdminEntry type: string offlineMessage: description: The message to be presented when the stream is offline type: string publishConfigurations: items: $ref: '#/definitions/KalturaLiveStreamPushPublishConfiguration' type: array pushPublishEnabled: description: 'Enum Type: `KalturaLivePublishStatus` Flag denoting whether entry should be published by the media server' enum: - 0 - 1 type: integer x-enumLabels: - DISABLED - ENABLED x-enumType: KalturaLivePublishStatus recordStatus: description: 'Enum Type: `KalturaRecordStatus` Recording Status Enabled/Disabled' enum: - 0 - 1 - 2 type: integer x-enumLabels: - DISABLED - APPENDED - PER_SESSION x-enumType: KalturaRecordStatus recordedEntryId: description: Recorded entry id type: string recordingOptions: $ref: '#/definitions/KalturaLiveEntryRecordingOptions' recordingStatus: description: 'Enum Type: `KalturaRecordingStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - STOPPED - PAUSED - ACTIVE - DISABLED x-enumType: KalturaRecordingStatus segmentDuration: description: The chunk duration value in milliseconds type: integer viewMode: description: 'Enum Type: `KalturaViewMode`' enum: - 0 - 1 type: integer x-enumLabels: - PREVIEW - ALLOW_ALL x-enumType: KalturaViewMode title: KalturaLiveEntry type: object x-abstract: true 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 KalturaDistributeObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: distributionProfileId: description: Distribution profile id type: string title: KalturaDistributeObjectTask type: object KalturaTranscriptAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaTranscriptAsset' type: array title: KalturaTranscriptAssetListResponse 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 KalturaDeliveryProfileVod: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileVod' - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerPlayServer' - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerHls' discriminator: objectType properties: objectType: enum: - KalturaDeliveryProfileVod - KalturaDeliveryProfileVodPackagerPlayServer - KalturaDeliveryProfileVodPackagerHls type: string simuliveSupport: type: boolean title: KalturaDeliveryProfileVod 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 KalturaHttpNotificationData: anyOf: - $ref: '#/definitions/KalturaHttpNotificationDataFields' - $ref: '#/definitions/KalturaHttpNotificationDataText' - $ref: '#/definitions/KalturaHttpNotificationObjectData' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaHttpNotificationDataFields - KalturaHttpNotificationDataText - KalturaHttpNotificationObjectData type: string title: KalturaHttpNotificationData type: object x-abstract: true KalturaCopyJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: filter: $ref: '#/definitions/KalturaFilter_2' 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 KalturaDeliveryProfileGenericRtmp: allOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmp' properties: pattern: type: string rendererClass: description: rendererClass type: string title: KalturaDeliveryProfileGenericRtmp type: object KalturaLiveEntryServerNode: allOf: - $ref: '#/definitions/KalturaEntryServerNode' properties: featuresUpdatedAt: type: integer isPlayableUser: type: boolean recordingInfo: items: $ref: '#/definitions/KalturaLiveEntryServerNodeRecordingInfo' type: array streams: items: $ref: '#/definitions/KalturaLiveStreamParams' type: array viewMode: description: 'Enum Type: `KalturaViewMode`' enum: - 0 - 1 type: integer x-enumLabels: - PREVIEW - ALLOW_ALL x-enumType: KalturaViewMode title: KalturaLiveEntryServerNode 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 KalturaAnnotationListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAnnotation' type: array title: KalturaAnnotationListResponse 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 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 KalturaSocialActionFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: actionTypeIn: description: Comma separated list of social actions to filter by type: string assetIdIn: description: Comma separated list of asset identifiers. type: string assetTypeEqual: description: 'Enum Type: `KalturaAssetType` Asset Type' enum: - media - recording - epg type: string x-enumLabels: - MEDIA - RECORDING - EPG x-enumType: KalturaAssetType orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaSocialActionOrderBy title: KalturaSocialActionFilter type: object KalturaBaseRestriction: anyOf: - $ref: '#/definitions/KalturaCountryRestriction' - $ref: '#/definitions/KalturaDirectoryRestriction' - $ref: '#/definitions/KalturaIpAddressRestriction' - $ref: '#/definitions/KalturaLimitFlavorsRestriction' - $ref: '#/definitions/KalturaSessionRestriction' - $ref: '#/definitions/KalturaSiteRestriction' - $ref: '#/definitions/KalturaUserAgentRestriction' - $ref: '#/definitions/KalturaPreviewRestriction' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaCountryRestriction - KalturaDirectoryRestriction - KalturaIpAddressRestriction - KalturaLimitFlavorsRestriction - KalturaSessionRestriction - KalturaSiteRestriction - KalturaUserAgentRestriction - KalturaPreviewRestriction type: string title: KalturaBaseRestriction type: object x-abstract: true KalturaRatingCountFilter: allOf: - $ref: '#/definitions/KalturaRatingCountBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaRatingCountOrderBy title: KalturaRatingCountFilter type: object KalturaPersistedFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: '`abstract`' discriminator: objectType oneOf: - $ref: '#/definitions/KalturaAssetFilter' properties: name: description: Name for the presisted filter. If empty, no action will be done. If has value, the filter will be saved and persisted in user's search history. type: string objectType: enum: - KalturaAssetFilter type: string title: KalturaPersistedFilter type: object 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 KalturaVendorTranslationCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItem' properties: 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 title: KalturaVendorTranslationCatalogItem type: object 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 KalturaUrlTokenizerL3: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: gen: description: gen type: string paramName: description: paramName type: string title: KalturaUrlTokenizerL3 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 KalturaPlayReadyPlayEnablerHolder: properties: type: description: 'Enum Type: `KalturaPlayReadyPlayEnablerType` The type of the play enabler' enum: - 002F9772-38A0-43E5-9F79-0F6361DCC62A - 1B4542E3-B5CF-4C99-B3BA-829AF46C92F8 - 5ABF0F0D-DC29-4B82-9982-FD8E57525BFC - 786627D8-C2A6-44BE-8F88-08AE255B01A - A340C256-0941-4D4C-AD1D-0B6735C0CB24 - B621D91F-EDCC-4035-8D4B-DC71760D43E9 - D685030B-0F4F-43A6-BBAD-356F1EA0049A type: string x-enumLabels: - HELIX - HDCP_WIVU - AIRPLAY - UNKNOWN - HDCP_MIRACAST - UNKNOWN_520 - DTCP x-enumType: KalturaPlayReadyPlayEnablerType title: KalturaPlayReadyPlayEnablerHolder type: object KalturaTimeWarnerDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaTimeWarnerDistributionProfile type: object KalturaWatchLaterUserEntry: allOf: - $ref: '#/definitions/KalturaUserEntry' properties: {} title: KalturaWatchLaterUserEntry type: object KalturaOTTUserFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: OTT User filter properties: externalIdEqual: description: User external identifier type: string idIn: description: List of user identifiers separated by ',' type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaOTTUserOrderBy usernameEqual: description: Username type: string title: KalturaOTTUserFilter type: object KalturaEntryVendorTaskListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaEntryVendorTask' type: array title: KalturaEntryVendorTaskListResponse type: object KalturaDeleteFileJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: localFileSyncPath: type: string title: KalturaDeleteFileJobData type: object KalturaTvinciDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: xml: type: string title: KalturaTvinciDistributionJobProviderData 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 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 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 KalturaIdeticDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: flavorAssetUrl: type: string thumbnailUrl: type: string title: KalturaIdeticDistributionJobProviderData type: object KalturaVendorAudioDescriptionCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: clearAudioFlavorParamsId: type: integer flavorParamsId: type: integer title: KalturaVendorAudioDescriptionCatalogItem 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 KalturaBlackoutScheduleEvent: allOf: - $ref: '#/definitions/KalturaScheduleEvent' properties: {} title: KalturaBlackoutScheduleEvent type: object KalturaGeoDistanceCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' 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: KalturaGeoDistanceCondition type: object 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 KalturaIpAddressRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' properties: ipAddressList: description: Comma separated list of ip address to allow to deny type: string ipAddressRestrictionType: description: 'Enum Type: `KalturaIpAddressRestrictionType` Ip address restriction type (Allow or deny)' enum: - 0 - 1 type: integer x-enumLabels: - RESTRICT_LIST - ALLOW_LIST x-enumType: KalturaIpAddressRestrictionType title: KalturaIpAddressRestriction type: object KalturaDistributionProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaPlayReadyCopyEnablerHolder: properties: type: description: 'Enum Type: `KalturaPlayReadyCopyEnablerType` The type of the copy enabler' enum: - 3CAF2814-A7AB-467C-B4DF-54ACC56C66DC - 3CF2E054-F4D5-46cd-85A6-FCD152AD5FBE - 6848955D-516B-4EB0-90E8-8F6D5A77B85F - 6E76C588-C3A9-47ea-A875-546D5209FF38 - 79F78A0D-0B69-401e-8A90-8BEF30BCE192 - 81BD9AD4-A720-4ea1-B510-5D4E6FFB6A4D - C3CF56E0-7FF2-4491-809F-53E21D3ABF07 - CCB0B4E3-8B46-409e-A998-82556E3F5AF4 - CDD801AD-A577-48DB-950E-46D5F1592FAE - CE480EDE-516B-40B3-90E1-D6CFC47630C5 - E6785609-64CC-4bfa-B82D-6B619733B746 - EC930B7D-1F2D-4682-A38B-8AB977721D0D type: string x-enumLabels: - CSS - PRINTER - DEVICE - CLIPBOARD - SDC - SDC_PREVIEW - AACS - HELIX - CPRM - PC - SDC_LIMITED - ORANGE_BOOK_CD x-enumType: KalturaPlayReadyCopyEnablerType title: KalturaPlayReadyCopyEnablerHolder type: object 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 KalturaFilterPager: description: The KalturaFilterPager object enables paging management to be applied upon service list actions properties: pageIndex: description: The page number for which {pageSize} of objects should be retrieved type: integer pageSize: description: The number of objects to retrieve. Possible range 1 ≤ value ≤ 50. If omitted or value < 1 - will be set to 25. If a value > 50 provided – will be set to 50 type: integer title: KalturaFilterPager type: object KalturaSynacorHboDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaSynacorHboDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaSynacorHboDistributionProviderOrderBy title: KalturaSynacorHboDistributionProviderFilter type: object KalturaIpAddressCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' properties: acceptInternalIps: description: allow internal ips type: boolean httpHeader: description: http header name for extracting the ip type: string title: KalturaIpAddressCondition 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 KalturaAttachmentAsset: allOf: - $ref: '#/definitions/KalturaAsset' anyOf: - $ref: '#/definitions/KalturaAttachmentAsset' - $ref: '#/definitions/KalturaTranscriptAsset' discriminator: objectType properties: filename: description: The filename of the attachment asset content type: string format: description: 'Enum Type: `KalturaAttachmentType` The attachment format' enum: - '1' - '2' - '3' - '4' type: string x-enumLabels: - TEXT - MEDIA - DOCUMENT - JSON x-enumType: KalturaAttachmentType objectType: enum: - KalturaAttachmentAsset - KalturaTranscriptAsset type: string status: description: '`readOnly` Enum Type: `KalturaAttachmentAssetStatus` The status of the asset' enum: - -1 - 0 - 2 - 3 - 7 - 9 readOnly: true type: integer x-enumLabels: - ERROR - QUEUED - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaAttachmentAssetStatus title: description: Attachment asset title type: string title: KalturaAttachmentAsset type: object 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 KalturaHashCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: hashName: description: hash name type: string hashSecret: description: hash secret type: string title: KalturaHashCondition type: object KalturaBaseLiveScheduleEvent: allOf: - $ref: '#/definitions/KalturaEntryScheduleEvent' anyOf: - $ref: '#/definitions/KalturaLiveRedirectScheduleEvent' - $ref: '#/definitions/KalturaLiveStreamScheduleEvent' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaLiveRedirectScheduleEvent - KalturaLiveStreamScheduleEvent type: string title: KalturaBaseLiveScheduleEvent 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 KalturaAccessControlModifyRequestHostRegexAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: checkAliveTimeoutMs: description: Set this value if you want to check if the server is accessible before redirecting traffic to it (this value is in milliseconds) type: integer pattern: description: Request host regex pattern type: string replacement: description: Request host regex replacment type: string replacmenServerNodeId: description: serverNodeId to generate replacment host from type: integer title: KalturaAccessControlModifyRequestHostRegexAction 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 KalturaShortLink: properties: createdAt: description: '`readOnly`' readOnly: true type: integer expiresAt: type: integer fullUrl: type: string id: description: '`readOnly`' readOnly: true type: string name: type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: 'Enum Type: `KalturaShortLinkStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaShortLinkStatus systemName: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer userId: type: string title: KalturaShortLink 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 KalturaDrmProfileBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaListResponse: description: Base list wrapper properties: totalCount: description: Total items type: integer title: KalturaListResponse type: object KalturaPaymentMethodProfileFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaPaymentMethodProfileOrderBy paymentGatewayIdEqual: description: Payment gateway identifier to list the payment methods for type: integer title: KalturaPaymentMethodProfileFilter type: object 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 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 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 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 KalturaTopicFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaTopicOrderBy title: KalturaTopicFilter type: object KalturaScheduledTaskProfile: properties: createdAt: description: '`readOnly`' readOnly: true type: integer description: type: string id: description: '`readOnly`' readOnly: true type: integer lastExecutionStartedAt: type: integer maxTotalCountAllowed: description: The maximum number of result count allowed to be processed by this profile per execution type: integer name: type: string objectFilter: $ref: '#/definitions/KalturaFilter_2' objectFilterEngineType: description: 'Enum Type: `KalturaObjectFilterEngineType` The type of engine to use to list objects using the given "objectFilter"' enum: - '1' - '2' type: string x-enumLabels: - ENTRY - ENTRY_VENDOR_TASK x-enumType: KalturaObjectFilterEngineType objectTasks: items: $ref: '#/definitions/KalturaObjectTask' type: array partnerId: description: '`readOnly`' readOnly: true type: integer status: description: 'Enum Type: `KalturaScheduledTaskProfileStatus`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED - SUSPENDED - DRY_RUN_ONLY x-enumType: KalturaScheduledTaskProfileStatus systemName: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaScheduledTaskProfile type: object KalturaDropFolderFileHandlerConfig: anyOf: - $ref: '#/definitions/KalturaDropFolderContentFileHandlerConfig' - $ref: '#/definitions/KalturaDropFolderICalBulkUploadFileHandlerConfig' - $ref: '#/definitions/KalturaDropFolderTrRdsFileHandlerConfig' - $ref: '#/definitions/KalturaDropFolderXmlBulkUploadFileHandlerConfig' description: '`abstract`' discriminator: objectType properties: handlerType: description: '`readOnly` Enum Type: `KalturaDropFolderFileHandlerType`' enum: - TrRdsSyncDropFolder.TR_RDS - dropFolderXmlBulkUpload.XML - scheduleDropFolder.ICAL - '1' readOnly: true type: string x-enumLabels: - TR_RDS - XML - ICAL - CONTENT x-enumType: KalturaDropFolderFileHandlerType objectType: enum: - KalturaDropFolderContentFileHandlerConfig - KalturaDropFolderICalBulkUploadFileHandlerConfig - KalturaDropFolderTrRdsFileHandlerConfig - KalturaDropFolderXmlBulkUploadFileHandlerConfig type: string title: KalturaDropFolderFileHandlerConfig 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 KalturaScheduleEventRecurrence: properties: byDay: description: 'Comma separated of KalturaScheduleEventRecurrenceDay Each byDay value can also be preceded by a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific day within the MONTHLY or YEARLY RRULE. For example, within a MONTHLY rule, +1MO (or simply 1MO) represents the first Monday within the month, whereas -1MO represents the last Monday of the month. If an integer modifier is not present, it means all days of this type within the specified frequency. For example, within a MONTHLY rule, MO represents all Mondays within the month.' type: string byHour: description: Comma separated numbers between 0 to 23 type: string byMinute: description: Comma separated numbers between 0 to 59 type: string byMonth: description: Comma separated numbers between 1 to 12 type: string byMonthDay: description: 'Comma separated of numbers between -31 to 31, excluding 0. For example, -10 represents the tenth to the last day of the month.' type: string byOffset: description: 'Comma separated of numbers between -366 to 366, excluding 0. Corresponds to the nth occurrence within the set of events specified by the rule. It must only be used in conjunction with another byrule part. For example "the last work day of the month" could be represented as: frequency=MONTHLY;byDay=MO,TU,WE,TH,FR;byOffset=-1 Each byOffset value can include a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific occurrence within the set of events specified by the rule.' type: string bySecond: description: Comma separated numbers between 0 to 59 type: string byWeekNumber: description: 'Comma separated of numbers between -53 to 53, excluding 0. This corresponds to weeks according to week numbering. A week is defined as a seven day period, starting on the day of the week defined to be the week start. Week number one of the calendar year is the first week which contains at least four (4) days in that calendar year. This rule part is only valid for YEARLY frequency. For example, 3 represents the third week of the year.' type: string byYearDay: description: 'Comma separated of numbers between -366 to 366, excluding 0. For example, -1 represents the last day of the year (December 31st) and -306 represents the 306th to the last day of the year (March 1st).' type: string count: type: integer frequency: description: 'Enum Type: `KalturaScheduleEventRecurrenceFrequency`' enum: - days - hours - minutes - months - seconds - weeks - years type: string x-enumLabels: - DAILY - HOURLY - MINUTELY - MONTHLY - SECONDLY - WEEKLY - YEARLY x-enumType: KalturaScheduleEventRecurrenceFrequency interval: type: integer name: type: string timeZone: description: TimeZone String type: string until: type: integer weekStartDay: description: 'Enum Type: `KalturaScheduleEventRecurrenceDay`' enum: - FR - MO - SA - SU - TH - TU - WE type: string x-enumLabels: - FRIDAY - MONDAY - SATURDAY - SUNDAY - THURSDAY - TUESDAY - WEDNESDAY x-enumType: KalturaScheduleEventRecurrenceDay title: KalturaScheduleEventRecurrence type: object KalturaCategoryUserAdvancedFilter: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: memberIdEq: type: string memberIdIn: type: string memberPermissionsMatchAnd: type: string memberPermissionsMatchOr: type: string title: KalturaCategoryUserAdvancedFilter type: object KalturaDropFolderFileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDropFolderFile' type: array title: KalturaDropFolderFileListResponse type: object 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 KalturaUrlTokenizerKs: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: additionalUris: type: string usePath: type: boolean title: KalturaUrlTokenizerKs type: object 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 KalturaIntelligentTaggingVendorTaskData: allOf: - $ref: '#/definitions/KalturaVendorTaskData' properties: assetId: description: '`insertOnly` Optional - The id of the caption asset object' type: string title: KalturaIntelligentTaggingVendorTaskData type: object KalturaPodcastDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaPodcastDistributionProvider 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 KalturaEntryCaptionAssetSearchItem: allOf: - $ref: '#/definitions/KalturaSearchItem' properties: contentLike: type: string contentMultiLikeAnd: type: string contentMultiLikeOr: type: string title: KalturaEntryCaptionAssetSearchItem type: object KalturaEntryIndexAdvancedFilter: allOf: - $ref: '#/definitions/KalturaIndexAdvancedFilter' properties: {} title: KalturaEntryIndexAdvancedFilter type: object 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 KalturaVirtualEventBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaWidevineProfile: allOf: - $ref: '#/definitions/KalturaDrmProfile' properties: iv: type: string key: type: string maxGop: type: integer owner: type: string portal: type: string regServerHost: type: string title: KalturaWidevineProfile 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 KalturaBusinessProcessServerListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBusinessProcessServer' type: array title: KalturaBusinessProcessServerListResponse 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 KalturaUserEntry: anyOf: - $ref: '#/definitions/KalturaPermissionLevelUserEntry' - $ref: '#/definitions/KalturaQuizUserEntry' - $ref: '#/definitions/KalturaRegistrationUserEntry' - $ref: '#/definitions/KalturaViewHistoryUserEntry' - $ref: '#/definitions/KalturaWatchLaterUserEntry' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer entryId: description: '`insertOnly`' type: string extendedStatus: 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 id: description: '`readOnly` unique auto-generated identifier' readOnly: true type: integer objectType: enum: - KalturaPermissionLevelUserEntry - KalturaQuizUserEntry - KalturaRegistrationUserEntry - KalturaViewHistoryUserEntry - KalturaWatchLaterUserEntry type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaUserEntryStatus`' enum: - quiz.3 - '1' - '2' readOnly: true type: string x-enumLabels: - QUIZ_SUBMITTED - ACTIVE - DELETED x-enumType: KalturaUserEntryStatus type: description: '`readOnly` Enum Type: `KalturaUserEntryType`' enum: - entryPermissionLevel.PERMISSION_LEVEL - quiz.QUIZ - registration.REGISTRATION - viewHistory.VIEW_HISTORY - watchLater.WATCH_LATER readOnly: true type: string x-enumLabels: - PERMISSION_LEVEL - QUIZ - REGISTRATION - VIEW_HISTORY - WATCH_LATER x-enumType: KalturaUserEntryType updatedAt: description: '`readOnly`' readOnly: true type: integer userId: description: '`insertOnly`' type: string title: KalturaUserEntry type: object x-abstract: true KalturaDropFolder: anyOf: - $ref: '#/definitions/KalturaDropFolder' - $ref: '#/definitions/KalturaFeedDropFolder' - $ref: '#/definitions/KalturaS3DropFolder' - $ref: '#/definitions/KalturaWebexAPIDropFolder' - $ref: '#/definitions/KalturaWebexDropFolder' - $ref: '#/definitions/KalturaZoomDropFolder' - $ref: '#/definitions/KalturaApFeedDropFolder' - $ref: '#/definitions/KalturaFtpDropFolder' - $ref: '#/definitions/KalturaMicrosoftTeamsDropFolder' - $ref: '#/definitions/KalturaScpDropFolder' - $ref: '#/definitions/KalturaSftpDropFolder' - $ref: '#/definitions/KalturaTrRdsDropFolder' discriminator: objectType properties: autoFileDeleteDays: type: integer categoriesMetadataFieldName: type: string conversionProfileId: type: integer createdAt: description: '`readOnly`' readOnly: true type: integer dc: type: integer description: type: string enforceEntitlement: type: boolean errorCode: 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 errorDescription: type: string fileDeletePolicy: description: 'Enum Type: `KalturaDropFolderFileDeletePolicy`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - MANUAL_DELETE - AUTO_DELETE - AUTO_DELETE_WHEN_ENTRY_IS_READY x-enumType: KalturaDropFolderFileDeletePolicy fileDeleteRegex: type: string fileHandlerConfig: $ref: '#/definitions/KalturaDropFolderFileHandlerConfig' fileHandlerType: 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 fileNamePatterns: type: string fileSizeCheckInterval: description: The amount of time, in seconds, that should pass so that a file with no change in size will be treated as "finished uploading to folder" type: integer id: description: '`readOnly`' readOnly: true type: integer ignoreFileNamePatterns: type: string incremental: type: boolean lastAccessedAt: type: integer lastFileTimestamp: type: integer metadataProfileId: type: integer name: type: string objectType: enum: - KalturaDropFolder - KalturaFeedDropFolder - KalturaS3DropFolder - KalturaWebexAPIDropFolder - KalturaWebexDropFolder - KalturaZoomDropFolder - KalturaApFeedDropFolder - KalturaFtpDropFolder - KalturaMicrosoftTeamsDropFolder - KalturaScpDropFolder - KalturaSftpDropFolder - KalturaTrRdsDropFolder type: string partnerId: description: '`insertOnly`' type: integer path: type: string shouldValidateKS: type: boolean status: description: 'Enum Type: `KalturaDropFolderStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ENABLED - DELETED - ERROR x-enumType: KalturaDropFolderStatus tags: type: string type: 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 updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaDropFolder 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 KalturaUrlTokenizerUplynk: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: accountId: description: accountId type: string title: KalturaUrlTokenizerUplynk 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 KalturaAuditTrailListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAuditTrail' type: array title: KalturaAuditTrailListResponse type: object KalturaHttpNotificationObjectData: allOf: - $ref: '#/definitions/KalturaHttpNotificationData' description: Evaluates PHP statement, depends on the execution context properties: apiObjectType: description: Kaltura API object type type: string code: description: PHP code type: string dataStringReplacements: items: $ref: '#/definitions/KalturaKeyValue' type: array format: description: 'Enum Type: `KalturaResponseType` Data format' enum: - 1 - 2 - 3 - 4 - 7 - 8 - 9 type: integer x-enumLabels: - RESPONSE_TYPE_JSON - RESPONSE_TYPE_XML - RESPONSE_TYPE_PHP - RESPONSE_TYPE_PHP_ARRAY - RESPONSE_TYPE_HTML - RESPONSE_TYPE_MRSS - RESPONSE_TYPE_JSONP x-enumType: KalturaResponseType ignoreNull: description: Ignore null attributes during serialization type: boolean title: KalturaHttpNotificationObjectData 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 KalturaRemoteDropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' anyOf: - $ref: '#/definitions/KalturaFtpDropFolder' - $ref: '#/definitions/KalturaMicrosoftTeamsDropFolder' - $ref: '#/definitions/KalturaScpDropFolder' - $ref: '#/definitions/KalturaSftpDropFolder' - $ref: '#/definitions/KalturaTrRdsDropFolder' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaFtpDropFolder - KalturaMicrosoftTeamsDropFolder - KalturaScpDropFolder - KalturaSftpDropFolder - KalturaTrRdsDropFolder type: string title: KalturaRemoteDropFolder 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 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 KalturaSystemPartnerUsageListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaSystemPartnerUsageItem' type: array title: KalturaSystemPartnerUsageListResponse type: object 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 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 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 KalturaMetaFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Meta filter properties: assetStructIdEqual: description: Filter Metas that are contained in a specific asset struct type: integer dataTypeEqual: description: 'Enum Type: `KalturaMetaDataType` Meta data type to filter by' enum: - STRING - MULTILINGUAL_STRING - NUMBER - BOOLEAN - DATE type: string x-enumLabels: - STRING - MULTILINGUAL_STRING - NUMBER - BOOLEAN - DATE x-enumType: KalturaMetaDataType idIn: description: Comma separated identifiers type: string multipleValueEqual: description: Filter metas by multipleValueEqual value type: boolean orderBy: enum: - NAME_ASC - NAME_DESC - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC - UPDATE_DATE_ASC - UPDATE_DATE_DESC type: string x-enumLabels: - NAME_ASC - NAME_DESC - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC - UPDATE_DATE_ASC - UPDATE_DATE_DESC x-enumType: KalturaMetaOrderBy title: KalturaMetaFilter type: object 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 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 KalturaAssetStructFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Filtering Asset Structs properties: idIn: description: Comma separated identifiers type: string isProtectedEqual: description: Filter Asset Structs by isProtectedEqual value type: boolean metaIdEqual: description: Filter Asset Structs that contain a specific meta id type: integer orderBy: enum: - NAME_ASC - NAME_DESC - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC - UPDATE_DATE_ASC - UPDATE_DATE_DESC type: string x-enumLabels: - NAME_ASC - NAME_DESC - SYSTEM_NAME_ASC - SYSTEM_NAME_DESC - CREATE_DATE_ASC - CREATE_DATE_DESC - UPDATE_DATE_ASC - UPDATE_DATE_DESC x-enumType: KalturaAssetStructOrderBy title: KalturaAssetStructFilter 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 KalturaEntryReferrerLiveStats: allOf: - $ref: '#/definitions/KalturaEntryLiveStats' properties: referrer: type: string title: KalturaEntryReferrerLiveStats 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 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 KalturaDocumentListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDocumentEntry' type: array title: KalturaDocumentListResponse 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 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 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 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 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 KalturaThumbParamsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaThumbParams' type: array title: KalturaThumbParamsListResponse type: object KalturaUserAssetRuleFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: User asset rule filter properties: assetIdEqual: description: Asset identifier to filter by type: integer assetTypeEqual: description: Asset type to filter by - 0 = EPG, 1 = media type: integer orderBy: enum: - NAME_ASC - NAME_DESC type: string x-enumLabels: - NAME_ASC - NAME_DESC x-enumType: KalturaUserAssetRuleOrderBy title: KalturaUserAssetRuleFilter type: object KalturaBookmarkFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Filtering Assets requests properties: assetIdIn: description: Comma separated list of assets identifiers type: string assetTypeEqual: description: 'Enum Type: `KalturaAssetType` Asset type' enum: - media - recording - epg type: string x-enumLabels: - MEDIA - RECORDING - EPG x-enumType: KalturaAssetType orderBy: enum: - POSITION_ASC - POSITION_DESC type: string x-enumLabels: - POSITION_ASC - POSITION_DESC x-enumType: KalturaBookmarkOrderBy title: KalturaBookmarkFilter type: object KalturaVendorExtendedAudioDescriptionCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorExtendedAudioDescriptionCatalogItemFilter type: object KalturaSessionRestriction: allOf: - $ref: '#/definitions/KalturaBaseRestriction' anyOf: - $ref: '#/definitions/KalturaSessionRestriction' - $ref: '#/definitions/KalturaPreviewRestriction' discriminator: objectType properties: objectType: enum: - KalturaSessionRestriction - KalturaPreviewRestriction type: string title: KalturaSessionRestriction 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 KalturaFreewheelDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaFreewheelDistributionProvider 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 KalturaPartnerBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaTrRdsDropFolder: allOf: - $ref: '#/definitions/KalturaSftpDropFolder' properties: syncMetadataProfile: type: integer targetMetadataProfile: type: integer title: KalturaTrRdsDropFolder 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 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 KalturaESearchEntryMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchEntryAbstractNestedItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchEntryMetadataItem type: object KalturaPushNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' properties: apiObjectType: description: Kaltura API object type type: string objectFormat: description: 'Enum Type: `KalturaResponseType` Kaltura Object format' enum: - 1 - 2 - 3 - 4 - 7 - 8 - 9 type: integer x-enumLabels: - RESPONSE_TYPE_JSON - RESPONSE_TYPE_XML - RESPONSE_TYPE_PHP - RESPONSE_TYPE_PHP_ARRAY - RESPONSE_TYPE_HTML - RESPONSE_TYPE_MRSS - RESPONSE_TYPE_JSONP x-enumType: KalturaResponseType queueKeyParameters: items: $ref: '#/definitions/KalturaPushEventNotificationParameter' type: array queueNameParameters: items: $ref: '#/definitions/KalturaPushEventNotificationParameter' type: array responseProfileId: description: Kaltura response-profile id type: integer title: KalturaPushNotificationTemplate 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 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 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 KalturaModifyCategoriesObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: addRemoveType: description: 'Enum Type: `KalturaScheduledTaskAddOrRemoveType` Should the object task add or remove categories?' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ADD - REMOVE - MOVE x-enumType: KalturaScheduledTaskAddOrRemoveType categoryIds: items: $ref: '#/definitions/KalturaIntegerValue' type: array title: KalturaModifyCategoriesObjectTask type: object KalturaObjectListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaObject' type: array title: KalturaObjectListResponse type: object 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 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 KalturaTranscriptAsset: allOf: - $ref: '#/definitions/KalturaAttachmentAsset' properties: accuracy: description: The accuracy of the transcript - values between 0 and 1 type: number humanVerified: description: 'Enum Type: `KalturaNullableBoolean` Was verified by human or machine' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean language: description: 'Enum Type: `KalturaLanguage` The language of the transcript' 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 providerType: description: 'Enum Type: `KalturaTranscriptProviderType` The provider of the transcript' enum: - cielo24.Cielo24 - voicebase.Voicebase type: string x-enumLabels: - CIELO24 - VOICEBASE x-enumType: KalturaTranscriptProviderType title: KalturaTranscriptAsset 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 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 KalturaEntryScheduledCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: {} title: KalturaEntryScheduledCondition type: object KalturaIdeticDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaIdeticDistributionProvider type: object KalturaVendorLiveCaptionCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItem' properties: durationLimit: type: integer minimalOrderTime: type: integer minimalRefundTime: type: integer title: KalturaVendorLiveCaptionCatalogItem type: object KalturaUploadToken: properties: attachedObjectId: description: '`readOnly` The id of the object this token is attached to.' readOnly: true type: string attachedObjectType: description: '`readOnly` The type of the object this token is attached to.' readOnly: true type: string autoFinalize: description: '`insertOnly` Enum Type: `KalturaNullableBoolean` autoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token.' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer fileName: description: '`insertOnly` Name of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded' type: string fileSize: description: '`insertOnly` File size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded' type: number id: description: '`readOnly` Upload token unique ID' readOnly: true type: string partnerId: description: '`readOnly` Partner ID of the upload token' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaUploadTokenStatus` Status of the upload token' enum: - 0 - 1 - 2 - 3 - 4 - 5 readOnly: true type: integer x-enumLabels: - PENDING - PARTIAL_UPLOAD - FULL_UPLOAD - CLOSED - TIMED_OUT - DELETED x-enumType: KalturaUploadTokenStatus updatedAt: description: '`readOnly` Last update date as Unix timestamp (In seconds)' readOnly: true type: integer uploadUrl: description: '`readOnly` Upload url - to explicitly determine to which domain to address the uploadToken->upload call' readOnly: true type: string uploadedFileSize: description: '`readOnly` Uploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming' readOnly: true type: number userId: description: '`readOnly` User id for the upload token' readOnly: true type: string title: KalturaUploadToken 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 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 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 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 KalturaConversionProfile: properties: calculateComplexity: description: 'Enum Type: `KalturaNullableBoolean` Should calculate file conversion complexity' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean clipDuration: description: Clipping duration (in miliseconds) type: integer clipStart: description: Clipping start position (in miliseconds) type: integer collectionTags: description: 'Defines the tags that should be used to define ''collective''/group/multi-flavor processing, like ''mbr'' or ''ism''' type: string conditionalProfiles: description: JSON string with array of "condition,profile-id" pairs. type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer cropDimensions: $ref: '#/definitions/KalturaCropDimensions' defaultAudioLang: 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 defaultEntryId: description: ID of the default entry to be used for template data type: string defaultReplacementOptions: $ref: '#/definitions/KalturaEntryReplacementOptions' description: description: The description of the Conversion Profile type: string detectGOP: description: When set, the ExtractMedia job should detect the source file GOP using this value as the max calculated period type: integer flavorParamsIds: description: List of included flavor ids (comma separated) type: string id: description: '`readOnly` The id of the Conversion Profile' readOnly: true type: integer isDefault: description: 'Enum Type: `KalturaNullableBoolean` Indicates that this conversion profile is system default' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean isPartnerDefault: description: '`readOnly` Indicates that this conversion profile is partner default' readOnly: true type: boolean mediaInfoXslTransformation: description: XSL to transform ingestion Media Info XML type: string mediaParserType: description: 'Enum Type: `KalturaMediaParserType` Media parser type to be used for extract media' enum: - '0' - remoteMediaInfo.RemoteMediaInfo - '1' type: string x-enumLabels: - MEDIAINFO - REMOTE_MEDIAINFO - FFMPEG x-enumType: KalturaMediaParserType name: description: The name of the Conversion Profile type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: 'Enum Type: `KalturaConversionProfileStatus`' enum: - '1' - '2' - '3' type: string x-enumLabels: - DISABLED - ENABLED - DELETED x-enumType: KalturaConversionProfileStatus storageProfileId: description: ID of default storage profile to be used for linked net-storage file syncs type: integer systemName: description: System name of the Conversion Profile type: string tags: description: Comma separated tags type: string type: description: '`insertOnly` Enum Type: `KalturaConversionProfileType`' enum: - '1' - '2' type: string x-enumLabels: - MEDIA - LIVE_STREAM x-enumType: KalturaConversionProfileType xslTransformation: description: XSL to transform ingestion MRSS XML type: string title: KalturaConversionProfile type: object KalturaFeedItemInfo: properties: contentBitrateAttributeName: type: string itemContentBitrateXPath: type: string itemContentFileSizeXPath: type: string itemContentUrlXPath: type: string itemContentXpath: type: string itemHashXPath: type: string itemPublishDateXPath: type: string itemUniqueIdentifierXPath: type: string itemXPath: type: string title: KalturaFeedItemInfo type: object KalturaSynacorHboDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaSynacorHboDistributionProvider type: object 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 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 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 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 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 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 KalturaScheduledTaskProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaScheduledTaskProfile' type: array title: KalturaScheduledTaskProfileListResponse type: object KalturaUserRoleBaseFilter: allOf: - $ref: '#/definitions/KalturaRelatedFilter' anyOf: - $ref: '#/definitions/KalturaUserRoleFilter_2' 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 KalturaQuickPlayDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaQuickPlayDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaQuickPlayDistributionProviderOrderBy title: KalturaQuickPlayDistributionProviderFilter type: object 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 KalturaReachProfile: properties: autoDisplayHumanCaptionsOnPlayer: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean autoDisplayMachineCaptionsOnPlayer: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean contentDeletionPolicy: description: 'Enum Type: `KalturaReachProfileContentDeletionPolicy`' enum: - 1 - 2 - 3 - 4 - 5 type: integer x-enumLabels: - DO_NOTHING - DELETE_ONCE_PROCESSED - DELETE_AFTER_WEEK - DELETE_AFTER_MONTH - DELETE_AFTER_THREE_MONTHS x-enumType: KalturaReachProfileContentDeletionPolicy createdAt: description: '`readOnly`' readOnly: true type: integer credit: $ref: '#/definitions/KalturaBaseVendorCredit' defaultOutputFormat: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat dictionaries: items: $ref: '#/definitions/KalturaDictionary' type: array enableAudioTags: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableHumanModeration: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableMachineModeration: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableMetadataExtraction: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableProfanityRemoval: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableSpeakerChangeIndication: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean flavorParamsIds: description: Comma separated flavorParamsIds that the vendor should look for it matching asset when trying to download the asset type: string id: description: '`readOnly`' readOnly: true type: integer labelAdditionForHumanServiceType: type: string labelAdditionForMachineServiceType: type: string maxCharactersPerCaptionLine: type: integer name: description: The name of the profile type: string partnerId: description: '`readOnly`' readOnly: true type: integer profileType: description: 'Enum Type: `KalturaReachProfileType`' enum: - 1 - 2 type: integer x-enumLabels: - FREE_TRIAL - PAID x-enumType: KalturaReachProfileType rules: items: $ref: '#/definitions/KalturaRule' type: array status: description: '`readOnly` Enum Type: `KalturaReachProfileStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaReachProfileStatus updatedAt: description: '`readOnly`' readOnly: true type: integer usedCredit: description: '`readOnly`' readOnly: true type: number vendorTaskProcessingRegion: description: 'Enum Type: `KalturaVendorTaskProcessingRegion` Indicates in which region the task processing should task place' enum: - 1 - 2 type: integer x-enumLabels: - US - EU x-enumType: KalturaVendorTaskProcessingRegion title: KalturaReachProfile type: object KalturaAssetsParamsResourceContainers: allOf: - $ref: '#/definitions/KalturaResource' properties: resources: items: $ref: '#/definitions/KalturaAssetParamsResourceContainer' type: array title: KalturaAssetsParamsResourceContainers type: object KalturaMetadata: properties: createdAt: description: '`readOnly`' readOnly: true type: integer id: description: '`readOnly`' readOnly: true type: integer metadataObjectType: description: '`readOnly` Enum Type: `KalturaMetadataObjectType`' enum: - adCuePointMetadata.AdCuePoint - annotationMetadata.Annotation - codeCuePointMetadata.CodeCuePoint - quiz.AnswerCuePoint - quiz.QuestionCuePoint - thumbCuePointMetadata.thumbCuePoint - '1' - '2' - '3' - '4' - '5' - '6' readOnly: true 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 metadataProfileId: description: '`readOnly`' readOnly: true type: integer metadataProfileVersion: description: '`readOnly`' readOnly: true type: integer objectId: description: '`readOnly`' readOnly: true type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaMetadataStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - VALID - INVALID - DELETED x-enumType: KalturaMetadataStatus updatedAt: description: '`readOnly`' readOnly: true type: integer version: description: '`readOnly`' readOnly: true type: integer xml: description: '`readOnly`' readOnly: true type: string title: KalturaMetadata type: object 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 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 KalturaSchedulerListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaScheduler' type: array title: KalturaSchedulerListResponse 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 KalturaUserScorePropertiesResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaUserScoreProperties' type: array title: KalturaUserScorePropertiesResponse 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 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 KalturaEmailNotificationUserRecipientProvider: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' description: API class for recipient provider which constructs a dynamic list of recipients according to a user filter properties: filter: $ref: '#/definitions/KalturaUserFilter' title: KalturaEmailNotificationUserRecipientProvider 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 KalturaSso: properties: applicationType: type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer data: type: string domain: type: string id: description: '`readOnly`' readOnly: true type: integer partnerId: description: '`insertOnly`' type: integer redirectUrl: description: Redirect URL for a specific application type and (partner id or domain) type: string status: description: 'Enum Type: `KalturaSsoStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaSsoStatus updatedAt: description: '`readOnly` Last update date as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaSso type: object KalturaModerationFlag: properties: comments: description: The comment that was added to the flag type: string createdAt: description: '`readOnly`' readOnly: true type: integer flagType: description: 'Enum Type: `KalturaModerationFlagType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - SEXUAL_CONTENT - VIOLENT_REPULSIVE - HARMFUL_DANGEROUS - SPAM_COMMERCIALS - COPYRIGHT - TERMS_OF_USE_VIOLATION x-enumType: KalturaModerationFlagType flaggedEntryId: description: If moderation flag is set for entry, this is the flagged entry id type: string flaggedUserId: description: If moderation flag is set for user, this is the flagged user id type: string id: description: '`readOnly` Moderation flag id' readOnly: true type: integer moderationObjectType: description: '`readOnly` Enum Type: `KalturaModerationObjectType` The type of the moderation flag (entry or user)' enum: - '2' - '3' readOnly: true type: string x-enumLabels: - ENTRY - USER x-enumType: KalturaModerationObjectType partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaModerationFlagStatus` The moderation flag status' enum: - '1' - '2' readOnly: true type: string x-enumLabels: - PENDING - MODERATED x-enumType: KalturaModerationFlagStatus updatedAt: description: '`readOnly`' readOnly: true type: integer userId: description: '`readOnly` The user id that added the moderation flag' readOnly: true type: string title: KalturaModerationFlag 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 KalturaUrlTokenizerVelocix: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: authPrefix: description: secure URL prefix type: string hdsPaths: description: hdsPaths type: string paramName: description: tokenParamName type: string title: KalturaUrlTokenizerVelocix 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 KalturaLiveStreamListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaLiveStreamEntry' type: array title: KalturaLiveStreamListResponse 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 KalturaConferenceServerNode: allOf: - $ref: '#/definitions/KalturaServerNode' properties: serviceBaseUrl: type: string title: KalturaConferenceServerNode 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 KalturaUverseDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUverseDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUverseDistributionProviderOrderBy title: KalturaUverseDistributionProviderFilter type: object KalturaSiteCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' properties: {} title: KalturaSiteCondition 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 KalturaReportExportFile: properties: fileId: type: string fileName: type: string title: KalturaReportExportFile type: object KalturaSocialCommentFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: assetIdEqual: description: Asset ID to filter by type: integer assetTypeEqual: description: 'Enum Type: `KalturaAssetType` Asset type to filter by, currently only VOD (media)' enum: - media - recording - epg type: string x-enumLabels: - MEDIA - RECORDING - EPG x-enumType: KalturaAssetType createDateGreaterThan: description: The create date from which to get the comments type: integer orderBy: enum: - CREATE_DATE_ASC - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_ASC - CREATE_DATE_DESC x-enumType: KalturaSocialCommentOrderBy socialPlatformEqual: description: 'Enum Type: `KalturaSocialPlatform` Comma separated list of social actions to filter by' enum: - IN_APP - FACEBOOK - TWITTER type: string x-enumLabels: - IN_APP - FACEBOOK - TWITTER x-enumType: KalturaSocialPlatform title: KalturaSocialCommentFilter type: object 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 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 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 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 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 KalturaTaskEntryServerNode: allOf: - $ref: '#/definitions/KalturaEntryServerNode' anyOf: - $ref: '#/definitions/KalturaClippingTaskEntryServerNode' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaClippingTaskEntryServerNode type: string title: KalturaTaskEntryServerNode type: object x-abstract: true KalturaYahooDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaYahooDistributionProvider type: object KalturaDictionary: properties: data: type: string language: 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 title: KalturaDictionary 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 KalturaDrmProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDrmProfile' type: array title: KalturaDrmProfileListResponse type: object KalturaThumbAsset: allOf: - $ref: '#/definitions/KalturaAsset' anyOf: - $ref: '#/definitions/KalturaThumbAsset' - $ref: '#/definitions/KalturaTimedThumbAsset' discriminator: objectType properties: height: description: '`readOnly` The height of the Flavor Asset' readOnly: true type: integer objectType: enum: - KalturaThumbAsset - KalturaTimedThumbAsset type: string status: description: '`readOnly` Enum Type: `KalturaThumbAssetStatus` The status of the asset' enum: - -1 - 0 - 1 - 2 - 3 - 7 - 9 readOnly: true type: integer x-enumLabels: - ERROR - QUEUED - CAPTURING - READY - DELETED - IMPORTING - EXPORTING x-enumType: KalturaThumbAssetStatus thumbParamsId: description: '`insertOnly` The Flavor Params used to create this Flavor Asset' type: integer width: description: '`readOnly` The width of the Flavor Asset' readOnly: true type: integer title: KalturaThumbAsset 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 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 KalturaFeatureStatus: properties: type: description: 'Enum Type: `KalturaFeatureStatusType`' enum: - 1 - 2 - 3 - 4 - 5 - 6 type: integer x-enumLabels: - LOCK_CATEGORY - CATEGORY - CATEGORY_ENTRY - ENTRY - CATEGORY_USER - USER x-enumType: KalturaFeatureStatusType value: type: integer title: KalturaFeatureStatus type: object KalturaLiveStats: anyOf: - $ref: '#/definitions/KalturaLiveStats' - $ref: '#/definitions/KalturaEntryLiveStats' - $ref: '#/definitions/KalturaEntryReferrerLiveStats' - $ref: '#/definitions/KalturaGeoTimeLiveStats' discriminator: objectType properties: audience: type: integer avgBitrate: type: number bufferTime: type: integer dvrAudience: type: integer objectType: enum: - KalturaLiveStats - KalturaEntryLiveStats - KalturaEntryReferrerLiveStats - KalturaGeoTimeLiveStats type: string plays: type: integer secondsViewed: type: integer startEvent: type: integer timestamp: type: integer title: KalturaLiveStats type: object KalturaMetadataProfileFieldListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMetadataProfileField' type: array title: KalturaMetadataProfileFieldListResponse 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 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 KalturaFreewheelDistributionAssetPath: allOf: - $ref: '#/definitions/KalturaDistributionJobProviderData' properties: path: type: string title: KalturaFreewheelDistributionAssetPath type: object KalturaMicrosoftTeamsDropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: additionalUserIds: type: string contentUrl: type: string description: type: string name: type: string ownerId: type: string remoteId: type: string targetCategoryIds: type: string title: KalturaMicrosoftTeamsDropFolderFile type: object KalturaSubscriptionSetFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idIn: description: Comma separated identifiers type: string orderBy: enum: - NAME_ASC - NAME_DESC type: string x-enumLabels: - NAME_ASC - NAME_DESC x-enumType: KalturaSubscriptionSetOrderBy subscriptionIdContains: description: Comma separated subscription identifiers type: string typeEqual: description: 'Enum Type: `KalturaSubscriptionSetType` Subscription Type' enum: - SWITCH - DEPENDENCY type: string x-enumLabels: - SWITCH - DEPENDENCY x-enumType: KalturaSubscriptionSetType title: KalturaSubscriptionSetFilter 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 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 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 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 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 KalturaLiveEntryScheduleResource: allOf: - $ref: '#/definitions/KalturaScheduleResource' properties: entryId: type: string title: KalturaLiveEntryScheduleResource 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 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 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 KalturaCurrencyFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Currency filter properties: codeIn: description: Currency codes type: string orderBy: enum: - NAME_ASC - NAME_DESC - CODE_ASC - CODE_DESC type: string x-enumLabels: - NAME_ASC - NAME_DESC - CODE_ASC - CODE_DESC x-enumType: KalturaCurrencyOrderBy title: KalturaCurrencyFilter 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 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 KalturaPartnerUsageListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaVarPartnerUsageItem' type: array total: $ref: '#/definitions/KalturaVarPartnerUsageItem' title: KalturaPartnerUsageListResponse type: object KalturaUserLoginData: properties: id: type: string loginEmail: type: string title: KalturaUserLoginData type: object KalturaWidevineFlavorAsset: allOf: - $ref: '#/definitions/KalturaFlavorAsset' properties: widevineAssetId: description: Widevine unique asset id type: integer 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: KalturaWidevineFlavorAsset type: object KalturaConfigurationsFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Configuration filter properties: configurationGroupIdEqual: description: the ID of the configuration group for which to return related configurations type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaConfigurationsOrderBy title: KalturaConfigurationsFilter 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 KalturaFieldMatchCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' properties: field: $ref: '#/definitions/KalturaStringField' title: KalturaFieldMatchCondition type: object KalturaDailymotionDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaDailymotionDistributionProvider 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 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 KalturaVendorCatalogItemListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaVendorCatalogItem' type: array title: KalturaVendorCatalogItemListResponse type: object 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 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 KalturaDistributionRemoteMediaFile: properties: assetId: type: string remoteId: type: string version: type: string title: KalturaDistributionRemoteMediaFile 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 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 KalturaEntitlementFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Entitlements filter properties: entityReferenceEqual: description: 'Enum Type: `KalturaEntityReferenceBy` Reference type to filter by' enum: - user - household type: string x-enumLabels: - USER - HOUSEHOLD x-enumType: KalturaEntityReferenceBy isExpiredEqual: description: Is expired type: boolean orderBy: enum: - PURCHASE_DATE_ASC - PURCHASE_DATE_DESC type: string x-enumLabels: - PURCHASE_DATE_ASC - PURCHASE_DATE_DESC x-enumType: KalturaEntitlementOrderBy productTypeEqual: description: 'Enum Type: `KalturaTransactionType` The type of the entitlements to return' enum: - ppv - subscription - collection type: string x-enumLabels: - PPV - SUBSCRIPTION - COLLECTION x-enumType: KalturaTransactionType title: KalturaEntitlementFilter type: object 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 KalturaIdeticDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaIdeticDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaIdeticDistributionProviderOrderBy title: KalturaIdeticDistributionProviderFilter type: object KalturaMetroPcsDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaMetroPcsDistributionProvider 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 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 KalturaVendorDubbingCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorDubbingCatalogItemBaseFilter' properties: {} title: KalturaVendorDubbingCatalogItemFilter 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 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 KalturaFileContainer: properties: encryptionKey: type: string filePath: type: string fileSize: type: integer title: KalturaFileContainer 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 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 KalturaESearchRange: properties: greaterThan: type: integer greaterThanOrEqual: type: integer lessThan: type: integer lessThanOrEqual: type: integer title: KalturaESearchRange type: object 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 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 KalturaCompareCondition: allOf: - $ref: '#/definitions/KalturaCondition' anyOf: - $ref: '#/definitions/KalturaCompareMetadataCondition' - $ref: '#/definitions/KalturaFieldCompareCondition' description: '`abstract`' discriminator: objectType properties: comparison: description: 'Enum Type: `KalturaSearchConditionComparison` Comparing operator' 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: - KalturaCompareMetadataCondition - KalturaFieldCompareCondition type: string value: $ref: '#/definitions/KalturaIntegerValue' title: KalturaCompareCondition 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 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 KalturaUrlTokenizerChinaCache: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: algorithmId: description: 'Enum Type: `KalturaChinaCacheAlgorithmType`' enum: - 1 - 2 type: integer x-enumLabels: - SHA1 - SHA256 x-enumType: KalturaChinaCacheAlgorithmType keyId: type: integer title: KalturaUrlTokenizerChinaCache type: object KalturaTimedThumbAsset: allOf: - $ref: '#/definitions/KalturaThumbAsset' properties: cuePointId: description: '`insertOnly` Associated thumb cue point ID' type: string title: KalturaTimedThumbAsset 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 KalturaFtpDropFolder: allOf: - $ref: '#/definitions/KalturaRemoteDropFolder' properties: host: type: string password: type: string x-inputType: password port: type: integer username: type: string title: KalturaFtpDropFolder type: object KalturaLiveStreamPushPublishConfiguration: anyOf: - $ref: '#/definitions/KalturaLiveStreamPushPublishConfiguration' - $ref: '#/definitions/KalturaLiveStreamPushPublishRTMPConfiguration' description: Basic push-publish configuration for Kaltura live stream entry discriminator: objectType properties: backupPublishUrl: type: string objectType: enum: - KalturaLiveStreamPushPublishConfiguration - KalturaLiveStreamPushPublishRTMPConfiguration type: string port: type: string publishUrl: type: string title: KalturaLiveStreamPushPublishConfiguration 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 KalturaScheduleResourceListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaScheduleResource' type: array title: KalturaScheduleResourceListResponse type: object KalturaEntryDistributionListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaEntryDistribution' type: array title: KalturaEntryDistributionListResponse type: object KalturaHuluDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaHuluDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaHuluDistributionProviderOrderBy title: KalturaHuluDistributionProviderFilter type: object KalturaDeliveryProfileLivePackagerHls: allOf: - $ref: '#/definitions/KalturaDeliveryProfileLivePackager' properties: disableExtraAttributes: type: boolean forceProxy: type: boolean title: KalturaDeliveryProfileLivePackagerHls type: object KalturaVendorDubbingCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' properties: clearAudioFlavorParamsId: type: integer flavorParamsId: type: integer 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 title: KalturaVendorDubbingCatalogItem type: object 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 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 KalturaAssetTypeCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: assetTypes: type: string title: KalturaAssetTypeCondition type: object KalturaDestFileSyncDescriptor: allOf: - $ref: '#/definitions/KalturaFileSyncDescriptor' properties: {} title: KalturaDestFileSyncDescriptor type: object KalturaThumbAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter_2' 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 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 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 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 KalturaDistributionProvider: anyOf: - $ref: '#/definitions/KalturaGenericDistributionProvider' - $ref: '#/definitions/KalturaAttUverseDistributionProvider' - $ref: '#/definitions/KalturaAvnDistributionProvider' - $ref: '#/definitions/KalturaComcastMrssDistributionProvider' - $ref: '#/definitions/KalturaCortexApiDistributionProvider' - $ref: '#/definitions/KalturaCrossKalturaDistributionProvider' - $ref: '#/definitions/KalturaDailymotionDistributionProvider' - $ref: '#/definitions/KalturaDoubleClickDistributionProvider' - $ref: '#/definitions/KalturaFacebookDistributionProvider' - $ref: '#/definitions/KalturaFreewheelDistributionProvider' - $ref: '#/definitions/KalturaFreewheelGenericDistributionProvider' - $ref: '#/definitions/KalturaFtpDistributionProvider' - $ref: '#/definitions/KalturaHuluDistributionProvider' - $ref: '#/definitions/KalturaIdeticDistributionProvider' - $ref: '#/definitions/KalturaMetroPcsDistributionProvider' - $ref: '#/definitions/KalturaMsnDistributionProvider' - $ref: '#/definitions/KalturaNdnDistributionProvider' - $ref: '#/definitions/KalturaPodcastDistributionProvider' - $ref: '#/definitions/KalturaPushToNewsDistributionProvider' - $ref: '#/definitions/KalturaQuickPlayDistributionProvider' - $ref: '#/definitions/KalturaSynacorHboDistributionProvider' - $ref: '#/definitions/KalturaSyndicationDistributionProvider' - $ref: '#/definitions/KalturaTVComDistributionProvider' - $ref: '#/definitions/KalturaTimeWarnerDistributionProvider' - $ref: '#/definitions/KalturaTvinciDistributionProvider' - $ref: '#/definitions/KalturaUnicornDistributionProvider' - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProvider' - $ref: '#/definitions/KalturaUverseDistributionProvider' - $ref: '#/definitions/KalturaVerizonVcastDistributionProvider' - $ref: '#/definitions/KalturaYahooDistributionProvider' - $ref: '#/definitions/KalturaYouTubeDistributionProvider' - $ref: '#/definitions/KalturaYoutubeApiDistributionProvider' - $ref: '#/definitions/KalturaFtpScheduledDistributionProvider' description: '`abstract`' discriminator: objectType properties: availabilityUpdateEnabled: type: boolean deleteInsteadUpdate: type: boolean intervalBeforeSunrise: type: integer intervalBeforeSunset: type: integer name: type: string objectType: enum: - KalturaGenericDistributionProvider - KalturaAttUverseDistributionProvider - KalturaAvnDistributionProvider - KalturaComcastMrssDistributionProvider - KalturaCortexApiDistributionProvider - KalturaCrossKalturaDistributionProvider - KalturaDailymotionDistributionProvider - KalturaDoubleClickDistributionProvider - KalturaFacebookDistributionProvider - KalturaFreewheelDistributionProvider - KalturaFreewheelGenericDistributionProvider - KalturaFtpDistributionProvider - KalturaHuluDistributionProvider - KalturaIdeticDistributionProvider - KalturaMetroPcsDistributionProvider - KalturaMsnDistributionProvider - KalturaNdnDistributionProvider - KalturaPodcastDistributionProvider - KalturaPushToNewsDistributionProvider - KalturaQuickPlayDistributionProvider - KalturaSynacorHboDistributionProvider - KalturaSyndicationDistributionProvider - KalturaTVComDistributionProvider - KalturaTimeWarnerDistributionProvider - KalturaTvinciDistributionProvider - KalturaUnicornDistributionProvider - KalturaUverseClickToOrderDistributionProvider - KalturaUverseDistributionProvider - KalturaVerizonVcastDistributionProvider - KalturaYahooDistributionProvider - KalturaYouTubeDistributionProvider - KalturaYoutubeApiDistributionProvider - KalturaFtpScheduledDistributionProvider type: string scheduleUpdateEnabled: type: boolean type: description: '`readOnly` 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' readOnly: true 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 updateRequiredEntryFields: type: string updateRequiredMetadataXPaths: type: string title: KalturaDistributionProvider type: object x-abstract: true KalturaGenericDistributionProviderListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaGenericDistributionProvider' type: array title: KalturaGenericDistributionProviderListResponse type: object 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 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 KalturaDistributionProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDistributionProfile' type: array title: KalturaDistributionProfileListResponse type: object KalturaDeliveryProfileRtmp: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' anyOf: - $ref: '#/definitions/KalturaDeliveryProfileRtmp' - $ref: '#/definitions/KalturaDeliveryProfileGenericRtmp' discriminator: objectType properties: enforceRtmpe: description: enforceRtmpe type: boolean objectType: enum: - KalturaDeliveryProfileRtmp - KalturaDeliveryProfileGenericRtmp type: string prefix: description: a prefix that is added to all stream urls (replaces storageProfile::rtmpPrefix) type: string title: KalturaDeliveryProfileRtmp 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 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 KalturaMicrosoftTeamsDropFolder: allOf: - $ref: '#/definitions/KalturaRemoteDropFolder' properties: clientId: description: '`readOnly`' readOnly: true type: string clientSecret: description: '`readOnly`' readOnly: true type: string integrationId: description: ID of the integration being fulfilled by the drop folder type: integer tenantId: description: '`readOnly`' readOnly: true type: string title: KalturaMicrosoftTeamsDropFolder type: object 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 KalturaRegistrationUserEntry: allOf: - $ref: '#/definitions/KalturaUserEntry' properties: {} title: KalturaRegistrationUserEntry 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 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 KalturaAccessControlLimitDeliveryProfilesAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: deliveryProfileIds: description: Comma separated list of delivery profile ids type: string isBlockedList: type: boolean title: KalturaAccessControlLimitDeliveryProfilesAction type: object KalturaModifyEntryObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: inputEntitledUsersEdit: description: The input entitled users edit to set on the entry type: string inputEntitledUsersPublish: description: The input entitled users publish to set on the entry type: string inputEntitledUsersView: description: The input entitled users view to set on the entry type: string inputMetadata: items: $ref: '#/definitions/KalturaKeyValue' type: array inputMetadataProfileId: description: The input metadata profile id type: integer inputUserId: description: The input user id to set on the entry type: string outputMetadata: items: $ref: '#/definitions/KalturaKeyValue' type: array outputMetadataProfileId: description: The output metadata profile id type: integer resetMediaRepurposingProcess: description: Should clear the media repurposing data and therefore reset the process type: boolean title: KalturaModifyEntryObjectTask type: object 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 KalturaDeliveryProfileGenericSilverLight: allOf: - $ref: '#/definitions/KalturaDeliveryProfile' properties: pattern: type: string title: KalturaDeliveryProfileGenericSilverLight type: object KalturaQuickPlayDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaQuickPlayDistributionProvider type: object KalturaYoutubeApiDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaYoutubeApiDistributionProvider type: object KalturaBulkUploadCategoryUserData: allOf: - $ref: '#/definitions/KalturaBulkUploadObjectData' description: "This class represents object-specific data passed to the \n bulk upload job." properties: {} title: KalturaBulkUploadCategoryUserData type: object KalturaScheduleResource: anyOf: - $ref: '#/definitions/KalturaCameraScheduleResource' - $ref: '#/definitions/KalturaLiveEntryScheduleResource' - $ref: '#/definitions/KalturaLocationScheduleResource' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: type: string id: description: '`readOnly` Auto-generated unique identifier' readOnly: true type: integer name: description: Defines a short name type: string objectType: enum: - KalturaCameraScheduleResource - KalturaLiveEntryScheduleResource - KalturaLocationScheduleResource type: string parentId: type: integer partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaScheduleResourceStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaScheduleResourceStatus systemName: description: Defines a unique system-name type: string tags: type: string updatedAt: description: '`readOnly` Last update as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaScheduleResource type: object x-abstract: true 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 KalturaExampleIntegrationJobProviderData: allOf: - $ref: '#/definitions/KalturaIntegrationJobProviderData' properties: exampleUrl: description: Just an example type: string title: KalturaExampleIntegrationJobProviderData type: object KalturaAccessControlListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaAccessControl' type: array title: KalturaAccessControlListResponse type: object KalturaESearchUserMetadataItem: allOf: - $ref: '#/definitions/KalturaESearchAbstractUserItem' properties: metadataFieldId: type: integer metadataProfileId: type: integer xpath: type: string title: KalturaESearchUserMetadataItem type: object 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 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 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 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 KalturaMediaFileFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: assetIdEqual: description: Asset identifier to filter by type: integer idEqual: description: Asset file identifier to filter by type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaMediaFileOrderBy title: KalturaMediaFileFilter type: object 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 KalturaFileAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFileAsset' type: array title: KalturaFileAssetListResponse 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 KalturaLiveChannelListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaLiveChannel' type: array title: KalturaLiveChannelListResponse type: object 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 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 KalturaHouseholdDeviceFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: deviceFamilyIdIn: description: Device family Ids type: string householdIdEqual: description: The identifier of the household type: integer orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaHouseholdDeviceOrderBy title: KalturaHouseholdDeviceFilter type: object 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 KalturaRatingCountListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaRatingCount' type: array title: KalturaRatingCountListResponse type: object KalturaEventNotificationParameter: anyOf: - $ref: '#/definitions/KalturaEventNotificationParameter' - $ref: '#/definitions/KalturaPushEventNotificationParameter' - $ref: '#/definitions/KalturaEmailNotificationParameter' - $ref: '#/definitions/KalturaEventNotificationArrayParameter' discriminator: objectType properties: description: type: string key: description: The key in the subject and body to be replaced with the dynamic value type: string objectType: enum: - KalturaEventNotificationParameter - KalturaPushEventNotificationParameter - KalturaEmailNotificationParameter - KalturaEventNotificationArrayParameter type: string value: $ref: '#/definitions/KalturaStringValue' title: KalturaEventNotificationParameter type: object KalturaNdnDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaNdnDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaNdnDistributionProviderOrderBy title: KalturaNdnDistributionProviderFilter 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 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 KalturaFacebookDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaFacebookDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaFacebookDistributionProviderOrderBy title: KalturaFacebookDistributionProviderFilter type: object KalturaPlayerEmbedCodeType: properties: entryOnly: type: boolean id: type: string label: type: string minVersion: type: string title: KalturaPlayerEmbedCodeType type: object KalturaSshDropFolder: allOf: - $ref: '#/definitions/KalturaRemoteDropFolder' anyOf: - $ref: '#/definitions/KalturaScpDropFolder' - $ref: '#/definitions/KalturaSftpDropFolder' - $ref: '#/definitions/KalturaTrRdsDropFolder' description: '`abstract`' discriminator: objectType properties: host: type: string objectType: enum: - KalturaScpDropFolder - KalturaSftpDropFolder - KalturaTrRdsDropFolder type: string passPhrase: type: string password: type: string x-inputType: password port: type: integer privateKey: type: string publicKey: type: string username: type: string title: KalturaSshDropFolder type: object x-abstract: true KalturaUserRole: properties: createdAt: description: '`readOnly`' readOnly: true type: integer description: type: string id: description: '`readOnly`' readOnly: true type: integer name: type: string partnerId: description: '`readOnly`' readOnly: true type: integer permissionNames: type: string status: description: 'Enum Type: `KalturaUserRoleStatus`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ACTIVE - BLOCKED - DELETED x-enumType: KalturaUserRoleStatus systemName: type: string tags: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaUserRole 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 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 KalturaHttpNotificationTemplate: allOf: - $ref: '#/definitions/KalturaEventNotificationTemplate' 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 customHeaders: items: $ref: '#/definitions/KalturaKeyValue' type: array data: $ref: '#/definitions/KalturaHttpNotificationData' 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 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: KalturaHttpNotificationTemplate type: object KalturaRecordingContextFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Filtering assets properties: assetIdIn: description: Comma separated asset ids type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaRecordingContextOrderBy title: KalturaRecordingContextFilter type: object KalturaConfMapsFilter: allOf: - $ref: '#/definitions/KalturaConfMapsBaseFilter' properties: {} title: KalturaConfMapsFilter type: object KalturaFlavorAssetListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFlavorAsset' type: array title: KalturaFlavorAssetListResponse type: object KalturaAuditTrailInfo: anyOf: - $ref: '#/definitions/KalturaAuditTrailChangeInfo' - $ref: '#/definitions/KalturaAuditTrailFileSyncCreateInfo' - $ref: '#/definitions/KalturaAuditTrailTextInfo' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaAuditTrailChangeInfo - KalturaAuditTrailFileSyncCreateInfo - KalturaAuditTrailTextInfo type: string title: KalturaAuditTrailInfo type: object x-abstract: true KalturaCortexApiDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaCortexApiDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaCortexApiDistributionProviderOrderBy title: KalturaCortexApiDistributionProviderFilter type: object 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 KalturaDropFolderXmlBulkUploadFileHandlerConfig: allOf: - $ref: '#/definitions/KalturaDropFolderFileHandlerConfig' properties: {} title: KalturaDropFolderXmlBulkUploadFileHandlerConfig type: object 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 KalturaCoordinate: properties: latitude: type: number longitude: type: number name: type: string title: KalturaCoordinate type: object 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 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 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 KalturaAssetCommentFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: assetIdEqual: description: Asset Id type: integer assetTypeEqual: description: 'Enum Type: `KalturaAssetType` Asset Type' enum: - media - recording - epg type: string x-enumLabels: - MEDIA - RECORDING - EPG x-enumType: KalturaAssetType orderBy: enum: - CREATE_DATE_DESC type: string x-enumLabels: - CREATE_DATE_DESC x-enumType: KalturaAssetCommentOrderBy title: KalturaAssetCommentFilter type: object 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 KalturaDeliveryProfileVodPackagerHls: allOf: - $ref: '#/definitions/KalturaDeliveryProfileVodPackagerPlayServer' properties: allowFairplayOffline: type: boolean title: KalturaDeliveryProfileVodPackagerHls type: object KalturaUrlTokenizerLimeLight: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: {} title: KalturaUrlTokenizerLimeLight 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 KalturaWebexAPIDropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: contentUrl: type: string description: type: string fileExtension: type: string hostEmail: type: string meetingId: type: string recordingId: type: string recordingStartTime: type: integer urlExpiry: type: integer title: KalturaWebexAPIDropFolderFile type: object 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 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 KalturaFlavorParamsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFlavorParams' type: array title: KalturaFlavorParamsListResponse type: object KalturaYouTubeDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaYouTubeDistributionProvider type: object KalturaValidateActiveEdgeCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: edgeServerIds: description: Comma separated list of edge servers to validate are active type: string title: KalturaValidateActiveEdgeCondition 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 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 KalturaAssetFilter_2: allOf: - $ref: '#/definitions/KalturaAssetBaseFilter' anyOf: - $ref: '#/definitions/KalturaAssetFilter_2' - $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 KalturaVirusScanProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaVirusScanProfile' type: array title: KalturaVirusScanProfileListResponse type: object KalturaControlPanelCommandListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaControlPanelCommand' type: array title: KalturaControlPanelCommandListResponse type: object KalturaRegexCondition: allOf: - $ref: '#/definitions/KalturaMatchCondition' anyOf: - $ref: '#/definitions/KalturaActionNameCondition' - $ref: '#/definitions/KalturaHttpHeaderCondition' - $ref: '#/definitions/KalturaUserAgentCondition' description: '`abstract`' discriminator: objectType properties: objectType: enum: - KalturaActionNameCondition - KalturaHttpHeaderCondition - KalturaUserAgentCondition type: string title: KalturaRegexCondition type: object x-abstract: true 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 KalturaOrCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: conditions: items: $ref: '#/definitions/KalturaCondition' type: array title: KalturaOrCondition type: object KalturaPreviewRestriction: allOf: - $ref: '#/definitions/KalturaSessionRestriction' properties: previewLength: description: The preview restriction length type: integer title: KalturaPreviewRestriction type: object KalturaUverseClickToOrderDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaUverseClickToOrderDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaUverseClickToOrderDistributionProviderOrderBy title: KalturaUverseClickToOrderDistributionProviderFilter 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 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 KalturaLiveClusterMediaServerNodeFilter: allOf: - $ref: '#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter' properties: {} title: KalturaLiveClusterMediaServerNodeFilter type: object KalturaFtpDistributionJobProviderData: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionJobProviderData' properties: filesForDistribution: items: $ref: '#/definitions/KalturaFtpDistributionFile' type: array title: KalturaFtpDistributionJobProviderData type: object KalturaPermissionListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaPermission' type: array title: KalturaPermissionListResponse type: object KalturaModerationFlagListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaModerationFlag' type: array title: KalturaModerationFlagListResponse type: object KalturaConferenceEntryServerNode: allOf: - $ref: '#/definitions/KalturaEntryServerNode' properties: confRoomStatus: description: '`readOnly` Enum Type: `KalturaConferenceRoomStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - CREATED - READY - ENDED x-enumType: KalturaConferenceRoomStatus registered: description: '`readOnly`' readOnly: true type: integer title: KalturaConferenceEntryServerNode 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 KalturaPlayReadyProfile: allOf: - $ref: '#/definitions/KalturaDrmProfile' properties: keySeed: type: string title: KalturaPlayReadyProfile type: object KalturaDistributionFetchReportJobData: allOf: - $ref: '#/definitions/KalturaDistributionJobData' properties: plays: type: integer views: type: integer title: KalturaDistributionFetchReportJobData type: object KalturaSubscriptionFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: externalIdIn: description: Comma separated subscription external IDs to get the subscriptions by type: string mediaFileIdEqual: description: Media-file ID to get the subscriptions by type: integer orderBy: enum: - START_DATE_ASC - START_DATE_DESC type: string x-enumLabels: - START_DATE_ASC - START_DATE_DESC x-enumType: KalturaSubscriptionOrderBy subscriptionIdIn: description: Comma separated subscription IDs to get the subscriptions by type: string title: KalturaSubscriptionFilter type: object KalturaUserRoleCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: roleIds: description: Comma separated list of role ids type: string title: KalturaUserRoleCondition type: object KalturaS3DropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' properties: s3Host: type: string s3Password: type: string s3Region: type: string s3UserId: type: string title: KalturaS3DropFolder 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 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 KalturaFeatureStatusListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaFeatureStatus' type: array title: KalturaFeatureStatusListResponse 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 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 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 KalturaTranslationVendorTaskData: allOf: - $ref: '#/definitions/KalturaVendorTaskDataCaptionAsset' properties: {} title: KalturaTranslationVendorTaskData type: object 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 KalturaMatchCondition: allOf: - $ref: '#/definitions/KalturaCondition' anyOf: - $ref: '#/definitions/KalturaAnonymousIPCondition' - $ref: '#/definitions/KalturaCountryCondition' - $ref: '#/definitions/KalturaFieldMatchCondition' - $ref: '#/definitions/KalturaGeoDistanceCondition' - $ref: '#/definitions/KalturaIpAddressCondition' - $ref: '#/definitions/KalturaMatchMetadataCondition' - $ref: '#/definitions/KalturaMetadataFieldChangedCondition' - $ref: '#/definitions/KalturaSiteCondition' - $ref: '#/definitions/KalturaActionNameCondition' - $ref: '#/definitions/KalturaHttpHeaderCondition' - $ref: '#/definitions/KalturaUserAgentCondition' description: '`abstract`' discriminator: objectType properties: matchType: description: 'Enum Type: `KalturaMatchConditionType`' enum: - '1' - '2' type: string x-enumLabels: - MATCH_ANY - MATCH_ALL x-enumType: KalturaMatchConditionType objectType: enum: - KalturaAnonymousIPCondition - KalturaCountryCondition - KalturaFieldMatchCondition - KalturaGeoDistanceCondition - KalturaIpAddressCondition - KalturaMatchMetadataCondition - KalturaMetadataFieldChangedCondition - KalturaSiteCondition - KalturaActionNameCondition - KalturaHttpHeaderCondition - KalturaUserAgentCondition type: string values: items: $ref: '#/definitions/KalturaStringValue' type: array title: KalturaMatchCondition type: object x-abstract: true KalturaProductPriceFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: collectionIdIn: description: Comma separated collections identifiers type: string couponCodeEqual: description: Discount coupon code type: string fileIdIn: description: Comma separated media files identifiers type: string isLowest: description: A flag that indicates if only the lowest price of an item should return type: boolean orderBy: enum: - PRODUCT_ID_ASC - PRODUCT_ID_DESC type: string x-enumLabels: - PRODUCT_ID_ASC - PRODUCT_ID_DESC x-enumType: KalturaProductPriceOrderBy subscriptionIdIn: description: Comma separated subscriptions identifiers type: string title: KalturaProductPriceFilter 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 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 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 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 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 KalturaKontikiStorageProfile: allOf: - $ref: '#/definitions/KalturaStorageProfile' properties: serviceToken: type: string title: KalturaKontikiStorageProfile type: object KalturaMeetingScheduleEvent: allOf: - $ref: '#/definitions/KalturaEntryScheduleEvent' properties: preStartTime: description: The time relative time before the startTime considered as preStart time type: integer title: KalturaMeetingScheduleEvent type: object 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 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 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 KalturaImageFlavorParamsFilter: allOf: - $ref: '#/definitions/KalturaImageFlavorParamsBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaImageFlavorParamsOrderBy title: KalturaImageFlavorParamsFilter type: object KalturaPlaylist: allOf: - $ref: '#/definitions/KalturaBaseEntry' properties: duration: description: '`readOnly` The duration in seconds' readOnly: true type: integer executeUrl: description: '`readOnly` The url for this playlist' readOnly: true type: string filters: items: $ref: '#/definitions/KalturaMediaEntryFilterForPlaylist' type: array playlistContent: description: "Content of the playlist - \n\nXML if the playlistType is dynamic \n\ntext if the playlistType is static \n\nurl if the playlistType is mRss" type: string playlistType: description: '`insertOnly` Enum Type: `KalturaPlaylistType` Type of playlist' enum: - 3 - 10 - 101 - 102 type: integer x-enumLabels: - STATIC_LIST - DYNAMIC - EXTERNAL - PATH x-enumType: KalturaPlaylistType plays: description: '`readOnly` Number of plays' readOnly: true type: integer totalResults: description: Maximum count of results to be returned in playlist execution type: integer views: description: '`readOnly` Number of views' readOnly: true type: integer title: KalturaPlaylist type: object KalturaGoogleVideoSyndicationFeed: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeed' properties: adultContent: description: 'Enum Type: `KalturaGoogleSyndicationFeedAdultValues`' enum: - 'No' - 'Yes' type: string x-enumLabels: - 'NO' - 'YES' x-enumType: KalturaGoogleSyndicationFeedAdultValues title: KalturaGoogleVideoSyndicationFeed type: object KalturaPriceDetailsFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idIn: description: Comma separated price identifiers type: string orderBy: enum: - NAME_ASC type: string x-enumLabels: - NAME_ASC x-enumType: KalturaPriceDetailsOrderBy title: KalturaPriceDetailsFilter type: object KalturaDrmPolicy: anyOf: - $ref: '#/definitions/KalturaDrmPolicy' - $ref: '#/definitions/KalturaPlayReadyPolicy' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer description: type: string duration: description: Duration in days the license is effective type: integer id: description: '`readOnly`' readOnly: true type: integer licenseExpirationPolicy: description: 'Enum Type: `KalturaDrmLicenseExpirationPolicy`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - FIXED_DURATION - ENTRY_SCHEDULING_END - UNLIMITED x-enumType: KalturaDrmLicenseExpirationPolicy licenseParams: items: $ref: '#/definitions/KalturaKeyValue' type: array licenseType: description: 'Enum Type: `KalturaDrmLicenseType`' enum: - playReady.NON_PERSISTENT - playReady.PERSISTENT type: string x-enumLabels: - NON_PERSISTENT - PERSISTENT x-enumType: KalturaDrmLicenseType name: type: string objectType: enum: - KalturaDrmPolicy - KalturaPlayReadyPolicy type: string partnerId: description: '`insertOnly`' type: integer provider: 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 scenario: 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 status: description: 'Enum Type: `KalturaDrmPolicyStatus`' enum: - 1 - 2 type: integer x-enumLabels: - ACTIVE - DELETED x-enumType: KalturaDrmPolicyStatus systemName: type: string updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaDrmPolicy type: object KalturaAppTokenBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaEmailNotificationCategoryRecipientProvider: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' description: API object which provides the recipients of category related notifications. properties: categoryId: $ref: '#/definitions/KalturaStringValue' categoryIds: $ref: '#/definitions/KalturaStringValue' categoryUserFilter: $ref: '#/definitions/KalturaCategoryUserProviderFilter' title: KalturaEmailNotificationCategoryRecipientProvider type: object KalturaMsnDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaMsnDistributionProvider 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 KalturaCuePointListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaCuePoint' type: array title: KalturaCuePointListResponse 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 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 KalturaDailymotionDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaDailymotionDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDailymotionDistributionProviderOrderBy title: KalturaDailymotionDistributionProviderFilter type: object KalturaCropDimensions: properties: height: description: Crop height type: integer left: description: Crop left point type: integer top: description: Crop top point type: integer width: description: Crop width type: integer title: KalturaCropDimensions type: object KalturaFlavorAssetBaseFilter: allOf: - $ref: '#/definitions/KalturaAssetFilter_2' 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 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 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 KalturaScheduleEvent: anyOf: - $ref: '#/definitions/KalturaBlackoutScheduleEvent' - $ref: '#/definitions/KalturaVirtualScheduleEvent' - $ref: '#/definitions/KalturaMeetingScheduleEvent' - $ref: '#/definitions/KalturaRecordScheduleEvent' - $ref: '#/definitions/KalturaVodScheduleEvent' - $ref: '#/definitions/KalturaLiveRedirectScheduleEvent' - $ref: '#/definitions/KalturaLiveStreamScheduleEvent' description: '`abstract`' discriminator: objectType properties: classificationType: description: 'Enum Type: `KalturaScheduleEventClassificationType`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - PUBLIC_EVENT - PRIVATE_EVENT - CONFIDENTIAL_EVENT x-enumType: KalturaScheduleEventClassificationType comment: description: Specifies non-processing information intended to provide a comment to the calendar user. type: string contact: description: Used to represent contact information or alternately a reference to contact information. type: string createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: type: string duration: description: Duration in seconds type: integer endDate: type: integer x-inputType: datetime geoLatitude: description: Specifies the global position for the activity type: number geoLongitude: description: Specifies the global position for the activity type: number id: description: '`readOnly` Auto-generated unique identifier' readOnly: true type: integer linkedBy: description: An array of Schedule Event Ids that their start time depends on the end of the current. type: string linkedTo: $ref: '#/definitions/KalturaLinkedScheduleEvent' location: description: Defines the intended venue for the activity type: string objectType: enum: - KalturaBlackoutScheduleEvent - KalturaVirtualScheduleEvent - KalturaMeetingScheduleEvent - KalturaRecordScheduleEvent - KalturaVodScheduleEvent - KalturaLiveRedirectScheduleEvent - KalturaLiveStreamScheduleEvent type: string organizer: type: string ownerId: type: string parentId: description: '`readOnly`' readOnly: true type: integer partnerId: description: '`readOnly`' readOnly: true type: integer priority: description: The value for the priority field. type: integer recurrence: $ref: '#/definitions/KalturaScheduleEventRecurrence' recurrenceType: description: 'Enum Type: `KalturaScheduleEventRecurrenceType`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - NONE - RECURRING - RECURRENCE x-enumType: KalturaScheduleEventRecurrenceType referenceId: type: string sequence: description: Defines the revision sequence number. type: integer startDate: type: integer x-inputType: datetime status: description: '`readOnly` Enum Type: `KalturaScheduleEventStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - CANCELLED - ACTIVE - DELETED x-enumType: KalturaScheduleEventStatus summary: description: Defines a short summary or subject for the event type: string tags: type: string updatedAt: description: '`readOnly` Last update as Unix timestamp (In seconds)' readOnly: true type: integer title: KalturaScheduleEvent type: object x-abstract: true KalturaFlattenJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: {} title: KalturaFlattenJobData type: object KalturaCategoryEntry: properties: categoryFullIds: description: '`readOnly` The full ids of the Category' readOnly: true type: string categoryId: type: integer createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer creatorUserId: description: '`readOnly` CategroyEntry creator puser ID' readOnly: true type: string entryId: description: entry id type: string status: description: '`readOnly` Enum Type: `KalturaCategoryEntryStatus` CategroyEntry status' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - PENDING - ACTIVE - DELETED - REJECTED x-enumType: KalturaCategoryEntryStatus title: KalturaCategoryEntry type: object KalturaHuluDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaHuluDistributionProvider 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 KalturaAccessControl: properties: containsUnsuportedRestrictions: description: '`readOnly` Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service' readOnly: true type: boolean createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer description: description: The description of the Access Control Profile type: string id: description: '`readOnly` The id of the Access Control Profile' readOnly: true type: integer isDefault: description: 'Enum Type: `KalturaNullableBoolean` True if this Conversion Profile is the default' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean name: description: The name of the Access Control Profile type: string partnerId: description: '`readOnly`' readOnly: true type: integer restrictions: items: $ref: '#/definitions/KalturaBaseRestriction' type: array systemName: description: System name of the Access Control Profile type: string title: KalturaAccessControl type: object KalturaComcastMrssDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaComcastMrssDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaComcastMrssDistributionProviderOrderBy title: KalturaComcastMrssDistributionProviderFilter 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 KalturaReoccurringVendorCredit: allOf: - $ref: '#/definitions/KalturaTimeRangeVendorCredit' properties: frequency: description: 'Enum Type: `KalturaVendorCreditRecurrenceFrequency`' enum: - day - month - week - year type: string x-enumLabels: - DAILY - MONTHLY - WEEKLY - YEARLY x-enumType: KalturaVendorCreditRecurrenceFrequency title: KalturaReoccurringVendorCredit type: object KalturaAvnDistributionProfile: allOf: - $ref: '#/definitions/KalturaConfigurableDistributionProfile' properties: feedTitle: type: string feedUrl: description: '`readOnly`' readOnly: true type: string title: KalturaAvnDistributionProfile type: object KalturaScheduledVendorTaskData: allOf: - $ref: '#/definitions/KalturaVendorTaskData' properties: endDate: description: '`insertOnly`' type: integer x-inputType: datetime scheduledEventId: description: '`insertOnly`' type: integer startDate: description: '`insertOnly`' type: integer x-inputType: datetime title: KalturaScheduledVendorTaskData type: object KalturaApiParameterPermissionItem: allOf: - $ref: '#/definitions/KalturaPermissionItem' properties: action: description: 'Enum Type: `KalturaApiParameterPermissionItemAction`' enum: - all - insert - read - update type: string x-enumLabels: - USAGE - INSERT - READ - UPDATE x-enumType: KalturaApiParameterPermissionItemAction object: type: string parameter: type: string title: KalturaApiParameterPermissionItem 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 KalturaFeedDropFolderFile: allOf: - $ref: '#/definitions/KalturaDropFolderFile' properties: feedXmlPath: description: Path of the original Feed content XML type: string hash: description: MD5 or Sha1 encrypted string type: string title: KalturaFeedDropFolderFile type: object KalturaCountryFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: Country filter properties: idIn: description: Country identifiers type: string ipEqual: description: Ip to identify the country type: string ipEqualCurrent: description: Indicates if to get the IP from the request type: boolean orderBy: enum: - NAME_ASC type: string x-enumLabels: - NAME_ASC x-enumType: KalturaCountryOrderBy title: KalturaCountryFilter type: object KalturaAccessControlLimitFlavorsAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: flavorParamsIds: description: Comma separated list of flavor ids type: string isBlockedList: type: boolean title: KalturaAccessControlLimitFlavorsAction type: object KalturaBaseSyndicationFeedBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 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 KalturaUser: allOf: - $ref: '#/definitions/KalturaBaseUser' anyOf: - $ref: '#/definitions/KalturaUser' - $ref: '#/definitions/KalturaAdminUser' discriminator: objectType properties: attendanceInfo: type: string company: type: string dateOfBirth: type: integer encryptedSeed: description: '`readOnly`' readOnly: true type: string externalId: description: '`insertOnly` This field should be sent instead of the id field whenever you want to work with hashed user ids' type: string firstName: type: string gender: description: 'Enum Type: `KalturaGender`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - UNKNOWN - MALE - FEMALE x-enumType: KalturaGender isAccountOwner: description: '`insertOnly`' type: boolean isAdmin: type: boolean isGuest: description: '`insertOnly`' type: boolean isSsoExcluded: type: boolean ksPrivileges: type: string lastName: type: string loginEnabled: description: '`insertOnly`' type: boolean objectType: enum: - KalturaUser - KalturaAdminUser type: string password: description: '`insertOnly` `writeOnly`' type: string x-inputType: password registrationInfo: type: string roleIds: type: string roleNames: description: '`readOnly`' readOnly: true type: string title: type: string type: description: 'Enum Type: `KalturaUserType`' enum: - 0 - 1 type: integer x-enumLabels: - USER - GROUP x-enumType: KalturaUserType title: KalturaUser type: object KalturaDropFolderListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDropFolder' type: array title: KalturaDropFolderListResponse type: object KalturaEngagementFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaEngagementOrderBy sendTimeGreaterThanOrEqual: description: SendTime GreaterThanOrEqual type: integer typeIn: description: List of inbox message types to search within. type: string title: KalturaEngagementFilter 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 KalturaReportFilter: allOf: - $ref: '#/definitions/KalturaFilter' description: '`abstract` Report filter' discriminator: objectType oneOf: - $ref: '#/definitions/KalturaDeviceReportFilter' properties: objectType: enum: - KalturaDeviceReportFilter type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaReportOrderBy title: KalturaReportFilter 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 KalturaStreamContainer: properties: channelIndex: type: integer channelLayout: type: string id: type: string label: type: string language: type: string trackIndex: type: integer type: type: string title: KalturaStreamContainer 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 KalturaLiveStatsListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: $ref: '#/definitions/KalturaLiveStats' title: KalturaLiveStatsListResponse 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 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 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 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 KalturaApFeedDropFolder: allOf: - $ref: '#/definitions/KalturaFeedDropFolder' properties: apApiKey: type: string itemsToExpand: items: $ref: '#/definitions/KalturaStringValue' type: array title: KalturaApFeedDropFolder type: object KalturaFollowTvSeriesFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: orderBy: enum: - START_DATE_DESC - START_DATE_ASC type: string x-enumLabels: - START_DATE_DESC - START_DATE_ASC x-enumType: KalturaFollowTvSeriesOrderBy title: KalturaFollowTvSeriesFilter type: object KalturaEventObjectChangedCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: modifiedColumns: description: Comma seperated column names to be tested type: string title: KalturaEventObjectChangedCondition type: object KalturaVendorChapteringCatalogItemFilter: allOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter' properties: {} title: KalturaVendorChapteringCatalogItemFilter type: object KalturaDeleteLocalContentObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: {} title: KalturaDeleteLocalContentObjectTask type: object KalturaCategory: properties: adminTags: type: string aggregationCategories: description: List of aggregation channels the category belongs to type: string appearInList: description: 'Enum Type: `KalturaAppearInListType` If category will be returned for list action.' enum: - 1 - 3 type: integer x-enumLabels: - PARTNER_ONLY - CATEGORY_MEMBERS_ONLY x-enumType: KalturaAppearInListType contributionPolicy: description: 'Enum Type: `KalturaContributionPolicyType` who can assign entries to this category' enum: - 1 - 2 type: integer x-enumLabels: - ALL - MEMBERS_WITH_CONTRIBUTION_PERMISSION x-enumType: KalturaContributionPolicyType createdAt: description: '`readOnly` Creation date as Unix timestamp (In seconds)' readOnly: true type: integer defaultOrderBy: description: 'Enum Type: `KalturaCategoryOrderBy` Enable client side applications to define how to sort the category child categories' 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 defaultPermissionLevel: description: 'Enum Type: `KalturaCategoryUserPermissionLevel` Default permissionLevel for new users' enum: - 0 - 1 - 2 - 3 - 4 type: integer x-enumLabels: - MANAGER - MODERATOR - CONTRIBUTOR - MEMBER - NONE x-enumType: KalturaCategoryUserPermissionLevel depth: description: '`readOnly`' readOnly: true type: integer description: description: Category description type: string directEntriesCount: description: '`readOnly` Number of entries that belong to this category directly' readOnly: true type: integer directSubCategoriesCount: description: '`readOnly` Number of direct children categories' readOnly: true type: integer entriesCount: description: '`readOnly` Number of entries in this Category (including child categories)' readOnly: true type: integer fullIds: description: '`readOnly` The full ids of the Category' readOnly: true type: string fullName: description: '`readOnly` The full name of the Category' readOnly: true type: string id: description: '`readOnly` The id of the Category' readOnly: true type: integer inheritanceType: description: 'Enum Type: `KalturaInheritanceType` If Category members are inherited from parent category or set manualy.' enum: - 1 - 2 type: integer x-enumLabels: - INHERIT - MANUAL x-enumType: KalturaInheritanceType inheritedParentId: description: '`readOnly` The category id that this category inherit its members and members permission (for contribution and join)' readOnly: true type: integer isAggregationCategory: description: 'Enum Type: `KalturaNullableBoolean` Flag indicating that the category is an aggregation category' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean membersCount: description: '`readOnly` Number of active members for this category' readOnly: true type: integer moderation: description: 'Enum Type: `KalturaNullableBoolean` Moderation to add entries to this category by users that are not of permission level Manager or Moderator.' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean name: description: "The name of the Category. \n\nThe following characters are not allowed: '<', '>', ','" type: string owner: description: Category Owner (User id) type: string parentId: type: integer partnerData: description: Can be used to store various partner related data as a string type: string partnerId: description: '`readOnly`' readOnly: true type: integer partnerSortValue: description: Can be used to store various partner related data as a numeric value type: integer pendingEntriesCount: description: '`readOnly` Nunber of pending moderation entries' readOnly: true type: integer pendingMembersCount: description: '`readOnly` Number of pending members for this category' readOnly: true type: integer privacy: description: 'Enum Type: `KalturaPrivacyType` defines the privacy of the entries that assigned to this category' enum: - 1 - 2 - 3 type: integer x-enumLabels: - ALL - AUTHENTICATED_USERS - MEMBERS_ONLY x-enumType: KalturaPrivacyType privacyContext: description: Set privacy context for search entries that assiged to private and public categories. the entries will be private if the search context is set with those categories. type: string privacyContexts: description: '`readOnly` comma separated parents that defines a privacyContext for search' readOnly: true type: string referenceId: description: Category external id, controlled and managed by the partner. type: string status: description: '`readOnly` Enum Type: `KalturaCategoryStatus` Status' enum: - 1 - 2 - 3 - 4 readOnly: true type: integer x-enumLabels: - UPDATING - ACTIVE - DELETED - PURGED x-enumType: KalturaCategoryStatus tags: description: Category tags type: string updatedAt: description: '`readOnly` Update date as Unix timestamp (In seconds)' readOnly: true type: integer userJoinPolicy: description: '`readOnly` Enum Type: `KalturaUserJoinPolicyType` Who can ask to join this category' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - AUTO_JOIN - REQUEST_TO_JOIN - NOT_ALLOWED x-enumType: KalturaUserJoinPolicyType title: KalturaCategory 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 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 KalturaLiveEntryRecordingOptions: description: A representation of a live stream recording entry configuration properties: archiveVodSuffixTimezone: type: string nonDeletedCuePointsTags: type: string shouldAutoArchive: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean shouldCopyEntitlement: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean shouldCopyScheduling: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean shouldCopyThumbnail: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean shouldMakeHidden: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean title: KalturaLiveEntryRecordingOptions type: object KalturaVendorCaptionsCatalogItem: allOf: - $ref: '#/definitions/KalturaVendorCatalogItem' anyOf: - $ref: '#/definitions/KalturaVendorCaptionsCatalogItem' - $ref: '#/definitions/KalturaVendorLiveCaptionCatalogItem' - $ref: '#/definitions/KalturaVendorTranslationCatalogItem' discriminator: objectType properties: 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 objectType: enum: - KalturaVendorCaptionsCatalogItem - KalturaVendorLiveCaptionCatalogItem - KalturaVendorTranslationCatalogItem type: string outputFormat: description: 'Enum Type: `KalturaVendorCatalogItemOutputFormat`' enum: - 1 - 2 - 3 type: integer x-enumLabels: - SRT - DFXP - VTT x-enumType: KalturaVendorCatalogItemOutputFormat title: KalturaVendorCaptionsCatalogItem type: object 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 KalturaAlignmentVendorTaskData: allOf: - $ref: '#/definitions/KalturaVendorTaskDataCaptionAsset' properties: jsonTranscriptAssetId: description: '`insertOnly` Optional - The id of the json transcript object the vendor should update once alignment task processing is done' type: string textTranscriptAssetId: description: The id of the text transcript object the vendor should use while runing the alignment task type: string title: KalturaAlignmentVendorTaskData 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 KalturaSyndicationDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaSyndicationDistributionProvider 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 KalturaRemotePath: properties: storageProfileId: description: '`readOnly`' readOnly: true type: integer uri: description: '`readOnly`' readOnly: true type: string title: KalturaRemotePath type: object KalturaEmailNotificationStaticRecipientProvider: allOf: - $ref: '#/definitions/KalturaEmailNotificationRecipientProvider' description: API class for recipient provider containing a static list of email recipients. properties: emailRecipients: items: $ref: '#/definitions/KalturaEmailNotificationRecipient' type: array title: KalturaEmailNotificationStaticRecipientProvider type: object KalturaDeliveryProfileListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaDeliveryProfile' type: array title: KalturaDeliveryProfileListResponse type: object KalturaMediaListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaMediaEntry' type: array title: KalturaMediaListResponse type: object KalturaEntryScheduleEvent: allOf: - $ref: '#/definitions/KalturaScheduleEvent' anyOf: - $ref: '#/definitions/KalturaMeetingScheduleEvent' - $ref: '#/definitions/KalturaRecordScheduleEvent' - $ref: '#/definitions/KalturaVodScheduleEvent' - $ref: '#/definitions/KalturaLiveRedirectScheduleEvent' - $ref: '#/definitions/KalturaLiveStreamScheduleEvent' description: '`abstract`' discriminator: objectType properties: blackoutConflicts: items: $ref: '#/definitions/KalturaScheduleEvent' type: array categoryIds: description: Categories that associated with this event type: string entryIds: description: Entries that associated with this event type: string objectType: enum: - KalturaMeetingScheduleEvent - KalturaRecordScheduleEvent - KalturaVodScheduleEvent - KalturaLiveRedirectScheduleEvent - KalturaLiveStreamScheduleEvent type: string templateEntryId: description: Entry to be used as template during content ingestion type: string title: KalturaEntryScheduleEvent 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 KalturaAttUverseDistributionProvider: allOf: - $ref: '#/definitions/KalturaDistributionProvider' properties: {} title: KalturaAttUverseDistributionProvider 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 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 KalturaParseCaptionAssetJobData: allOf: - $ref: '#/definitions/KalturaJobData' properties: captionAssetId: type: string title: KalturaParseCaptionAssetJobData type: object KalturaTimeRangeVendorCredit: allOf: - $ref: '#/definitions/KalturaVendorCredit' anyOf: - $ref: '#/definitions/KalturaTimeRangeVendorCredit' - $ref: '#/definitions/KalturaReoccurringVendorCredit' discriminator: objectType properties: objectType: enum: - KalturaTimeRangeVendorCredit - KalturaReoccurringVendorCredit type: string toDate: type: integer x-inputType: datetime title: KalturaTimeRangeVendorCredit 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 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_2' - $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 KalturaBulkUploadListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBulkUpload' type: array title: KalturaBulkUploadListResponse type: object KalturaAddEntryVendorTaskAction: allOf: - $ref: '#/definitions/KalturaRuleAction' properties: catalogItemIds: description: Catalog Item Id type: string title: KalturaAddEntryVendorTaskAction type: object KalturaAuditTrailChangeInfo: allOf: - $ref: '#/definitions/KalturaAuditTrailInfo' properties: changedItems: items: $ref: '#/definitions/KalturaAuditTrailChangeItem' type: array title: KalturaAuditTrailChangeInfo type: object 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 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 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 KalturaGroupListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaGroup' type: array title: KalturaGroupListResponse type: object KalturaDoubleClickDistributionProviderFilter: allOf: - $ref: '#/definitions/KalturaDoubleClickDistributionProviderBaseFilter' properties: orderBy: type: string x-enumLabels: [] x-enumType: KalturaDoubleClickDistributionProviderOrderBy title: KalturaDoubleClickDistributionProviderFilter type: object 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 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 KalturaCompareMetadataCondition: allOf: - $ref: '#/definitions/KalturaCompareCondition' 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: KalturaCompareMetadataCondition type: object KalturaUserAgentContextField: allOf: - $ref: '#/definitions/KalturaStringField' description: Represents the current request user agent context properties: {} title: KalturaUserAgentContextField type: object KalturaWebexAPIDropFolder: allOf: - $ref: '#/definitions/KalturaDropFolder' properties: webexAPIVendorIntegration: $ref: '#/definitions/KalturaWebexAPIIntegrationSetting' webexAPIVendorIntegrationId: description: '`readOnly`' readOnly: true type: integer title: KalturaWebexAPIDropFolder type: object 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_2' 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 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 KalturaIntegrationSetting: anyOf: - $ref: '#/definitions/KalturaWebexAPIIntegrationSetting' - $ref: '#/definitions/KalturaZoomIntegrationSetting' - $ref: '#/definitions/KalturaMicrosoftTeamsIntegrationSetting' description: '`abstract`' discriminator: objectType properties: accountId: description: '`readOnly`' readOnly: true type: string conversionProfileId: type: integer createUserIfNotExist: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean createdAt: description: '`readOnly`' readOnly: true type: string defaultUserId: type: string deletionPolicy: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableMeetingChat: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean enableMeetingUpload: description: 'Enum Type: `KalturaNullableBoolean`' enum: - -1 - 0 - 1 type: integer x-enumLabels: - NULL_VALUE - FALSE_VALUE - TRUE_VALUE x-enumType: KalturaNullableBoolean handleParticipantsMode: description: 'Enum Type: `KalturaHandleParticipantsMode`' enum: - 0 - 1 - 2 type: integer x-enumLabels: - ADD_AS_CO_PUBLISHERS - ADD_AS_CO_VIEWERS - IGNORE x-enumType: KalturaHandleParticipantsMode id: description: '`readOnly`' readOnly: true type: integer objectType: enum: - KalturaWebexAPIIntegrationSetting - KalturaZoomIntegrationSetting - KalturaMicrosoftTeamsIntegrationSetting type: string partnerId: description: '`readOnly`' readOnly: true type: integer status: description: '`readOnly` Enum Type: `KalturaVendorIntegrationStatus`' enum: - 1 - 2 - 3 readOnly: true type: integer x-enumLabels: - DISABLED - ACTIVE - DELETED x-enumType: KalturaVendorIntegrationStatus updatedAt: description: '`readOnly`' readOnly: true type: string title: KalturaIntegrationSetting type: object x-abstract: true KalturaPlaylistListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaPlaylist' type: array title: KalturaPlaylistListResponse type: object 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 KalturaEntryServerNode: anyOf: - $ref: '#/definitions/KalturaConferenceEntryServerNode' - $ref: '#/definitions/KalturaLiveEntryServerNode' - $ref: '#/definitions/KalturaSipEntryServerNode' - $ref: '#/definitions/KalturaClippingTaskEntryServerNode' description: '`abstract`' discriminator: objectType properties: createdAt: description: '`readOnly`' readOnly: true type: integer entryId: description: '`readOnly`' readOnly: true type: string id: description: '`readOnly` unique auto-generated identifier' readOnly: true type: integer objectType: enum: - KalturaConferenceEntryServerNode - KalturaLiveEntryServerNode - KalturaSipEntryServerNode - KalturaClippingTaskEntryServerNode type: string partnerId: description: '`readOnly`' readOnly: true type: integer serverNodeId: description: '`readOnly`' readOnly: true type: integer serverType: description: '`readOnly` Enum Type: `KalturaEntryServerNodeType`' enum: - '0' - '1' - '2' readOnly: true type: string x-enumLabels: - LIVE_PRIMARY - LIVE_BACKUP - LIVE_CLIPPING_TASK x-enumType: KalturaEntryServerNodeType status: description: '`readOnly` Enum Type: `KalturaEntryServerNodeStatus`' enum: - -1 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 readOnly: true 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 updatedAt: description: '`readOnly`' readOnly: true type: integer title: KalturaEntryServerNode type: object x-abstract: true KalturaDispatchEventNotificationObjectTask: allOf: - $ref: '#/definitions/KalturaObjectTask' properties: eventNotificationTemplateId: description: The event notification template id to dispatch type: integer title: KalturaDispatchEventNotificationObjectTask 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 KalturaUrlTokenizerLevel3: allOf: - $ref: '#/definitions/KalturaUrlTokenizer' properties: expiryName: description: expiryName type: string gen: description: gen type: string paramName: description: paramName type: string title: KalturaUrlTokenizerLevel3 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 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 KalturaEventFieldCondition: allOf: - $ref: '#/definitions/KalturaCondition' properties: field: $ref: '#/definitions/KalturaBooleanField' title: KalturaEventFieldCondition type: object KalturaGenericDistributionProviderActionBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaImageFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: idIn: description: IDs to filter by type: string imageObjectIdEqual: description: ID of the object the is related to, to filter by type: integer imageObjectTypeEqual: description: 'Enum Type: `KalturaImageObjectType` Type of the object the image is related to, to filter by' enum: - MEDIA_ASSET - PROGRAM_ASSET - CHANNEL - CATEGORY - PARTNER - IMAGE_TYPE type: string x-enumLabels: - MEDIA_ASSET - PROGRAM_ASSET - CHANNEL - CATEGORY - PARTNER - IMAGE_TYPE x-enumType: KalturaImageObjectType isDefaultEqual: description: Filter images that are default on atleast on image type or not default at any type: boolean orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaImageOrderBy title: KalturaImageFilter type: object KalturaRokuSyndicationFeed: allOf: - $ref: '#/definitions/KalturaConstantXsltSyndicationFeed' properties: {} title: KalturaRokuSyndicationFeed 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 KalturaCategoryUserProviderFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 KalturaLiveEntryServerNodeRecordingInfo: properties: duration: type: integer recordedEntryId: type: string recordingStatus: description: 'Enum Type: `KalturaEntryServerNodeRecordingStatus`' enum: - 0 - 1 - 2 - 3 type: integer x-enumLabels: - STOPPED - ON_GOING - DONE - DISMISSED x-enumType: KalturaEntryServerNodeRecordingStatus title: KalturaLiveEntryServerNodeRecordingInfo 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 KalturaESearchHistoryListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaESearchHistory' type: array title: KalturaESearchHistoryListResponse type: object KalturaYahooSyndicationFeed: allOf: - $ref: '#/definitions/KalturaBaseSyndicationFeed' properties: adultContent: description: 'Enum Type: `KalturaYahooSyndicationFeedAdultValues`' enum: - adult - nonadult type: string x-enumLabels: - ADULT - NON_ADULT x-enumType: KalturaYahooSyndicationFeedAdultValues category: description: '`readOnly` Enum Type: `KalturaYahooSyndicationFeedCategories`' enum: - Action - Animals - Art & Animation - Commercials - Entertainment & TV - Family - Food - Funny Videos - Games - Health & Beauty - How-To - Movies & Shorts - Music - News & Politics - People & Vlogs - Products & Tech. - Science & Environment - Sports - Transportation - Travel readOnly: true type: string x-enumLabels: - ACTION - ANIMALS - ART_AND_ANIMATION - COMMERCIALS - ENTERTAINMENT_AND_TV - FAMILY - FOOD - FUNNY_VIDEOS - GAMES - HEALTH_AND_BEAUTY - HOW_TO - MOVIES_AND_SHORTS - MUSIC - NEWS_AND_POLITICS - PEOPLE_AND_VLOGS - PRODUCTS_AND_TECH - SCIENCE_AND_ENVIRONMENT - SPORTS - TRANSPORTATION - TRAVEL x-enumType: KalturaYahooSyndicationFeedCategories feedDescription: description: feed description type: string feedLandingPage: description: feed landing page (i.e publisher website) type: string title: KalturaYahooSyndicationFeed type: object 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 KalturaObject: description: '`abstract`' properties: relatedObjects: items: $ref: '#/definitions/KalturaListResponse_2' type: array title: KalturaObject type: object KalturaBaseSyndicationFeedListResponse: allOf: - $ref: '#/definitions/KalturaListResponse_2' properties: objects: items: $ref: '#/definitions/KalturaBaseSyndicationFeed' type: array title: KalturaBaseSyndicationFeedListResponse type: object KalturaTagFilter: allOf: - $ref: '#/definitions/KalturaFilter' properties: languageEqual: description: Language to filter by type: string orderBy: enum: - NONE type: string x-enumLabels: - NONE x-enumType: KalturaTagOrderBy tagEqual: description: Tag to filter by type: string tagStartsWith: description: Tag to filter by type: string typeEqual: description: Type identifier type: integer title: KalturaTagFilter 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 KalturaGenericXsltSyndicationFeed: allOf: - $ref: '#/definitions/KalturaGenericSyndicationFeed' anyOf: - $ref: '#/definitions/KalturaGenericXsltSyndicationFeed' - $ref: '#/definitions/KalturaOperaSyndicationFeed' - $ref: '#/definitions/KalturaRokuSyndicationFeed' discriminator: objectType properties: itemXpathsToExtend: items: $ref: '#/definitions/KalturaExtendingItemMrssParameter' type: array objectType: enum: - KalturaGenericXsltSyndicationFeed - KalturaOperaSyndicationFeed - KalturaRokuSyndicationFeed type: string xslt: type: string title: KalturaGenericXsltSyndicationFeed type: object KalturaDropFolderBaseFilter: allOf: - $ref: '#/definitions/KalturaFilter_2' 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 parameters: 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 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 responseProfile: in: body name: responseProfile schema: properties: responseProfile: $ref: '#/definitions/KalturaBaseResponseProfile' type: object x-global: true x-volatile: true clientTag: default: devkcom in: query name: clientTag type: string x-hidden: true ks: in: query name: ks type: string x-global: true 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