Skip to content

Instantly share code, notes, and snippets.

@zoharbabin
Created May 14, 2023 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoharbabin/e76a8c01bbab983ddc5c73687a37b9d2 to your computer and use it in GitHub Desktop.
Save zoharbabin/e76a8c01bbab983ddc5c73687a37b9d2 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
{
"basePath": "/api_v3",
"definitions": {
"KalturaABCScreenersWatermarkCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {},
"title": "KalturaABCScreenersWatermarkCondition",
"type": "object"
},
"KalturaAccessControl": {
"properties": {
"containsUnsuportedRestrictions": {
"description": "`readOnly`\n\nIndicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service",
"readOnly": true,
"type": "boolean"
},
"createdAt": {
"description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"description": {
"description": "The description of the Access Control Profile",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Access Control Profile",
"readOnly": true,
"type": "integer"
},
"isDefault": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nTrue 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"
},
"KalturaAccessControlAction": {
"description": "`abstract`",
"properties": {
"type": {
"description": "`readOnly`\n\nEnum Type: `KalturaAccessControlActionType`\n\nThe type of the access control 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": "KalturaAccessControlActionType"
}
},
"title": "KalturaAccessControlAction",
"type": "object"
},
"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
},
"KalturaAccessControlBlockAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {},
"title": "KalturaAccessControlBlockAction",
"type": "object"
},
"KalturaAccessControlContextTypeHolder": {
"allOf": [
{
"$ref": "#/definitions/KalturaContextTypeHolder"
}
],
"properties": {},
"title": "KalturaAccessControlContextTypeHolder",
"type": "object"
},
"KalturaAccessControlDrmPolicyAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {
"policyId": {
"description": "Drm policy id",
"type": "integer"
}
},
"title": "KalturaAccessControlDrmPolicyAction",
"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"
},
"KalturaAccessControlLimitDeliveryProfilesAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {
"deliveryProfileIds": {
"description": "Comma separated list of delivery profile ids",
"type": "string"
},
"isBlockedList": {
"type": "boolean"
}
},
"title": "KalturaAccessControlLimitDeliveryProfilesAction",
"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"
},
"KalturaAccessControlLimitThumbnailCaptureAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {},
"title": "KalturaAccessControlLimitThumbnailCaptureAction",
"type": "object"
},
"KalturaAccessControlListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAccessControl"
},
"type": "array"
}
},
"title": "KalturaAccessControlListResponse",
"type": "object"
},
"KalturaAccessControlMessage": {
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"title": "KalturaAccessControlMessage",
"type": "object"
},
"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"
},
"KalturaAccessControlPreviewAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {
"limit": {
"type": "integer"
}
},
"title": "KalturaAccessControlPreviewAction",
"type": "object"
},
"KalturaAccessControlProfile": {
"properties": {
"createdAt": {
"description": "`readOnly`\n\nCreation time as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"description": {
"description": "The description of the Access Control Profile",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Access Control Profile",
"readOnly": true,
"type": "integer"
},
"isDefault": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nTrue 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`\n\nUpdate time as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaAccessControlProfile",
"type": "object"
},
"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
},
"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"
},
"KalturaAccessControlProfileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAccessControlProfile"
},
"type": "array"
}
},
"title": "KalturaAccessControlProfileListResponse",
"type": "object"
},
"KalturaAccessControlScope": {
"anyOf": [
{
"$ref": "#/definitions/KalturaAccessControlScope"
},
{
"$ref": "#/definitions/KalturaEntryContextDataParams"
},
{
"$ref": "#/definitions/KalturaPlaybackContextOptions"
}
],
"discriminator": "objectType",
"properties": {
"contexts": {
"items": {
"$ref": "#/definitions/KalturaAccessControlContextTypeHolder"
},
"type": "array"
},
"hashes": {
"items": {
"$ref": "#/definitions/KalturaKeyValue"
},
"type": "array"
},
"ip": {
"description": "IP to be used to test geographic location conditions.",
"type": "string"
},
"ks": {
"description": "Kaltura session to be used to test session and user conditions.",
"type": "string"
},
"objectType": {
"enum": [
"KalturaAccessControlScope",
"KalturaEntryContextDataParams",
"KalturaPlaybackContextOptions"
],
"type": "string"
},
"referrer": {
"description": "URL to be used to test domain conditions.",
"type": "string"
},
"time": {
"description": "Unix timestamp (In seconds) to be used to test entry scheduling, keep null to use now.",
"type": "integer"
},
"userAgent": {
"description": "Browser or client application to be used to test agent conditions.",
"type": "string"
}
},
"title": "KalturaAccessControlScope",
"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"
},
"KalturaActionNameCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaRegexCondition"
}
],
"properties": {},
"title": "KalturaActionNameCondition",
"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"
},
"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
},
"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"
},
"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`\n\nEnum 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"
},
"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
},
"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"
},
"KalturaAddEntryVendorTaskAction": {
"allOf": [
{
"$ref": "#/definitions/KalturaRuleAction"
}
],
"properties": {
"catalogItemIds": {
"description": "Catalog Item Id",
"type": "string"
}
},
"title": "KalturaAddEntryVendorTaskAction",
"type": "object"
},
"KalturaAdminUser": {
"allOf": [
{
"$ref": "#/definitions/KalturaUser"
}
],
"properties": {},
"title": "KalturaAdminUser",
"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
},
"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"
},
"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"
},
"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"
},
"KalturaAlignmentVendorTaskData": {
"allOf": [
{
"$ref": "#/definitions/KalturaVendorTaskDataCaptionAsset"
}
],
"properties": {
"jsonTranscriptAssetId": {
"description": "`insertOnly`\n\nOptional - 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"
},
"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"
},
"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"
},
"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
},
"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"
},
"KalturaAnalyticsFilter": {
"properties": {
"dimensions": {
"description": "Comma separated dimensions list",
"type": "string"
},
"filters": {
"items": {
"$ref": "#/definitions/KalturaReportFilter"
},
"type": "array"
},
"from_time": {
"description": "Query start time (in local time) MM/dd/yyyy HH:mi",
"type": "string"
},
"metrics": {
"description": "Comma separated metrics list",
"type": "string"
},
"orderBy": {
"description": "Query order by metric/dimension",
"type": "string"
},
"to_time": {
"description": "Query end time (in local time) MM/dd/yyyy HH:mi",
"type": "string"
},
"utcOffset": {
"description": "Timezone offset from UTC (in minutes)",
"type": "number"
}
},
"title": "KalturaAnalyticsFilter",
"type": "object"
},
"KalturaAnnotation": {
"allOf": [
{
"$ref": "#/definitions/KalturaCuePoint"
}
],
"properties": {
"childrenCount": {
"description": "`readOnly`\n\nNumber of all descendants",
"readOnly": true,
"type": "integer"
},
"depth": {
"description": "`readOnly`\n\nDepth in the tree",
"readOnly": true,
"type": "integer"
},
"directChildrenCount": {
"description": "`readOnly`\n\nNumber of children, first generation only.",
"readOnly": true,
"type": "integer"
},
"duration": {
"description": "`readOnly`\n\nDuration in milliseconds",
"readOnly": true,
"type": "integer"
},
"endTime": {
"description": "End time in milliseconds",
"type": "integer"
},
"isPublic": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nIs 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`\n\nShould 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"
},
"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
},
"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"
},
"KalturaAnnotationListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAnnotation"
},
"type": "array"
}
},
"title": "KalturaAnnotationListResponse",
"type": "object"
},
"KalturaAnonymousIPCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaMatchCondition"
}
],
"properties": {
"geoCoderType": {
"description": "Enum Type: `KalturaGeoCoderType`\n\nThe 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"
},
"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`\n\nThe 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"
},
"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`\n\nEnum 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"
},
"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
},
"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"
},
"KalturaApFeedDropFolder": {
"allOf": [
{
"$ref": "#/definitions/KalturaFeedDropFolder"
}
],
"properties": {
"apApiKey": {
"type": "string"
},
"itemsToExpand": {
"items": {
"$ref": "#/definitions/KalturaStringValue"
},
"type": "array"
}
},
"title": "KalturaApFeedDropFolder",
"type": "object"
},
"KalturaApiActionPermissionItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaPermissionItem"
}
],
"properties": {
"action": {
"type": "string"
},
"service": {
"type": "string"
}
},
"title": "KalturaApiActionPermissionItem",
"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
},
"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"
},
"KalturaApiExceptionArg": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"title": "KalturaApiExceptionArg",
"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"
},
"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
},
"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"
},
"KalturaAppToken": {
"properties": {
"createdAt": {
"description": "`readOnly`\n\nCreation 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`\n\nThe 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`\n\nType 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`\n\nEnum Type: `KalturaAppTokenStatus`\n\nApplication token status",
"enum": [
1,
2,
3
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaAppTokenStatus"
},
"token": {
"description": "`readOnly`\n\nThe application token",
"readOnly": true,
"type": "string"
},
"updatedAt": {
"description": "`readOnly`\n\nUpdate time as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaAppToken",
"type": "object"
},
"KalturaAppTokenBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaAppTokenFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"idEqual": {
"type": "string"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaAppTokenFilter"
],
"type": "string"
},
"sessionUserIdEqual": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaAppTokenStatus`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaAppTokenStatus"
},
"statusIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaAppTokenBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaAppTokenListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAppToken"
},
"type": "array"
}
},
"title": "KalturaAppTokenListResponse",
"type": "object"
},
"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`\n\nSystem description, error message, warnings and failure cause.",
"readOnly": true,
"type": "string"
},
"entryId": {
"description": "`readOnly`\n\nThe entry ID of the Flavor Asset",
"readOnly": true,
"type": "string"
},
"fileExt": {
"description": "`insertOnly`\n\nThe file extension",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe 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`\n\nThe size (in KBytes) of the Flavor Asset",
"readOnly": true,
"type": "integer"
},
"sizeInBytes": {
"description": "`readOnly`\n\nThe 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`\n\nThe version of the Flavor Asset",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaAsset",
"type": "object"
},
"KalturaAssetBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaRelatedFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaAssetFilter"
},
{
"$ref": "#/definitions/KalturaAttachmentAssetFilter"
},
{
"$ref": "#/definitions/KalturaTranscriptAssetFilter"
},
{
"$ref": "#/definitions/KalturaCaptionAssetFilter"
},
{
"$ref": "#/definitions/KalturaCaptionAssetItemFilter"
},
{
"$ref": "#/definitions/KalturaFlavorAssetFilter"
},
{
"$ref": "#/definitions/KalturaLiveAssetFilter"
},
{
"$ref": "#/definitions/KalturaWidevineFlavorAssetFilter"
},
{
"$ref": "#/definitions/KalturaThumbAssetFilter"
},
{
"$ref": "#/definitions/KalturaTimedThumbAssetFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"deletedAtGreaterThanOrEqual": {
"type": "integer"
},
"deletedAtLessThanOrEqual": {
"type": "integer"
},
"entryIdEqual": {
"type": "string"
},
"entryIdIn": {
"type": "string"
},
"idEqual": {
"type": "string"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaAssetFilter",
"KalturaAttachmentAssetFilter",
"KalturaTranscriptAssetFilter",
"KalturaCaptionAssetFilter",
"KalturaCaptionAssetItemFilter",
"KalturaFlavorAssetFilter",
"KalturaLiveAssetFilter",
"KalturaWidevineFlavorAssetFilter",
"KalturaThumbAssetFilter",
"KalturaTimedThumbAssetFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"sizeGreaterThanOrEqual": {
"type": "integer"
},
"sizeLessThanOrEqual": {
"type": "integer"
},
"tagsLike": {
"type": "string"
},
"tagsMultiLikeAnd": {
"type": "string"
},
"tagsMultiLikeOr": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaAssetBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaAssetDistributionCondition": {
"anyOf": [
{
"$ref": "#/definitions/KalturaAssetDistributionPropertyCondition"
}
],
"description": "`abstract`\n\nAbstract class for asset distribution condition",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaAssetDistributionPropertyCondition"
],
"type": "string"
}
},
"title": "KalturaAssetDistributionCondition",
"type": "object",
"x-abstract": true
},
"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.\n\nShould be camelCase naming convention (defining \"myPropertyName\" will look for getMyPropertyName())",
"type": "string"
},
"propertyValue": {
"description": "The value to compare",
"type": "string"
}
},
"title": "KalturaAssetDistributionPropertyCondition",
"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"
},
"KalturaAssetFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetBaseFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaAssetFilter"
},
{
"$ref": "#/definitions/KalturaAttachmentAssetFilter"
},
{
"$ref": "#/definitions/KalturaTranscriptAssetFilter"
},
{
"$ref": "#/definitions/KalturaCaptionAssetFilter"
},
{
"$ref": "#/definitions/KalturaCaptionAssetItemFilter"
},
{
"$ref": "#/definitions/KalturaFlavorAssetFilter"
},
{
"$ref": "#/definitions/KalturaLiveAssetFilter"
},
{
"$ref": "#/definitions/KalturaWidevineFlavorAssetFilter"
},
{
"$ref": "#/definitions/KalturaThumbAssetFilter"
},
{
"$ref": "#/definitions/KalturaTimedThumbAssetFilter"
}
],
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaAssetFilter",
"KalturaAttachmentAssetFilter",
"KalturaTranscriptAssetFilter",
"KalturaCaptionAssetFilter",
"KalturaCaptionAssetItemFilter",
"KalturaFlavorAssetFilter",
"KalturaLiveAssetFilter",
"KalturaWidevineFlavorAssetFilter",
"KalturaThumbAssetFilter",
"KalturaTimedThumbAssetFilter"
],
"type": "string"
},
"orderBy": {
"enum": [
"+createdAt",
"+deletedAt",
"+size",
"+updatedAt",
"-createdAt",
"-deletedAt",
"-size",
"-updatedAt"
],
"type": "string",
"x-enumLabels": [
"CREATED_AT_ASC",
"DELETED_AT_ASC",
"SIZE_ASC",
"UPDATED_AT_ASC",
"CREATED_AT_DESC",
"DELETED_AT_DESC",
"SIZE_DESC",
"UPDATED_AT_DESC"
],
"x-enumType": "KalturaAssetOrderBy"
},
"typeIn": {
"type": "string"
}
},
"title": "KalturaAssetFilter",
"type": "object"
},
"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`\n\nCreation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"description": {
"description": "The description of the Flavor Params",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Flavor Params",
"readOnly": true,
"type": "integer"
},
"isSystemDefault": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`\n\nTrue 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`\n\nMedia 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"
},
"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
},
"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"
},
"KalturaAssetParamsOutput": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetParams"
}
],
"properties": {
"assetId": {
"type": "string"
},
"assetParamsId": {
"type": "integer"
},
"assetParamsVersion": {
"type": "string"
},
"assetVersion": {
"type": "string"
},
"format": {
"description": "Enum Type: `KalturaContainerFormat`\n\nThe 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"
},
"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
},
"KalturaAssetParamsOutputFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetParamsOutputBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaAssetParamsOutputOrderBy"
}
},
"title": "KalturaAssetParamsOutputFilter",
"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"
},
"KalturaAssetPropertiesCompareCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"properties": {
"items": {
"$ref": "#/definitions/KalturaKeyValue"
},
"type": "array"
}
},
"title": "KalturaAssetPropertiesCompareCondition",
"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"
},
"KalturaAssetServeOptions": {
"anyOf": [
{
"$ref": "#/definitions/KalturaAssetServeOptions"
},
{
"$ref": "#/definitions/KalturaAttachmentServeOptions"
},
{
"$ref": "#/definitions/KalturaThumbnailServeOptions"
}
],
"discriminator": "objectType",
"properties": {
"download": {
"type": "boolean"
},
"objectType": {
"enum": [
"KalturaAssetServeOptions",
"KalturaAttachmentServeOptions",
"KalturaThumbnailServeOptions"
],
"type": "string"
},
"referrer": {
"type": "string"
}
},
"title": "KalturaAssetServeOptions",
"type": "object"
},
"KalturaAssetTypeCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"assetTypes": {
"type": "string"
}
},
"title": "KalturaAssetTypeCondition",
"type": "object"
},
"KalturaAssetsParamsResourceContainers": {
"allOf": [
{
"$ref": "#/definitions/KalturaResource"
}
],
"properties": {
"resources": {
"items": {
"$ref": "#/definitions/KalturaAssetParamsResourceContainer"
},
"type": "array"
}
},
"title": "KalturaAssetsParamsResourceContainers",
"type": "object"
},
"KalturaAttUverseDistributionFile": {
"properties": {
"assetId": {
"type": "string"
},
"assetType": {
"description": "Enum Type: `KalturaAssetType`",
"enum": [
"attachment.Attachment",
"caption.Caption",
"document.Document",
"document.Image",
"document.PDF",
"document.SWF",
"thumbCuePoint.timedThumb",
"transcript.Transcript",
"widevine.WidevineFlavor",
"1",
"2",
"3"
],
"type": "string",
"x-enumLabels": [
"ATTACHMENT",
"CAPTION",
"DOCUMENT",
"IMAGE",
"PDF",
"SWF",
"TIMED_THUMB_ASSET",
"TRANSCRIPT",
"WIDEVINE_FLAVOR",
"FLAVOR",
"THUMBNAIL",
"LIVE"
],
"x-enumType": "KalturaAssetType"
},
"localFilePath": {
"type": "string"
},
"remoteFilename": {
"type": "string"
}
},
"title": "KalturaAttUverseDistributionFile",
"type": "object"
},
"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"
},
"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"
},
"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
},
"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"
},
"KalturaAttUverseDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaAttUverseDistributionProvider",
"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
},
"KalturaAttUverseDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAttUverseDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaAttUverseDistributionProviderOrderBy"
}
},
"title": "KalturaAttUverseDistributionProviderFilter",
"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`\n\nThe 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`\n\nEnum Type: `KalturaAttachmentAssetStatus`\n\nThe 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"
},
"KalturaAttachmentAssetBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaAttachmentAssetFilter"
},
{
"$ref": "#/definitions/KalturaTranscriptAssetFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"formatEqual": {
"description": "Enum Type: `KalturaAttachmentType`",
"enum": [
"1",
"2",
"3",
"4"
],
"type": "string",
"x-enumLabels": [
"TEXT",
"MEDIA",
"DOCUMENT",
"JSON"
],
"x-enumType": "KalturaAttachmentType"
},
"formatIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaAttachmentAssetFilter",
"KalturaTranscriptAssetFilter"
],
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaAttachmentAssetStatus`",
"enum": [
-1,
0,
2,
3,
7,
9
],
"type": "integer",
"x-enumLabels": [
"ERROR",
"QUEUED",
"READY",
"DELETED",
"IMPORTING",
"EXPORTING"
],
"x-enumType": "KalturaAttachmentAssetStatus"
},
"statusIn": {
"type": "string"
},
"statusNotIn": {
"type": "string"
}
},
"title": "KalturaAttachmentAssetBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaAttachmentAssetListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAttachmentAsset"
},
"type": "array"
}
},
"title": "KalturaAttachmentAssetListResponse",
"type": "object"
},
"KalturaAttachmentServeOptions": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetServeOptions"
}
],
"properties": {},
"title": "KalturaAttachmentServeOptions",
"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
},
"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`\n\nEnum 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`\n\nThe 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`\n\nIndicates 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`\n\nEnum 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"
},
"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
},
"KalturaAuditTrailChangeInfo": {
"allOf": [
{
"$ref": "#/definitions/KalturaAuditTrailInfo"
}
],
"properties": {
"changedItems": {
"items": {
"$ref": "#/definitions/KalturaAuditTrailChangeItem"
},
"type": "array"
}
},
"title": "KalturaAuditTrailChangeInfo",
"type": "object"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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
},
"KalturaAuditTrailListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaAuditTrail"
},
"type": "array"
}
},
"title": "KalturaAuditTrailListResponse",
"type": "object"
},
"KalturaAuditTrailTextInfo": {
"allOf": [
{
"$ref": "#/definitions/KalturaAuditTrailInfo"
}
],
"properties": {
"info": {
"type": "string"
}
},
"title": "KalturaAuditTrailTextInfo",
"type": "object"
},
"KalturaAuthenticatedCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"privileges": {
"items": {
"$ref": "#/definitions/KalturaStringValue"
},
"type": "array"
}
},
"title": "KalturaAuthenticatedCondition",
"type": "object"
},
"KalturaAuthentication": {
"properties": {
"qrCode": {
"type": "string"
}
},
"title": "KalturaAuthentication",
"type": "object"
},
"KalturaAvnDistributionProfile": {
"allOf": [
{
"$ref": "#/definitions/KalturaConfigurableDistributionProfile"
}
],
"properties": {
"feedTitle": {
"type": "string"
},
"feedUrl": {
"description": "`readOnly`",
"readOnly": true,
"type": "string"
}
},
"title": "KalturaAvnDistributionProfile",
"type": "object"
},
"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
},
"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"
},
"KalturaAvnDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaAvnDistributionProvider",
"type": "object"
},
"KalturaAvnDistributionProviderBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProviderFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaAvnDistributionProviderFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaAvnDistributionProviderFilter"
],
"type": "string"
}
},
"title": "KalturaAvnDistributionProviderBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaAvnDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAvnDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaAvnDistributionProviderOrderBy"
}
},
"title": "KalturaAvnDistributionProviderFilter",
"type": "object"
},
"KalturaBaseEntry": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBaseEntry"
},
{
"$ref": "#/definitions/KalturaDataEntry"
},
{
"$ref": "#/definitions/KalturaDocumentEntry"
},
{
"$ref": "#/definitions/KalturaPlayableEntry"
},
{
"$ref": "#/definitions/KalturaPlaylist"
},
{
"$ref": "#/definitions/KalturaRoomEntry"
},
{
"$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`\n\nEnum Type: `KalturaEntryApplication`\n\nEntry application",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"
],
"type": "string",
"x-enumLabels": [
"KMC",
"KMS",
"KAF",
"PITCH",
"KMS_GO",
"WEBCAST_APP",
"PERSONAL_CAPTURE",
"KALTURA_MEETING",
"EP"
],
"x-enumType": "KalturaEntryApplication"
},
"applicationVersion": {
"description": "`insertOnly`\n\nEntry application version",
"type": "string"
},
"blockAutoTranscript": {
"description": "Block auto transcript on Entry",
"type": "boolean"
},
"capabilities": {
"description": "`readOnly`\n\nComma 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`\n\nEntry creation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"creatorId": {
"description": "`insertOnly`\n\nThe ID of the user who created this entry",
"type": "string"
},
"defaultLanguage": {
"description": "`readOnly`\n\nEntry's default language if the entry is multi lingual",
"readOnly": true,
"type": "string"
},
"description": {
"description": "Entry description",
"type": "string"
},
"displayInSearch": {
"description": "Enum Type: `KalturaEntryDisplayInSearchType`\n\nshould we display this entry in search",
"enum": [
-2,
-1,
0,
1,
2
],
"type": "integer",
"x-enumLabels": [
"RECYCLED",
"SYSTEM",
"NONE",
"PARTNER_ONLY",
"KALTURA_NETWORK"
],
"x-enumType": "KalturaEntryDisplayInSearchType"
},
"downloadUrl": {
"description": "`readOnly`\n\nDownload 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`\n\nAuto generated 10 characters alphanumeric string",
"readOnly": true,
"type": "string"
},
"licenseType": {
"description": "Enum Type: `KalturaLicenseType`\n\nLicense 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`\n\nNumber of moderation requests waiting for this entry",
"readOnly": true,
"type": "integer"
},
"moderationStatus": {
"description": "`readOnly`\n\nEnum Type: `KalturaEntryModerationStatus`\n\nEntry 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",
"KalturaRoomEntry",
"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`\n\nThe 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`\n\nID of the entry that will be replaced when the replacement approved and this entry is ready",
"readOnly": true,
"type": "string"
},
"replacementStatus": {
"description": "`readOnly`\n\nEnum Type: `KalturaEntryReplacementStatus`\n\nStatus 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`\n\nID of temporary entry that will replace this entry when it's approved and ready for replacement",
"readOnly": true,
"type": "string"
},
"rootEntryId": {
"description": "`readOnly`\n\nID of source root entry, used for clipped, skipped and cropped entries that created from another entry",
"readOnly": true,
"type": "string"
},
"searchText": {
"description": "`readOnly`\n\nIndexed 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`\n\nEnum 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`\n\nTemplate entry id",
"type": "string"
},
"thumbnailUrl": {
"description": "`readOnly`\n\nThumbnail URL",
"readOnly": true,
"type": "string"
},
"totalRank": {
"description": "`readOnly`\n\nThe sum of all rank values submitted to the baseEntry.anonymousRank action",
"readOnly": true,
"type": "integer"
},
"type": {
"description": "Enum Type: `KalturaEntryType`\n\nThe type of the entry, this is auto filled by the derived entry object",
"enum": [
"-1",
"conference.CONFERENCE_ENTRY_SERVER",
"externalMedia.externalMedia",
"room.room",
"sip.SIP_ENTRY_SERVER",
"1",
"2",
"5",
"6",
"7",
"8",
"10"
],
"type": "string",
"x-enumLabels": [
"AUTOMATIC",
"CONFERENCE_ENTRY_SERVER",
"EXTERNAL_MEDIA",
"ROOM",
"SIP_ENTRY_SERVER",
"MEDIA_CLIP",
"MIX",
"PLAYLIST",
"DATA",
"LIVE_STREAM",
"LIVE_CHANNEL",
"DOCUMENT"
],
"x-enumType": "KalturaEntryType"
},
"updatedAt": {
"description": "`readOnly`\n\nEntry 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`\n\nVersion of the entry data",
"readOnly": true,
"type": "integer"
},
"votes": {
"description": "`readOnly`\n\nA count of all requests made to the baseEntry.anonymousRank action",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaBaseEntry",
"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"
},
{
"$ref": "#/definitions/KalturaRoomEntryFilter"
}
],
"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.\n\nTo 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"
},
"displayInSearchEqual": {
"description": "Enum Type: `KalturaEntryDisplayInSearchType`",
"enum": [
-2,
-1,
0,
1,
2
],
"type": "integer",
"x-enumLabels": [
"RECYCLED",
"SYSTEM",
"NONE",
"PARTNER_ONLY",
"KALTURA_NETWORK"
],
"x-enumType": "KalturaEntryDisplayInSearchType"
},
"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",
"KalturaRoomEntryFilter"
],
"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`\n\nThis 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`\n\nThis 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",
"room.room",
"sip.SIP_ENTRY_SERVER",
"1",
"2",
"5",
"6",
"7",
"8",
"10"
],
"type": "string",
"x-enumLabels": [
"AUTOMATIC",
"CONFERENCE_ENTRY_SERVER",
"EXTERNAL_MEDIA",
"ROOM",
"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
},
"KalturaBaseEntryCloneOptionComponent": {
"allOf": [
{
"$ref": "#/definitions/KalturaBaseEntryCloneOptionItem"
}
],
"properties": {
"itemType": {
"description": "Enum Type: `KalturaBaseEntryCloneOptions`",
"enum": [
"adCuePoint.AD_CUE_POINTS",
"annotation.ANNOTATION_CUE_POINTS",
"codeCuePoint.CODE_CUE_POINTS",
"thumbCuePoint.THUMB_CUE_POINTS",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
],
"type": "string",
"x-enumLabels": [
"AD_CUE_POINTS",
"ANNOTATION_CUE_POINTS",
"CODE_CUE_POINTS",
"THUMB_CUE_POINTS",
"USERS",
"CATEGORIES",
"CHILD_ENTRIES",
"ACCESS_CONTROL",
"METADATA",
"FLAVORS",
"CAPTIONS"
],
"x-enumType": "KalturaBaseEntryCloneOptions"
},
"rule": {
"description": "Enum Type: `KalturaCloneComponentSelectorType`\n\ncondition rule (include/exclude)",
"enum": [
"0",
"1"
],
"type": "string",
"x-enumLabels": [
"INCLUDE_COMPONENT",
"EXCLUDE_COMPONENT"
],
"x-enumType": "KalturaCloneComponentSelectorType"
}
},
"title": "KalturaBaseEntryCloneOptionComponent",
"type": "object"
},
"KalturaBaseEntryCloneOptionItem": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBaseEntryCloneOptionComponent"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaBaseEntryCloneOptionComponent"
],
"type": "string"
}
},
"title": "KalturaBaseEntryCloneOptionItem",
"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"
},
"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"
},
{
"$ref": "#/definitions/KalturaRoomEntryFilter"
}
],
"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",
"KalturaRoomEntryFilter"
],
"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"
},
"KalturaBaseEntryListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBaseEntry"
},
"type": "array"
}
},
"title": "KalturaBaseEntryListResponse",
"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"
},
"KalturaBaseInteractivity": {
"anyOf": [
{
"$ref": "#/definitions/KalturaInteractivity"
},
{
"$ref": "#/definitions/KalturaVolatileInteractivity"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"data": {
"type": "string"
},
"entryId": {
"description": "`readOnly`",
"readOnly": true,
"type": "string"
},
"objectType": {
"enum": [
"KalturaInteractivity",
"KalturaVolatileInteractivity"
],
"type": "string"
},
"updatedAt": {
"description": "`readOnly`\n\nInteractivity update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"version": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaBaseInteractivity",
"type": "object",
"x-abstract": true
},
"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
},
"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
},
"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
},
"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\n\nor just to provide a link to the landing page.\n\nit is applied on the video-player_loc property in the XML (google)\n\nand addes media-player tag (yahoo)",
"type": "boolean"
},
"categories": {
"type": "string"
},
"createdAt": {
"description": "`readOnly`\n\nCreation 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\n\nThis 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\n\nif 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`\n\nEnum Type: `KalturaSyndicationFeedStatus`\n\nfeed status",
"enum": [
-1,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"DELETED",
"ACTIVE"
],
"x-enumType": "KalturaSyndicationFeedStatus"
},
"storageId": {
"type": "integer"
},
"transcodeExistingContent": {
"type": "boolean"
},
"type": {
"description": "`insertOnly`\n\nEnum Type: `KalturaSyndicationFeedType`\n\nfeed 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`\n\nUpdate date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"useCategoryEntries": {
"type": "boolean"
}
},
"title": "KalturaBaseSyndicationFeed",
"type": "object",
"x-abstract": true
},
"KalturaBaseSyndicationFeedBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBaseSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaGenericSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaGenericXsltSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaGoogleVideoSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaITunesSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaTubeMogulSyndicationFeedFilter"
},
{
"$ref": "#/definitions/KalturaYahooSyndicationFeedFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaBaseSyndicationFeedFilter",
"KalturaGenericSyndicationFeedFilter",
"KalturaGenericXsltSyndicationFeedFilter",
"KalturaGoogleVideoSyndicationFeedFilter",
"KalturaITunesSyndicationFeedFilter",
"KalturaTubeMogulSyndicationFeedFilter",
"KalturaYahooSyndicationFeedFilter"
],
"type": "string"
}
},
"title": "KalturaBaseSyndicationFeedBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaBaseSyndicationFeedListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBaseSyndicationFeed"
},
"type": "array"
}
},
"title": "KalturaBaseSyndicationFeedListResponse",
"type": "object"
},
"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`\n\nCreation 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`\n\nLast 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"
},
"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
},
"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
},
"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
},
"KalturaBasicFieldsDropFolder": {
"properties": {
"description": {
"type": "string"
}
},
"title": "KalturaBasicFieldsDropFolder",
"type": "object"
},
"KalturaBatchGetExclusiveNotificationJobsResponse": {
"properties": {
"notifications": {
"items": {
"$ref": "#/definitions/KalturaBatchJob"
},
"type": "array"
},
"partners": {
"items": {
"$ref": "#/definitions/KalturaPartner"
},
"type": "array"
}
},
"title": "KalturaBatchGetExclusiveNotificationJobsResponse",
"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"
},
"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`\n\nEnum Type: `KalturaBatchJobType`",
"enum": [
"0",
"ReachInternal.ReachInternalQueueHandler",
"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",
"searchHistory.searchTermsCsv",
"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": [
"CONVERT",
"REACH_INTERNAL_QUEUE_HANDLER",
"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",
"SEARCH_TERM_CSV",
"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"
},
"KalturaBatchJobBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBatchJobFilter"
},
{
"$ref": "#/definitions/KalturaBatchJobFilterExt"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"batchVersionEqual": {
"type": "integer"
},
"batchVersionGreaterThanOrEqual": {
"type": "integer"
},
"batchVersionLessThanOrEqual": {
"type": "integer"
},
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"entryIdEqual": {
"type": "string"
},
"errNumberEqual": {
"type": "integer"
},
"errNumberIn": {
"type": "string"
},
"errNumberNotIn": {
"type": "string"
},
"errTypeEqual": {
"description": "Enum Type: `KalturaBatchJobErrorTypes`",
"enum": [
0,
1,
2,
3,
4,
5
],
"type": "integer",
"x-enumLabels": [
"APP",
"RUNTIME",
"HTTP",
"CURL",
"KALTURA_API",
"KALTURA_CLIENT"
],
"x-enumType": "KalturaBatchJobErrorTypes"
},
"errTypeIn": {
"type": "string"
},
"errTypeNotIn": {
"type": "string"
},
"estimatedEffortGreaterThan": {
"type": "integer"
},
"estimatedEffortLessThan": {
"type": "integer"
},
"executionAttemptsGreaterThanOrEqual": {
"type": "integer"
},
"executionAttemptsLessThanOrEqual": {
"type": "integer"
},
"finishTimeGreaterThanOrEqual": {
"type": "integer"
},
"finishTimeLessThanOrEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idGreaterThanOrEqual": {
"type": "integer"
},
"jobSubTypeEqual": {
"type": "integer"
},
"jobSubTypeIn": {
"type": "string"
},
"jobSubTypeNotIn": {
"type": "string"
},
"jobTypeEqual": {
"description": "Enum Type: `KalturaBatchJobType`",
"enum": [
"0",
"ReachInternal.ReachInternalQueueHandler",
"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",
"searchHistory.searchTermsCsv",
"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": [
"CONVERT",
"REACH_INTERNAL_QUEUE_HANDLER",
"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",
"SEARCH_TERM_CSV",
"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
},
"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"
},
"KalturaBatchJobFilterExt": {
"allOf": [
{
"$ref": "#/definitions/KalturaBatchJobFilter"
}
],
"properties": {
"jobTypeAndSubTypeIn": {
"type": "string"
}
},
"title": "KalturaBatchJobFilterExt",
"type": "object"
},
"KalturaBatchJobListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBatchJob"
},
"type": "array"
}
},
"title": "KalturaBatchJobListResponse",
"type": "object"
},
"KalturaBatchJobResponse": {
"properties": {
"batchJob": {
"$ref": "#/definitions/KalturaBatchJob"
},
"childBatchJobs": {
"items": {
"$ref": "#/definitions/KalturaBatchJob"
},
"type": "array"
}
},
"title": "KalturaBatchJobResponse",
"type": "object"
},
"KalturaBatchQueuesStatus": {
"properties": {
"jobType": {
"description": "Enum Type: `KalturaBatchJobType`",
"enum": [
"0",
"ReachInternal.ReachInternalQueueHandler",
"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",
"searchHistory.searchTermsCsv",
"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": [
"CONVERT",
"REACH_INTERNAL_QUEUE_HANDLER",
"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",
"SEARCH_TERM_CSV",
"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"
},
"size": {
"description": "The size of the queue",
"type": "integer"
},
"typeName": {
"description": "The friendly name of the type",
"type": "string"
},
"waitTime": {
"description": "The avarage wait time",
"type": "integer"
},
"workerId": {
"description": "The worker configured id",
"type": "integer"
}
},
"title": "KalturaBatchQueuesStatus",
"type": "object"
},
"KalturaBeacon": {
"properties": {
"eventType": {
"type": "string"
},
"id": {
"description": "`readOnly`\n\nBeacon id",
"readOnly": true,
"type": "string"
},
"indexType": {
"description": "`readOnly`\n\nBeacon indexType",
"readOnly": true,
"type": "string"
},
"objectId": {
"type": "string"
},
"privateData": {
"type": "string"
},
"rawData": {
"type": "string"
},
"relatedObjectType": {
"description": "Enum Type: `KalturaBeaconObjectTypes`\n\nThe 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`\n\nBeacon update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaBeacon",
"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
},
"KalturaBeaconBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBeaconFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"eventTypeIn": {
"type": "string"
},
"objectIdIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaBeaconFilter"
],
"type": "string"
},
"relatedObjectTypeEqual": {
"description": "Enum Type: `KalturaBeaconObjectTypes`",
"enum": [
"1",
"2",
"3",
"4"
],
"type": "string",
"x-enumLabels": [
"SCHEDULE_RESOURCE_BEACON",
"ENTRY_SERVER_NODE_BEACON",
"SERVER_NODE_BEACON",
"ENTRY_BEACON"
],
"x-enumType": "KalturaBeaconObjectTypes"
},
"relatedObjectTypeIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaBeaconBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaBeaconEnhanceFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"properties": {
"externalElasticQueryObject": {
"type": "string"
},
"indexTypeEqual": {
"description": "Enum Type: `KalturaBeaconIndexType`",
"enum": [
"Log",
"State"
],
"type": "string",
"x-enumLabels": [
"LOG",
"STATE"
],
"x-enumType": "KalturaBeaconIndexType"
}
},
"title": "KalturaBeaconEnhanceFilter",
"type": "object"
},
"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"
},
"KalturaBeaconListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBeacon"
},
"type": "array"
}
},
"title": "KalturaBeaconListResponse",
"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
},
"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"
},
"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"
},
"KalturaBeaconScheduledResourceSearchParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaBeaconSearchParams"
}
],
"properties": {
"orderBy": {
"$ref": "#/definitions/KalturaBeaconSearchScheduledResourceOrderBy"
},
"searchOperator": {
"$ref": "#/definitions/KalturaBeaconScheduledResourceOperator"
}
},
"title": "KalturaBeaconScheduledResourceSearchParams",
"type": "object"
},
"KalturaBeaconSearchOrderBy": {
"description": "`abstract`",
"properties": {},
"title": "KalturaBeaconSearchOrderBy",
"type": "object"
},
"KalturaBeaconSearchParams": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBeaconScheduledResourceSearchParams"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectId": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaBeaconScheduledResourceSearchParams"
],
"type": "string"
}
},
"title": "KalturaBeaconSearchParams",
"type": "object",
"x-abstract": true
},
"KalturaBeaconSearchScheduledResourceOrderBy": {
"properties": {
"orderItems": {
"items": {
"$ref": "#/definitions/KalturaBeaconSearchScheduledResourceOrderByItem"
},
"type": "array"
}
},
"title": "KalturaBeaconSearchScheduledResourceOrderBy",
"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"
},
"KalturaBlackoutScheduleEvent": {
"allOf": [
{
"$ref": "#/definitions/KalturaScheduleEvent"
}
],
"properties": {},
"title": "KalturaBlackoutScheduleEvent",
"type": "object"
},
"KalturaBlackoutScheduleEventFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaRecordScheduleEventBaseFilter"
}
],
"properties": {},
"title": "KalturaBlackoutScheduleEventFilter",
"type": "object"
},
"KalturaBooleanEventNotificationCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"booleanEventNotificationIds": {
"description": "The boolean event notification ids",
"type": "string"
}
},
"title": "KalturaBooleanEventNotificationCondition",
"type": "object"
},
"KalturaBooleanField": {
"allOf": [
{
"$ref": "#/definitions/KalturaBooleanValue"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaEvalBooleanField"
}
],
"description": "`abstract`\n\nA boolean representation to return evaluated dynamic value",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaEvalBooleanField"
],
"type": "string"
}
},
"title": "KalturaBooleanField",
"type": "object",
"x-abstract": true
},
"KalturaBooleanNotificationTemplate": {
"allOf": [
{
"$ref": "#/definitions/KalturaEventNotificationTemplate"
}
],
"properties": {},
"title": "KalturaBooleanNotificationTemplate",
"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"
},
"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"
},
"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"
},
"KalturaBulkServiceData": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBulkServiceFilterDataBase"
},
{
"$ref": "#/definitions/KalturaBulkServiceFilterData"
}
],
"description": "`abstract`\n\nThis class represents object-specific data passed to the \n bulk upload job.",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaBulkServiceFilterDataBase",
"KalturaBulkServiceFilterData"
],
"type": "string"
}
},
"title": "KalturaBulkServiceData",
"type": "object",
"x-abstract": true
},
"KalturaBulkServiceFilterData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkServiceFilterDataBase"
}
],
"description": "Represents the Bulk service input for filter bulk upload",
"properties": {
"templateObject": {
"$ref": "#/definitions/KalturaObjectBase"
}
},
"title": "KalturaBulkServiceFilterData",
"type": "object"
},
"KalturaBulkServiceFilterDataBase": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkServiceData"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBulkServiceFilterDataBase"
},
{
"$ref": "#/definitions/KalturaBulkServiceFilterData"
}
],
"description": "Represents the Bulk service input for filter bulk upload",
"discriminator": "objectType",
"properties": {
"filter": {
"$ref": "#/definitions/KalturaFilter"
},
"objectType": {
"enum": [
"KalturaBulkServiceFilterDataBase",
"KalturaBulkServiceFilterData"
],
"type": "string"
}
},
"title": "KalturaBulkServiceFilterDataBase",
"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"
},
"KalturaBulkUploadBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBulkUploadFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"bulkUploadObjectTypeEqual": {
"description": "Enum Type: `KalturaBulkUploadObjectType`",
"enum": [
"bulkUploadFilter.JOB",
"scheduleBulkUpload.SCHEDULE_EVENT",
"scheduleBulkUpload.SCHEDULE_RESOURCE",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
],
"type": "string",
"x-enumLabels": [
"JOB",
"SCHEDULE_EVENT",
"SCHEDULE_RESOURCE",
"ENTRY",
"CATEGORY",
"USER",
"CATEGORY_USER",
"CATEGORY_ENTRY",
"USER_ENTRY",
"VENDOR_CATALOG_ITEM"
],
"x-enumType": "KalturaBulkUploadObjectType"
},
"bulkUploadObjectTypeIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaBulkUploadFilter"
],
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaBatchJobStatus`",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
],
"type": "integer",
"x-enumLabels": [
"PENDING",
"QUEUED",
"PROCESSING",
"PROCESSED",
"MOVEFILE",
"FINISHED",
"FAILED",
"ABORTED",
"ALMOST_DONE",
"RETRY",
"FATAL",
"DONT_PROCESS",
"FINISHED_PARTIALLY",
"SUSPEND",
"SUSPEND_ALMOST_DONE"
],
"x-enumType": "KalturaBatchJobStatus"
},
"statusIn": {
"type": "string"
},
"uploadedOnEqual": {
"type": "integer"
},
"uploadedOnGreaterThanOrEqual": {
"type": "integer"
},
"uploadedOnLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaBulkUploadBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaBulkUploadCategoryData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadObjectData"
}
],
"description": "This class represents object-specific data passed to the \n bulk upload job.",
"properties": {},
"title": "KalturaBulkUploadCategoryData",
"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"
},
"KalturaBulkUploadCategoryUserData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadObjectData"
}
],
"description": "This class represents object-specific data passed to the \n bulk upload job.",
"properties": {},
"title": "KalturaBulkUploadCategoryUserData",
"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`\n\nEnum Type: `KalturaBulkUploadCsvVersion`\n\nThe 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"
},
"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"
},
"KalturaBulkUploadFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaBulkUploadOrderBy"
}
},
"title": "KalturaBulkUploadFilter",
"type": "object"
},
"KalturaBulkUploadFilterJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadJobData"
}
],
"description": "Represents the Bulk upload job data for filter bulk upload",
"properties": {
"filter": {
"$ref": "#/definitions/KalturaFilter"
},
"templateObject": {
"$ref": "#/definitions/KalturaObjectBase"
}
},
"title": "KalturaBulkUploadFilterJobData",
"type": "object"
},
"KalturaBulkUploadICalJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadScheduleEventJobData"
}
],
"description": "Represents the Bulk upload job data for iCal bulk upload",
"properties": {
"eventsType": {
"description": "Enum Type: `KalturaScheduleEventType`\n\nThe 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"
},
"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`\n\nEnum Type: `KalturaBulkUploadObjectType`\n\nType 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`\n\nSelected 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`\n\nThe bulk upload file path",
"readOnly": true,
"type": "string"
},
"numOfEntries": {
"description": "`readOnly`\n\nNumber of created entries",
"readOnly": true,
"type": "integer"
},
"numOfErrorObjects": {
"description": "Number of objects that finished on error status",
"type": "integer"
},
"numOfObjects": {
"description": "`readOnly`\n\nNumber 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`\n\nCreated by the API",
"readOnly": true,
"type": "string"
},
"resultsFileUrl": {
"description": "`readOnly`\n\nCreated by the API",
"readOnly": true,
"type": "string"
},
"type": {
"description": "`readOnly`\n\nEnum Type: `KalturaBulkUploadType`\n\nType 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`\n\nThe screen name of the user",
"readOnly": true,
"type": "string"
},
"userId": {
"description": "`readOnly`",
"readOnly": true,
"type": "string"
}
},
"title": "KalturaBulkUploadJobData",
"type": "object"
},
"KalturaBulkUploadListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBulkUpload"
},
"type": "array"
}
},
"title": "KalturaBulkUploadListResponse",
"type": "object"
},
"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
},
"KalturaBulkUploadPluginData": {
"properties": {
"field": {
"type": "string"
},
"value": {
"type": "string"
}
},
"title": "KalturaBulkUploadPluginData",
"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`\n\nThe 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"
},
"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"
},
"KalturaBulkUploadResultCategoryEntry": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadResult"
}
],
"properties": {
"categoryId": {
"type": "integer"
},
"entryId": {
"type": "string"
}
},
"title": "KalturaBulkUploadResultCategoryEntry",
"type": "object"
},
"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"
},
"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"
},
"KalturaBulkUploadResultJob": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadResult"
}
],
"properties": {
"jobObjectId": {
"description": "ID of object being processed by the job",
"type": "integer"
}
},
"title": "KalturaBulkUploadResultJob",
"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"
},
"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"
},
"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"
},
"KalturaBulkUploadResultUserEntry": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadResult"
}
],
"properties": {
"userEntryId": {
"type": "integer"
}
},
"title": "KalturaBulkUploadResultUserEntry",
"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"
},
"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`\n\nEnum Type: `KalturaBulkUploadCsvVersion`\n\nThe 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"
},
"KalturaBulkUploadScheduleEventJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadJobData"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBulkUploadICalJobData"
},
{
"$ref": "#/definitions/KalturaBulkUploadScheduleEventCsvJobData"
}
],
"description": "`abstract`\n\nRepresents 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
},
"KalturaBulkUploadUserData": {
"allOf": [
{
"$ref": "#/definitions/KalturaBulkUploadObjectData"
}
],
"description": "This class represents object-specific data passed to the \n bulk upload job.",
"properties": {},
"title": "KalturaBulkUploadUserData",
"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"
},
"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"
},
"KalturaBumper": {
"properties": {
"entryId": {
"type": "string"
},
"sources": {
"items": {
"$ref": "#/definitions/KalturaPlaybackSource"
},
"type": "array"
},
"url": {
"type": "string"
}
},
"title": "KalturaBumper",
"type": "object"
},
"KalturaBusinessProcessAbortNotificationTemplate": {
"allOf": [
{
"$ref": "#/definitions/KalturaBusinessProcessNotificationTemplate"
}
],
"properties": {},
"title": "KalturaBusinessProcessAbortNotificationTemplate",
"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
},
"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"
},
"KalturaBusinessProcessCase": {
"properties": {
"activityId": {
"type": "string"
},
"businessProcessId": {
"type": "string"
},
"businessProcessStartNotificationTemplateId": {
"type": "integer"
},
"id": {
"type": "string"
},
"suspended": {
"type": "boolean"
}
},
"title": "KalturaBusinessProcessCase",
"type": "object"
},
"KalturaBusinessProcessNotificationDispatchJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaEventNotificationDispatchJobData"
}
],
"properties": {
"caseId": {
"type": "string"
},
"server": {
"$ref": "#/definitions/KalturaBusinessProcessServer"
}
},
"title": "KalturaBusinessProcessNotificationDispatchJobData",
"type": "object"
},
"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
},
"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
},
"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"
},
"KalturaBusinessProcessServer": {
"anyOf": [
{
"$ref": "#/definitions/KalturaActivitiBusinessProcessServer"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAt": {
"description": "`readOnly`\n\nServer 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`\n\nAuto generated identifier",
"readOnly": true,
"type": "integer"
},
"name": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaActivitiBusinessProcessServer"
],
"type": "string"
},
"partnerId": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"status": {
"description": "`readOnly`\n\nEnum Type: `KalturaBusinessProcessServerStatus`",
"enum": [
"1",
"2",
"3"
],
"readOnly": true,
"type": "string",
"x-enumLabels": [
"DISABLED",
"ENABLED",
"DELETED"
],
"x-enumType": "KalturaBusinessProcessServerStatus"
},
"systemName": {
"type": "string"
},
"type": {
"description": "`readOnly`\n\nEnum Type: `KalturaBusinessProcessProvider`\n\nThe 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`\n\nServer update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaBusinessProcessServer",
"type": "object",
"x-abstract": true
},
"KalturaBusinessProcessServerBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaBusinessProcessServerFilter"
},
{
"$ref": "#/definitions/KalturaActivitiBusinessProcessServerFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"dcEqOrNull": {
"type": "integer"
},
"dcEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"idNotIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaBusinessProcessServerFilter",
"KalturaActivitiBusinessProcessServerFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaBusinessProcessServerStatus`",
"enum": [
"1",
"2",
"3"
],
"type": "string",
"x-enumLabels": [
"DISABLED",
"ENABLED",
"DELETED"
],
"x-enumType": "KalturaBusinessProcessServerStatus"
},
"statusIn": {
"type": "string"
},
"statusNotEqual": {
"description": "Enum Type: `KalturaBusinessProcessServerStatus`",
"enum": [
"1",
"2",
"3"
],
"type": "string",
"x-enumLabels": [
"DISABLED",
"ENABLED",
"DELETED"
],
"x-enumType": "KalturaBusinessProcessServerStatus"
},
"statusNotIn": {
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaBusinessProcessProvider`",
"enum": [
"activitiBusinessProcessNotification.Activiti"
],
"type": "string",
"x-enumLabels": [
"ACTIVITI"
],
"x-enumType": "KalturaBusinessProcessProvider"
},
"typeIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaBusinessProcessServerBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaBusinessProcessServerListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaBusinessProcessServer"
},
"type": "array"
}
},
"title": "KalturaBusinessProcessServerListResponse",
"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"
},
"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
},
"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"
},
"KalturaBusinessProcessStartNotificationTemplate": {
"allOf": [
{
"$ref": "#/definitions/KalturaBusinessProcessNotificationTemplate"
}
],
"properties": {
"abortOnDeletion": {
"description": "Abort the process automatically if the triggering object deleted",
"type": "boolean"
}
},
"title": "KalturaBusinessProcessStartNotificationTemplate",
"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
},
"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"
},
"KalturaCEError": {
"properties": {
"browser": {
"type": "string"
},
"ceAdminEmail": {
"type": "string"
},
"data": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"description": "`readOnly`",
"readOnly": true,
"type": "string"
},
"partnerId": {
"type": "integer"
},
"phpVersion": {
"type": "string"
},
"serverIp": {
"type": "string"
},
"serverOs": {
"type": "string"
},
"type": {
"type": "string"
}
},
"title": "KalturaCEError",
"type": "object"
},
"KalturaCameraScheduleResource": {
"allOf": [
{
"$ref": "#/definitions/KalturaScheduleResource"
}
],
"properties": {
"streamUrl": {
"description": "URL of the stream",
"type": "string"
}
},
"title": "KalturaCameraScheduleResource",
"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
},
"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"
},
"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`\n\nThe Caption Params used to create this Caption Asset",
"type": "integer"
},
"displayOnPlayer": {
"description": "The Accuracy of the caption content",
"type": "boolean"
},
"format": {
"description": "`insertOnly`\n\nEnum Type: `KalturaCaptionType`\n\nThe 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`\n\nIs 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`\n\nThe 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`\n\nEnum Type: `KalturaLanguageCode`\n\nThe 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`\n\nThe parent id of the asset",
"type": "string"
},
"source": {
"description": "`insertOnly`\n\nEnum Type: `KalturaCaptionSource`\n\nThe source of the asset",
"enum": [
"0",
"1",
"2"
],
"type": "string",
"x-enumLabels": [
"UNKNOWN",
"ZOOM",
"WEBEX"
],
"x-enumType": "KalturaCaptionSource"
},
"status": {
"description": "`readOnly`\n\nEnum Type: `KalturaCaptionAssetStatus`\n\nThe 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"
},
"KalturaCaptionAssetBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaCaptionAssetFilter"
},
{
"$ref": "#/definitions/KalturaCaptionAssetItemFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"captionParamsIdEqual": {
"type": "integer"
},
"captionParamsIdIn": {
"type": "string"
},
"formatEqual": {
"description": "Enum Type: `KalturaCaptionType`",
"enum": [
"1",
"2",
"3",
"4",
"5"
],
"type": "string",
"x-enumLabels": [
"SRT",
"DFXP",
"WEBVTT",
"CAP",
"SCC"
],
"x-enumType": "KalturaCaptionType"
},
"formatIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaCaptionAssetFilter",
"KalturaCaptionAssetItemFilter"
],
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaCaptionAssetStatus`",
"enum": [
-1,
0,
2,
3,
7,
9
],
"type": "integer",
"x-enumLabels": [
"ERROR",
"QUEUED",
"READY",
"DELETED",
"IMPORTING",
"EXPORTING"
],
"x-enumType": "KalturaCaptionAssetStatus"
},
"statusIn": {
"type": "string"
},
"statusNotIn": {
"type": "string"
}
},
"title": "KalturaCaptionAssetBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaCaptionAssetItem": {
"properties": {
"asset": {
"$ref": "#/definitions/KalturaCaptionAsset"
},
"content": {
"type": "string"
},
"endTime": {
"type": "integer"
},
"entry": {
"$ref": "#/definitions/KalturaBaseEntry"
},
"startTime": {
"type": "integer"
}
},
"title": "KalturaCaptionAssetItem",
"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"
},
"KalturaCaptionAssetItemListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCaptionAssetItem"
},
"type": "array"
}
},
"title": "KalturaCaptionAssetItemListResponse",
"type": "object"
},
"KalturaCaptionAssetListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCaptionAsset"
},
"type": "array"
}
},
"title": "KalturaCaptionAssetListResponse",
"type": "object"
},
"KalturaCaptionParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaAssetParams"
}
],
"properties": {
"format": {
"description": "`insertOnly`\n\nEnum Type: `KalturaCaptionType`\n\nThe 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`\n\nIs 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`\n\nEnum Type: `KalturaLanguage`\n\nThe 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"
},
"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
},
"KalturaCaptionParamsFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaCaptionParamsBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaCaptionParamsOrderBy"
}
},
"title": "KalturaCaptionParamsFilter",
"type": "object"
},
"KalturaCaptionParamsListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCaptionParams"
},
"type": "array"
}
},
"title": "KalturaCaptionParamsListResponse",
"type": "object"
},
"KalturaCaptionPlaybackPluginData": {
"properties": {
"format": {
"type": "string"
},
"isDefault": {
"type": "boolean"
},
"label": {
"type": "string"
},
"language": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"url": {
"type": "string"
},
"webVttUrl": {
"type": "string"
}
},
"title": "KalturaCaptionPlaybackPluginData",
"type": "object"
},
"KalturaCaptureSpaceUpdateResponse": {
"properties": {
"info": {
"$ref": "#/definitions/KalturaCaptureSpaceUpdateResponseInfo"
}
},
"title": "KalturaCaptureSpaceUpdateResponse",
"type": "object"
},
"KalturaCaptureSpaceUpdateResponseInfo": {
"properties": {
"hash": {
"$ref": "#/definitions/KalturaCaptureSpaceUpdateResponseInfoHash"
},
"url": {
"type": "string"
}
},
"title": "KalturaCaptureSpaceUpdateResponseInfo",
"type": "object"
},
"KalturaCaptureSpaceUpdateResponseInfoHash": {
"properties": {
"algorithm": {
"description": "Enum Type: `KalturaCaptureSpaceHashAlgorithm`",
"enum": [
"md5",
"sha1",
"sha256",
"sha512"
],
"type": "string",
"x-enumLabels": [
"MD5",
"SHA1",
"SHA256",
"SHA512"
],
"x-enumType": "KalturaCaptureSpaceHashAlgorithm"
},
"value": {
"type": "string"
}
},
"title": "KalturaCaptureSpaceUpdateResponseInfoHash",
"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"
},
"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"
},
"KalturaCategoriesCsvJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaMappedObjectsCsvJobData"
}
],
"properties": {
"filter": {
"$ref": "#/definitions/KalturaCategoryFilter"
}
},
"title": "KalturaCategoriesCsvJobData",
"type": "object"
},
"KalturaCategory": {
"properties": {
"adminTags": {
"type": "string"
},
"aggregationCategories": {
"description": "List of aggregation channels the category belongs to",
"type": "string"
},
"appearInList": {
"description": "Enum Type: `KalturaAppearInListType`\n\nIf 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`\n\nwho can assign entries to this category",
"enum": [
1,
2
],
"type": "integer",
"x-enumLabels": [
"ALL",
"MEMBERS_WITH_CONTRIBUTION_PERMISSION"
],
"x-enumType": "KalturaContributionPolicyType"
},
"createdAt": {
"description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"defaultOrderBy": {
"description": "Enum Type: `KalturaCategoryOrderBy`\n\nEnable 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`\n\nDefault 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`\n\nNumber of entries that belong to this category directly",
"readOnly": true,
"type": "integer"
},
"directSubCategoriesCount": {
"description": "`readOnly`\n\nNumber of direct children categories",
"readOnly": true,
"type": "integer"
},
"entriesCount": {
"description": "`readOnly`\n\nNumber of entries in this Category (including child categories)",
"readOnly": true,
"type": "integer"
},
"fullIds": {
"description": "`readOnly`\n\nThe full ids of the Category",
"readOnly": true,
"type": "string"
},
"fullName": {
"description": "`readOnly`\n\nThe full name of the Category",
"readOnly": true,
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Category",
"readOnly": true,
"type": "integer"
},
"inheritanceType": {
"description": "Enum Type: `KalturaInheritanceType`\n\nIf 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`\n\nThe category id that this category inherit its members and members permission (for contribution and join)",
"readOnly": true,
"type": "integer"
},
"isAggregationCategory": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nFlag 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`\n\nNumber of active members for this category",
"readOnly": true,
"type": "integer"
},
"moderation": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nModeration 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`\n\nNunber of pending moderation entries",
"readOnly": true,
"type": "integer"
},
"pendingMembersCount": {
"description": "`readOnly`\n\nNumber of pending members for this category",
"readOnly": true,
"type": "integer"
},
"privacy": {
"description": "Enum Type: `KalturaPrivacyType`\n\ndefines 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`\n\ncomma 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`\n\nEnum Type: `KalturaCategoryStatus`\n\nStatus",
"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`\n\nUpdate date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"userJoinPolicy": {
"description": "`readOnly`\n\nEnum Type: `KalturaUserJoinPolicyType`\n\nWho 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"
},
"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
},
"KalturaCategoryEntry": {
"properties": {
"categoryFullIds": {
"description": "`readOnly`\n\nThe full ids of the Category",
"readOnly": true,
"type": "string"
},
"categoryId": {
"type": "integer"
},
"createdAt": {
"description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"creatorUserId": {
"description": "`readOnly`\n\nCategroyEntry creator puser ID",
"readOnly": true,
"type": "string"
},
"entryId": {
"description": "entry id",
"type": "string"
},
"status": {
"description": "`readOnly`\n\nEnum Type: `KalturaCategoryEntryStatus`\n\nCategroyEntry status",
"enum": [
1,
2,
3,
4
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"PENDING",
"ACTIVE",
"DELETED",
"REJECTED"
],
"x-enumType": "KalturaCategoryEntryStatus"
}
},
"title": "KalturaCategoryEntry",
"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"
},
"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
},
"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`\n\nMinimum 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`\n\nComparing 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"
},
"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"
},
"KalturaCategoryEntryListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCategoryEntry"
},
"type": "array"
}
},
"title": "KalturaCategoryEntryListResponse",
"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"
},
"KalturaCategoryIdentifier": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectIdentifier"
}
],
"properties": {
"identifier": {
"description": "Enum Type: `KalturaCategoryIdentifierField`\n\nIdentifier of the object",
"enum": [
"fullName",
"id",
"referenceId"
],
"type": "string",
"x-enumLabels": [
"FULL_NAME",
"ID",
"REFERENCE_ID"
],
"x-enumType": "KalturaCategoryIdentifierField"
}
},
"title": "KalturaCategoryIdentifier",
"type": "object"
},
"KalturaCategoryListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCategory"
},
"type": "array"
}
},
"title": "KalturaCategoryListResponse",
"type": "object"
},
"KalturaCategoryUser": {
"properties": {
"categoryFullIds": {
"description": "`readOnly`\n\nThe full ids of the Category",
"readOnly": true,
"type": "string"
},
"categoryId": {
"description": "`insertOnly`",
"type": "integer"
},
"createdAt": {
"description": "`readOnly`\n\nCategoryUser creation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"partnerId": {
"description": "`readOnly`\n\nPartner id",
"readOnly": true,
"type": "integer"
},
"permissionLevel": {
"description": "Enum Type: `KalturaCategoryUserPermissionLevel`\n\nPermission 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`\n\nEnum Type: `KalturaCategoryUserStatus`\n\nStatus",
"enum": [
1,
2,
3,
4
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"ACTIVE",
"PENDING",
"NOT_ACTIVE",
"DELETED"
],
"x-enumType": "KalturaCategoryUserStatus"
},
"updateMethod": {
"description": "Enum Type: `KalturaUpdateMethodType`\n\nUpdate 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`\n\nCategoryUser update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"userId": {
"description": "`insertOnly`\n\nUser id",
"type": "string"
}
},
"title": "KalturaCategoryUser",
"type": "object"
},
"KalturaCategoryUserAdvancedFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchItem"
}
],
"properties": {
"memberIdEq": {
"type": "string"
},
"memberIdIn": {
"type": "string"
},
"memberPermissionsMatchAnd": {
"type": "string"
},
"memberPermissionsMatchOr": {
"type": "string"
}
},
"title": "KalturaCategoryUserAdvancedFilter",
"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
},
"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"
},
"KalturaCategoryUserListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCategoryUser"
},
"type": "array"
}
},
"title": "KalturaCategoryUserListResponse",
"type": "object"
},
"KalturaCategoryUserProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"permissionNamesMatchAnd": {
"type": "string"
},
"permissionNamesMatchOr": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaCategoryUserStatus`",
"enum": [
1,
2,
3,
4
],
"type": "integer",
"x-enumLabels": [
"ACTIVE",
"PENDING",
"NOT_ACTIVE",
"DELETED"
],
"x-enumType": "KalturaCategoryUserStatus"
},
"statusIn": {
"type": "string"
},
"updateMethodEqual": {
"description": "Enum Type: `KalturaUpdateMethodType`",
"enum": [
0,
1
],
"type": "integer",
"x-enumLabels": [
"MANUAL",
"AUTOMATIC"
],
"x-enumType": "KalturaUpdateMethodType"
},
"updateMethodIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
},
"userIdEqual": {
"type": "string"
},
"userIdIn": {
"type": "string"
}
},
"title": "KalturaCategoryUserProviderFilter",
"type": "object"
},
"KalturaCielo24JobProviderData": {
"allOf": [
{
"$ref": "#/definitions/KalturaIntegrationJobProviderData"
}
],
"properties": {
"additionalParameters": {
"description": "additional parameters to send to Cielo24",
"type": "string"
},
"baseUrl": {
"description": "`readOnly`\n\nBase 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`\n\nApi 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`\n\nTranscript 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`\n\nApi key for service provider",
"readOnly": true,
"type": "string"
}
},
"title": "KalturaCielo24JobProviderData",
"type": "object"
},
"KalturaClientConfiguration": {
"description": "Define client optional configurations\n /",
"properties": {
"apiVersion": {
"type": "string"
},
"clientTag": {
"type": "string"
}
},
"title": "KalturaClientConfiguration",
"type": "object"
},
"KalturaClientNotification": {
"description": "Client notification object to hold the notification url and the data when sending client side notifications",
"properties": {
"data": {
"description": "The serialized notification data to send",
"type": "string"
},
"url": {
"description": "The URL where the notification should be sent to",
"type": "string"
}
},
"title": "KalturaClientNotification",
"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"
},
"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"
},
"KalturaClipDescription": {
"properties": {
"duration": {
"type": "integer"
},
"offsetInDestination": {
"type": "integer"
},
"sourceEntryId": {
"type": "string"
},
"startTime": {
"type": "integer"
}
},
"title": "KalturaClipDescription",
"type": "object"
},
"KalturaClippingTaskEntryServerNode": {
"allOf": [
{
"$ref": "#/definitions/KalturaTaskEntryServerNode"
}
],
"properties": {
"clipAttributes": {
"$ref": "#/definitions/KalturaClipAttributes"
},
"clippedEntryId": {
"type": "string"
},
"liveEntryId": {
"type": "string"
}
},
"title": "KalturaClippingTaskEntryServerNode",
"type": "object"
},
"KalturaCodeCuePoint": {
"allOf": [
{
"$ref": "#/definitions/KalturaCuePoint"
}
],
"properties": {
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"duration": {
"description": "`readOnly`\n\nDuration in milliseconds",
"readOnly": true,
"type": "integer"
},
"endTime": {
"type": "integer"
}
},
"title": "KalturaCodeCuePoint",
"type": "object"
},
"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
},
"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"
},
"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"
},
"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
},
"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"
},
"KalturaComcastMrssDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaComcastMrssDistributionProvider",
"type": "object"
},
"KalturaComcastMrssDistributionProviderBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProviderFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaComcastMrssDistributionProviderFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaComcastMrssDistributionProviderFilter"
],
"type": "string"
}
},
"title": "KalturaComcastMrssDistributionProviderBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaComcastMrssDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaComcastMrssDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaComcastMrssDistributionProviderOrderBy"
}
},
"title": "KalturaComcastMrssDistributionProviderFilter",
"type": "object"
},
"KalturaCompareCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaCompareMetadataCondition"
},
{
"$ref": "#/definitions/KalturaFieldCompareCondition"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"comparison": {
"description": "Enum Type: `KalturaSearchConditionComparison`\n\nComparing 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
},
"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\n\n1. Slashed xPath, e.g. /metadata/myElementName\n\n2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName']\n\n3. Using only the field name, e.g. myElementName, it will be searched as //myElementName",
"type": "string"
}
},
"title": "KalturaCompareMetadataCondition",
"type": "object"
},
"KalturaConcatAttributes": {
"allOf": [
{
"$ref": "#/definitions/KalturaOperationAttributes"
}
],
"description": "Concat operation attributes",
"properties": {
"resource": {
"$ref": "#/definitions/KalturaDataCenterContentResource"
}
},
"title": "KalturaConcatAttributes",
"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"
},
"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`\n\nEnum Type: `KalturaConditionType`\n\nThe 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
},
"KalturaConfMaps": {
"properties": {
"changeDescription": {
"type": "string"
},
"content": {
"description": "Ini file content",
"type": "string"
},
"createdAt": {
"description": "`readOnly`\n\nTime of the last update",
"readOnly": true,
"type": "integer"
},
"isEditable": {
"description": "`readOnly`\n\nIsEditable - true / false",
"readOnly": true,
"type": "boolean"
},
"name": {
"description": "`insertOnly`\n\nName 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`\n\nEnum Type: `KalturaConfMapsSourceLocation`",
"enum": [
"FileSystem",
"database"
],
"type": "string",
"x-enumLabels": [
"FS",
"DB"
],
"x-enumType": "KalturaConfMapsSourceLocation"
},
"status": {
"description": "Enum Type: `KalturaConfMapsStatus`\n\nmap 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"
},
"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
},
"KalturaConfMapsFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaConfMapsBaseFilter"
}
],
"properties": {},
"title": "KalturaConfMapsFilter",
"type": "object"
},
"KalturaConfMapsListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaConfMaps"
},
"type": "array"
}
},
"title": "KalturaConfMapsListResponse",
"type": "object"
},
"KalturaConferenceEntryServerNode": {
"allOf": [
{
"$ref": "#/definitions/KalturaEntryServerNode"
}
],
"properties": {
"confRoomStatus": {
"description": "`readOnly`\n\nEnum 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"
},
"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
},
"KalturaConferenceEntryServerNodeFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaConferenceEntryServerNodeBaseFilter"
}
],
"properties": {},
"title": "KalturaConferenceEntryServerNodeFilter",
"type": "object"
},
"KalturaConferenceServerNode": {
"allOf": [
{
"$ref": "#/definitions/KalturaServerNode"
}
],
"properties": {
"serviceBaseUrl": {
"type": "string"
}
},
"title": "KalturaConferenceServerNode",
"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
},
"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"
},
"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
},
"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
},
"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
},
"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"
},
"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
},
"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"
},
"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`\n\nIs 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
},
"KalturaContext": {
"anyOf": [
{
"$ref": "#/definitions/KalturaEntryContext"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaEntryContext"
],
"type": "string"
}
},
"title": "KalturaContext",
"type": "object",
"x-abstract": true
},
"KalturaContextDataResult": {
"anyOf": [
{
"$ref": "#/definitions/KalturaContextDataResult"
},
{
"$ref": "#/definitions/KalturaEntryContextDataResult"
}
],
"discriminator": "objectType",
"properties": {
"actions": {
"items": {
"$ref": "#/definitions/KalturaRuleAction"
},
"type": "array"
},
"messages": {
"items": {
"$ref": "#/definitions/KalturaString"
},
"type": "array"
},
"objectType": {
"enum": [
"KalturaContextDataResult",
"KalturaEntryContextDataResult"
],
"type": "string"
}
},
"title": "KalturaContextDataResult",
"type": "object"
},
"KalturaContextTypeHolder": {
"anyOf": [
{
"$ref": "#/definitions/KalturaContextTypeHolder"
},
{
"$ref": "#/definitions/KalturaAccessControlContextTypeHolder"
}
],
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaContextTypeHolder",
"KalturaAccessControlContextTypeHolder"
],
"type": "string"
},
"type": {
"description": "Enum Type: `KalturaContextType`\n\nThe 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"
},
"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`\n\nCreation 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`\n\nThe 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`\n\nThe command status",
"enum": [
1,
2,
3,
4
],
"type": "integer",
"x-enumLabels": [
"PENDING",
"HANDLED",
"DONE",
"FAILED"
],
"x-enumType": "KalturaControlPanelCommandStatus"
},
"targetType": {
"description": "Enum Type: `KalturaControlPanelCommandTargetType`\n\nThe 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`\n\nThe command type - stop / start / config",
"enum": [
4
],
"type": "integer",
"x-enumLabels": [
"KILL"
],
"x-enumType": "KalturaControlPanelCommandType"
},
"updatedAt": {
"description": "`readOnly`\n\nUpdate 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"
},
"KalturaControlPanelCommandBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaControlPanelCommandFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"createdByIdEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaControlPanelCommandFilter"
],
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaControlPanelCommandStatus`",
"enum": [
1,
2,
3,
4
],
"type": "integer",
"x-enumLabels": [
"PENDING",
"HANDLED",
"DONE",
"FAILED"
],
"x-enumType": "KalturaControlPanelCommandStatus"
},
"statusIn": {
"type": "string"
},
"targetTypeEqual": {
"description": "Enum Type: `KalturaControlPanelCommandTargetType`",
"enum": [
1,
2,
3,
4,
5
],
"type": "integer",
"x-enumLabels": [
"DATA_CENTER",
"SCHEDULER",
"JOB_TYPE",
"JOB",
"BATCH"
],
"x-enumType": "KalturaControlPanelCommandTargetType"
},
"targetTypeIn": {
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaControlPanelCommandType`",
"enum": [
4
],
"type": "integer",
"x-enumLabels": [
"KILL"
],
"x-enumType": "KalturaControlPanelCommandType"
},
"typeIn": {
"type": "string"
}
},
"title": "KalturaControlPanelCommandBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaControlPanelCommandListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaControlPanelCommand"
},
"type": "array"
}
},
"title": "KalturaControlPanelCommandListResponse",
"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"
},
"KalturaConversionAttribute": {
"properties": {
"flavorParamsId": {
"description": "The id of the flavor params, set to null for source flavor",
"type": "integer"
},
"name": {
"description": "Attribute name",
"type": "string"
},
"value": {
"description": "Attribute value",
"type": "string"
}
},
"title": "KalturaConversionAttribute",
"type": "object"
},
"KalturaConversionProfile": {
"properties": {
"calculateComplexity": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nShould 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,\n\nlike 'mbr' or 'ism'",
"type": "string"
},
"conditionalProfiles": {
"description": "JSON string with array of \"condition,profile-id\" pairs.",
"type": "string"
},
"createdAt": {
"description": "`readOnly`\n\nCreation 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`\n\nThe id of the Conversion Profile",
"readOnly": true,
"type": "integer"
},
"isDefault": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nIndicates 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`\n\nIndicates 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`\n\nMedia 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`\n\nEnum 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"
},
"KalturaConversionProfileAssetParams": {
"properties": {
"assetParamsId": {
"description": "`readOnly`\n\nThe id of the asset params",
"readOnly": true,
"type": "integer"
},
"chunkedEncodeMode": {
"type": "integer"
},
"contentAwareness": {
"type": "number"
},
"conversionProfileId": {
"description": "`readOnly`\n\nThe id of the conversion profile",
"readOnly": true,
"type": "integer"
},
"deletePolicy": {
"description": "Enum Type: `KalturaAssetParamsDeletePolicy`\n\nSpecifies 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`\n\nStarts 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`\n\nThe 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`\n\nThe 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"
},
"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
},
"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"
},
"KalturaConversionProfileAssetParamsListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaConversionProfileAssetParams"
},
"type": "array"
}
},
"title": "KalturaConversionProfileAssetParamsListResponse",
"type": "object"
},
"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
},
"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"
},
"KalturaConversionProfileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaConversionProfile"
},
"type": "array"
}
},
"title": "KalturaConversionProfileListResponse",
"type": "object"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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`\n\nPrimary 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"
},
"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"
},
"KalturaCoordinate": {
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"name": {
"type": "string"
}
},
"title": "KalturaCoordinate",
"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`\n\nThe 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"
},
"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"
},
"KalturaCopyJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaJobData"
}
],
"properties": {
"filter": {
"$ref": "#/definitions/KalturaFilter"
},
"lastCopyId": {
"description": "Indicates the last id that copied, used when the batch crached, to re-run from the last crash point.",
"type": "integer"
},
"templateObject": {
"$ref": "#/definitions/KalturaObjectBase"
}
},
"title": "KalturaCopyJobData",
"type": "object"
},
"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"
},
"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"
},
"KalturaCortexApiDistributionJobProviderData": {
"allOf": [
{
"$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData"
}
],
"properties": {
"captionsInfo": {
"items": {
"$ref": "#/definitions/KalturaCortexApiCaptionDistributionInfo"
},
"type": "array"
},
"thumbAssetFilePath": {
"type": "string"
},
"videoAssetFilePath": {
"type": "string"
}
},
"title": "KalturaCortexApiDistributionJobProviderData",
"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"
},
"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
},
"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"
},
"KalturaCortexApiDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaCortexApiDistributionProvider",
"type": "object"
},
"KalturaCortexApiDistributionProviderBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProviderFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaCortexApiDistributionProviderFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaCortexApiDistributionProviderFilter"
],
"type": "string"
}
},
"title": "KalturaCortexApiDistributionProviderBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaCortexApiDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaCortexApiDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaCortexApiDistributionProviderOrderBy"
}
},
"title": "KalturaCortexApiDistributionProviderFilter",
"type": "object"
},
"KalturaCountryCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaMatchCondition"
}
],
"properties": {
"geoCoderType": {
"description": "Enum Type: `KalturaGeoCoderType`\n\nThe 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"
},
"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`\n\nThe 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"
},
"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`\n\nCountry 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"
},
"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"
},
"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"
},
"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"
},
"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
},
"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"
},
"KalturaCrossKalturaDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaCrossKalturaDistributionProvider",
"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
},
"KalturaCrossKalturaDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaCrossKalturaDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaCrossKalturaDistributionProviderOrderBy"
}
},
"title": "KalturaCrossKalturaDistributionProviderFilter",
"type": "object"
},
"KalturaCsvAdditionalFieldInfo": {
"properties": {
"fieldName": {
"type": "string"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaCsvAdditionalFieldInfo",
"type": "object"
},
"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`\n\nEnum 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`\n\nEnum 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
},
"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
},
"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"
},
"KalturaCuePointListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaCuePoint"
},
"type": "array"
}
},
"title": "KalturaCuePointListResponse",
"type": "object"
},
"KalturaDailymotionDistributionCaptionInfo": {
"properties": {
"action": {
"description": "Enum Type: `KalturaDailymotionDistributionCaptionAction`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"UPDATE_ACTION",
"SUBMIT_ACTION",
"DELETE_ACTION"
],
"x-enumType": "KalturaDailymotionDistributionCaptionAction"
},
"assetId": {
"type": "string"
},
"filePath": {
"type": "string"
},
"format": {
"description": "Enum Type: `KalturaDailymotionDistributionCaptionFormat`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"SRT",
"STL",
"TT"
],
"x-enumType": "KalturaDailymotionDistributionCaptionFormat"
},
"language": {
"type": "string"
},
"remoteId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"title": "KalturaDailymotionDistributionCaptionInfo",
"type": "object"
},
"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"
},
"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"
},
"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
},
"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"
},
"KalturaDailymotionDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaDailymotionDistributionProvider",
"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
},
"KalturaDailymotionDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDailymotionDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaDailymotionDistributionProviderOrderBy"
}
},
"title": "KalturaDailymotionDistributionProviderFilter",
"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
},
"KalturaDataEntry": {
"allOf": [
{
"$ref": "#/definitions/KalturaBaseEntry"
}
],
"properties": {
"dataContent": {
"description": "The data of the entry",
"type": "string"
},
"retrieveDataContentByGet": {
"description": "`insertOnly`\n\nindicator whether to return the object for get action with the dataContent field.",
"type": "boolean"
}
},
"title": "KalturaDataEntry",
"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
},
"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"
},
"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"
},
"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"
},
"KalturaDataListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDataEntry"
},
"type": "array"
}
},
"title": "KalturaDataListResponse",
"type": "object"
},
"KalturaDeleteEntryFlavorsObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {
"deleteType": {
"description": "Enum Type: `KalturaDeleteFlavorsLogicType`\n\nThe 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"
},
"KalturaDeleteEntryObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {},
"title": "KalturaDeleteEntryObjectTask",
"type": "object"
},
"KalturaDeleteFileJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaJobData"
}
],
"properties": {
"localFileSyncPath": {
"type": "string"
}
},
"title": "KalturaDeleteFileJobData",
"type": "object"
},
"KalturaDeleteJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaJobData"
}
],
"properties": {
"filter": {
"$ref": "#/definitions/KalturaFilter"
}
},
"title": "KalturaDeleteJobData",
"type": "object"
},
"KalturaDeleteLocalContentObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {},
"title": "KalturaDeleteLocalContentObjectTask",
"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`\n\nCreation 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`\n\nthe host part of the url",
"readOnly": true,
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Delivery",
"readOnly": true,
"type": "integer"
},
"isDefault": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`\n\nTrue 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`\n\nthe 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"
},
"systemName": {
"description": "System name of the delivery",
"type": "string"
},
"tokenizer": {
"$ref": "#/definitions/KalturaUrlTokenizer"
},
"type": {
"description": "Enum Type: `KalturaDeliveryProfileType`\n\nDelivery 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`\n\nUpdate time as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"url": {
"type": "string"
}
},
"title": "KalturaDeliveryProfile",
"type": "object"
},
"KalturaDeliveryProfileAkamaiAppleHttpManifest": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"supportClipping": {
"description": "Should we use timing parameters - clipTo / seekFrom",
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileAkamaiAppleHttpManifest",
"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
},
"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"
},
"KalturaDeliveryProfileAkamaiHds": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"supportClipping": {
"description": "Should we use timing parameters - clipTo / seekFrom",
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileAkamaiHds",
"type": "object"
},
"KalturaDeliveryProfileAkamaiHdsBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHdsFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaDeliveryProfileAkamaiHdsFilter"
],
"type": "string"
}
},
"title": "KalturaDeliveryProfileAkamaiHdsBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDeliveryProfileAkamaiHttp": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileHttp"
}
],
"properties": {
"useIntelliseek": {
"description": "Should we use intelliseek",
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileAkamaiHttp",
"type": "object"
},
"KalturaDeliveryProfileAkamaiHttpBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHttpFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaDeliveryProfileAkamaiHttpFilter"
],
"type": "string"
}
},
"title": "KalturaDeliveryProfileAkamaiHttpBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDeliveryProfileBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHdsFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericHdsFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericSilverLightFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileRtmpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericRtmpFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDeliveryProfileFilter",
"KalturaDeliveryProfileAkamaiAppleHttpManifestFilter",
"KalturaDeliveryProfileAkamaiHdsFilter",
"KalturaDeliveryProfileAkamaiHttpFilter",
"KalturaDeliveryProfileGenericAppleHttpFilter",
"KalturaDeliveryProfileGenericHdsFilter",
"KalturaDeliveryProfileGenericHttpFilter",
"KalturaDeliveryProfileGenericSilverLightFilter",
"KalturaDeliveryProfileLiveAppleHttpFilter",
"KalturaDeliveryProfileRtmpFilter",
"KalturaDeliveryProfileGenericRtmpFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDeliveryStatus`",
"enum": [
0,
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"ACTIVE",
"DELETED",
"STAGING_IN",
"STAGING_OUT"
],
"x-enumType": "KalturaDeliveryStatus"
},
"statusIn": {
"type": "string"
},
"streamerTypeEqual": {
"description": "Enum Type: `KalturaPlaybackProtocol`",
"enum": [
"applehttp",
"applehttp_to_mc",
"auto",
"download",
"hdnetwork",
"hdnetworkmanifest",
"hds",
"hls",
"http",
"mpegdash",
"multicast_silverlight",
"rtmp",
"rtsp",
"sl",
"url"
],
"type": "string",
"x-enumLabels": [
"APPLE_HTTP",
"APPLE_HTTP_TO_MC",
"AUTO",
"DOWNLOAD",
"AKAMAI_HD",
"AKAMAI_HDS",
"HDS",
"HLS",
"HTTP",
"MPEG_DASH",
"MULTICAST_SL",
"RTMP",
"RTSP",
"SILVER_LIGHT",
"URL"
],
"x-enumType": "KalturaPlaybackProtocol"
},
"systemNameEqual": {
"type": "string"
},
"systemNameIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaDeliveryProfileBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaDeliveryProfileCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"deliveryProfileIds": {
"items": {
"$ref": "#/definitions/KalturaIntegerValue"
},
"type": "array"
}
},
"title": "KalturaDeliveryProfileCondition",
"type": "object"
},
"KalturaDeliveryProfileFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileBaseFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHdsFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileAkamaiHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericHdsFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericSilverLightFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileRtmpFilter"
},
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericRtmpFilter"
}
],
"discriminator": "objectType",
"properties": {
"isLive": {
"description": "Enum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"objectType": {
"enum": [
"KalturaDeliveryProfileFilter",
"KalturaDeliveryProfileAkamaiAppleHttpManifestFilter",
"KalturaDeliveryProfileAkamaiHdsFilter",
"KalturaDeliveryProfileAkamaiHttpFilter",
"KalturaDeliveryProfileGenericAppleHttpFilter",
"KalturaDeliveryProfileGenericHdsFilter",
"KalturaDeliveryProfileGenericHttpFilter",
"KalturaDeliveryProfileGenericSilverLightFilter",
"KalturaDeliveryProfileLiveAppleHttpFilter",
"KalturaDeliveryProfileRtmpFilter",
"KalturaDeliveryProfileGenericRtmpFilter"
],
"type": "string"
},
"orderBy": {
"enum": [
"+createdAt",
"+updatedAt",
"-createdAt",
"-updatedAt"
],
"type": "string",
"x-enumLabels": [
"CREATED_AT_ASC",
"UPDATED_AT_ASC",
"CREATED_AT_DESC",
"UPDATED_AT_DESC"
],
"x-enumType": "KalturaDeliveryProfileOrderBy"
}
},
"title": "KalturaDeliveryProfileFilter",
"type": "object"
},
"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"
},
"KalturaDeliveryProfileGenericAppleHttp": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"manifestRedirect": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nEnable 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"
},
"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
},
"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"
},
"KalturaDeliveryProfileGenericHds": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"pattern": {
"type": "string"
},
"rendererClass": {
"description": "rendererClass",
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericHds",
"type": "object"
},
"KalturaDeliveryProfileGenericHdsBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericHdsFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaDeliveryProfileGenericHdsFilter"
],
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericHdsBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDeliveryProfileGenericHttp": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileHttp"
}
],
"properties": {
"pattern": {
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericHttp",
"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
},
"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"
},
"KalturaDeliveryProfileGenericRtmp": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileRtmp"
}
],
"properties": {
"pattern": {
"type": "string"
},
"rendererClass": {
"description": "rendererClass",
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericRtmp",
"type": "object"
},
"KalturaDeliveryProfileGenericRtmpBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileRtmpFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileGenericRtmpFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaDeliveryProfileGenericRtmpFilter"
],
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericRtmpBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDeliveryProfileGenericSilverLight": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"pattern": {
"type": "string"
}
},
"title": "KalturaDeliveryProfileGenericSilverLight",
"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
},
"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"
},
"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"
},
"KalturaDeliveryProfileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDeliveryProfile"
},
"type": "array"
}
},
"title": "KalturaDeliveryProfileListResponse",
"type": "object"
},
"KalturaDeliveryProfileLiveAppleHttp": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfile"
}
],
"properties": {
"disableExtraAttributes": {
"type": "boolean"
},
"forceProxy": {
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileLiveAppleHttp",
"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
},
"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"
},
"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"
},
"KalturaDeliveryProfileLivePackagerHls": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileLivePackager"
}
],
"properties": {
"disableExtraAttributes": {
"type": "boolean"
},
"forceProxy": {
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileLivePackagerHls",
"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"
},
"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
},
"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"
},
"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"
},
"KalturaDeliveryProfileVodPackagerHls": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryProfileVodPackagerPlayServer"
}
],
"properties": {
"allowFairplayOffline": {
"type": "boolean"
}
},
"title": "KalturaDeliveryProfileVodPackagerHls",
"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"
},
"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
},
"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
},
"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"
},
"KalturaDestFileSyncDescriptor": {
"allOf": [
{
"$ref": "#/definitions/KalturaFileSyncDescriptor"
}
],
"properties": {},
"title": "KalturaDestFileSyncDescriptor",
"type": "object"
},
"KalturaDetachedResponseProfile": {
"allOf": [
{
"$ref": "#/definitions/KalturaBaseResponseProfile"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDetachedResponseProfile"
},
{
"$ref": "#/definitions/KalturaResponseProfile"
}
],
"discriminator": "objectType",
"properties": {
"fields": {
"description": "Comma separated fields list to be included or excluded",
"type": "string"
},
"filter": {
"$ref": "#/definitions/KalturaRelatedFilter"
},
"mappings": {
"items": {
"$ref": "#/definitions/KalturaResponseProfileMapping"
},
"type": "array"
},
"name": {
"description": "Friendly name",
"type": "string"
},
"objectType": {
"enum": [
"KalturaDetachedResponseProfile",
"KalturaResponseProfile"
],
"type": "string"
},
"pager": {
"$ref": "#/definitions/KalturaFilterPager"
},
"relatedProfiles": {
"items": {
"$ref": "#/definitions/KalturaDetachedResponseProfile"
},
"type": "array"
},
"type": {
"description": "Enum Type: `KalturaResponseProfileType`",
"enum": [
1,
2
],
"type": "integer",
"x-enumLabels": [
"INCLUDE_FIELDS",
"EXCLUDE_FIELDS"
],
"x-enumType": "KalturaResponseProfileType"
}
},
"title": "KalturaDetachedResponseProfile",
"type": "object"
},
"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"
},
"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"
},
"KalturaDirectoryRestriction": {
"allOf": [
{
"$ref": "#/definitions/KalturaBaseRestriction"
}
],
"properties": {
"directoryRestrictionType": {
"description": "Enum Type: `KalturaDirectoryRestrictionType`\n\nKaltura directory restriction type",
"enum": [
0,
1
],
"type": "integer",
"x-enumLabels": [
"DONT_DISPLAY",
"DISPLAY_WITH_LINK"
],
"x-enumType": "KalturaDirectoryRestrictionType"
}
},
"title": "KalturaDirectoryRestriction",
"type": "object"
},
"KalturaDispatchEventNotificationObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {
"eventNotificationTemplateId": {
"description": "The event notification template id to dispatch",
"type": "integer"
}
},
"title": "KalturaDispatchEventNotificationObjectTask",
"type": "object"
},
"KalturaDistributeObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {
"distributionProfileId": {
"description": "Distribution profile id",
"type": "string"
}
},
"title": "KalturaDistributeObjectTask",
"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"
},
"KalturaDistributionDisableJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionUpdateJobData"
}
],
"properties": {},
"title": "KalturaDistributionDisableJobData",
"type": "object"
},
"KalturaDistributionEnableJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionUpdateJobData"
}
],
"properties": {},
"title": "KalturaDistributionEnableJobData",
"type": "object"
},
"KalturaDistributionFetchReportJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionJobData"
}
],
"properties": {
"plays": {
"type": "integer"
},
"views": {
"type": "integer"
}
},
"title": "KalturaDistributionFetchReportJobData",
"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`\n\nIs this field config is the default for the distribution provider?",
"readOnly": true,
"type": "boolean"
},
"isRequired": {
"description": "Enum Type: `KalturaDistributionFieldRequiredStatus`\n\nIs 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"
},
"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"
},
"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
},
"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`\n\nProfile 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`\n\nThe event that trigger the automatic distribute",
"enum": [
1,
2
],
"type": "integer",
"x-enumLabels": [
"ENTRY_READY",
"MODERATION_APPROVED"
],
"x-enumType": "KalturaDistributeTrigger"
},
"id": {
"description": "`readOnly`\n\nAuto 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`\n\nEnum 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`\n\nProfile last update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaDistributionProfile",
"type": "object",
"x-abstract": true
},
"KalturaDistributionProfileBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaAttUverseDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaAvnDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaComcastMrssDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaCortexApiDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaCrossKalturaDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaDailymotionDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaDoubleClickDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaFacebookDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaFreewheelGenericDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaFtpDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaHuluDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaIdeticDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaMetroPcsDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaMsnDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaNdnDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaQuickPlayDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaSynacorHboDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaTVComDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaTimeWarnerDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaTvinciDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaUnicornDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaUverseClickToOrderDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaUverseDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaVerizonVcastDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaYahooDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaYouTubeDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaYoutubeApiDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaFreewheelDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaGenericDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaPodcastDistributionProfileFilter"
},
{
"$ref": "#/definitions/KalturaSyndicationDistributionProfileFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDistributionProfileFilter",
"KalturaConfigurableDistributionProfileFilter",
"KalturaAttUverseDistributionProfileFilter",
"KalturaAvnDistributionProfileFilter",
"KalturaComcastMrssDistributionProfileFilter",
"KalturaCortexApiDistributionProfileFilter",
"KalturaCrossKalturaDistributionProfileFilter",
"KalturaDailymotionDistributionProfileFilter",
"KalturaDoubleClickDistributionProfileFilter",
"KalturaFacebookDistributionProfileFilter",
"KalturaFreewheelGenericDistributionProfileFilter",
"KalturaFtpDistributionProfileFilter",
"KalturaHuluDistributionProfileFilter",
"KalturaIdeticDistributionProfileFilter",
"KalturaMetroPcsDistributionProfileFilter",
"KalturaMsnDistributionProfileFilter",
"KalturaNdnDistributionProfileFilter",
"KalturaQuickPlayDistributionProfileFilter",
"KalturaSynacorHboDistributionProfileFilter",
"KalturaTVComDistributionProfileFilter",
"KalturaTimeWarnerDistributionProfileFilter",
"KalturaTvinciDistributionProfileFilter",
"KalturaUnicornDistributionProfileFilter",
"KalturaUverseClickToOrderDistributionProfileFilter",
"KalturaUverseDistributionProfileFilter",
"KalturaVerizonVcastDistributionProfileFilter",
"KalturaYahooDistributionProfileFilter",
"KalturaYouTubeDistributionProfileFilter",
"KalturaYoutubeApiDistributionProfileFilter",
"KalturaFreewheelDistributionProfileFilter",
"KalturaGenericDistributionProfileFilter",
"KalturaPodcastDistributionProfileFilter",
"KalturaSyndicationDistributionProfileFilter"
],
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDistributionProfileStatus`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ENABLED",
"DELETED"
],
"x-enumType": "KalturaDistributionProfileStatus"
},
"statusIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaDistributionProfileBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDistributionProfileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDistributionProfile"
},
"type": "array"
}
},
"title": "KalturaDistributionProfileListResponse",
"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`\n\nEnum 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
},
"KalturaDistributionProviderBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaAttUverseDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaAvnDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaComcastMrssDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaCortexApiDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaCrossKalturaDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaDailymotionDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaDoubleClickDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaFacebookDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaFreewheelDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaFreewheelGenericDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaFtpDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaFtpScheduledDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaGenericDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaHuluDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaIdeticDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaMetroPcsDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaMsnDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaNdnDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaPodcastDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaQuickPlayDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaSynacorHboDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaSyndicationDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaTVComDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaTimeWarnerDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaTvinciDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaUnicornDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaUverseClickToOrderDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaUverseDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaVerizonVcastDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaYahooDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaYouTubeDistributionProviderFilter"
},
{
"$ref": "#/definitions/KalturaYoutubeApiDistributionProviderFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaDistributionProviderFilter",
"KalturaAttUverseDistributionProviderFilter",
"KalturaAvnDistributionProviderFilter",
"KalturaComcastMrssDistributionProviderFilter",
"KalturaCortexApiDistributionProviderFilter",
"KalturaCrossKalturaDistributionProviderFilter",
"KalturaDailymotionDistributionProviderFilter",
"KalturaDoubleClickDistributionProviderFilter",
"KalturaFacebookDistributionProviderFilter",
"KalturaFreewheelDistributionProviderFilter",
"KalturaFreewheelGenericDistributionProviderFilter",
"KalturaFtpDistributionProviderFilter",
"KalturaFtpScheduledDistributionProviderFilter",
"KalturaGenericDistributionProviderFilter",
"KalturaHuluDistributionProviderFilter",
"KalturaIdeticDistributionProviderFilter",
"KalturaMetroPcsDistributionProviderFilter",
"KalturaMsnDistributionProviderFilter",
"KalturaNdnDistributionProviderFilter",
"KalturaPodcastDistributionProviderFilter",
"KalturaQuickPlayDistributionProviderFilter",
"KalturaSynacorHboDistributionProviderFilter",
"KalturaSyndicationDistributionProviderFilter",
"KalturaTVComDistributionProviderFilter",
"KalturaTimeWarnerDistributionProviderFilter",
"KalturaTvinciDistributionProviderFilter",
"KalturaUnicornDistributionProviderFilter",
"KalturaUverseClickToOrderDistributionProviderFilter",
"KalturaUverseDistributionProviderFilter",
"KalturaVerizonVcastDistributionProviderFilter",
"KalturaYahooDistributionProviderFilter",
"KalturaYouTubeDistributionProviderFilter",
"KalturaYoutubeApiDistributionProviderFilter"
],
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaDistributionProviderType`",
"enum": [
"attUverseDistribution.ATT_UVERSE",
"avnDistribution.AVN",
"comcastMrssDistribution.COMCAST_MRSS",
"cortexApiDistribution.CORTEX_API",
"crossKalturaDistribution.CROSS_KALTURA",
"dailymotionDistribution.DAILYMOTION",
"doubleClickDistribution.DOUBLECLICK",
"facebookDistribution.FACEBOOK",
"freewheelDistribution.FREEWHEEL",
"freewheelGenericDistribution.FREEWHEEL_GENERIC",
"ftpDistribution.FTP",
"ftpDistribution.FTP_SCHEDULED",
"huluDistribution.HULU",
"ideticDistribution.IDETIC",
"metroPcsDistribution.METRO_PCS",
"msnDistribution.MSN",
"ndnDistribution.NDN",
"podcastDistribution.PODCAST",
"pushToNewsDistribution.PUSH_TO_NEWS",
"quickPlayDistribution.QUICKPLAY",
"synacorHboDistribution.SYNACOR_HBO",
"timeWarnerDistribution.TIME_WARNER",
"tvComDistribution.TVCOM",
"tvinciDistribution.TVINCI",
"unicornDistribution.UNICORN",
"uverseClickToOrderDistribution.UVERSE_CLICK_TO_ORDER",
"uverseDistribution.UVERSE",
"verizonVcastDistribution.VERIZON_VCAST",
"yahooDistribution.YAHOO",
"youTubeDistribution.YOUTUBE",
"youtubeApiDistribution.YOUTUBE_API",
"1",
"2"
],
"type": "string",
"x-enumLabels": [
"ATT_UVERSE",
"AVN",
"COMCAST_MRSS",
"CORTEX_API",
"CROSS_KALTURA",
"DAILYMOTION",
"DOUBLECLICK",
"FACEBOOK",
"FREEWHEEL",
"FREEWHEEL_GENERIC",
"FTP",
"FTP_SCHEDULED",
"HULU",
"IDETIC",
"METRO_PCS",
"MSN",
"NDN",
"PODCAST",
"PUSH_TO_NEWS",
"QUICKPLAY",
"SYNACOR_HBO",
"TIME_WARNER",
"TVCOM",
"TVINCI",
"UNICORN",
"UVERSE_CLICK_TO_ORDER",
"UVERSE",
"VERIZON_VCAST",
"YAHOO",
"YOUTUBE",
"YOUTUBE_API",
"GENERIC",
"SYNDICATION"
],
"x-enumType": "KalturaDistributionProviderType"
},
"typeIn": {
"type": "string"
}
},
"title": "KalturaDistributionProviderBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDistributionProviderListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDistributionProvider"
},
"type": "array"
}
},
"title": "KalturaDistributionProviderListResponse",
"type": "object"
},
"KalturaDistributionRemoteMediaFile": {
"properties": {
"assetId": {
"type": "string"
},
"remoteId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"title": "KalturaDistributionRemoteMediaFile",
"type": "object"
},
"KalturaDistributionSubmitJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionJobData"
}
],
"properties": {},
"title": "KalturaDistributionSubmitJobData",
"type": "object"
},
"KalturaDistributionThumbDimensions": {
"properties": {
"height": {
"type": "integer"
},
"width": {
"type": "integer"
}
},
"title": "KalturaDistributionThumbDimensions",
"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"
},
"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
},
"KalturaDistributionValidationErrorConditionNotMet": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationError"
}
],
"properties": {
"conditionName": {
"type": "string"
}
},
"title": "KalturaDistributionValidationErrorConditionNotMet",
"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\n\nFor 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"
},
"KalturaDistributionValidationErrorInvalidMetadata": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationErrorInvalidData"
}
],
"properties": {
"metadataProfileId": {
"type": "integer"
}
},
"title": "KalturaDistributionValidationErrorInvalidMetadata",
"type": "object"
},
"KalturaDistributionValidationErrorMissingAsset": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationError"
}
],
"properties": {
"data": {
"type": "string"
}
},
"title": "KalturaDistributionValidationErrorMissingAsset",
"type": "object"
},
"KalturaDistributionValidationErrorMissingFlavor": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationError"
}
],
"properties": {
"flavorParamsId": {
"type": "string"
}
},
"title": "KalturaDistributionValidationErrorMissingFlavor",
"type": "object"
},
"KalturaDistributionValidationErrorMissingMetadata": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationError"
}
],
"properties": {
"fieldName": {
"type": "string"
}
},
"title": "KalturaDistributionValidationErrorMissingMetadata",
"type": "object"
},
"KalturaDistributionValidationErrorMissingThumbnail": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionValidationError"
}
],
"properties": {
"dimensions": {
"$ref": "#/definitions/KalturaDistributionThumbDimensions"
}
},
"title": "KalturaDistributionValidationErrorMissingThumbnail",
"type": "object"
},
"KalturaDocumentEntry": {
"allOf": [
{
"$ref": "#/definitions/KalturaBaseEntry"
}
],
"properties": {
"assetParamsIds": {
"description": "`readOnly`\n\nComma separated asset params ids that exists for this media entry",
"readOnly": true,
"type": "string"
},
"documentType": {
"description": "`insertOnly`\n\nEnum Type: `KalturaDocumentType`\n\nThe type of the document",
"enum": [
11,
12,
13
],
"type": "integer",
"x-enumLabels": [
"DOCUMENT",
"SWF",
"PDF"
],
"x-enumType": "KalturaDocumentType"
}
},
"title": "KalturaDocumentEntry",
"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
},
"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"
},
"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"
},
"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"
},
"KalturaDocumentFlavorParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaFlavorParams"
}
],
"properties": {},
"title": "KalturaDocumentFlavorParams",
"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
},
"KalturaDocumentFlavorParamsFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDocumentFlavorParamsBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaDocumentFlavorParamsOrderBy"
}
},
"title": "KalturaDocumentFlavorParamsFilter",
"type": "object"
},
"KalturaDocumentFlavorParamsOutput": {
"allOf": [
{
"$ref": "#/definitions/KalturaFlavorParamsOutput"
}
],
"properties": {},
"title": "KalturaDocumentFlavorParamsOutput",
"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
},
"KalturaDocumentFlavorParamsOutputFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDocumentFlavorParamsOutputBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaDocumentFlavorParamsOutputOrderBy"
}
},
"title": "KalturaDocumentFlavorParamsOutputFilter",
"type": "object"
},
"KalturaDocumentListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDocumentEntry"
},
"type": "array"
}
},
"title": "KalturaDocumentListResponse",
"type": "object"
},
"KalturaDoubleClickDistributionJobProviderData": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionJobProviderData"
}
],
"properties": {},
"title": "KalturaDoubleClickDistributionJobProviderData",
"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"
},
"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
},
"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"
},
"KalturaDoubleClickDistributionProvider": {
"allOf": [
{
"$ref": "#/definitions/KalturaDistributionProvider"
}
],
"properties": {},
"title": "KalturaDoubleClickDistributionProvider",
"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
},
"KalturaDoubleClickDistributionProviderFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaDoubleClickDistributionProviderBaseFilter"
}
],
"properties": {
"orderBy": {
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaDoubleClickDistributionProviderOrderBy"
}
},
"title": "KalturaDoubleClickDistributionProviderFilter",
"type": "object"
},
"KalturaDrmEntryContextPluginData": {
"allOf": [
{
"$ref": "#/definitions/KalturaPluginData"
}
],
"properties": {
"flavorData": {
"description": "For the uDRM we give the drm context data which is a json encoding of an array containing the uDRM data\n for each flavor that is required from this getContextData request.",
"type": "string"
}
},
"title": "KalturaDrmEntryContextPluginData",
"type": "object"
},
"KalturaDrmLicenseAccessDetails": {
"properties": {
"absolute_duration": {
"description": "playback window in seconds",
"type": "integer"
},
"duration": {
"description": "movie duration in seconds",
"type": "integer"
},
"licenseParams": {
"items": {
"$ref": "#/definitions/KalturaKeyValue"
},
"type": "array"
},
"policy": {
"description": "Drm policy name",
"type": "string"
}
},
"title": "KalturaDrmLicenseAccessDetails",
"type": "object"
},
"KalturaDrmPlaybackPluginData": {
"allOf": [
{
"$ref": "#/definitions/KalturaPluginData"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDrmPlaybackPluginData"
},
{
"$ref": "#/definitions/KalturaFairPlayPlaybackPluginData"
}
],
"discriminator": "objectType",
"properties": {
"licenseURL": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDrmPlaybackPluginData",
"KalturaFairPlayPlaybackPluginData"
],
"type": "string"
},
"scheme": {
"description": "Enum Type: `KalturaDrmSchemeName`",
"enum": [
"drm.PLAYREADY_CENC",
"drm.WIDEVINE_CENC",
"fairplay.FAIRPLAY",
"playReady.PLAYREADY",
"widevine.WIDEVINE"
],
"type": "string",
"x-enumLabels": [
"PLAYREADY_CENC",
"WIDEVINE_CENC",
"FAIRPLAY",
"PLAYREADY",
"WIDEVINE"
],
"x-enumType": "KalturaDrmSchemeName"
}
},
"title": "KalturaDrmPlaybackPluginData",
"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"
},
"KalturaDrmPolicyBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDrmPolicyFilter"
},
{
"$ref": "#/definitions/KalturaPlayReadyPolicyFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"nameLike": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDrmPolicyFilter",
"KalturaPlayReadyPolicyFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"providerEqual": {
"description": "Enum Type: `KalturaDrmProviderType`",
"enum": [
"fairplay.FAIRPLAY",
"playReady.PLAY_READY",
"widevine.WIDEVINE",
"1"
],
"type": "string",
"x-enumLabels": [
"FAIRPLAY",
"PLAY_READY",
"WIDEVINE",
"CENC"
],
"x-enumType": "KalturaDrmProviderType"
},
"providerIn": {
"type": "string"
},
"scenarioEqual": {
"description": "Enum Type: `KalturaDrmLicenseScenario`",
"enum": [
"playReady.PROTECTION",
"0",
"playReady.PURCHASE",
"playReady.RENTAL",
"playReady.SUBSCRIPTION"
],
"type": "string",
"x-enumLabels": [
"PROTECTION",
"NONE",
"PURCHASE",
"RENTAL",
"SUBSCRIPTION"
],
"x-enumType": "KalturaDrmLicenseScenario"
},
"scenarioIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDrmPolicyStatus`",
"enum": [
1,
2
],
"type": "integer",
"x-enumLabels": [
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaDrmPolicyStatus"
},
"statusIn": {
"type": "string"
},
"systemNameLike": {
"type": "string"
}
},
"title": "KalturaDrmPolicyBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDrmPolicyListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDrmPolicy"
},
"type": "array"
}
},
"title": "KalturaDrmPolicyListResponse",
"type": "object"
},
"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"
},
"KalturaDrmProfileBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDrmProfileFilter"
},
{
"$ref": "#/definitions/KalturaFairplayDrmProfileFilter"
},
{
"$ref": "#/definitions/KalturaPlayReadyProfileFilter"
},
{
"$ref": "#/definitions/KalturaWidevineProfileFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"nameLike": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDrmProfileFilter",
"KalturaFairplayDrmProfileFilter",
"KalturaPlayReadyProfileFilter",
"KalturaWidevineProfileFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"providerEqual": {
"description": "Enum Type: `KalturaDrmProviderType`",
"enum": [
"fairplay.FAIRPLAY",
"playReady.PLAY_READY",
"widevine.WIDEVINE",
"1"
],
"type": "string",
"x-enumLabels": [
"FAIRPLAY",
"PLAY_READY",
"WIDEVINE",
"CENC"
],
"x-enumType": "KalturaDrmProviderType"
},
"providerIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDrmProfileStatus`",
"enum": [
1,
2
],
"type": "integer",
"x-enumLabels": [
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaDrmProfileStatus"
},
"statusIn": {
"type": "string"
}
},
"title": "KalturaDrmProfileBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDrmProfileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDrmProfile"
},
"type": "array"
}
},
"title": "KalturaDrmProfileListResponse",
"type": "object"
},
"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"
},
"KalturaDropFolderBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaFeedDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaRemoteDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaFtpDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaSshDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaScpDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaSftpDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaWebexDropFolderFilter"
},
{
"$ref": "#/definitions/KalturaZoomDropFolderFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"conversionProfileIdEqual": {
"type": "integer"
},
"conversionProfileIdIn": {
"type": "string"
},
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"dcEqual": {
"type": "integer"
},
"dcIn": {
"type": "string"
},
"errorCodeEqual": {
"description": "Enum Type: `KalturaDropFolderErrorCode`",
"enum": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
],
"type": "string",
"x-enumLabels": [
"ERROR_CONNECT",
"ERROR_AUTENTICATE",
"ERROR_GET_PHISICAL_FILE_LIST",
"ERROR_GET_DB_FILE_LIST",
"DROP_FOLDER_APP_ERROR",
"CONTENT_MATCH_POLICY_UNDEFINED",
"MISSING_CONFIG"
],
"x-enumType": "KalturaDropFolderErrorCode"
},
"errorCodeIn": {
"type": "string"
},
"fileHandlerTypeEqual": {
"description": "Enum Type: `KalturaDropFolderFileHandlerType`",
"enum": [
"TrRdsSyncDropFolder.TR_RDS",
"dropFolderXmlBulkUpload.XML",
"scheduleDropFolder.ICAL",
"1"
],
"type": "string",
"x-enumLabels": [
"TR_RDS",
"XML",
"ICAL",
"CONTENT"
],
"x-enumType": "KalturaDropFolderFileHandlerType"
},
"fileHandlerTypeIn": {
"type": "string"
},
"fileNamePatternsLike": {
"type": "string"
},
"fileNamePatternsMultiLikeAnd": {
"type": "string"
},
"fileNamePatternsMultiLikeOr": {
"type": "string"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"nameLike": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaDropFolderFilter",
"KalturaFeedDropFolderFilter",
"KalturaRemoteDropFolderFilter",
"KalturaFtpDropFolderFilter",
"KalturaSshDropFolderFilter",
"KalturaScpDropFolderFilter",
"KalturaSftpDropFolderFilter",
"KalturaWebexDropFolderFilter",
"KalturaZoomDropFolderFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"pathEqual": {
"type": "string"
},
"pathLike": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDropFolderStatus`",
"enum": [
0,
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ENABLED",
"DELETED",
"ERROR"
],
"x-enumType": "KalturaDropFolderStatus"
},
"statusIn": {
"type": "string"
},
"tagsLike": {
"type": "string"
},
"tagsMultiLikeAnd": {
"type": "string"
},
"tagsMultiLikeOr": {
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaDropFolderType`",
"enum": [
"ApFeedDropFolder.AP_FEED",
"FeedDropFolder.FEED",
"MicrosoftTeamsDropFolder.MS_TEAMS",
"S3DropFolder.S3DROPFOLDER",
"TrRdsSyncDropFolder.TR_RDS_COMPANY",
"TrRdsSyncDropFolder.TR_RDS_TMCTERM",
"WebexAPIDropFolder.WEBEX_API",
"WebexDropFolder.WEBEX",
"ZoomDropFolder.ZOOM",
"1",
"2",
"3",
"4",
"6"
],
"type": "string",
"x-enumLabels": [
"AP_FEED",
"FEED",
"MS_TEAMS",
"S3DROPFOLDER",
"TR_RDS_COMPANY",
"TR_RDS_TMCTERM",
"WEBEX_API",
"WEBEX",
"ZOOM",
"LOCAL",
"FTP",
"SCP",
"SFTP",
"S3"
],
"x-enumType": "KalturaDropFolderType"
},
"typeIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaDropFolderBaseFilter",
"type": "object",
"x-abstract": true
},
"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.\n\nThe following might be extracted from the file name and used if defined:\n\n- (?P<referenceId>\\w+) - will be used as the drop folder file's parsed slug.\n\n- (?P<flavorName>\\w+) - will be used as the drop folder file's parsed flavor.",
"type": "string"
}
},
"title": "KalturaDropFolderContentFileHandlerConfig",
"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"
},
"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`\n\nEnum 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`\n\nEnum 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"
},
"KalturaDropFolderFileBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaDropFolderFileFilter"
},
{
"$ref": "#/definitions/KalturaFeedDropFolderFileFilter"
},
{
"$ref": "#/definitions/KalturaWebexDropFolderFileFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"deletedDropFolderFileIdEqual": {
"type": "integer"
},
"dropFolderIdEqual": {
"type": "integer"
},
"dropFolderIdIn": {
"type": "string"
},
"entryIdEqual": {
"type": "string"
},
"errorCodeEqual": {
"description": "Enum Type: `KalturaDropFolderFileErrorCode`",
"enum": [
"dropFolderXmlBulkUpload.ERROR_ADDING_BULK_UPLOAD",
"dropFolderXmlBulkUpload.ERROR_ADD_CONTENT_RESOURCE",
"dropFolderXmlBulkUpload.ERROR_IN_BULK_UPLOAD",
"dropFolderXmlBulkUpload.ERROR_WRITING_TEMP_FILE",
"dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_CHECKSUM",
"dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_SIZE",
"dropFolderXmlBulkUpload.MALFORMED_XML_FILE",
"dropFolderXmlBulkUpload.XML_FILE_SIZE_EXCEED_LIMIT",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"10",
"11",
"12",
"13"
],
"type": "string",
"x-enumLabels": [
"ERROR_ADDING_BULK_UPLOAD",
"ERROR_ADD_CONTENT_RESOURCE",
"ERROR_IN_BULK_UPLOAD",
"ERROR_WRITING_TEMP_FILE",
"LOCAL_FILE_WRONG_CHECKSUM",
"LOCAL_FILE_WRONG_SIZE",
"MALFORMED_XML_FILE",
"XML_FILE_SIZE_EXCEED_LIMIT",
"ERROR_UPDATE_ENTRY",
"ERROR_ADD_ENTRY",
"FLAVOR_NOT_FOUND",
"FLAVOR_MISSING_IN_FILE_NAME",
"SLUG_REGEX_NO_MATCH",
"ERROR_READING_FILE",
"ERROR_DOWNLOADING_FILE",
"ERROR_UPDATE_FILE",
"ERROR_ADDING_CONTENT_PROCESSOR",
"ERROR_IN_CONTENT_PROCESSOR",
"ERROR_DELETING_FILE",
"FILE_NO_MATCH"
],
"x-enumType": "KalturaDropFolderFileErrorCode"
},
"errorCodeIn": {
"type": "string"
},
"fileNameEqual": {
"type": "string"
},
"fileNameIn": {
"type": "string"
},
"fileNameLike": {
"type": "string"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"leadDropFolderFileIdEqual": {
"type": "integer"
},
"objectType": {
"enum": [
"KalturaDropFolderFileFilter",
"KalturaFeedDropFolderFileFilter",
"KalturaWebexDropFolderFileFilter"
],
"type": "string"
},
"parsedFlavorEqual": {
"type": "string"
},
"parsedFlavorIn": {
"type": "string"
},
"parsedFlavorLike": {
"type": "string"
},
"parsedSlugEqual": {
"type": "string"
},
"parsedSlugIn": {
"type": "string"
},
"parsedSlugLike": {
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaDropFolderFileStatus`",
"enum": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
],
"type": "integer",
"x-enumLabels": [
"UPLOADING",
"PENDING",
"WAITING",
"HANDLED",
"IGNORE",
"DELETED",
"PURGED",
"NO_MATCH",
"ERROR_HANDLING",
"ERROR_DELETING",
"DOWNLOADING",
"ERROR_DOWNLOADING",
"PROCESSING",
"PARSED",
"DETECTED"
],
"x-enumType": "KalturaDropFolderFileStatus"
},
"statusIn": {
"type": "string"
},
"statusNotIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaDropFolderFileBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaDropFolderFileHandlerConfig": {
"anyOf": [
{
"$ref": "#/definitions/KalturaDropFolderContentFileHandlerConfig"
},
{
"$ref": "#/definitions/KalturaDropFolderICalBulkUploadFileHandlerConfig"
},
{
"$ref": "#/definitions/KalturaDropFolderTrRdsFileHandlerConfig"
},
{
"$ref": "#/definitions/KalturaDropFolderXmlBulkUploadFileHandlerConfig"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"handlerType": {
"description": "`readOnly`\n\nEnum 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
},
"KalturaDropFolderFileListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDropFolderFile"
},
"type": "array"
}
},
"title": "KalturaDropFolderFileListResponse",
"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"
},
"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"
},
"KalturaDropFolderICalBulkUploadFileHandlerConfig": {
"allOf": [
{
"$ref": "#/definitions/KalturaDropFolderFileHandlerConfig"
}
],
"properties": {
"eventsType": {
"description": "Enum Type: `KalturaScheduleEventType`\n\nThe 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"
},
"KalturaDropFolderImportJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaSshImportJobData"
}
],
"properties": {
"dropFolderFileId": {
"type": "integer"
}
},
"title": "KalturaDropFolderImportJobData",
"type": "object"
},
"KalturaDropFolderListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaDropFolder"
},
"type": "array"
}
},
"title": "KalturaDropFolderListResponse",
"type": "object"
},
"KalturaDropFolderTrRdsFileHandlerConfig": {
"allOf": [
{
"$ref": "#/definitions/KalturaDropFolderFileHandlerConfig"
}
],
"properties": {
"additionalPatterns": {
"type": "string"
},
"leadPattern": {
"type": "string"
}
},
"title": "KalturaDropFolderTrRdsFileHandlerConfig",
"type": "object"
},
"KalturaDropFolderXmlBulkUploadFileHandlerConfig": {
"allOf": [
{
"$ref": "#/definitions/KalturaDropFolderFileHandlerConfig"
}
],
"properties": {},
"title": "KalturaDropFolderXmlBulkUploadFileHandlerConfig",
"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"
},
"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"
},
"KalturaDynamicObjectSearchItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchOperator"
}
],
"properties": {
"field": {
"type": "string"
}
},
"title": "KalturaDynamicObjectSearchItem",
"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
},
"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
},
"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
},
"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
},
"KalturaESearchAggregation": {
"properties": {
"aggregations": {
"items": {
"$ref": "#/definitions/KalturaESearchAggregationItem"
},
"type": "array"
}
},
"title": "KalturaESearchAggregation",
"type": "object"
},
"KalturaESearchAggregationBucket": {
"properties": {
"count": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"title": "KalturaESearchAggregationBucket",
"type": "object"
},
"KalturaESearchAggregationItem": {
"anyOf": [
{
"$ref": "#/definitions/KalturaESearchCategoryAggregationItem"
},
{
"$ref": "#/definitions/KalturaESearchCuepointsAggregationItem"
},
{
"$ref": "#/definitions/KalturaESearchEntryAggregationItem"
},
{
"$ref": "#/definitions/KalturaESearchHistoryAggregationItem"
},
{
"$ref": "#/definitions/KalturaESearchMetadataAggregationItem"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaESearchCategoryAggregationItem",
"KalturaESearchCuepointsAggregationItem",
"KalturaESearchEntryAggregationItem",
"KalturaESearchHistoryAggregationItem",
"KalturaESearchMetadataAggregationItem"
],
"type": "string"
},
"size": {
"type": "integer"
}
},
"title": "KalturaESearchAggregationItem",
"type": "object",
"x-abstract": true
},
"KalturaESearchAggregationResponse": {
"properties": {},
"title": "KalturaESearchAggregationResponse",
"type": "object"
},
"KalturaESearchAggregationResponseItem": {
"properties": {
"buckets": {
"items": {
"$ref": "#/definitions/KalturaESearchAggregationBucket"
},
"type": "array"
},
"fieldName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"title": "KalturaESearchAggregationResponseItem",
"type": "object"
},
"KalturaESearchBaseFilter": {
"anyOf": [
{
"$ref": "#/definitions/KalturaESearchHistoryFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaESearchHistoryFilter"
],
"type": "string"
}
},
"title": "KalturaESearchBaseFilter",
"type": "object",
"x-abstract": true
},
"KalturaESearchBaseItem": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBeaconScheduledResourceOperator"
},
{
"$ref": "#/definitions/KalturaBeaconScheduledResourceItem"
},
{
"$ref": "#/definitions/KalturaESearchCategoryOperator"
},
{
"$ref": "#/definitions/KalturaESearchCategoryItem"
},
{
"$ref": "#/definitions/KalturaESearchCategoryMetadataItem"
},
{
"$ref": "#/definitions/KalturaESearchCategoryUserItem"
},
{
"$ref": "#/definitions/KalturaESearchEntryOperator"
},
{
"$ref": "#/definitions/KalturaESearchNestedOperator"
},
{
"$ref": "#/definitions/KalturaESearchCaptionItem"
},
{
"$ref": "#/definitions/KalturaESearchCuePointItem"
},
{
"$ref": "#/definitions/KalturaESearchEntryMetadataItem"
},
{
"$ref": "#/definitions/KalturaESearchCategoryEntryItem"
},
{
"$ref": "#/definitions/KalturaESearchEntryItem"
},
{
"$ref": "#/definitions/KalturaESearchUnifiedItem"
},
{
"$ref": "#/definitions/KalturaESearchGroupOperator"
},
{
"$ref": "#/definitions/KalturaESearchGroupItem"
},
{
"$ref": "#/definitions/KalturaESearchGroupMetadataItem"
},
{
"$ref": "#/definitions/KalturaESearchUserOperator"
},
{
"$ref": "#/definitions/KalturaESearchGroupUserItem"
},
{
"$ref": "#/definitions/KalturaESearchUserItem"
},
{
"$ref": "#/definitions/KalturaESearchUserMetadataItem"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaBeaconScheduledResourceOperator",
"KalturaBeaconScheduledResourceItem",
"KalturaESearchCategoryOperator",
"KalturaESearchCategoryItem",
"KalturaESearchCategoryMetadataItem",
"KalturaESearchCategoryUserItem",
"KalturaESearchEntryOperator",
"KalturaESearchNestedOperator",
"KalturaESearchCaptionItem",
"KalturaESearchCuePointItem",
"KalturaESearchEntryMetadataItem",
"KalturaESearchCategoryEntryItem",
"KalturaESearchEntryItem",
"KalturaESearchUnifiedItem",
"KalturaESearchGroupOperator",
"KalturaESearchGroupItem",
"KalturaESearchGroupMetadataItem",
"KalturaESearchUserOperator",
"KalturaESearchGroupUserItem",
"KalturaESearchUserItem",
"KalturaESearchUserMetadataItem"
],
"type": "string"
}
},
"title": "KalturaESearchBaseItem",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaESearchCaptionItemData": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchItemData"
}
],
"properties": {
"captionAssetId": {
"type": "string"
},
"endsAt": {
"type": "integer"
},
"label": {
"type": "string"
},
"language": {
"type": "string"
},
"line": {
"type": "string"
},
"startsAt": {
"type": "integer"
}
},
"title": "KalturaESearchCaptionItemData",
"type": "object"
},
"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"
},
"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
},
"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"
},
"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"
},
"KalturaESearchCategoryMetadataItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAbstractCategoryItem"
}
],
"properties": {
"metadataFieldId": {
"type": "integer"
},
"metadataProfileId": {
"type": "integer"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchCategoryMetadataItem",
"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"
},
"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"
},
"KalturaESearchCategoryParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchParams"
}
],
"properties": {
"searchOperator": {
"$ref": "#/definitions/KalturaESearchCategoryOperator"
}
},
"title": "KalturaESearchCategoryParams",
"type": "object"
},
"KalturaESearchCategoryResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaESearchCategoryResult"
},
"type": "array"
}
},
"title": "KalturaESearchCategoryResponse",
"type": "object"
},
"KalturaESearchCategoryResult": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResult"
}
],
"properties": {
"object": {
"$ref": "#/definitions/KalturaCategory"
}
},
"title": "KalturaESearchCategoryResult",
"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"
},
"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"
},
"KalturaESearchCuePointItemData": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchItemData"
}
],
"properties": {
"answers": {
"items": {
"$ref": "#/definitions/KalturaString"
},
"type": "array"
},
"assetId": {
"type": "string"
},
"cuePointType": {
"type": "string"
},
"endTime": {
"type": "string"
},
"explanation": {
"type": "string"
},
"hint": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"question": {
"type": "string"
},
"startTime": {
"type": "string"
},
"subType": {
"type": "string"
},
"tags": {
"items": {
"$ref": "#/definitions/KalturaString"
},
"type": "array"
},
"text": {
"type": "string"
}
},
"title": "KalturaESearchCuePointItemData",
"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"
},
"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
},
"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"
},
"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
},
"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
},
"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",
"display_in_search",
"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",
"recycled_at",
"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",
"DISPLAY_IN_SEARCH",
"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",
"RECYCLED_AT",
"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"
},
"KalturaESearchEntryMetadataItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchEntryAbstractNestedItem"
}
],
"properties": {
"metadataFieldId": {
"type": "integer"
},
"metadataProfileId": {
"type": "integer"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchEntryMetadataItem",
"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
},
"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"
},
"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",
"recycled_at",
"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",
"RECYCLED_AT",
"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"
},
"KalturaESearchEntryParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchParams"
}
],
"properties": {
"aggregations": {
"$ref": "#/definitions/KalturaESearchAggregation"
},
"searchOperator": {
"$ref": "#/definitions/KalturaESearchEntryOperator"
}
},
"title": "KalturaESearchEntryParams",
"type": "object"
},
"KalturaESearchEntryResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResponse"
}
],
"properties": {
"aggregations": {
"items": {
"$ref": "#/definitions/KalturaESearchAggregationResponseItem"
},
"type": "array"
},
"objects": {
"items": {
"$ref": "#/definitions/KalturaESearchEntryResult"
},
"type": "array"
}
},
"title": "KalturaESearchEntryResponse",
"type": "object"
},
"KalturaESearchEntryResult": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResult"
}
],
"properties": {
"object": {
"$ref": "#/definitions/KalturaBaseEntry"
}
},
"title": "KalturaESearchEntryResult",
"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
},
"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"
},
"KalturaESearchGroupMetadataItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAbstractGroupItem"
}
],
"properties": {
"metadataFieldId": {
"type": "integer"
},
"metadataProfileId": {
"type": "integer"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchGroupMetadataItem",
"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"
},
"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"
},
"KalturaESearchGroupParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchParams"
}
],
"properties": {
"searchOperator": {
"$ref": "#/definitions/KalturaESearchGroupOperator"
}
},
"title": "KalturaESearchGroupParams",
"type": "object"
},
"KalturaESearchGroupResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaESearchGroupResult"
},
"type": "array"
}
},
"title": "KalturaESearchGroupResponse",
"type": "object"
},
"KalturaESearchGroupResult": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResult"
}
],
"properties": {
"object": {
"$ref": "#/definitions/KalturaGroup"
}
},
"title": "KalturaESearchGroupResult",
"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"
},
"KalturaESearchHighlight": {
"properties": {
"fieldName": {
"type": "string"
},
"hits": {
"items": {
"$ref": "#/definitions/KalturaString"
},
"type": "array"
}
},
"title": "KalturaESearchHighlight",
"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"
},
"KalturaESearchHistoryAggregationItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAggregationItem"
}
],
"properties": {
"fieldName": {
"description": "Enum Type: `KalturaESearchHistoryAggregateFieldName`",
"enum": [
"search_term"
],
"type": "string",
"x-enumLabels": [
"SEARCH_TERM"
],
"x-enumType": "KalturaESearchHistoryAggregateFieldName"
}
},
"title": "KalturaESearchHistoryAggregationItem",
"type": "object"
},
"KalturaESearchHistoryFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchBaseFilter"
}
],
"properties": {
"aggregation": {
"$ref": "#/definitions/KalturaESearchHistoryAggregationItem"
},
"searchTermStartsWith": {
"type": "string"
},
"searchedObjectIn": {
"type": "string"
},
"timestampRange": {
"$ref": "#/definitions/KalturaESearchRange"
}
},
"title": "KalturaESearchHistoryFilter",
"type": "object"
},
"KalturaESearchHistoryListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"aggregations": {
"items": {
"$ref": "#/definitions/KalturaESearchAggregationResponseItem"
},
"type": "array"
},
"objects": {
"items": {
"$ref": "#/definitions/KalturaESearchHistory"
},
"type": "array"
}
},
"title": "KalturaESearchHistoryListResponse",
"type": "object"
},
"KalturaESearchItemData": {
"anyOf": [
{
"$ref": "#/definitions/KalturaESearchCaptionItemData"
},
{
"$ref": "#/definitions/KalturaESearchCuePointItemData"
},
{
"$ref": "#/definitions/KalturaESearchMetadataItemData"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"highlight": {
"items": {
"$ref": "#/definitions/KalturaESearchHighlight"
},
"type": "array"
},
"objectType": {
"enum": [
"KalturaESearchCaptionItemData",
"KalturaESearchCuePointItemData",
"KalturaESearchMetadataItemData"
],
"type": "string"
}
},
"title": "KalturaESearchItemData",
"type": "object",
"x-abstract": true
},
"KalturaESearchItemDataResult": {
"properties": {
"items": {
"items": {
"$ref": "#/definitions/KalturaESearchItemData"
},
"type": "array"
},
"itemsType": {
"type": "string"
},
"totalCount": {
"type": "integer"
}
},
"title": "KalturaESearchItemDataResult",
"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"
},
"KalturaESearchMetadataAggregationItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAggregationItem"
}
],
"properties": {
"fieldName": {
"description": "Enum Type: `KalturaESearchMetadataAggregateByFieldName`",
"type": "string",
"x-enumLabels": [],
"x-enumType": "KalturaESearchMetadataAggregateByFieldName"
}
},
"title": "KalturaESearchMetadataAggregationItem",
"type": "object"
},
"KalturaESearchMetadataItemData": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchItemData"
}
],
"properties": {
"metadataFieldId": {
"type": "integer"
},
"metadataProfileId": {
"type": "integer"
},
"valueInt": {
"type": "integer"
},
"valueText": {
"type": "string"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchMetadataItemData",
"type": "object"
},
"KalturaESearchMetadataOrderByItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchOrderByItem"
}
],
"properties": {
"metadataProfileId": {
"type": "integer"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchMetadataOrderByItem",
"type": "object"
},
"KalturaESearchNestedOperator": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchEntryNestedBaseItem"
}
],
"properties": {
"operator": {
"description": "Enum Type: `KalturaESearchOperatorType`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"AND_OP",
"OR_OP",
"NOT_OP"
],
"x-enumType": "KalturaESearchOperatorType"
},
"searchItems": {
"items": {
"$ref": "#/definitions/KalturaESearchEntryNestedBaseItem"
},
"type": "array"
}
},
"title": "KalturaESearchNestedOperator",
"type": "object"
},
"KalturaESearchOrderBy": {
"properties": {
"orderItems": {
"items": {
"$ref": "#/definitions/KalturaESearchOrderByItem"
},
"type": "array"
}
},
"title": "KalturaESearchOrderBy",
"type": "object"
},
"KalturaESearchOrderByItem": {
"anyOf": [
{
"$ref": "#/definitions/KalturaBeaconSearchScheduledResourceOrderByItem"
},
{
"$ref": "#/definitions/KalturaESearchCategoryOrderByItem"
},
{
"$ref": "#/definitions/KalturaESearchEntryOrderByItem"
},
{
"$ref": "#/definitions/KalturaESearchGroupOrderByItem"
},
{
"$ref": "#/definitions/KalturaESearchMetadataOrderByItem"
},
{
"$ref": "#/definitions/KalturaESearchUserOrderByItem"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaBeaconSearchScheduledResourceOrderByItem",
"KalturaESearchCategoryOrderByItem",
"KalturaESearchEntryOrderByItem",
"KalturaESearchGroupOrderByItem",
"KalturaESearchMetadataOrderByItem",
"KalturaESearchUserOrderByItem"
],
"type": "string"
},
"sortOrder": {
"description": "Enum Type: `KalturaESearchSortOrder`",
"enum": [
"asc",
"desc"
],
"type": "string",
"x-enumLabels": [
"ORDER_BY_ASC",
"ORDER_BY_DESC"
],
"x-enumType": "KalturaESearchSortOrder"
}
},
"title": "KalturaESearchOrderByItem",
"type": "object",
"x-abstract": true
},
"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
},
"KalturaESearchRange": {
"properties": {
"greaterThan": {
"type": "integer"
},
"greaterThanOrEqual": {
"type": "integer"
},
"lessThan": {
"type": "integer"
},
"lessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaESearchRange",
"type": "object"
},
"KalturaESearchResponse": {
"anyOf": [
{
"$ref": "#/definitions/KalturaESearchCategoryResponse"
},
{
"$ref": "#/definitions/KalturaESearchEntryResponse"
},
{
"$ref": "#/definitions/KalturaESearchGroupResponse"
},
{
"$ref": "#/definitions/KalturaESearchUserResponse"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaESearchCategoryResponse",
"KalturaESearchEntryResponse",
"KalturaESearchGroupResponse",
"KalturaESearchUserResponse"
],
"type": "string"
},
"totalCount": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaESearchResponse",
"type": "object",
"x-abstract": true
},
"KalturaESearchResult": {
"anyOf": [
{
"$ref": "#/definitions/KalturaESearchCategoryResult"
},
{
"$ref": "#/definitions/KalturaESearchEntryResult"
},
{
"$ref": "#/definitions/KalturaESearchGroupResult"
},
{
"$ref": "#/definitions/KalturaESearchUserResult"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"highlight": {
"items": {
"$ref": "#/definitions/KalturaESearchHighlight"
},
"type": "array"
},
"itemsData": {
"items": {
"$ref": "#/definitions/KalturaESearchItemDataResult"
},
"type": "array"
},
"objectType": {
"enum": [
"KalturaESearchCategoryResult",
"KalturaESearchEntryResult",
"KalturaESearchGroupResult",
"KalturaESearchUserResult"
],
"type": "string"
}
},
"title": "KalturaESearchResult",
"type": "object",
"x-abstract": true
},
"KalturaESearchUnifiedItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAbstractEntryItem"
}
],
"properties": {},
"title": "KalturaESearchUnifiedItem",
"type": "object"
},
"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
},
"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"
},
"KalturaESearchUserMetadataItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchAbstractUserItem"
}
],
"properties": {
"metadataFieldId": {
"type": "integer"
},
"metadataProfileId": {
"type": "integer"
},
"xpath": {
"type": "string"
}
},
"title": "KalturaESearchUserMetadataItem",
"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"
},
"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"
},
"KalturaESearchUserParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchParams"
}
],
"properties": {
"searchOperator": {
"$ref": "#/definitions/KalturaESearchUserOperator"
}
},
"title": "KalturaESearchUserParams",
"type": "object"
},
"KalturaESearchUserResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaESearchUserResult"
},
"type": "array"
}
},
"title": "KalturaESearchUserResponse",
"type": "object"
},
"KalturaESearchUserResult": {
"allOf": [
{
"$ref": "#/definitions/KalturaESearchResult"
}
],
"properties": {
"object": {
"$ref": "#/definitions/KalturaUser"
}
},
"title": "KalturaESearchUserResult",
"type": "object"
},
"KalturaEdgeServerNode": {
"allOf": [
{
"$ref": "#/definitions/KalturaDeliveryServerNode"
}
],
"properties": {
"playbackDomain": {
"description": "Delivery server playback Domain",
"type": "string"
}
},
"title": "KalturaEdgeServerNode",
"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
},
"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"
},
"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"
},
"KalturaEmailIngestionProfile": {
"properties": {
"conversionProfile2Id": {
"type": "integer"
},
"createdAt": {
"description": "`readOnly`",
"readOnly": true,
"type": "string"
},
"defaultAdminTags": {
"type": "string"
},
"defaultCategory": {
"type": "string"
},
"defaultTags": {
"type": "string"
},
"defaultUserId": {
"type": "string"
},
"description": {
"type": "string"
},
"emailAddress": {
"type": "string"
},
"id": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"mailboxId": {
"type": "string"
},
"maxAttachmentSizeKbytes": {
"type": "integer"
},
"maxAttachmentsPerMail": {
"type": "integer"
},
"moderationStatus": {
"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"
},
"name": {
"type": "string"
},
"partnerId": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"status": {
"description": "`readOnly`\n\nEnum Type: `KalturaEmailIngestionProfileStatus`",
"enum": [
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"INACTIVE",
"ACTIVE"
],
"x-enumType": "KalturaEmailIngestionProfileStatus"
}
},
"title": "KalturaEmailIngestionProfile",
"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"
},
"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"
},
"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.\n\nIf empty, a unique id will be generated.",
"type": "string"
},
"priority": {
"description": "Enum Type: `KalturaEmailNotificationTemplatePriority`\n\nDefine 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"
},
"KalturaEmailNotificationGroupRecipientJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaEmailNotificationRecipientJobData"
}
],
"description": "JobData representing the dynamic user receipient array",
"properties": {
"groupId": {
"type": "string"
}
},
"title": "KalturaEmailNotificationGroupRecipientJobData",
"type": "object"
},
"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"
},
"KalturaEmailNotificationParameter": {
"allOf": [
{
"$ref": "#/definitions/KalturaEventNotificationParameter"
}
],
"properties": {},
"title": "KalturaEmailNotificationParameter",
"type": "object"
},
"KalturaEmailNotificationRecipient": {
"properties": {
"email": {
"$ref": "#/definitions/KalturaStringValue"
},
"name": {
"$ref": "#/definitions/KalturaStringValue"
}
},
"title": "KalturaEmailNotificationRecipient",
"type": "object"
},
"KalturaEmailNotificationRecipientJobData": {
"anyOf": [
{
"$ref": "#/definitions/KalturaEmailNotificationCategoryRecipientJobData"
},
{
"$ref": "#/definitions/KalturaEmailNotificationGroupRecipientJobData"
},
{
"$ref": "#/definitions/KalturaEmailNotificationStaticRecipientJobData"
},
{
"$ref": "#/definitions/KalturaEmailNotificationUserRecipientJobData"
}
],
"description": "`abstract`\n\nAbstract 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`\n\nEnum Type: `KalturaEmailNotificationRecipientProviderType`\n\nProvider 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
},
"KalturaEmailNotificationRecipientProvider": {
"anyOf": [
{
"$ref": "#/definitions/KalturaEmailNotificationCategoryRecipientProvider"
},
{
"$ref": "#/definitions/KalturaEmailNotificationGroupRecipientProvider"
},
{
"$ref": "#/definitions/KalturaEmailNotificationStaticRecipientProvider"
},
{
"$ref": "#/definitions/KalturaEmailNotificationUserRecipientProvider"
}
],
"description": "`abstract`\n\nAbstract 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
},
"KalturaEmailNotificationStaticRecipientJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaEmailNotificationRecipientJobData"
}
],
"description": "JobData representing the static receipient array",
"properties": {
"emailRecipients": {
"items": {
"$ref": "#/definitions/KalturaKeyValue"
},
"type": "array"
}
},
"title": "KalturaEmailNotificationStaticRecipientJobData",
"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"
},
"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`\n\nDefine 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.\n\nIf empty, a unique id will be generated.",
"type": "string"
},
"priority": {
"description": "Enum Type: `KalturaEmailNotificationTemplatePriority`\n\nDefine 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"
},
"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
},
"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"
},
"KalturaEmailNotificationUserRecipientJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaEmailNotificationRecipientJobData"
}
],
"description": "JobData representing the dynamic user receipient array",
"properties": {
"filter": {
"$ref": "#/definitions/KalturaUserFilter"
}
},
"title": "KalturaEmailNotificationUserRecipientJobData",
"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"
},
"KalturaEndUserReportInputFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaReportInputFilter"
}
],
"properties": {
"ancestorPlaybackContext": {
"type": "string"
},
"application": {
"type": "string"
},
"playbackContext": {
"type": "string"
},
"userIds": {
"type": "string"
}
},
"title": "KalturaEndUserReportInputFilter",
"type": "object"
},
"KalturaEndpointValidationResponse": {
"properties": {
"encryptedToken": {
"type": "string"
},
"plainToken": {
"type": "string"
}
},
"title": "KalturaEndpointValidationResponse",
"type": "object"
},
"KalturaEntriesCsvJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaMappedObjectsCsvJobData"
}
],
"properties": {
"filter": {
"$ref": "#/definitions/KalturaBaseEntryFilter"
}
},
"title": "KalturaEntriesCsvJobData",
"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"
},
"KalturaEntryCaptionAssetSearchItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchItem"
}
],
"properties": {
"contentLike": {
"type": "string"
},
"contentMultiLikeAnd": {
"type": "string"
},
"contentMultiLikeOr": {
"type": "string"
}
},
"title": "KalturaEntryCaptionAssetSearchItem",
"type": "object"
},
"KalturaEntryContext": {
"allOf": [
{
"$ref": "#/definitions/KalturaContext"
}
],
"properties": {
"entryId": {
"description": "The entry ID in the context of which the playlist should be built",
"type": "string"
},
"followEntryRedirect": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nIs this a redirected entry followup?",
"enum": [
-1,
0,
1
],
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
}
},
"title": "KalturaEntryContext",
"type": "object"
},
"KalturaEntryContextDataParams": {
"allOf": [
{
"$ref": "#/definitions/KalturaAccessControlScope"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaEntryContextDataParams"
},
{
"$ref": "#/definitions/KalturaPlaybackContextOptions"
}
],
"description": "Object which contains contextual entry-related data.",
"discriminator": "objectType",
"properties": {
"flavorAssetId": {
"description": "Id of the current flavor.",
"type": "string"
},
"flavorTags": {
"description": "The tags of the flavors that should be used for playback.",
"type": "string"
},
"mediaProtocol": {
"description": "Protocol of the specific media object.",
"type": "string"
},
"objectType": {
"enum": [
"KalturaEntryContextDataParams",
"KalturaPlaybackContextOptions"
],
"type": "string"
},
"streamerType": {
"description": "Playback streamer type: RTMP, HTTP, appleHttps, rtsp, sl.",
"type": "string"
}
},
"title": "KalturaEntryContextDataParams",
"type": "object"
},
"KalturaEntryContextDataResult": {
"allOf": [
{
"$ref": "#/definitions/KalturaContextDataResult"
}
],
"properties": {
"accessControlActions": {
"items": {
"$ref": "#/definitions/KalturaRuleAction"
},
"type": "array"
},
"accessControlMessages": {
"items": {
"$ref": "#/definitions/KalturaString"
},
"type": "array"
},
"flavorAssets": {
"items": {
"$ref": "#/definitions/KalturaFlavorAsset"
},
"type": "array"
},
"isAdmin": {
"type": "boolean"
},
"isCountryRestricted": {
"type": "boolean"
},
"isIpAddressRestricted": {
"type": "boolean"
},
"isScheduledNow": {
"type": "boolean"
},
"isSessionRestricted": {
"type": "boolean"
},
"isSiteRestricted": {
"type": "boolean"
},
"isUserAgentRestricted": {
"type": "boolean"
},
"mediaProtocol": {
"description": "http/https, rtmp/rtmpe",
"type": "string"
},
"msDuration": {
"description": "The duration of the entry in milliseconds",
"type": "integer"
},
"pluginData": {
"items": {
"$ref": "#/definitions/KalturaPluginData"
},
"type": "array"
},
"previewLength": {
"type": "integer"
},
"storageProfilesXML": {
"type": "string"
},
"streamerType": {
"description": "http/rtmp/hdnetwork",
"type": "string"
}
},
"title": "KalturaEntryContextDataResult",
"type": "object"
},
"KalturaEntryCuePointSearchFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchItem"
}
],
"properties": {
"cuePointSubTypeEqual": {
"type": "integer"
},
"cuePointTypeIn": {
"type": "string"
},
"cuePointsFreeText": {
"type": "string"
}
},
"title": "KalturaEntryCuePointSearchFilter",
"type": "object"
},
"KalturaEntryDistribution": {
"properties": {
"assetIds": {
"description": "Comma separated asset ids",
"type": "string"
},
"createdAt": {
"description": "`readOnly`\n\nEntry distribution creation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"dirtyStatus": {
"description": "`readOnly`\n\nEnum 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`\n\nEnum 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`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"hasDeleteSentDataLog": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"hasSubmitResultsLog": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"hasSubmitSentDataLog": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"hasUpdateResultsLog": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"hasUpdateSentDataLog": {
"description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`",
"enum": [
-1,
0,
1
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"id": {
"description": "`readOnly`\n\nAuto generated unique id",
"readOnly": true,
"type": "integer"
},
"partnerId": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"plays": {
"description": "`readOnly`\n\nThe plays as retrieved from the remote destination reports",
"readOnly": true,
"type": "integer"
},
"remoteId": {
"description": "`readOnly`\n\nThe id as returned from the distributed destination",
"readOnly": true,
"type": "string"
},
"status": {
"description": "`readOnly`\n\nEnum 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`\n\nEntry distribution submission date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"sunStatus": {
"description": "`readOnly`\n\nEnum 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`\n\nEntry distribution last update date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"validationErrors": {
"items": {
"$ref": "#/definitions/KalturaDistributionValidationError"
},
"type": "array"
},
"views": {
"description": "`readOnly`\n\nThe views as retrieved from the remote destination reports",
"readOnly": true,
"type": "integer"
}
},
"title": "KalturaEntryDistribution",
"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
},
"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"
},
"KalturaEntryDistributionListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaEntryDistribution"
},
"type": "array"
}
},
"title": "KalturaEntryDistributionListResponse",
"type": "object"
},
"KalturaEntryIdentifier": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectIdentifier"
}
],
"properties": {
"identifier": {
"description": "Enum Type: `KalturaEntryIdentifierField`\n\nIdentifier of the object",
"enum": [
"id",
"referenceId"
],
"type": "string",
"x-enumLabels": [
"ID",
"REFERENCE_ID"
],
"x-enumType": "KalturaEntryIdentifierField"
}
},
"title": "KalturaEntryIdentifier",
"type": "object"
},
"KalturaEntryIndexAdvancedFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaIndexAdvancedFilter"
}
],
"properties": {},
"title": "KalturaEntryIndexAdvancedFilter",
"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"
},
"KalturaEntryReferrerLiveStats": {
"allOf": [
{
"$ref": "#/definitions/KalturaEntryLiveStats"
}
],
"properties": {
"referrer": {
"type": "string"
}
},
"title": "KalturaEntryReferrerLiveStats",
"type": "object"
},
"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"
},
"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"
},
"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
},
"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
},
"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"
},
"KalturaEntryScheduledCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {},
"title": "KalturaEntryScheduledCondition",
"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`\n\nunique 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`\n\nEnum 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`\n\nEnum 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
},
"KalturaEntryServerNodeBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaEntryServerNodeFilter"
},
{
"$ref": "#/definitions/KalturaConferenceEntryServerNodeFilter"
},
{
"$ref": "#/definitions/KalturaLiveEntryServerNodeFilter"
},
{
"$ref": "#/definitions/KalturaSipEntryServerNodeFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"entryIdEqual": {
"type": "string"
},
"entryIdIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaEntryServerNodeFilter",
"KalturaConferenceEntryServerNodeFilter",
"KalturaLiveEntryServerNodeFilter",
"KalturaSipEntryServerNodeFilter"
],
"type": "string"
},
"serverNodeIdEqual": {
"type": "integer"
},
"serverNodeIdIn": {
"type": "string"
},
"serverNodeIdNotIn": {
"type": "string"
},
"serverTypeEqual": {
"description": "Enum Type: `KalturaEntryServerNodeType`",
"enum": [
"0",
"1",
"2"
],
"type": "string",
"x-enumLabels": [
"LIVE_PRIMARY",
"LIVE_BACKUP",
"LIVE_CLIPPING_TASK"
],
"x-enumType": "KalturaEntryServerNodeType"
},
"serverTypeIn": {
"type": "string"
},
"serverTypeNotIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaEntryServerNodeStatus`",
"enum": [
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"type": "integer",
"x-enumLabels": [
"ERROR",
"STOPPED",
"PLAYABLE",
"BROADCASTING",
"AUTHENTICATED",
"MARKED_FOR_DELETION",
"TASK_PENDING",
"TASK_QUEUED",
"TASK_PROCESSING",
"TASK_UPLOADING",
"TASK_FINISHED"
],
"x-enumType": "KalturaEntryServerNodeStatus"
},
"statusIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaEntryServerNodeBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaEntryServerNodeListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaEntryServerNode"
},
"type": "array"
}
},
"title": "KalturaEntryServerNodeListResponse",
"type": "object"
},
"KalturaEntryTranscriptAssetSearchItem": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchItem"
}
],
"properties": {
"contentLike": {
"type": "string"
},
"contentMultiLikeAnd": {
"type": "string"
},
"contentMultiLikeOr": {
"type": "string"
}
},
"title": "KalturaEntryTranscriptAssetSearchItem",
"type": "object"
},
"KalturaEntryVendorTask": {
"properties": {
"accessKey": {
"description": "`readOnly`\n\nAccess 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`\n\nThe 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`\n\nEnum Type: `KalturaEntryVendorTaskCreationMode`\n\nTask 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`\n\nThe 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`\n\nThe charged price to execute this task",
"readOnly": true,
"type": "number"
},
"queueTime": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"reachProfileId": {
"description": "`insertOnly`\n\nThe profile id from which this task base config is taken from",
"type": "integer"
},
"serviceFeature": {
"description": "`readOnly`\n\nEnum 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`\n\nEnum 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`\n\nEnum 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`\n\nThe ID of the user who created this task",
"readOnly": true,
"type": "string"
},
"vendorPartnerId": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"version": {
"description": "`readOnly`\n\nVendor generated by Kaltura representing the entry vendor task version correlated to the entry version",
"readOnly": true,
"type": "string"
}
},
"title": "KalturaEntryVendorTask",
"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
},
"KalturaEntryVendorTaskCsvJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaExportCsvJobData"
}
],
"properties": {
"filter": {
"$ref": "#/definitions/KalturaEntryVendorTaskFilter"
}
},
"title": "KalturaEntryVendorTaskCsvJobData",
"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"
},
"KalturaEntryVendorTaskListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaEntryVendorTask"
},
"type": "array"
}
},
"title": "KalturaEntryVendorTaskListResponse",
"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"
},
"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"
},
"KalturaEventCondition": {
"description": "`abstract`",
"properties": {},
"title": "KalturaEventCondition",
"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"
},
"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
},
"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"
},
"KalturaEventFieldCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"field": {
"$ref": "#/definitions/KalturaBooleanField"
}
},
"title": "KalturaEventFieldCondition",
"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"
},
"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"
},
"KalturaEventNotificationDispatchScope": {
"allOf": [
{
"$ref": "#/definitions/KalturaEventNotificationScope"
}
],
"properties": {
"dynamicValues": {
"items": {
"$ref": "#/definitions/KalturaKeyValue"
},
"type": "array"
}
},
"title": "KalturaEventNotificationDispatchScope",
"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"
},
"KalturaEventNotificationScope": {
"allOf": [
{
"$ref": "#/definitions/KalturaScope"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaEventNotificationScope"
},
{
"$ref": "#/definitions/KalturaEventNotificationDispatchScope"
}
],
"discriminator": "objectType",
"properties": {
"objectId": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaEventNotificationScope",
"KalturaEventNotificationDispatchScope"
],
"type": "string"
},
"scopeObjectType": {
"description": "Enum Type: `KalturaEventNotificationEventObjectType`",
"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",
"virtualEventEventNotifications.VirtualEvent",
"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",
"VIRTUAL_EVENT",
"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"
}
},
"title": "KalturaEventNotificationScope",
"type": "object"
},
"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`\n\nDefine the object that raised 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",
"virtualEventEventNotifications.VirtualEvent",
"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",
"VIRTUAL_EVENT",
"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`\n\nDefine 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`\n\nEnum Type: `KalturaEventNotificationTemplateStatus`",
"enum": [
1,
2,
3
],
"readOnly": true,
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaEventNotificationTemplateStatus"
},
"systemName": {
"type": "string"
},
"type": {
"description": "`insertOnly`\n\nEnum 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"
},
"KalturaEventNotificationTemplateBaseFilter": {
"allOf": [
{
"$ref": "#/definitions/KalturaFilter"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaEventNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaBusinessProcessNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaEmailNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaHttpNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaKafkaNotificationTemplateFilter"
},
{
"$ref": "#/definitions/KalturaPushNotificationTemplateFilter"
}
],
"description": "`abstract`",
"discriminator": "objectType",
"properties": {
"createdAtGreaterThanOrEqual": {
"type": "integer"
},
"createdAtLessThanOrEqual": {
"type": "integer"
},
"idEqual": {
"type": "integer"
},
"idIn": {
"type": "string"
},
"objectType": {
"enum": [
"KalturaEventNotificationTemplateFilter",
"KalturaBusinessProcessNotificationTemplateFilter",
"KalturaBusinessProcessAbortNotificationTemplateFilter",
"KalturaBusinessProcessSignalNotificationTemplateFilter",
"KalturaBusinessProcessStartNotificationTemplateFilter",
"KalturaEmailNotificationTemplateFilter",
"KalturaHttpNotificationTemplateFilter",
"KalturaKafkaNotificationTemplateFilter",
"KalturaPushNotificationTemplateFilter"
],
"type": "string"
},
"partnerIdEqual": {
"type": "integer"
},
"partnerIdIn": {
"type": "string"
},
"statusEqual": {
"description": "Enum Type: `KalturaEventNotificationTemplateStatus`",
"enum": [
1,
2,
3
],
"type": "integer",
"x-enumLabels": [
"DISABLED",
"ACTIVE",
"DELETED"
],
"x-enumType": "KalturaEventNotificationTemplateStatus"
},
"statusIn": {
"type": "string"
},
"systemNameEqual": {
"type": "string"
},
"systemNameIn": {
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaEventNotificationTemplateType`",
"enum": [
"booleanNotification.Boolean",
"businessProcessNotification.BusinessProcessAbort",
"businessProcessNotification.BusinessProcessSignal",
"businessProcessNotification.BusinessProcessStart",
"emailNotification.Email",
"httpNotification.Http",
"kafkaNotification.Kafka",
"pushNotification.Push"
],
"type": "string",
"x-enumLabels": [
"BOOLEAN",
"BPM_ABORT",
"BPM_SIGNAL",
"BPM_START",
"EMAIL",
"HTTP",
"KAFKA",
"PUSH"
],
"x-enumType": "KalturaEventNotificationTemplateType"
},
"typeIn": {
"type": "string"
},
"updatedAtGreaterThanOrEqual": {
"type": "integer"
},
"updatedAtLessThanOrEqual": {
"type": "integer"
}
},
"title": "KalturaEventNotificationTemplateBaseFilter",
"type": "object",
"x-abstract": true
},
"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"
},
"KalturaEventNotificationTemplateListResponse": {
"allOf": [
{
"$ref": "#/definitions/KalturaListResponse"
}
],
"properties": {
"objects": {
"items": {
"$ref": "#/definitions/KalturaEventNotificationTemplate"
},
"type": "array"
}
},
"title": "KalturaEventNotificationTemplateListResponse",
"type": "object"
},
"KalturaEventObjectChangedCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaCondition"
}
],
"properties": {
"modifiedColumns": {
"description": "Comma seperated column names to be tested",
"type": "string"
}
},
"title": "KalturaEventObjectChangedCondition",
"type": "object"
},
"KalturaExampleIntegrationJobProviderData": {
"allOf": [
{
"$ref": "#/definitions/KalturaIntegrationJobProviderData"
}
],
"properties": {
"exampleUrl": {
"description": "Just an example",
"type": "string"
}
},
"title": "KalturaExampleIntegrationJobProviderData",
"type": "object"
},
"KalturaExclusiveLockKey": {
"properties": {
"batchIndex": {
"type": "integer"
},
"schedulerId": {
"type": "integer"
},
"workerId": {
"type": "integer"
}
},
"title": "KalturaExclusiveLockKey",
"type": "object"
},
"KalturaExecuteMetadataXsltObjectTask": {
"allOf": [
{
"$ref": "#/definitions/KalturaObjectTask"
}
],
"properties": {
"metadataObjectType": {
"description": "Enum Type: `KalturaMetadataObjectType`\n\nMetadata 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"
},
"KalturaExportCsvJobData": {
"allOf": [
{
"$ref": "#/definitions/KalturaJobData"
}
],
"anyOf": [
{
"$ref": "#/definitions/KalturaExportCsvJobData"
},
{
"$ref": "#/definitions/KalturaEntryVendorTaskCsvJobData"
},
{
"$ref": "#/definitions/KalturaMediaEsearchExportToCsvJobData"
},
{
"$ref": "#/definitions/KalturaSearchHistoryCsvJobData"
},
{
"$ref": "#/definitions/KalturaCategoriesCsvJobData"
},
{
"$ref": "#/definitions/KalturaEntriesCsvJobData"
},
{
"$ref": "#/definitions/KalturaUsersCsvJobData"
}
],
"discriminator": "objectType",
"properties": {
"objectType": {
"enum": [
"KalturaExportCsvJobData",
"KalturaEntryVendorTaskCsvJobData",
"KalturaMediaEsearchExportToCsvJobData",
"KalturaSearchHistoryCsvJobData",
"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"
},
"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'.\n\nhttps://www.php.net/manual/en/function.date.php",
"type": "string"
},
"typeEqual": {
"description": "Enum Type: `KalturaEntryType`\n\nSetting 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).\n\nPlease 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",
"room.room",
"sip.SIP_ENTRY_SERVER",
"1",
"2",
"5",
"6",
"7",
"8",
"10"
],
"type": "string",
"x-enumLabels": [
"AUTOMATIC",
"CONFERENCE_ENTRY_SERVER",
"EXTERNAL_MEDIA",
"ROOM",
"SIP_ENTRY_SERVER",
"MEDIA_CLIP",
"MIX",
"PLAYLIST",
"DATA",
"LIVE_STREAM",
"LIVE_CHANNEL",
"DOCUMENT"
],
"x-enumType": "KalturaEntryType"
}
},
"title": "KalturaExportToCsvOptions",
"type": "object"
},
"KalturaExtendingItemMrssParameter": {
"properties": {
"extensionMode": {
"description": "Enum Type: `KalturaMrssExtensionMode`\n\nMode 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"
},
"KalturaExternalMediaEntry": {
"allOf": [
{
"$ref": "#/definitions/KalturaMediaEntry"
}
],
"properties": {
"assetParamsIds": {
"description": "`readOnly`\n\nComma separated asset params ids that exists for this external media entry",
"readOnly": true,
"type": "string"
},
"externalSourceType": {
"description": "`insertOnly`\n\nEnum Type: `KalturaExternalMediaSourceType`\n\nThe source type of the external media",
"enum": [
"InterCall",
"YouTube"
],
"type": "string",
"x-enumLabels": [
"INTERCALL",
"YOUTUBE"
],
"x-enumType": "KalturaExternalMediaSourceType"
}
},
"title": "KalturaExternalMediaEntry",
"type": "object"
},
"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
},
"KalturaExternalMediaEntryCompareAttributeCondition": {
"allOf": [
{
"$ref": "#/definitions/KalturaSearchComparableAttributeCondition"
}
],
"description": "Auto-generated class.\n Used to search KalturaExternalMediaEntry attributes. Use KalturaExternalMediaEntryCompareAttribute enum to provide attribute name.\n/",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment