{ "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/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" ], "type": "string", "x-enumLabels": [ "KMC", "KMS", "KAF", "PITCH", "KMS_GO", "WEBCAST_APP", "PERSONAL_CAPTURE", "KALTURA_MEETING" ], "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" }, "description": { "description": "Entry description", "type": "string" }, "displayInSearch": { "description": "Enum Type: `KalturaEntryDisplayInSearchType`\n\nshould we display this entry in search", "enum": [ -1, 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "SYSTEM", "NONE", "PARTNER_ONLY", "KALTURA_NETWORK" ], "x-enumType": "KalturaEntryDisplayInSearchType" }, "downloadUrl": { "description": "`readOnly`\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", "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", "sip.SIP_ENTRY_SERVER", "1", "2", "5", "6", "7", "8", "10" ], "type": "string", "x-enumLabels": [ "AUTOMATIC", "CONFERENCE_ENTRY_SERVER", "EXTERNAL_MEDIA", "SIP_ENTRY_SERVER", "MEDIA_CLIP", "MIX", "PLAYLIST", "DATA", "LIVE_STREAM", "LIVE_CHANNEL", "DOCUMENT" ], "x-enumType": "KalturaEntryType" }, "updatedAt": { "description": "`readOnly`\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" } ], "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" }, "endDateGreaterThanOrEqual": { "type": "integer" }, "endDateGreaterThanOrEqualOrNull": { "type": "integer" }, "endDateLessThanOrEqual": { "type": "integer" }, "endDateLessThanOrEqualOrNull": { "type": "integer" }, "entitledUsersEditMatchAnd": { "type": "string" }, "entitledUsersEditMatchOr": { "type": "string" }, "entitledUsersPublishMatchAnd": { "type": "string" }, "entitledUsersPublishMatchOr": { "type": "string" }, "entitledUsersViewMatchAnd": { "type": "string" }, "entitledUsersViewMatchOr": { "type": "string" }, "groupIdEqual": { "type": "integer" }, "idEqual": { "description": "This filter should be in use for retrieving only a specific entry (identified by its entryId).", "type": "string" }, "idIn": { "description": "This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings).", "type": "string" }, "idNotIn": { "type": "string" }, "moderationStatusEqual": { "description": "Enum Type: `KalturaEntryModerationStatus`", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-enumLabels": [ "PENDING_MODERATION", "APPROVED", "REJECTED", "DELETED", "FLAGGED_FOR_REVIEW", "AUTO_APPROVED" ], "x-enumType": "KalturaEntryModerationStatus" }, "moderationStatusIn": { "type": "string" }, "moderationStatusNotEqual": { "description": "Enum Type: `KalturaEntryModerationStatus`", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-enumLabels": [ "PENDING_MODERATION", "APPROVED", "REJECTED", "DELETED", "FLAGGED_FOR_REVIEW", "AUTO_APPROVED" ], "x-enumType": "KalturaEntryModerationStatus" }, "moderationStatusNotIn": { "type": "string" }, "nameEqual": { "description": "This filter should be in use for retrieving entries with a specific name.", "type": "string" }, "nameLike": { "description": "This filter should be in use for retrieving specific entries. It should include only one string to search for in entry names (no wildcards, spaces are treated as part of the string).", "type": "string" }, "nameMultiLikeAnd": { "description": "This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).", "type": "string" }, "nameMultiLikeOr": { "description": "This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).", "type": "string" }, "objectType": { "enum": [ "KalturaBaseEntryFilter", "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter", "KalturaDataEntryFilter", "KalturaDocumentEntryFilter", "KalturaPlaylistFilter" ], "type": "string" }, "parentEntryIdEqual": { "type": "string" }, "partnerIdEqual": { "description": "This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID).", "type": "integer" }, "partnerIdIn": { "description": "This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs)", "type": "string" }, "partnerSortValueGreaterThanOrEqual": { "type": "integer" }, "partnerSortValueLessThanOrEqual": { "type": "integer" }, "rankGreaterThanOrEqual": { "type": "number" }, "rankLessThanOrEqual": { "type": "number" }, "referenceIdEqual": { "type": "string" }, "referenceIdIn": { "type": "string" }, "replacedEntryIdEqual": { "type": "string" }, "replacedEntryIdIn": { "type": "string" }, "replacementStatusEqual": { "description": "Enum Type: `KalturaEntryReplacementStatus`", "enum": [ "0", "1", "2", "3", "4" ], "type": "string", "x-enumLabels": [ "NONE", "APPROVED_BUT_NOT_READY", "READY_BUT_NOT_APPROVED", "NOT_READY_AND_NOT_APPROVED", "FAILED" ], "x-enumType": "KalturaEntryReplacementStatus" }, "replacementStatusIn": { "type": "string" }, "replacingEntryIdEqual": { "type": "string" }, "replacingEntryIdIn": { "type": "string" }, "rootEntryIdEqual": { "type": "string" }, "rootEntryIdIn": { "type": "string" }, "searchTextMatchAnd": { "description": "This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags.", "type": "string" }, "searchTextMatchOr": { "description": "This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags.", "type": "string" }, "startDateGreaterThanOrEqual": { "type": "integer" }, "startDateGreaterThanOrEqualOrNull": { "type": "integer" }, "startDateLessThanOrEqual": { "type": "integer" }, "startDateLessThanOrEqualOrNull": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaEntryStatus`\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", "sip.SIP_ENTRY_SERVER", "1", "2", "5", "6", "7", "8", "10" ], "type": "string", "x-enumLabels": [ "AUTOMATIC", "CONFERENCE_ENTRY_SERVER", "EXTERNAL_MEDIA", "SIP_ENTRY_SERVER", "MEDIA_CLIP", "MIX", "PLAYLIST", "DATA", "LIVE_STREAM", "LIVE_CHANNEL", "DOCUMENT" ], "x-enumType": "KalturaEntryType" }, "typeIn": { "description": "This filter should be in use for retrieving entries of few {", "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "userIdEqual": { "description": "This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id).", "type": "string" }, "userIdIn": { "type": "string" }, "userIdNotIn": { "type": "string" } }, "title": "KalturaBaseEntryBaseFilter", "type": "object", "x-abstract": true }, "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" } ], "discriminator": "objectType", "properties": { "categoriesFullNameIn": { "type": "string" }, "categoryAncestorIdIn": { "description": "All entries within this categoy or in child categories", "type": "string" }, "conversionProfileIdEqual": { "type": "integer" }, "descriptionLike": { "type": "string" }, "excludedFreeTextGroups": { "type": "string" }, "freeText": { "type": "string" }, "isRoot": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "objectType": { "enum": [ "KalturaBaseEntryFilter", "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter", "KalturaDataEntryFilter", "KalturaDocumentEntryFilter", "KalturaPlaylistFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+endDate", "+moderationCount", "+name", "+partnerSortValue", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+weight", "-createdAt", "-endDate", "-moderationCount", "-name", "-partnerSortValue", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "END_DATE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "END_DATE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaBaseEntryOrderBy" }, "redirectFromEntryId": { "description": "The id of the original entry", "type": "string" } }, "title": "KalturaBaseEntryFilter", "type": "object" }, "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": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "readOnly": true, "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "lastSchedulerId": { "type": "integer" }, "lastWorkerId": { "type": "integer" }, "lockExpiration": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "lockVersion": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "message": { "type": "string" }, "parentJobId": { "description": "When one job creates another - the parent should set this parentJobId to be its own id.", "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "priority": { "type": "integer" }, "queueTime": { "description": "The time that the job was pulled from the queue", "type": "integer" }, "rootJobId": { "description": "The id of the root parent job", "type": "integer" }, "schedulerId": { "type": "integer" }, "status": { "description": "Enum Type: `KalturaBatchJobStatus`", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ], "type": "integer", "x-enumLabels": [ "PENDING", "QUEUED", "PROCESSING", "PROCESSED", "MOVEFILE", "FINISHED", "FAILED", "ABORTED", "ALMOST_DONE", "RETRY", "FATAL", "DONT_PROCESS", "FINISHED_PARTIALLY", "SUSPEND", "SUSPEND_ALMOST_DONE" ], "x-enumType": "KalturaBatchJobStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "urgency": { "type": "integer" }, "workerId": { "type": "integer" } }, "title": "KalturaBatchJob", "type": "object" }, "KalturaBatchJobBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaBatchJobFilter" }, { "$ref": "#/definitions/KalturaBatchJobFilterExt" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "batchVersionEqual": { "type": "integer" }, "batchVersionGreaterThanOrEqual": { "type": "integer" }, "batchVersionLessThanOrEqual": { "type": "integer" }, "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "entryIdEqual": { "type": "string" }, "errNumberEqual": { "type": "integer" }, "errNumberIn": { "type": "string" }, "errNumberNotIn": { "type": "string" }, "errTypeEqual": { "description": "Enum Type: `KalturaBatchJobErrorTypes`", "enum": [ 0, 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "APP", "RUNTIME", "HTTP", "CURL", "KALTURA_API", "KALTURA_CLIENT" ], "x-enumType": "KalturaBatchJobErrorTypes" }, "errTypeIn": { "type": "string" }, "errTypeNotIn": { "type": "string" }, "estimatedEffortGreaterThan": { "type": "integer" }, "estimatedEffortLessThan": { "type": "integer" }, "executionAttemptsGreaterThanOrEqual": { "type": "integer" }, "executionAttemptsLessThanOrEqual": { "type": "integer" }, "finishTimeGreaterThanOrEqual": { "type": "integer" }, "finishTimeLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idGreaterThanOrEqual": { "type": "integer" }, "jobSubTypeEqual": { "type": "integer" }, "jobSubTypeIn": { "type": "string" }, "jobSubTypeNotIn": { "type": "string" }, "jobTypeEqual": { "description": "Enum Type: `KalturaBatchJobType`", "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "jobTypeIn": { "type": "string" }, "jobTypeNotIn": { "type": "string" }, "lockVersionGreaterThanOrEqual": { "type": "integer" }, "lockVersionLessThanOrEqual": { "type": "integer" }, "objectType": { "enum": [ "KalturaBatchJobFilter", "KalturaBatchJobFilterExt" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "partnerIdNotIn": { "type": "string" }, "priorityEqual": { "type": "integer" }, "priorityGreaterThanOrEqual": { "type": "integer" }, "priorityIn": { "type": "string" }, "priorityLessThanOrEqual": { "type": "integer" }, "priorityNotIn": { "type": "string" }, "queueTimeGreaterThanOrEqual": { "type": "integer" }, "queueTimeLessThanOrEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaBatchJobStatus`", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ], "type": "integer", "x-enumLabels": [ "PENDING", "QUEUED", "PROCESSING", "PROCESSED", "MOVEFILE", "FINISHED", "FAILED", "ABORTED", "ALMOST_DONE", "RETRY", "FATAL", "DONT_PROCESS", "FINISHED_PARTIALLY", "SUSPEND", "SUSPEND_ALMOST_DONE" ], "x-enumType": "KalturaBatchJobStatus" }, "statusIn": { "type": "string" }, "statusNotIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "urgencyGreaterThanOrEqual": { "type": "integer" }, "urgencyLessThanOrEqual": { "type": "integer" } }, "title": "KalturaBatchJobBaseFilter", "type": "object", "x-abstract": true }, "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": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "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\\w+) - will be used as the drop folder file's parsed slug.\n\n- (?P\\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/KalturaESearchMetadataAggregationItem" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaESearchCategoryAggregationItem", "KalturaESearchCuepointsAggregationItem", "KalturaESearchEntryAggregationItem", "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", "end_date", "entitled_kusers_edit", "entitled_kusers_publish", "entitled_kusers_view", "entry_type", "external_source_type", "id", "is_live", "is_quiz", "kuser_id", "last_played_at", "length_in_msecs", "media_type", "moderation_status", "name", "parent_id", "partner_sort_value", "plays", "push_publish", "rank", "recorded_entry_id", "redirect_entry_id", "reference_id", "root_id", "site_url", "source_type", "start_date", "tags", "template_entry_id", "updated_at", "user_names", "votes" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "ADMIN_TAGS", "CAPTIONS_CONTENT", "CONVERSION_PROFILE_ID", "CREATED_AT", "CREATOR_ID", "CREDIT", "DESCRIPTION", "END_DATE", "ENTITLED_USER_EDIT", "ENTITLED_USER_PUBLISH", "ENTITLED_USER_VIEW", "ENTRY_TYPE", "EXTERNAL_SOURCE_TYPE", "ID", "IS_LIVE", "IS_QUIZ", "USER_ID", "LAST_PLAYED_AT", "LENGTH_IN_MSECS", "MEDIA_TYPE", "MODERATION_STATUS", "NAME", "PARENT_ENTRY_ID", "PARTNER_SORT_VALUE", "PLAYS", "PUSH_PUBLISH", "RANK", "RECORDED_ENTRY_ID", "REDIRECT_ENTRY_ID", "REFERENCE_ID", "ROOT_ID", "SITE_URL", "SOURCE_TYPE", "START_DATE", "TAGS", "TEMPLATE_ENTRY_ID", "UPDATED_AT", "USER_NAMES", "VOTES" ], "x-enumType": "KalturaESearchEntryFieldName" } }, "title": "KalturaESearchEntryItem", "type": "object" }, "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", "start_date", "updated_at", "views", "views_last_1_day", "views_last_30_days", "views_last_7_days", "votes" ], "type": "string", "x-enumLabels": [ "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "NAME", "PLAYS", "PLAYS_LAST_1_DAY", "PLAYS_LAST_30_DAYS", "PLAYS_LAST_7_DAYS", "RANK", "START_DATE", "UPDATED_AT", "VIEWS", "VIEWS_LAST_1_DAY", "VIEWS_LAST_30_DAYS", "VIEWS_LAST_7_DAYS", "VOTES" ], "x-enumType": "KalturaESearchEntryOrderByFieldName" } }, "title": "KalturaESearchEntryOrderByItem", "type": "object" }, "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" }, "KalturaESearchHistoryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaESearchBaseFilter" } ], "properties": { "searchTermStartsWith": { "type": "string" }, "searchedObjectIn": { "type": "string" } }, "title": "KalturaESearchHistoryFilter", "type": "object" }, "KalturaESearchHistoryListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "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" }, "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", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" } }, "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 raied the event that should trigger this notification", "enum": [ "adCuePointEventNotifications.AdCuePoint", "annotationEventNotifications.Annotation", "attachmentAssetEventNotifications.AttachmentAsset", "captionAssetEventNotifications.CaptionAsset", "codeCuePointEventNotifications.CodeCuePoint", "contentDistributionEventNotifications.DistributionProfile", "contentDistributionEventNotifications.EntryDistribution", "cuePointEventNotifications.CuePoint", "dropFolderEventNotifications.DropFolder", "dropFolderEventNotifications.DropFolderFile", "metadataEventNotifications.Metadata", "transcriptAssetEventNotifications.TranscriptAsset", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" }, "eventType": { "description": "Enum Type: `KalturaEventNotificationEventType`\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/KalturaCategoriesCsvJobData" }, { "$ref": "#/definitions/KalturaEntriesCsvJobData" }, { "$ref": "#/definitions/KalturaUsersCsvJobData" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaExportCsvJobData", "KalturaEntryVendorTaskCsvJobData", "KalturaMediaEsearchExportToCsvJobData", "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData" ], "type": "string" }, "outputPath": { "description": "The file location", "type": "string" }, "sharedOutputPath": { "type": "string" }, "userMail": { "description": "The users email", "type": "string" }, "userName": { "description": "The users name", "type": "string" } }, "title": "KalturaExportCsvJobData", "type": "object" }, "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", "sip.SIP_ENTRY_SERVER", "1", "2", "5", "6", "7", "8", "10" ], "type": "string", "x-enumLabels": [ "AUTOMATIC", "CONFERENCE_ENTRY_SERVER", "EXTERNAL_MEDIA", "SIP_ENTRY_SERVER", "MEDIA_CLIP", "MIX", "PLAYLIST", "DATA", "LIVE_STREAM", "LIVE_CHANNEL", "DOCUMENT" ], "x-enumType": "KalturaEntryType" } }, "title": "KalturaExportToCsvOptions", "type": "object" }, "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/", "properties": { "attribute": { "description": "Enum Type: `KalturaExternalMediaEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaExternalMediaEntryCompareAttribute" } }, "title": "KalturaExternalMediaEntryCompareAttributeCondition", "type": "object" }, "KalturaExternalMediaEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaExternalMediaEntryBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaExternalMediaEntryOrderBy" } }, "title": "KalturaExternalMediaEntryFilter", "type": "object" }, "KalturaExternalMediaEntryListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaExternalMediaEntry" }, "type": "array" } }, "title": "KalturaExternalMediaEntryListResponse", "type": "object" }, "KalturaExternalMediaEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaExternalMediaEntry attributes. Use KalturaExternalMediaEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaExternalMediaEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaExternalMediaEntryMatchAttribute" } }, "title": "KalturaExternalMediaEntryMatchAttributeCondition", "type": "object" }, "KalturaExtractMediaJobData": { "allOf": [ { "$ref": "#/definitions/KalturaConvartableJobData" } ], "properties": { "calculateComplexity": { "type": "boolean" }, "destDataFilePath": { "description": "The data output file", "type": "string" }, "detectGOP": { "type": "integer" }, "extractId3Tags": { "type": "boolean" }, "flavorAssetId": { "type": "string" } }, "title": "KalturaExtractMediaJobData", "type": "object" }, "KalturaFacebookCaptionDistributionInfo": { "properties": { "assetId": { "type": "string" }, "filePath": { "type": "string" }, "label": { "type": "string" }, "language": { "type": "string" }, "remoteId": { "type": "string" }, "version": { "type": "string" } }, "title": "KalturaFacebookCaptionDistributionInfo", "type": "object" }, "KalturaFacebookDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "captionsInfo": { "items": { "$ref": "#/definitions/KalturaFacebookCaptionDistributionInfo" }, "type": "array" }, "thumbAssetId": { "type": "string" }, "videoAssetFilePath": { "type": "string" } }, "title": "KalturaFacebookDistributionJobProviderData", "type": "object" }, "KalturaFacebookDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "apiAuthorizeUrl": { "type": "string" }, "pageAccessToken": { "type": "string" }, "pageId": { "type": "string" }, "permissions": { "type": "string" }, "reRequestPermissions": { "type": "integer" }, "state": { "type": "string" }, "userAccessToken": { "type": "string" } }, "title": "KalturaFacebookDistributionProfile", "type": "object" }, "KalturaFacebookDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFacebookDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFacebookDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaFacebookDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFacebookDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFacebookDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFacebookDistributionProfileOrderBy" } }, "title": "KalturaFacebookDistributionProfileFilter", "type": "object" }, "KalturaFacebookDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaFacebookDistributionProvider", "type": "object" }, "KalturaFacebookDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFacebookDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFacebookDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaFacebookDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFacebookDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFacebookDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFacebookDistributionProviderOrderBy" } }, "title": "KalturaFacebookDistributionProviderFilter", "type": "object" }, "KalturaFairPlayPlaybackPluginData": { "allOf": [ { "$ref": "#/definitions/KalturaDrmPlaybackPluginData" } ], "properties": { "certificate": { "type": "string" } }, "title": "KalturaFairPlayPlaybackPluginData", "type": "object" }, "KalturaFairplayDrmProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfile" } ], "properties": { "publicCertificate": { "type": "string" } }, "title": "KalturaFairplayDrmProfile", "type": "object" }, "KalturaFairplayDrmProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFairplayDrmProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFairplayDrmProfileFilter" ], "type": "string" } }, "title": "KalturaFairplayDrmProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFairplayDrmProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFairplayDrmProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+id", "+name", "-id", "-name" ], "type": "string", "x-enumLabels": [ "ID_ASC", "NAME_ASC", "ID_DESC", "NAME_DESC" ], "x-enumType": "KalturaFairplayDrmProfileOrderBy" } }, "title": "KalturaFairplayDrmProfileFilter", "type": "object" }, "KalturaFairplayEntryContextPluginData": { "allOf": [ { "$ref": "#/definitions/KalturaPluginData" } ], "properties": { "publicCertificate": { "description": "For fairplay (and maybe in the future other drm providers) we need to return a public certificate to encrypt\n\nthe request from the player to the server.", "type": "string" } }, "title": "KalturaFairplayEntryContextPluginData", "type": "object" }, "KalturaFeatureStatus": { "properties": { "type": { "description": "Enum Type: `KalturaFeatureStatusType`", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-enumLabels": [ "LOCK_CATEGORY", "CATEGORY", "CATEGORY_ENTRY", "ENTRY", "CATEGORY_USER", "USER" ], "x-enumType": "KalturaFeatureStatusType" }, "value": { "type": "integer" } }, "title": "KalturaFeatureStatus", "type": "object" }, "KalturaFeatureStatusListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFeatureStatus" }, "type": "array" } }, "title": "KalturaFeatureStatusListResponse", "type": "object" }, "KalturaFeedDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFeedDropFolder" }, { "$ref": "#/definitions/KalturaApFeedDropFolder" } ], "discriminator": "objectType", "properties": { "feedItemInfo": { "$ref": "#/definitions/KalturaFeedItemInfo" }, "itemHandlingLimit": { "type": "integer" }, "objectType": { "enum": [ "KalturaFeedDropFolder", "KalturaApFeedDropFolder" ], "type": "string" } }, "title": "KalturaFeedDropFolder", "type": "object" }, "KalturaFeedDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFeedDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFeedDropFolderFilter" ], "type": "string" } }, "title": "KalturaFeedDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFeedDropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": { "feedXmlPath": { "description": "Path of the original Feed content XML", "type": "string" }, "hash": { "description": "MD5 or Sha1 encrypted string", "type": "string" } }, "title": "KalturaFeedDropFolderFile", "type": "object" }, "KalturaFeedDropFolderFileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFeedDropFolderFileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFeedDropFolderFileFilter" ], "type": "string" } }, "title": "KalturaFeedDropFolderFileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFeedDropFolderFileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFeedDropFolderFileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+fileName", "+fileSize", "+fileSizeLastSetAt", "+id", "+parsedFlavor", "+parsedSlug", "+updatedAt", "-createdAt", "-fileName", "-fileSize", "-fileSizeLastSetAt", "-id", "-parsedFlavor", "-parsedSlug", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "FILE_NAME_ASC", "FILE_SIZE_ASC", "FILE_SIZE_LAST_SET_AT_ASC", "ID_ASC", "PARSED_FLAVOR_ASC", "PARSED_SLUG_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "FILE_NAME_DESC", "FILE_SIZE_DESC", "FILE_SIZE_LAST_SET_AT_DESC", "ID_DESC", "PARSED_FLAVOR_DESC", "PARSED_SLUG_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFeedDropFolderFileOrderBy" } }, "title": "KalturaFeedDropFolderFileFilter", "type": "object" }, "KalturaFeedDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFeedDropFolderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFeedDropFolderOrderBy" } }, "title": "KalturaFeedDropFolderFilter", "type": "object" }, "KalturaFeedItemInfo": { "properties": { "contentBitrateAttributeName": { "type": "string" }, "itemContentBitrateXPath": { "type": "string" }, "itemContentFileSizeXPath": { "type": "string" }, "itemContentUrlXPath": { "type": "string" }, "itemContentXpath": { "type": "string" }, "itemHashXPath": { "type": "string" }, "itemPublishDateXPath": { "type": "string" }, "itemUniqueIdentifierXPath": { "type": "string" }, "itemXPath": { "type": "string" } }, "title": "KalturaFeedItemInfo", "type": "object" }, "KalturaFieldCompareCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCompareCondition" } ], "properties": { "field": { "$ref": "#/definitions/KalturaIntegerField" } }, "title": "KalturaFieldCompareCondition", "type": "object" }, "KalturaFieldMatchCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "properties": { "field": { "$ref": "#/definitions/KalturaStringField" } }, "title": "KalturaFieldMatchCondition", "type": "object" }, "KalturaFileAsset": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "fileAssetObjectType": { "description": "`insertOnly`\n\nEnum Type: `KalturaFileAssetObjectType`", "enum": [ "2", "3" ], "type": "string", "x-enumLabels": [ "UI_CONF", "ENTRY" ], "x-enumType": "KalturaFileAssetObjectType" }, "fileExt": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "objectId": { "description": "`insertOnly`", "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaFileAssetStatus`", "enum": [ "0", "1", "2", "3", "4" ], "readOnly": true, "type": "string", "x-enumLabels": [ "PENDING", "UPLOADING", "READY", "DELETED", "ERROR" ], "x-enumType": "KalturaFileAssetStatus" }, "systemName": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaFileAsset", "type": "object" }, "KalturaFileAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFileAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "fileAssetObjectTypeEqual": { "description": "Enum Type: `KalturaFileAssetObjectType`", "enum": [ "2", "3" ], "type": "string", "x-enumLabels": [ "UI_CONF", "ENTRY" ], "x-enumType": "KalturaFileAssetObjectType" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectIdEqual": { "type": "string" }, "objectIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaFileAssetFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaFileAssetStatus`", "enum": [ "0", "1", "2", "3", "4" ], "type": "string", "x-enumLabels": [ "PENDING", "UPLOADING", "READY", "DELETED", "ERROR" ], "x-enumType": "KalturaFileAssetStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaFileAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaFileAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFileAssetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFileAssetOrderBy" } }, "title": "KalturaFileAssetFilter", "type": "object" }, "KalturaFileAssetListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFileAsset" }, "type": "array" } }, "title": "KalturaFileAssetListResponse", "type": "object" }, "KalturaFileContainer": { "properties": { "encryptionKey": { "type": "string" }, "filePath": { "type": "string" }, "fileSize": { "type": "integer" } }, "title": "KalturaFileContainer", "type": "object" }, "KalturaFileExistsResponse": { "properties": { "exists": { "description": "Indicates if the file exists", "type": "boolean" }, "sizeOk": { "description": "Indicates if the file size is right", "type": "boolean" } }, "title": "KalturaFileExistsResponse", "type": "object" }, "KalturaFileSync": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "dc": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "fileContent": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "fileDiscSize": { "description": "`readOnly`", "readOnly": true, "type": "number" }, "fileObjectType": { "description": "`readOnly`\n\nEnum Type: `KalturaFileSyncObjectType`", "enum": [ "contentDistribution.DistributionProfile", "contentDistribution.EntryDistribution", "contentDistribution.GenericDistributionAction", "emailNotification.EmailNotificationTemplate", "httpNotification.HttpNotificationTemplate", "1", "2", "3", "4", "5", "6", "7", "8", "9" ], "readOnly": true, "type": "string", "x-enumLabels": [ "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "GENERIC_DISTRIBUTION_ACTION", "EMAIL_NOTIFICATION_TEMPLATE", "HTTP_NOTIFICATION_TEMPLATE", "ENTRY", "UICONF", "BATCHJOB", "ASSET", "METADATA", "METADATA_PROFILE", "SYNDICATION_FEED", "CONVERSION_PROFILE", "FILE_ASSET" ], "x-enumType": "KalturaFileSyncObjectType" }, "filePath": { "type": "string" }, "fileRoot": { "type": "string" }, "fileSize": { "description": "`readOnly`", "readOnly": true, "type": "number" }, "fileType": { "description": "`readOnly`\n\nEnum Type: `KalturaFileSyncType`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "FILE", "LINK", "URL" ], "x-enumType": "KalturaFileSyncType" }, "fileUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "isCurrentDc": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "isDir": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "linkCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "linkedId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "objectId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "objectSubType": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "original": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "originalId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "readyAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "srcEncKey": { "type": "string" }, "srcPath": { "type": "string" }, "status": { "description": "Enum Type: `KalturaFileSyncStatus`", "enum": [ -1, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "ERROR", "PENDING", "READY", "DELETED", "PURGED" ], "x-enumType": "KalturaFileSyncStatus" }, "storageClass": { "type": "string" }, "syncTime": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaFileSync", "type": "object" }, "KalturaFileSyncBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFileSyncFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "dcEqual": { "type": "string" }, "dcIn": { "type": "string" }, "fileObjectTypeEqual": { "description": "Enum Type: `KalturaFileSyncObjectType`", "enum": [ "contentDistribution.DistributionProfile", "contentDistribution.EntryDistribution", "contentDistribution.GenericDistributionAction", "emailNotification.EmailNotificationTemplate", "httpNotification.HttpNotificationTemplate", "1", "2", "3", "4", "5", "6", "7", "8", "9" ], "type": "string", "x-enumLabels": [ "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "GENERIC_DISTRIBUTION_ACTION", "EMAIL_NOTIFICATION_TEMPLATE", "HTTP_NOTIFICATION_TEMPLATE", "ENTRY", "UICONF", "BATCHJOB", "ASSET", "METADATA", "METADATA_PROFILE", "SYNDICATION_FEED", "CONVERSION_PROFILE", "FILE_ASSET" ], "x-enumType": "KalturaFileSyncObjectType" }, "fileObjectTypeIn": { "type": "string" }, "fileSizeGreaterThanOrEqual": { "type": "number" }, "fileSizeLessThanOrEqual": { "type": "number" }, "fileTypeEqual": { "description": "Enum Type: `KalturaFileSyncType`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "FILE", "LINK", "URL" ], "x-enumType": "KalturaFileSyncType" }, "fileTypeIn": { "type": "string" }, "linkCountGreaterThanOrEqual": { "type": "integer" }, "linkCountLessThanOrEqual": { "type": "integer" }, "linkedIdEqual": { "type": "integer" }, "objectIdEqual": { "type": "string" }, "objectIdIn": { "type": "string" }, "objectSubTypeEqual": { "type": "integer" }, "objectSubTypeIn": { "type": "string" }, "objectType": { "enum": [ "KalturaFileSyncFilter" ], "type": "string" }, "originalEqual": { "type": "integer" }, "partnerIdEqual": { "type": "integer" }, "readyAtGreaterThanOrEqual": { "type": "integer" }, "readyAtLessThanOrEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaFileSyncStatus`", "enum": [ -1, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "ERROR", "PENDING", "READY", "DELETED", "PURGED" ], "x-enumType": "KalturaFileSyncStatus" }, "statusIn": { "type": "string" }, "syncTimeGreaterThanOrEqual": { "type": "integer" }, "syncTimeLessThanOrEqual": { "type": "integer" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "versionEqual": { "type": "string" }, "versionIn": { "type": "string" } }, "title": "KalturaFileSyncBaseFilter", "type": "object", "x-abstract": true }, "KalturaFileSyncDescriptor": { "anyOf": [ { "$ref": "#/definitions/KalturaFileSyncDescriptor" }, { "$ref": "#/definitions/KalturaDestFileSyncDescriptor" }, { "$ref": "#/definitions/KalturaSourceFileSyncDescriptor" } ], "discriminator": "objectType", "properties": { "fileEncryptionKey": { "type": "string" }, "fileSyncLocalPath": { "type": "string" }, "fileSyncObjectSubType": { "type": "integer" }, "fileSyncRemoteUrl": { "description": "The translated path as used by the scheduler", "type": "string" }, "objectType": { "enum": [ "KalturaFileSyncDescriptor", "KalturaDestFileSyncDescriptor", "KalturaSourceFileSyncDescriptor" ], "type": "string" } }, "title": "KalturaFileSyncDescriptor", "type": "object" }, "KalturaFileSyncFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFileSyncBaseFilter" } ], "properties": { "currentDc": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "orderBy": { "enum": [ "+createdAt", "+fileSize", "+readyAt", "+syncTime", "+updatedAt", "+version", "-createdAt", "-fileSize", "-readyAt", "-syncTime", "-updatedAt", "-version" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "FILE_SIZE_ASC", "READY_AT_ASC", "SYNC_TIME_ASC", "UPDATED_AT_ASC", "VERSION_ASC", "CREATED_AT_DESC", "FILE_SIZE_DESC", "READY_AT_DESC", "SYNC_TIME_DESC", "UPDATED_AT_DESC", "VERSION_DESC" ], "x-enumType": "KalturaFileSyncOrderBy" } }, "title": "KalturaFileSyncFilter", "type": "object" }, "KalturaFileSyncListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFileSync" }, "type": "array" } }, "title": "KalturaFileSyncListResponse", "type": "object" }, "KalturaFileSyncResource": { "allOf": [ { "$ref": "#/definitions/KalturaContentResource" } ], "description": "Used to ingest media that is already ingested to Kaltura system as a different file in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync.", "properties": { "fileSyncObjectType": { "description": "The object type of the file sync object", "type": "integer" }, "objectId": { "description": "The object id of the file sync object", "type": "string" }, "objectSubType": { "description": "The object sub-type of the file sync object", "type": "integer" }, "version": { "description": "The version of the file sync object", "type": "string" } }, "title": "KalturaFileSyncResource", "type": "object" }, "KalturaFilter": { "anyOf": [ { "$ref": "#/definitions/KalturaBeaconEnhanceFilter" }, { "$ref": "#/definitions/KalturaCategoryUserProviderFilter" }, { "$ref": "#/definitions/KalturaSystemPartnerUsageFilter" }, { "$ref": "#/definitions/KalturaTagFilter" }, { "$ref": "#/definitions/KalturaQuizFilter" }, { "$ref": "#/definitions/KalturaAssetFilter" }, { "$ref": "#/definitions/KalturaAttachmentAssetFilter" }, { "$ref": "#/definitions/KalturaTranscriptAssetFilter" }, { "$ref": "#/definitions/KalturaCaptionAssetFilter" }, { "$ref": "#/definitions/KalturaCaptionAssetItemFilter" }, { "$ref": "#/definitions/KalturaFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaLiveAssetFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaThumbAssetFilter" }, { "$ref": "#/definitions/KalturaTimedThumbAssetFilter" }, { "$ref": "#/definitions/KalturaBaseEntryFilter" }, { "$ref": "#/definitions/KalturaPlayableEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" }, { "$ref": "#/definitions/KalturaMixEntryFilter" }, { "$ref": "#/definitions/KalturaDataEntryFilter" }, { "$ref": "#/definitions/KalturaDocumentEntryFilter" }, { "$ref": "#/definitions/KalturaPlaylistFilter" }, { "$ref": "#/definitions/KalturaCategoryUserFilter" }, { "$ref": "#/definitions/KalturaUserFilter" }, { "$ref": "#/definitions/KalturaGroupFilter" }, { "$ref": "#/definitions/KalturaAdminUserFilter" }, { "$ref": "#/definitions/KalturaAccessControlFilter" }, { "$ref": "#/definitions/KalturaAccessControlProfileFilter" }, { "$ref": "#/definitions/KalturaAssetParamsFilter" }, { "$ref": "#/definitions/KalturaAssetParamsOutputFilter" }, { "$ref": "#/definitions/KalturaCaptionParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaLiveParamsFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" }, { "$ref": "#/definitions/KalturaAuditTrailFilter" }, { "$ref": "#/definitions/KalturaCategoryFilter" }, { "$ref": "#/definitions/KalturaCategoryEntryFilter" }, { "$ref": "#/definitions/KalturaConfMapsFilter" }, { "$ref": "#/definitions/KalturaConversionProfileAssetParamsFilter" }, { "$ref": "#/definitions/KalturaConversionProfileFilter" }, { "$ref": "#/definitions/KalturaCuePointFilter" }, { "$ref": "#/definitions/KalturaAdCuePointFilter" }, { "$ref": "#/definitions/KalturaAnnotationFilter" }, { "$ref": "#/definitions/KalturaAnswerCuePointFilter" }, { "$ref": "#/definitions/KalturaCodeCuePointFilter" }, { "$ref": "#/definitions/KalturaEventCuePointFilter" }, { "$ref": "#/definitions/KalturaQuestionCuePointFilter" }, { "$ref": "#/definitions/KalturaThumbCuePointFilter" }, { "$ref": "#/definitions/KalturaEntryDistributionFilter" }, { "$ref": "#/definitions/KalturaEntryVendorTaskFilter" }, { "$ref": "#/definitions/KalturaFileAssetFilter" }, { "$ref": "#/definitions/KalturaGroupUserFilter" }, { "$ref": "#/definitions/KalturaLikeFilter" }, { "$ref": "#/definitions/KalturaLiveChannelSegmentFilter" }, { "$ref": "#/definitions/KalturaMetadataFilter" }, { "$ref": "#/definitions/KalturaPermissionFilter" }, { "$ref": "#/definitions/KalturaPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiActionPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiParameterPermissionItemFilter" }, { "$ref": "#/definitions/KalturaRatingCountFilter" }, { "$ref": "#/definitions/KalturaReachProfileFilter" }, { "$ref": "#/definitions/KalturaScheduleEventFilter" }, { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveRedirectScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveStreamScheduleEventFilter" }, { "$ref": "#/definitions/KalturaMeetingScheduleEventFilter" }, { "$ref": "#/definitions/KalturaBlackoutScheduleEventFilter" }, { "$ref": "#/definitions/KalturaRecordScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVodScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVirtualScheduleEventFilter" }, { "$ref": "#/definitions/KalturaScheduleEventResourceFilter" }, { "$ref": "#/definitions/KalturaScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaCameraScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLocationScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaSsoFilter" }, { "$ref": "#/definitions/KalturaUserEntryFilter" }, { "$ref": "#/definitions/KalturaPermissionLevelUserEntryFilter" }, { "$ref": "#/definitions/KalturaRegistrationUserEntryFilter" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntryFilter" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntryFilter" }, { "$ref": "#/definitions/KalturaQuizUserEntryFilter" }, { "$ref": "#/definitions/KalturaUserLoginDataFilter" }, { "$ref": "#/definitions/KalturaUserRoleFilter" }, { "$ref": "#/definitions/KalturaUserScorePropertiesFilter" }, { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemFilter" }, { "$ref": "#/definitions/KalturaBatchJobFilter" }, { "$ref": "#/definitions/KalturaBatchJobFilterExt" }, { "$ref": "#/definitions/KalturaAppTokenFilter" }, { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaGenericSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaGoogleVideoSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaITunesSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaTubeMogulSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaYahooSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaBeaconFilter" }, { "$ref": "#/definitions/KalturaBulkUploadFilter" }, { "$ref": "#/definitions/KalturaBusinessProcessServerFilter" }, { "$ref": "#/definitions/KalturaActivitiBusinessProcessServerFilter" }, { "$ref": "#/definitions/KalturaControlPanelCommandFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileAkamaiAppleHttpManifestFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileAkamaiHdsFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileAkamaiHttpFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileGenericAppleHttpFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileGenericHdsFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileGenericHttpFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileGenericSilverLightFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileLiveAppleHttpFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileRtmpFilter" }, { "$ref": "#/definitions/KalturaDeliveryProfileGenericRtmpFilter" }, { "$ref": "#/definitions/KalturaDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaAttUverseDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaAvnDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaComcastMrssDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaCortexApiDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaCrossKalturaDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaDailymotionDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaDoubleClickDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaFacebookDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaFtpDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaHuluDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaIdeticDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaMetroPcsDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaMsnDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaNdnDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaQuickPlayDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaSynacorHboDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaTVComDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaTimeWarnerDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaTvinciDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaUnicornDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaUverseDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaVerizonVcastDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaYahooDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaYouTubeDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaYoutubeApiDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaFreewheelDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaGenericDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaPodcastDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaSyndicationDistributionProfileFilter" }, { "$ref": "#/definitions/KalturaDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaAttUverseDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaAvnDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaComcastMrssDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaCortexApiDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaCrossKalturaDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaDailymotionDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaDoubleClickDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFacebookDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFreewheelDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFtpDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFtpScheduledDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaGenericDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaHuluDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaIdeticDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaMetroPcsDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaMsnDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaNdnDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaPodcastDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaQuickPlayDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaSynacorHboDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaSyndicationDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaTVComDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaTimeWarnerDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaTvinciDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaUnicornDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaUverseDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaVerizonVcastDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaYahooDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaYouTubeDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaYoutubeApiDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaDrmPolicyFilter" }, { "$ref": "#/definitions/KalturaPlayReadyPolicyFilter" }, { "$ref": "#/definitions/KalturaDrmProfileFilter" }, { "$ref": "#/definitions/KalturaFairplayDrmProfileFilter" }, { "$ref": "#/definitions/KalturaPlayReadyProfileFilter" }, { "$ref": "#/definitions/KalturaWidevineProfileFilter" }, { "$ref": "#/definitions/KalturaDropFolderFilter" }, { "$ref": "#/definitions/KalturaFeedDropFolderFilter" }, { "$ref": "#/definitions/KalturaRemoteDropFolderFilter" }, { "$ref": "#/definitions/KalturaFtpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSshDropFolderFilter" }, { "$ref": "#/definitions/KalturaScpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSftpDropFolderFilter" }, { "$ref": "#/definitions/KalturaWebexDropFolderFilter" }, { "$ref": "#/definitions/KalturaZoomDropFolderFilter" }, { "$ref": "#/definitions/KalturaDropFolderFileFilter" }, { "$ref": "#/definitions/KalturaFeedDropFolderFileFilter" }, { "$ref": "#/definitions/KalturaWebexDropFolderFileFilter" }, { "$ref": "#/definitions/KalturaEntryServerNodeFilter" }, { "$ref": "#/definitions/KalturaConferenceEntryServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveEntryServerNodeFilter" }, { "$ref": "#/definitions/KalturaSipEntryServerNodeFilter" }, { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaBusinessProcessNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaBusinessProcessAbortNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaBusinessProcessSignalNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaBusinessProcessStartNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaEmailNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaHttpNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaKafkaNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaPushNotificationTemplateFilter" }, { "$ref": "#/definitions/KalturaFileSyncFilter" }, { "$ref": "#/definitions/KalturaGenericDistributionProviderActionFilter" }, { "$ref": "#/definitions/KalturaMediaInfoFilter" }, { "$ref": "#/definitions/KalturaMetadataProfileFilter" }, { "$ref": "#/definitions/KalturaPartnerFilter" }, { "$ref": "#/definitions/KalturaSystemPartnerFilter" }, { "$ref": "#/definitions/KalturaVarConsolePartnerFilter" }, { "$ref": "#/definitions/KalturaResponseProfileFilter" }, { "$ref": "#/definitions/KalturaScheduledTaskProfileFilter" }, { "$ref": "#/definitions/KalturaServerNodeFilter" }, { "$ref": "#/definitions/KalturaConferenceServerNodeFilter" }, { "$ref": "#/definitions/KalturaDeliveryServerNodeFilter" }, { "$ref": "#/definitions/KalturaEdgeServerNodeFilter" }, { "$ref": "#/definitions/KalturaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaSipServerNodeFilter" }, { "$ref": "#/definitions/KalturaShortLinkFilter" }, { "$ref": "#/definitions/KalturaStorageProfileFilter" }, { "$ref": "#/definitions/KalturaAmazonS3StorageProfileFilter" }, { "$ref": "#/definitions/KalturaKontikiStorageProfileFilter" }, { "$ref": "#/definitions/KalturaUiConfFilter" }, { "$ref": "#/definitions/KalturaUploadTokenFilter" }, { "$ref": "#/definitions/KalturaVirtualEventFilter" }, { "$ref": "#/definitions/KalturaVirusScanProfileFilter" }, { "$ref": "#/definitions/KalturaWidgetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "advancedSearch": { "$ref": "#/definitions/KalturaSearchItem" }, "objectType": { "enum": [ "KalturaBeaconEnhanceFilter", "KalturaCategoryUserProviderFilter", "KalturaSystemPartnerUsageFilter", "KalturaTagFilter", "KalturaQuizFilter", "KalturaAssetFilter", "KalturaAttachmentAssetFilter", "KalturaTranscriptAssetFilter", "KalturaCaptionAssetFilter", "KalturaCaptionAssetItemFilter", "KalturaFlavorAssetFilter", "KalturaLiveAssetFilter", "KalturaWidevineFlavorAssetFilter", "KalturaThumbAssetFilter", "KalturaTimedThumbAssetFilter", "KalturaBaseEntryFilter", "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter", "KalturaDataEntryFilter", "KalturaDocumentEntryFilter", "KalturaPlaylistFilter", "KalturaCategoryUserFilter", "KalturaUserFilter", "KalturaGroupFilter", "KalturaAdminUserFilter", "KalturaAccessControlFilter", "KalturaAccessControlProfileFilter", "KalturaAssetParamsFilter", "KalturaAssetParamsOutputFilter", "KalturaCaptionParamsFilter", "KalturaFlavorParamsFilter", "KalturaDocumentFlavorParamsFilter", "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter", "KalturaImageFlavorParamsFilter", "KalturaLiveParamsFilter", "KalturaMediaFlavorParamsFilter", "KalturaPdfFlavorParamsFilter", "KalturaSwfFlavorParamsFilter", "KalturaWidevineFlavorParamsFilter", "KalturaThumbParamsFilter", "KalturaThumbParamsOutputFilter", "KalturaAuditTrailFilter", "KalturaCategoryFilter", "KalturaCategoryEntryFilter", "KalturaConfMapsFilter", "KalturaConversionProfileAssetParamsFilter", "KalturaConversionProfileFilter", "KalturaCuePointFilter", "KalturaAdCuePointFilter", "KalturaAnnotationFilter", "KalturaAnswerCuePointFilter", "KalturaCodeCuePointFilter", "KalturaEventCuePointFilter", "KalturaQuestionCuePointFilter", "KalturaThumbCuePointFilter", "KalturaEntryDistributionFilter", "KalturaEntryVendorTaskFilter", "KalturaFileAssetFilter", "KalturaGroupUserFilter", "KalturaLikeFilter", "KalturaLiveChannelSegmentFilter", "KalturaMetadataFilter", "KalturaPermissionFilter", "KalturaPermissionItemFilter", "KalturaApiActionPermissionItemFilter", "KalturaApiParameterPermissionItemFilter", "KalturaRatingCountFilter", "KalturaReachProfileFilter", "KalturaScheduleEventFilter", "KalturaEntryScheduleEventFilter", "KalturaLiveRedirectScheduleEventFilter", "KalturaLiveStreamScheduleEventFilter", "KalturaMeetingScheduleEventFilter", "KalturaBlackoutScheduleEventFilter", "KalturaRecordScheduleEventFilter", "KalturaVodScheduleEventFilter", "KalturaVirtualScheduleEventFilter", "KalturaScheduleEventResourceFilter", "KalturaScheduleResourceFilter", "KalturaCameraScheduleResourceFilter", "KalturaLiveEntryScheduleResourceFilter", "KalturaLocationScheduleResourceFilter", "KalturaSsoFilter", "KalturaUserEntryFilter", "KalturaPermissionLevelUserEntryFilter", "KalturaRegistrationUserEntryFilter", "KalturaViewHistoryUserEntryFilter", "KalturaWatchLaterUserEntryFilter", "KalturaQuizUserEntryFilter", "KalturaUserLoginDataFilter", "KalturaUserRoleFilter", "KalturaUserScorePropertiesFilter", "KalturaVendorCatalogItemFilter", "KalturaVendorAlignmentCatalogItemFilter", "KalturaVendorAudioDescriptionCatalogItemFilter", "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorChapteringCatalogItemFilter", "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "KalturaVendorLiveCaptionCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter", "KalturaVendorDubbingCatalogItemFilter", "KalturaBatchJobFilter", "KalturaBatchJobFilterExt", "KalturaAppTokenFilter", "KalturaBaseSyndicationFeedFilter", "KalturaGenericSyndicationFeedFilter", "KalturaGenericXsltSyndicationFeedFilter", "KalturaGoogleVideoSyndicationFeedFilter", "KalturaITunesSyndicationFeedFilter", "KalturaTubeMogulSyndicationFeedFilter", "KalturaYahooSyndicationFeedFilter", "KalturaBeaconFilter", "KalturaBulkUploadFilter", "KalturaBusinessProcessServerFilter", "KalturaActivitiBusinessProcessServerFilter", "KalturaControlPanelCommandFilter", "KalturaDeliveryProfileFilter", "KalturaDeliveryProfileAkamaiAppleHttpManifestFilter", "KalturaDeliveryProfileAkamaiHdsFilter", "KalturaDeliveryProfileAkamaiHttpFilter", "KalturaDeliveryProfileGenericAppleHttpFilter", "KalturaDeliveryProfileGenericHdsFilter", "KalturaDeliveryProfileGenericHttpFilter", "KalturaDeliveryProfileGenericSilverLightFilter", "KalturaDeliveryProfileLiveAppleHttpFilter", "KalturaDeliveryProfileRtmpFilter", "KalturaDeliveryProfileGenericRtmpFilter", "KalturaDistributionProfileFilter", "KalturaConfigurableDistributionProfileFilter", "KalturaAttUverseDistributionProfileFilter", "KalturaAvnDistributionProfileFilter", "KalturaComcastMrssDistributionProfileFilter", "KalturaCortexApiDistributionProfileFilter", "KalturaCrossKalturaDistributionProfileFilter", "KalturaDailymotionDistributionProfileFilter", "KalturaDoubleClickDistributionProfileFilter", "KalturaFacebookDistributionProfileFilter", "KalturaFreewheelGenericDistributionProfileFilter", "KalturaFtpDistributionProfileFilter", "KalturaHuluDistributionProfileFilter", "KalturaIdeticDistributionProfileFilter", "KalturaMetroPcsDistributionProfileFilter", "KalturaMsnDistributionProfileFilter", "KalturaNdnDistributionProfileFilter", "KalturaQuickPlayDistributionProfileFilter", "KalturaSynacorHboDistributionProfileFilter", "KalturaTVComDistributionProfileFilter", "KalturaTimeWarnerDistributionProfileFilter", "KalturaTvinciDistributionProfileFilter", "KalturaUnicornDistributionProfileFilter", "KalturaUverseClickToOrderDistributionProfileFilter", "KalturaUverseDistributionProfileFilter", "KalturaVerizonVcastDistributionProfileFilter", "KalturaYahooDistributionProfileFilter", "KalturaYouTubeDistributionProfileFilter", "KalturaYoutubeApiDistributionProfileFilter", "KalturaFreewheelDistributionProfileFilter", "KalturaGenericDistributionProfileFilter", "KalturaPodcastDistributionProfileFilter", "KalturaSyndicationDistributionProfileFilter", "KalturaDistributionProviderFilter", "KalturaAttUverseDistributionProviderFilter", "KalturaAvnDistributionProviderFilter", "KalturaComcastMrssDistributionProviderFilter", "KalturaCortexApiDistributionProviderFilter", "KalturaCrossKalturaDistributionProviderFilter", "KalturaDailymotionDistributionProviderFilter", "KalturaDoubleClickDistributionProviderFilter", "KalturaFacebookDistributionProviderFilter", "KalturaFreewheelDistributionProviderFilter", "KalturaFreewheelGenericDistributionProviderFilter", "KalturaFtpDistributionProviderFilter", "KalturaFtpScheduledDistributionProviderFilter", "KalturaGenericDistributionProviderFilter", "KalturaHuluDistributionProviderFilter", "KalturaIdeticDistributionProviderFilter", "KalturaMetroPcsDistributionProviderFilter", "KalturaMsnDistributionProviderFilter", "KalturaNdnDistributionProviderFilter", "KalturaPodcastDistributionProviderFilter", "KalturaQuickPlayDistributionProviderFilter", "KalturaSynacorHboDistributionProviderFilter", "KalturaSyndicationDistributionProviderFilter", "KalturaTVComDistributionProviderFilter", "KalturaTimeWarnerDistributionProviderFilter", "KalturaTvinciDistributionProviderFilter", "KalturaUnicornDistributionProviderFilter", "KalturaUverseClickToOrderDistributionProviderFilter", "KalturaUverseDistributionProviderFilter", "KalturaVerizonVcastDistributionProviderFilter", "KalturaYahooDistributionProviderFilter", "KalturaYouTubeDistributionProviderFilter", "KalturaYoutubeApiDistributionProviderFilter", "KalturaDrmPolicyFilter", "KalturaPlayReadyPolicyFilter", "KalturaDrmProfileFilter", "KalturaFairplayDrmProfileFilter", "KalturaPlayReadyProfileFilter", "KalturaWidevineProfileFilter", "KalturaDropFolderFilter", "KalturaFeedDropFolderFilter", "KalturaRemoteDropFolderFilter", "KalturaFtpDropFolderFilter", "KalturaSshDropFolderFilter", "KalturaScpDropFolderFilter", "KalturaSftpDropFolderFilter", "KalturaWebexDropFolderFilter", "KalturaZoomDropFolderFilter", "KalturaDropFolderFileFilter", "KalturaFeedDropFolderFileFilter", "KalturaWebexDropFolderFileFilter", "KalturaEntryServerNodeFilter", "KalturaConferenceEntryServerNodeFilter", "KalturaLiveEntryServerNodeFilter", "KalturaSipEntryServerNodeFilter", "KalturaEventNotificationTemplateFilter", "KalturaBusinessProcessNotificationTemplateFilter", "KalturaBusinessProcessAbortNotificationTemplateFilter", "KalturaBusinessProcessSignalNotificationTemplateFilter", "KalturaBusinessProcessStartNotificationTemplateFilter", "KalturaEmailNotificationTemplateFilter", "KalturaHttpNotificationTemplateFilter", "KalturaKafkaNotificationTemplateFilter", "KalturaPushNotificationTemplateFilter", "KalturaFileSyncFilter", "KalturaGenericDistributionProviderActionFilter", "KalturaMediaInfoFilter", "KalturaMetadataProfileFilter", "KalturaPartnerFilter", "KalturaSystemPartnerFilter", "KalturaVarConsolePartnerFilter", "KalturaResponseProfileFilter", "KalturaScheduledTaskProfileFilter", "KalturaServerNodeFilter", "KalturaConferenceServerNodeFilter", "KalturaDeliveryServerNodeFilter", "KalturaEdgeServerNodeFilter", "KalturaMediaServerNodeFilter", "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter", "KalturaWowzaMediaServerNodeFilter", "KalturaSipServerNodeFilter", "KalturaShortLinkFilter", "KalturaStorageProfileFilter", "KalturaAmazonS3StorageProfileFilter", "KalturaKontikiStorageProfileFilter", "KalturaUiConfFilter", "KalturaUploadTokenFilter", "KalturaVirtualEventFilter", "KalturaVirusScanProfileFilter", "KalturaWidgetFilter" ], "type": "string" }, "orderBy": { "type": "string" } }, "title": "KalturaFilter", "type": "object", "x-abstract": true }, "KalturaFilterPager": { "allOf": [ { "$ref": "#/definitions/KalturaPager" } ], "description": "The KalturaFilterPager object enables paging management to be applied upon service list actions.", "properties": {}, "title": "KalturaFilterPager", "type": "object" }, "KalturaFlattenJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": {}, "title": "KalturaFlattenJobData", "type": "object" }, "KalturaFlavorAsset": { "allOf": [ { "$ref": "#/definitions/KalturaAsset" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorAsset" }, { "$ref": "#/definitions/KalturaLiveAsset" }, { "$ref": "#/definitions/KalturaWidevineFlavorAsset" } ], "discriminator": "objectType", "properties": { "bitrate": { "description": "`readOnly`\n\nThe overall bitrate (in KBits) of the Flavor Asset", "readOnly": true, "type": "integer" }, "containerFormat": { "description": "`readOnly`\n\nThe container format", "readOnly": true, "type": "string" }, "flavorParamsId": { "description": "`insertOnly`\n\nThe Flavor Params used to create this Flavor Asset", "type": "integer" }, "frameRate": { "description": "`readOnly`\n\nThe frame rate (in FPS) of the Flavor Asset", "readOnly": true, "type": "number" }, "height": { "description": "`readOnly`\n\nThe height of the Flavor Asset", "readOnly": true, "type": "integer" }, "isDefault": { "description": "Enum Type: `KalturaNullableBoolean`\n\nIs default flavor asset of the entry (This field will be taken into account selectign which audio flavor will be selected as default)", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "isOriginal": { "description": "`readOnly`\n\nTrue if this Flavor Asset is the original source", "readOnly": true, "type": "boolean" }, "isWeb": { "description": "`readOnly`\n\nTrue if this Flavor Asset is playable in KDP", "readOnly": true, "type": "boolean" }, "label": { "description": "The label of the flavor asset", "type": "string" }, "language": { "description": "Enum Type: `KalturaLanguage`\n\nThe language of the flavor asset", "enum": [ "Abaza", "Abkhazian", "Abnaki Western", "Abure", "Achang", "Achinese", "Achterhooks", "Achumawi", "Adioukrou", "Adyghe; Adygei", "Adynyamathanha", "Afade", "Afar", "Afrikaans", "Aghem", "Aghul", "Aguacateco", "Aguaruna", "Ainu (Japan)", "Akkadian", "Aklanon", "Akum", "Alabama", "Albanian", "Albanian (Gheg)", "Albanian (Tosk)", "Aleut", "Algonquian languages", "Algonquin", "Altai (Southern)", "Amharic", "Angloromani", "Apache (Jicarilla)", "Apache (Western)", "Arabic", "Arabic (standard)", "Arabic Tunisian Spoken", "Aramaic", "Aramaic Samaritan", "Arapaho", "Araucanian", "Arikara", "Armenian", "Aromanian", "Assamese", "Assiniboine", "Assyrian Neo-Aramaic", "Asturian", "Athapascan languages", "Atikamekw", "Awadhi", "Aymara", "Azerbaijani", "Babine", "Badaga", "Bai", "Balinese", "Balochi Southern", "Balti", "Baluchi", "Basa (Cameroon)", "Bashkir", "Basque", "Bavarian", "Beaver", "Beja", "Bemba (Zambia)", "Bengali (Bangla)", "Betawi", "Bezhta", "Bhili", "Bhojpuri", "Bhutani", "Bihari", "Bikol", "Bini", "Bishnupriya Manipuri", "Bislama", "Breton", "Buginese", "Bulgarian", "Buriat", "Burmese", "Byelorussian (Belarusian)", "Caddo", "Cambodian", "Cantonese", "Carrier", "Carrier Southern", "Catalan", "Catawba", "Cayuga", "Cebuano", "Chagatai", "Chaldean Neo-Aramaic", "Cherokee", "Cheyenne", "Chickasaw", "Chilcotin", "Chinese", "Chinook jargon", "Chipewyan", "Chippewa", "Choctaw", "Chor", "Chukot", "Cimbrian", "Clallam Klallam", "Cochimi", "Cocopa", "Colognian", "Comanche", "Comorian", "Comox", "Coptic", "Corsican", "Cree", "Creek", "Crimean Tatar", "Croatian", "Cupeo", "Czech", "Dakota", "Danish", "Dargwa", "Dari (Persian)", "Dari Zoroastrian", "Dehu", "Delaware", "Dinka", "Dogri (generic)", "Dogrib", "Dolgan", "Dong", "Duala", "Dungan", "Dutch", "Dyula", "E", "Emilian", "English", "English (American)", "English (British)", "English Middle (1100-1500)", "Erzya", "Esperanto", "Estonian", "Even", "Evenki", "Faeroese", "Fala", "Fang (Equatorial Guinea)", "Farsi", "Fiji", "Filipino", "Finnish", "Finnish (Tornedalen)", "Fon", "Franco-Prove", "Frankish", "French", "French (Canada)", "Frisian", "Frisian Northern", "Friulian", "Fur", "Ga", "Gaelic (Manx)", "Gaelic (Scottish)", "Gagauz", "Galician", "Gan", "Geez", "Georgian", "German", "German Hutterite", "German Pennsylvania", "Gilbertese", "Gilyak Nivkh", "Gitxsan", "Greek", "Greek Ancient (to 1453)", "Greenlandic", "Guarani", "Gujarati", "Gwichin", "Haida", "Hainanese", "Haisla", "Hakka", "Halkomelem", "Han", "Hani", "Hausa", "Hawaiian", "Hebrew", "Heiltsuk", "Hidatsa", "Hiligaynon", "Hindi", "Hmong", "Hokkien", "Hopi", "Huizhou Chinese", "Hungarian", "Icelandic", "Ikposo", "Iloko", "Inari Sami", "Indonesian", "Ingrian", "Ingush", "Interlingua", "Interlingue", "Inuinnaqtun", "Inuktitut", "Inupiak", "Irish", "Iroquoian languages", "Italian", "Itelmen", "Japanese", "Javanese", "Jinyu Chinese", "Jju", "Judeo-Crimean Tatar", "Judeo-Georgian", "Jutish", "Kabardian", "Kabuverdianu", "Kabyle", "Kachchi", "Kaikavian literary language (Kajkavian)", "Kalmyk Oirat", "Kannada", "Kansa", "Karachay-Balkar", "Karagas", "Karaim", "Karakalpak", "Karelian", "Kashmiri", "Kashubian", "Kaska", "Kawi", "Kazakh", "Khakas", "Khalaj Turkic", "Khanty", "Khasi", "Khmer Northern", "Kickapoo", "Kinyarwanda (Ruanda)", "Kiowa", "Kirghiz", "Kirundi (Rundi)", "Klingon tlhIngan-Hol", "Kodava", "Komi-Permyak", "Konkani (generic)", "Konkani (specific)", "Konkani Goan", "Korean", "Koryak", "Kosraean", "Kotava", "Kpelle", "Kumiai", "Kumyk", "Kurdish", "Kutenai", "Kwakiutl", "Laal", "Ladin", "Ladino", "Lahnda", "Lahu", "Lak", "Laki", "Lakota", "Laothian", "Latin", "Latvian (Lettish)", "Laz", "Lezghian", "Ligurian", "Lillooet", "Limbu", "Limburgish ( Limburger)", "Lingala", "Lithuanian", "Lojban", "Loma (Liberia)", "Lombard", "Low German Low Saxon", "Lozi", "Luba-Lulua", "Lucumi", "Ludian", "Lule Sami", "Lunda", "Luo (Kenya and Tanzania)", "Lushootseed", "Luxembourgish (Letzeburgesch)", "Macedonian", "Madurese", "Magahi", "Maithili", "Malagasy", "Malay", "Malayalam", "Malecite-Passamaquoddy", "Maltese", "Manchu", "Mandaic", "Mandan", "Mandarin Chinese", "Mansi", "Maori", "Maranao", "Marathi", "Mari (Russia)", "Marwari", "Masai", "Mayo", "Meitei", "Mende (Sierra Leone)", "Menominee", "Michif", "Micmac", "Min Bei Chinese", "Min Dong Chinese", "Minangkabau", "Mingrelian", "Mirandese", "Mohawk", "Moksha", "Moldavian", "Mon", "Mongolian", "Montagnais", "Morisyen", "Mossi", "Mozarabic", "Multilingual", "Muong", "Nama (Namibia)", "Nanai", "Naskapi", "Nauru", "Neapolitan", "Nepali", "Newari Nepal Bhasa", "Nganasan", "Nisgaa", "Niuean", "No linguistic content", "Nogai", "Norse Old", "Northern Sotho Pedi Sepedi", "Norwegian", "Novial", "Nyamwezi", "Nyoro", "Nyungah", "Occitan", "Ojibwa Central", "Ojibwa Eastern", "Ojibwa Northwestern", "Ojibwa Severn", "Ojibwa Western", "Ojibwe, Ojibwa", "Okanagan", "Okinawan Central", "Old English", "Oneida", "Onondaga", "Oriya", "Oromo (Afan, Galla)", "Ottawa", "Paipai", "Palauan", "Pampanga", "Pangasinan", "Papiamento", "Pashto (Pushto)", "Persian", "Persian (Dari)", "Pfaelzisch", "Picard", "Piedmontese", "Pirah", "Pitcairn-Norfolk", "Plautdietsch", "Polish", "Pontic", "Portuguese", "Portuguese (Brazil)", "Potawatomi", "Prussian", "Pulaar", "Punjabi", "Qashqai", "Qawasqar", "Quechua", "Quich Central", "Rapanui", "Rarotongan", "Reserved for local use.", "Rhaeto-Romance", "Romagnol", "Romani Kalo Finnish", "Romani Sinte", "Romanian", "Romanian Istro", "Romanian Megleno", "Romany", "Runion Creole French", "Russian", "Rusyn", "Saint Lucian Creole French", "Sakha", "Salar", "Salish Straits", "Salishan languages", "Sami Kildin", "Sami languages", "Samoan", "Sangro", "Sanskrit", "Santali", "Saramaccan", "Sardinian Sassarese", "Saterland Frisian", "Saxon Upper", "Scots", "Sechelt", "Seediq", "Sekani", "Selkup", "Seneca", "Serbian", "Serbo-Croatian", "Seri", "Sesotho", "Setswana", "Shawnee", "Shona", "Shor", "Shoshoni", "Shuswap", "Sicilian", "Sidamo", "Siksika", "Silesian", "Sindhi", "Sinhalese", "Siswati", "Skolt Sami", "Slavey North", "Slavey South", "Slovak", "Slovenian", "Somali", "Soninke", "Sorbian Lower", "Sorbian Upper", "Southern Sami", "Southern Tutchone", "Spanish", "Spanish (Latin America)", "Sranan", "Stoney", "Sudovian", "Sumerian", "Sundanese", "Svan", "Swabian", "Swahili (Kiswahili)", "Swedish", "Swedish Sign Language", "Swiss German Alemannic Alsatian", "Syriac", "Tabassaran", "Tachawit", "Tachelhit", "Tagalog", "Tagbanwa", "Tagish", "Tahltan", "Tai Na", "Taiwanese Mandarin", "Tajik", "Talysh", "Tamajaq Tawallammat", "Tamasheq", "Tamazight Central Atlas", "Tamil", "Tarahumara Central", "Tat Muslim", "Tatar", "Telugu", "Teo Chew", "Tetum", "Thai", "Thai (Northern)", "Thai Northeastern", "Thompson", "Tibetan", "Tigre", "Tigrinya", "Tlingit", "Toda", "Tohono Oodham", "Tok Pisin", "Tonga", "Tonga (Nyasa)", "Tsez", "Tsimshian", "Tsonga", "Tulu", "Tumbuka", "Tumzabt", "Tupinamb", "Turkana", "Turkish", "Turkish Ottoman", "Turkmen", "Tuscarora", "Tuvalu", "Tuvinian", "Twi", "Ubykh", "Udi", "Udmurt", "Uighur", "Ukrainian", "Undefined", "Urdu", "Urum", "Uzbek", "Venetian", "Veps", "Vietnamese", "Volapuk", "Voro", "Votic", "Vro", "Waorani", "Waray (Philippines)", "Welsh", "Western Farsi", "Western Neo-Aramaic", "Wiyot", "Wolof", "Wu Chinese", "Wymysorys", "Xhosa", "Yanesha", "Yiddish", "Yoruba", "Zapotec Isthmus", "Zarma", "Zulu" ], "type": "string", "x-enumType": "KalturaLanguage" }, "objectType": { "enum": [ "KalturaFlavorAsset", "KalturaLiveAsset", "KalturaWidevineFlavorAsset" ], "type": "string" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaFlavorAssetStatus`\n\nThe status of the Flavor Asset", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ERROR", "QUEUED", "CONVERTING", "READY", "DELETED", "NOT_APPLICABLE", "TEMP", "WAIT_FOR_CONVERT", "IMPORTING", "VALIDATING", "EXPORTING" ], "x-enumType": "KalturaFlavorAssetStatus" }, "videoCodecId": { "description": "`readOnly`\n\nThe video codec", "readOnly": true, "type": "string" }, "width": { "description": "`readOnly`\n\nThe width of the Flavor Asset", "readOnly": true, "type": "integer" } }, "title": "KalturaFlavorAsset", "type": "object" }, "KalturaFlavorAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaLiveAssetFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "flavorParamsIdEqual": { "type": "integer" }, "flavorParamsIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaFlavorAssetFilter", "KalturaLiveAssetFilter", "KalturaWidevineFlavorAssetFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaFlavorAssetStatus`", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "type": "integer", "x-enumLabels": [ "ERROR", "QUEUED", "CONVERTING", "READY", "DELETED", "NOT_APPLICABLE", "TEMP", "WAIT_FOR_CONVERT", "IMPORTING", "VALIDATING", "EXPORTING" ], "x-enumType": "KalturaFlavorAssetStatus" }, "statusIn": { "type": "string" }, "statusNotIn": { "type": "string" } }, "title": "KalturaFlavorAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaFlavorAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorAssetBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaLiveAssetFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorAssetFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFlavorAssetFilter", "KalturaLiveAssetFilter", "KalturaWidevineFlavorAssetFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFlavorAssetOrderBy" } }, "title": "KalturaFlavorAssetFilter", "type": "object" }, "KalturaFlavorAssetListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFlavorAsset" }, "type": "array" } }, "title": "KalturaFlavorAssetListResponse", "type": "object" }, "KalturaFlavorAssetUrlOptions": { "properties": { "fileName": { "description": "The name of the downloaded file", "type": "string" }, "referrer": { "type": "string" } }, "title": "KalturaFlavorAssetUrlOptions", "type": "object" }, "KalturaFlavorAssetWithParams": { "properties": { "entryId": { "description": "The entry id", "type": "string" }, "flavorAsset": { "$ref": "#/definitions/KalturaFlavorAsset" }, "flavorParams": { "$ref": "#/definitions/KalturaFlavorParams" } }, "title": "KalturaFlavorAssetWithParams", "type": "object" }, "KalturaFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaAssetParams" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParams" }, { "$ref": "#/definitions/KalturaFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaDocumentFlavorParams" }, { "$ref": "#/definitions/KalturaImageFlavorParams" }, { "$ref": "#/definitions/KalturaLiveParams" }, { "$ref": "#/definitions/KalturaMediaFlavorParams" }, { "$ref": "#/definitions/KalturaPdfFlavorParams" }, { "$ref": "#/definitions/KalturaSwfFlavorParams" }, { "$ref": "#/definitions/KalturaWidevineFlavorParams" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutput" } ], "discriminator": "objectType", "properties": { "anamorphicPixels": { "type": "number" }, "aspectRatioProcessingMode": { "type": "integer" }, "audioBitrate": { "description": "The audio bitrate (in KBits) of the Flavor Params", "type": "integer" }, "audioChannels": { "description": "The number of audio channels for \"downmixing\"", "type": "integer" }, "audioCodec": { "description": "Enum Type: `KalturaAudioCodec`\n\nThe audio codec of the Flavor Params", "enum": [ "", "aac", "aache", "ac3", "amrnb", "copy", "eac3", "mp3", "mpeg2", "pcm", "vorbis", "wma", "wmapro" ], "type": "string", "x-enumLabels": [ "NONE", "AAC", "AACHE", "AC3", "AMRNB", "COPY", "EAC3", "MP3", "MPEG2", "PCM", "VORBIS", "WMA", "WMAPRO" ], "x-enumType": "KalturaAudioCodec" }, "audioSampleRate": { "description": "The audio sample rate of the Flavor Params", "type": "integer" }, "chunkedEncodeMode": { "type": "integer" }, "clipDuration": { "type": "integer" }, "clipOffset": { "type": "integer" }, "contentAwareness": { "type": "number" }, "conversionEngines": { "description": "The list of conversion engines (comma separated)", "type": "string" }, "conversionEnginesExtraParams": { "description": "The list of conversion engines extra params (separated with \"|\")", "type": "string" }, "deinterlice": { "type": "integer" }, "engineVersion": { "type": "integer" }, "forceFrameToMultiplication16": { "type": "integer" }, "forcedKeyFramesMode": { "type": "integer" }, "format": { "description": "Enum Type: `KalturaContainerFormat`\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" }, "frameRate": { "description": "The frame rate of the Flavor Params", "type": "number" }, "gopSize": { "description": "The gop size of the Flavor Params", "type": "integer" }, "height": { "description": "The desired height of the Flavor Params", "type": "integer" }, "isAvoidForcedKeyFrames": { "type": "integer" }, "isAvoidVideoShrinkBitrateToSource": { "type": "integer" }, "isAvoidVideoShrinkFramesizeToSource": { "type": "integer" }, "isCropIMX": { "type": "integer" }, "isEncrypted": { "type": "integer" }, "isGopInSec": { "type": "integer" }, "isVideoFrameRateForLowBrAppleHls": { "type": "integer" }, "maxFrameRate": { "type": "integer" }, "multiStream": { "type": "string" }, "objectType": { "enum": [ "KalturaFlavorParams", "KalturaFlavorParamsOutput", "KalturaDocumentFlavorParams", "KalturaImageFlavorParams", "KalturaLiveParams", "KalturaMediaFlavorParams", "KalturaPdfFlavorParams", "KalturaSwfFlavorParams", "KalturaWidevineFlavorParams", "KalturaDocumentFlavorParamsOutput", "KalturaImageFlavorParamsOutput", "KalturaMediaFlavorParamsOutput", "KalturaPdfFlavorParamsOutput", "KalturaSwfFlavorParamsOutput", "KalturaWidevineFlavorParamsOutput" ], "type": "string" }, "operators": { "type": "string" }, "optimizationPolicy": { "type": "integer" }, "rotate": { "type": "integer" }, "subtitlesData": { "type": "string" }, "twoPass": { "type": "boolean" }, "videoBitrate": { "description": "The video bitrate (in KBits) of the Flavor Params", "type": "integer" }, "videoBitrateTolerance": { "type": "integer" }, "videoCodec": { "description": "Enum Type: `KalturaVideoCodec`\n\nThe video codec of the Flavor Params", "enum": [ "", "apch", "apcn", "apco", "apcs", "av1", "copy", "dnxhd", "dv", "flv", "h263", "h264", "h264b", "h264h", "h264m", "h265", "mpeg2", "mpeg4", "theora", "vp6", "vp8", "vp9", "wmv2", "wmv3", "wvc1a" ], "type": "string", "x-enumLabels": [ "NONE", "APCH", "APCN", "APCO", "APCS", "AV1", "COPY", "DNXHD", "DV", "FLV", "H263", "H264", "H264B", "H264H", "H264M", "H265", "MPEG2", "MPEG4", "THEORA", "VP6", "VP8", "VP9", "WMV2", "WMV3", "WVC1A" ], "x-enumType": "KalturaVideoCodec" }, "videoConstantBitrate": { "type": "integer" }, "watermarkData": { "type": "string" }, "width": { "description": "The desired width of the Flavor Params", "type": "integer" } }, "title": "KalturaFlavorParams", "type": "object" }, "KalturaFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaAssetParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaLiveParamsFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "formatEqual": { "description": "Enum Type: `KalturaContainerFormat`", "enum": [ "3gp", "applehttp", "avi", "bif", "bmp", "copy", "flv", "hls", "isma", "ismv", "jpg", "m2ts", "m4v", "mkv", "mov", "mp3", "mp4", "mpeg", "mpegts", "mxf", "ogg", "ogv", "pdf", "png", "swf", "wav", "webm", "wma", "wmv", "wvm" ], "type": "string", "x-enumLabels": [ "_3GP", "APPLEHTTP", "AVI", "BIF", "BMP", "COPY", "FLV", "HLS", "ISMA", "ISMV", "JPG", "M2TS", "M4V", "MKV", "MOV", "MP3", "MP4", "MPEG", "MPEGTS", "MXF", "OGG", "OGV", "PDF", "PNG", "SWF", "WAV", "WEBM", "WMA", "WMV", "WVM" ], "x-enumType": "KalturaContainerFormat" }, "objectType": { "enum": [ "KalturaFlavorParamsFilter", "KalturaDocumentFlavorParamsFilter", "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter", "KalturaImageFlavorParamsFilter", "KalturaLiveParamsFilter", "KalturaMediaFlavorParamsFilter", "KalturaPdfFlavorParamsFilter", "KalturaSwfFlavorParamsFilter", "KalturaWidevineFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaLiveParamsFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFlavorParamsFilter", "KalturaDocumentFlavorParamsFilter", "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter", "KalturaImageFlavorParamsFilter", "KalturaLiveParamsFilter", "KalturaMediaFlavorParamsFilter", "KalturaPdfFlavorParamsFilter", "KalturaSwfFlavorParamsFilter", "KalturaWidevineFlavorParamsFilter" ], "type": "string" }, "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFlavorParamsOrderBy" } }, "title": "KalturaFlavorParamsFilter", "type": "object" }, "KalturaFlavorParamsListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFlavorParams" }, "type": "array" } }, "title": "KalturaFlavorParamsListResponse", "type": "object" }, "KalturaFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutput" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutput" } ], "discriminator": "objectType", "properties": { "commandLinesStr": { "type": "string" }, "flavorAssetId": { "type": "string" }, "flavorAssetVersion": { "type": "string" }, "flavorParamsId": { "type": "integer" }, "flavorParamsVersion": { "type": "string" }, "objectType": { "enum": [ "KalturaFlavorParamsOutput", "KalturaDocumentFlavorParamsOutput", "KalturaImageFlavorParamsOutput", "KalturaMediaFlavorParamsOutput", "KalturaPdfFlavorParamsOutput", "KalturaSwfFlavorParamsOutput", "KalturaWidevineFlavorParamsOutput" ], "type": "string" }, "readyBehavior": { "type": "integer" } }, "title": "KalturaFlavorParamsOutput", "type": "object" }, "KalturaFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "flavorAssetIdEqual": { "type": "string" }, "flavorAssetVersionEqual": { "type": "string" }, "flavorParamsIdEqual": { "type": "integer" }, "flavorParamsVersionEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter" ], "type": "string" }, "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFlavorParamsOutputOrderBy" } }, "title": "KalturaFlavorParamsOutputFilter", "type": "object" }, "KalturaFlavorParamsOutputListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaFlavorParamsOutput" }, "type": "array" } }, "title": "KalturaFlavorParamsOutputListResponse", "type": "object" }, "KalturaForensicWatermarkAdvancedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "properties": { "watermarkId": { "type": "integer" } }, "title": "KalturaForensicWatermarkAdvancedFilter", "type": "object" }, "KalturaFreeJobResponse": { "properties": { "job": { "$ref": "#/definitions/KalturaBatchJob" }, "jobType": { "description": "`readOnly`\n\nEnum Type: `KalturaBatchJobType`", "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "readOnly": true, "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "queueSize": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaFreeJobResponse", "type": "object" }, "KalturaFreewheelDistributionAssetPath": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionJobProviderData" } ], "properties": { "path": { "type": "string" } }, "title": "KalturaFreewheelDistributionAssetPath", "type": "object" }, "KalturaFreewheelDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionJobProviderData" } ], "properties": { "thumbAssetFilePath": { "description": "Demonstrate passing single path to the job", "type": "string" }, "videoAssetFilePaths": { "items": { "$ref": "#/definitions/KalturaFreewheelDistributionAssetPath" }, "type": "array" } }, "title": "KalturaFreewheelDistributionJobProviderData", "type": "object" }, "KalturaFreewheelDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfile" } ], "properties": { "accountId": { "type": "string" }, "apikey": { "type": "string" }, "email": { "type": "string" }, "metadataProfileId": { "type": "integer" }, "sftpLogin": { "type": "string" }, "sftpPass": { "type": "string" } }, "title": "KalturaFreewheelDistributionProfile", "type": "object" }, "KalturaFreewheelDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFreewheelDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFreewheelDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaFreewheelDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFreewheelDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFreewheelDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFreewheelDistributionProfileOrderBy" } }, "title": "KalturaFreewheelDistributionProfileFilter", "type": "object" }, "KalturaFreewheelDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaFreewheelDistributionProvider", "type": "object" }, "KalturaFreewheelDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFreewheelDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFreewheelDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaFreewheelDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFreewheelDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFreewheelDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFreewheelDistributionProviderOrderBy" } }, "title": "KalturaFreewheelDistributionProviderFilter", "type": "object" }, "KalturaFreewheelGenericDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "cuePoints": { "items": { "$ref": "#/definitions/KalturaCuePoint" }, "type": "array" }, "thumbAssetFilePath": { "description": "Demonstrate passing single path to the job", "type": "string" }, "videoAssetFilePaths": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" } }, "title": "KalturaFreewheelGenericDistributionJobProviderData", "type": "object" }, "KalturaFreewheelGenericDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "apikey": { "type": "string" }, "categoryId": { "type": "string" }, "contentOwner": { "type": "string" }, "email": { "type": "string" }, "replaceAirDates": { "type": "boolean" }, "replaceGroup": { "type": "boolean" }, "sftpLogin": { "type": "string" }, "sftpPass": { "type": "string" }, "upstreamNetworkId": { "type": "string" }, "upstreamNetworkName": { "type": "string" }, "upstreamVideoId": { "type": "string" } }, "title": "KalturaFreewheelGenericDistributionProfile", "type": "object" }, "KalturaFreewheelGenericDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFreewheelGenericDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaFreewheelGenericDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFreewheelGenericDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFreewheelGenericDistributionProfileOrderBy" } }, "title": "KalturaFreewheelGenericDistributionProfileFilter", "type": "object" }, "KalturaFreewheelGenericDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaFreewheelGenericDistributionProvider", "type": "object" }, "KalturaFreewheelGenericDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFreewheelGenericDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaFreewheelGenericDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFreewheelGenericDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFreewheelGenericDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFreewheelGenericDistributionProviderOrderBy" } }, "title": "KalturaFreewheelGenericDistributionProviderFilter", "type": "object" }, "KalturaFtpDistributionFile": { "properties": { "assetId": { "type": "string" }, "contents": { "type": "string" }, "filename": { "type": "string" }, "hash": { "type": "string" }, "localFilePath": { "type": "string" }, "version": { "type": "string" } }, "title": "KalturaFtpDistributionFile", "type": "object" }, "KalturaFtpDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "filesForDistribution": { "items": { "$ref": "#/definitions/KalturaFtpDistributionFile" }, "type": "array" } }, "title": "KalturaFtpDistributionJobProviderData", "type": "object" }, "KalturaFtpDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "asperaPrivateKey": { "type": "string" }, "asperaPublicKey": { "type": "string" }, "assetFilenameXslt": { "type": "string" }, "basePath": { "type": "string" }, "disableMetadata": { "type": "boolean" }, "flavorAssetFilenameXslt": { "type": "string" }, "host": { "type": "string" }, "metadataFilenameXslt": { "type": "string" }, "metadataXslt": { "type": "string" }, "passphrase": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "port": { "type": "integer" }, "protocol": { "description": "`insertOnly`\n\nEnum Type: `KalturaDistributionProtocol`", "enum": [ 1, 2, 3, 4, 5, 10 ], "type": "integer", "x-enumLabels": [ "FTP", "SCP", "SFTP", "HTTP", "HTTPS", "ASPERA" ], "x-enumType": "KalturaDistributionProtocol" }, "sendMetadataAfterAssets": { "type": "boolean" }, "sftpPrivateKey": { "type": "string" }, "sftpPublicKey": { "type": "string" }, "thumbnailAssetFilenameXslt": { "type": "string" }, "username": { "type": "string" } }, "title": "KalturaFtpDistributionProfile", "type": "object" }, "KalturaFtpDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaFtpDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaFtpDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFtpDistributionProfileOrderBy" } }, "title": "KalturaFtpDistributionProfileFilter", "type": "object" }, "KalturaFtpDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProvider" }, { "$ref": "#/definitions/KalturaFtpScheduledDistributionProvider" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDistributionProvider", "KalturaFtpScheduledDistributionProvider" ], "type": "string" } }, "title": "KalturaFtpDistributionProvider", "type": "object" }, "KalturaFtpDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFtpScheduledDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDistributionProviderFilter", "KalturaFtpScheduledDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaFtpDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFtpDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProviderBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProviderFilter" }, { "$ref": "#/definitions/KalturaFtpScheduledDistributionProviderFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDistributionProviderFilter", "KalturaFtpScheduledDistributionProviderFilter" ], "type": "string" }, "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFtpDistributionProviderOrderBy" } }, "title": "KalturaFtpDistributionProviderFilter", "type": "object" }, "KalturaFtpDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolder" } ], "properties": { "host": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "port": { "type": "integer" }, "username": { "type": "string" } }, "title": "KalturaFtpDropFolder", "type": "object" }, "KalturaFtpDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDropFolderFilter" ], "type": "string" } }, "title": "KalturaFtpDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFtpDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFtpDropFolderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaFtpDropFolderOrderBy" } }, "title": "KalturaFtpDropFolderFilter", "type": "object" }, "KalturaFtpScheduledDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProvider" } ], "properties": {}, "title": "KalturaFtpScheduledDistributionProvider", "type": "object" }, "KalturaFtpScheduledDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFtpDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpScheduledDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpScheduledDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaFtpScheduledDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaFtpScheduledDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFtpScheduledDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaFtpScheduledDistributionProviderOrderBy" } }, "title": "KalturaFtpScheduledDistributionProviderFilter", "type": "object" }, "KalturaFullStatusResponse": { "properties": { "queuesStatus": { "items": { "$ref": "#/definitions/KalturaBatchQueuesStatus" }, "type": "array" }, "schedulers": { "items": { "$ref": "#/definitions/KalturaScheduler" }, "type": "array" } }, "title": "KalturaFullStatusResponse", "type": "object" }, "KalturaGenericDataCenterContentResource": { "allOf": [ { "$ref": "#/definitions/KalturaDataCenterContentResource" } ], "anyOf": [ { "$ref": "#/definitions/KalturaDropFolderFileResource" }, { "$ref": "#/definitions/KalturaServerFileResource" }, { "$ref": "#/definitions/KalturaUploadedFileResource" }, { "$ref": "#/definitions/KalturaUploadedFileTokenResource" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaDropFolderFileResource", "KalturaServerFileResource", "KalturaUploadedFileResource", "KalturaUploadedFileTokenResource" ], "type": "string" } }, "title": "KalturaGenericDataCenterContentResource", "type": "object", "x-abstract": true }, "KalturaGenericDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionJobProviderData" } ], "properties": { "resultParseData": { "type": "string" }, "resultParserType": { "description": "Enum Type: `KalturaGenericDistributionProviderParser`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "XSL", "XPATH", "REGEX" ], "x-enumType": "KalturaGenericDistributionProviderParser" }, "xml": { "type": "string" } }, "title": "KalturaGenericDistributionJobProviderData", "type": "object" }, "KalturaGenericDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfile" } ], "properties": { "deleteAction": { "$ref": "#/definitions/KalturaGenericDistributionProfileAction" }, "fetchReportAction": { "$ref": "#/definitions/KalturaGenericDistributionProfileAction" }, "genericProviderId": { "description": "`insertOnly`", "type": "integer" }, "submitAction": { "$ref": "#/definitions/KalturaGenericDistributionProfileAction" }, "updateAction": { "$ref": "#/definitions/KalturaGenericDistributionProfileAction" }, "updateRequiredEntryFields": { "type": "string" }, "updateRequiredMetadataXPaths": { "type": "string" } }, "title": "KalturaGenericDistributionProfile", "type": "object" }, "KalturaGenericDistributionProfileAction": { "properties": { "ftpPassiveMode": { "type": "boolean" }, "httpFieldName": { "type": "string" }, "httpFileName": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "protocol": { "description": "Enum Type: `KalturaDistributionProtocol`", "enum": [ 1, 2, 3, 4, 5, 10 ], "type": "integer", "x-enumLabels": [ "FTP", "SCP", "SFTP", "HTTP", "HTTPS", "ASPERA" ], "x-enumType": "KalturaDistributionProtocol" }, "serverPath": { "type": "string" }, "serverUrl": { "type": "string" }, "username": { "type": "string" } }, "title": "KalturaGenericDistributionProfileAction", "type": "object" }, "KalturaGenericDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaGenericDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaGenericDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaGenericDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGenericDistributionProfileOrderBy" } }, "title": "KalturaGenericDistributionProfileFilter", "type": "object" }, "KalturaGenericDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": { "createdAt": { "description": "`readOnly`\n\nGeneric distribution provider creation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "editableFields": { "type": "string" }, "id": { "description": "`readOnly`\n\nAuto generated", "readOnly": true, "type": "integer" }, "isDefault": { "type": "boolean" }, "mandatoryFields": { "type": "string" }, "optionalFlavorParamsIds": { "type": "string" }, "optionalThumbDimensions": { "items": { "$ref": "#/definitions/KalturaDistributionThumbDimensions" }, "type": "array" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "requiredFlavorParamsIds": { "type": "string" }, "requiredThumbDimensions": { "items": { "$ref": "#/definitions/KalturaDistributionThumbDimensions" }, "type": "array" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaGenericDistributionProviderStatus`", "enum": [ 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaGenericDistributionProviderStatus" }, "updatedAt": { "description": "`readOnly`\n\nGeneric distribution provider last update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaGenericDistributionProvider", "type": "object" }, "KalturaGenericDistributionProviderAction": { "properties": { "action": { "description": "`insertOnly`\n\nEnum Type: `KalturaDistributionAction`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "createdAt": { "description": "`readOnly`\n\nGeneric distribution provider action creation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "editableFields": { "type": "string" }, "genericDistributionProviderId": { "description": "`insertOnly`", "type": "integer" }, "id": { "description": "`readOnly`\n\nAuto generated", "readOnly": true, "type": "integer" }, "mandatoryFields": { "type": "string" }, "mrssTransformer": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "mrssValidator": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "protocol": { "description": "Enum Type: `KalturaDistributionProtocol`", "enum": [ 1, 2, 3, 4, 5, 10 ], "type": "integer", "x-enumLabels": [ "FTP", "SCP", "SFTP", "HTTP", "HTTPS", "ASPERA" ], "x-enumType": "KalturaDistributionProtocol" }, "remotePassword": { "type": "string" }, "remotePath": { "type": "string" }, "remoteUsername": { "type": "string" }, "resultsParser": { "description": "Enum Type: `KalturaGenericDistributionProviderParser`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "XSL", "XPATH", "REGEX" ], "x-enumType": "KalturaGenericDistributionProviderParser" }, "resultsTransformer": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "serverAddress": { "type": "string" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaGenericDistributionProviderStatus`", "enum": [ 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaGenericDistributionProviderStatus" }, "updatedAt": { "description": "`readOnly`\n\nGeneric distribution provider action last update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaGenericDistributionProviderAction", "type": "object" }, "KalturaGenericDistributionProviderActionBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProviderActionFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "actionEqual": { "description": "Enum Type: `KalturaDistributionAction`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "actionIn": { "type": "string" }, "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "genericDistributionProviderIdEqual": { "type": "integer" }, "genericDistributionProviderIdIn": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaGenericDistributionProviderActionFilter" ], "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaGenericDistributionProviderActionBaseFilter", "type": "object", "x-abstract": true }, "KalturaGenericDistributionProviderActionFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProviderActionBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGenericDistributionProviderActionOrderBy" } }, "title": "KalturaGenericDistributionProviderActionFilter", "type": "object" }, "KalturaGenericDistributionProviderActionListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" }, "type": "array" } }, "title": "KalturaGenericDistributionProviderActionListResponse", "type": "object" }, "KalturaGenericDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "isDefaultEqual": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "isDefaultIn": { "type": "string" }, "objectType": { "enum": [ "KalturaGenericDistributionProviderFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaGenericDistributionProviderStatus`", "enum": [ 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaGenericDistributionProviderStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaGenericDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaGenericDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGenericDistributionProviderOrderBy" } }, "title": "KalturaGenericDistributionProviderFilter", "type": "object" }, "KalturaGenericDistributionProviderListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaGenericDistributionProvider" }, "type": "array" } }, "title": "KalturaGenericDistributionProviderListResponse", "type": "object" }, "KalturaGenericSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeed" }, { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeed" }, { "$ref": "#/definitions/KalturaOperaSyndicationFeed" }, { "$ref": "#/definitions/KalturaRokuSyndicationFeed" } ], "discriminator": "objectType", "properties": { "entryFilter": { "$ref": "#/definitions/KalturaBaseEntryFilter" }, "feedDescription": { "description": "feed description", "type": "string" }, "feedLandingPage": { "description": "feed landing page (i.e publisher website)", "type": "string" }, "objectType": { "enum": [ "KalturaGenericSyndicationFeed", "KalturaGenericXsltSyndicationFeed", "KalturaOperaSyndicationFeed", "KalturaRokuSyndicationFeed" ], "type": "string" }, "pageSize": { "description": "page size", "type": "integer" } }, "title": "KalturaGenericSyndicationFeed", "type": "object" }, "KalturaGenericSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaGenericSyndicationFeedFilter", "KalturaGenericXsltSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaGenericSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaGenericSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeedBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeedFilter" }, { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeedFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaGenericSyndicationFeedFilter", "KalturaGenericXsltSyndicationFeedFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGenericSyndicationFeedOrderBy" } }, "title": "KalturaGenericSyndicationFeedFilter", "type": "object" }, "KalturaGenericXsltSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeed" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeed" }, { "$ref": "#/definitions/KalturaOperaSyndicationFeed" }, { "$ref": "#/definitions/KalturaRokuSyndicationFeed" } ], "discriminator": "objectType", "properties": { "itemXpathsToExtend": { "items": { "$ref": "#/definitions/KalturaExtendingItemMrssParameter" }, "type": "array" }, "objectType": { "enum": [ "KalturaGenericXsltSyndicationFeed", "KalturaOperaSyndicationFeed", "KalturaRokuSyndicationFeed" ], "type": "string" }, "xslt": { "type": "string" } }, "title": "KalturaGenericXsltSyndicationFeed", "type": "object" }, "KalturaGenericXsltSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaGenericXsltSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaGenericXsltSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaGenericXsltSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGenericXsltSyndicationFeedBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGenericXsltSyndicationFeedOrderBy" } }, "title": "KalturaGenericXsltSyndicationFeedFilter", "type": "object" }, "KalturaGeoDistanceCondition": { "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": "KalturaGeoDistanceCondition", "type": "object" }, "KalturaGeoTimeLiveStats": { "allOf": [ { "$ref": "#/definitions/KalturaEntryLiveStats" } ], "properties": { "city": { "$ref": "#/definitions/KalturaCoordinate" }, "country": { "$ref": "#/definitions/KalturaCoordinate" } }, "title": "KalturaGeoTimeLiveStats", "type": "object" }, "KalturaGoogleVideoSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } ], "properties": { "adultContent": { "description": "Enum Type: `KalturaGoogleSyndicationFeedAdultValues`", "enum": [ "No", "Yes" ], "type": "string", "x-enumLabels": [ "NO", "YES" ], "x-enumType": "KalturaGoogleSyndicationFeedAdultValues" } }, "title": "KalturaGoogleVideoSyndicationFeed", "type": "object" }, "KalturaGoogleVideoSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGoogleVideoSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaGoogleVideoSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaGoogleVideoSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaGoogleVideoSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGoogleVideoSyndicationFeedBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGoogleVideoSyndicationFeedOrderBy" } }, "title": "KalturaGoogleVideoSyndicationFeedFilter", "type": "object" }, "KalturaGroup": { "allOf": [ { "$ref": "#/definitions/KalturaBaseUser" } ], "properties": { "membersCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "processStatus": { "description": "Enum Type: `KalturaGroupProcessStatus`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "NONE", "PROCESSING" ], "x-enumType": "KalturaGroupProcessStatus" } }, "title": "KalturaGroup", "type": "object" }, "KalturaGroupFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserFilter" } ], "properties": {}, "title": "KalturaGroupFilter", "type": "object" }, "KalturaGroupListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaGroup" }, "type": "array" } }, "title": "KalturaGroupListResponse", "type": "object" }, "KalturaGroupUser": { "properties": { "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "creationMode": { "description": "`insertOnly`\n\nEnum Type: `KalturaGroupUserCreationMode`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "MANUAL", "AUTOMATIC" ], "x-enumType": "KalturaGroupUserCreationMode" }, "groupId": { "description": "`insertOnly`", "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaGroupUserStatus`", "enum": [ 0, 1 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaGroupUserStatus" }, "updatedAt": { "description": "`readOnly`\n\nLast update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "userId": { "description": "`insertOnly`", "type": "string" }, "userRole": { "description": "Enum Type: `KalturaGroupUserRole`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "MEMBER", "MANAGER" ], "x-enumType": "KalturaGroupUserRole" } }, "title": "KalturaGroupUser", "type": "object" }, "KalturaGroupUserBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaGroupUserFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "groupIdEqual": { "type": "string" }, "groupIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaGroupUserFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaGroupUserStatus`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaGroupUserStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "userIdEqual": { "type": "string" }, "userIdIn": { "type": "string" } }, "title": "KalturaGroupUserBaseFilter", "type": "object", "x-abstract": true }, "KalturaGroupUserFilter": { "allOf": [ { "$ref": "#/definitions/KalturaGroupUserBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaGroupUserOrderBy" } }, "title": "KalturaGroupUserFilter", "type": "object" }, "KalturaGroupUserListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaGroupUser" }, "type": "array" } }, "title": "KalturaGroupUserListResponse", "type": "object" }, "KalturaHashCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "properties": { "hashName": { "description": "hash name", "type": "string" }, "hashSecret": { "description": "hash secret", "type": "string" } }, "title": "KalturaHashCondition", "type": "object" }, "KalturaHttpHeaderCondition": { "allOf": [ { "$ref": "#/definitions/KalturaRegexCondition" } ], "properties": { "headerName": { "description": "header name", "type": "string" } }, "title": "KalturaHttpHeaderCondition", "type": "object" }, "KalturaHttpNotification": { "description": "Wrapper for sent notifications", "properties": { "eventNotificationJobId": { "description": "ID of the batch job that execute the notification", "type": "integer" }, "eventObjectType": { "description": "Enum Type: `KalturaEventNotificationEventObjectType`\n\nObject type that triggered the notification", "enum": [ "adCuePointEventNotifications.AdCuePoint", "annotationEventNotifications.Annotation", "attachmentAssetEventNotifications.AttachmentAsset", "captionAssetEventNotifications.CaptionAsset", "codeCuePointEventNotifications.CodeCuePoint", "contentDistributionEventNotifications.DistributionProfile", "contentDistributionEventNotifications.EntryDistribution", "cuePointEventNotifications.CuePoint", "dropFolderEventNotifications.DropFolder", "dropFolderEventNotifications.DropFolderFile", "metadataEventNotifications.Metadata", "transcriptAssetEventNotifications.TranscriptAsset", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" }, "eventType": { "description": "Enum Type: `KalturaEventNotificationEventType`\n\nEcent type that triggered the 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" }, "object": { "$ref": "#/definitions/KalturaObjectBase" }, "templateId": { "description": "ID of the template that triggered the notification", "type": "integer" }, "templateName": { "description": "Name of the template that triggered the notification", "type": "string" }, "templateSystemName": { "description": "System name of the template that triggered the notification", "type": "string" } }, "title": "KalturaHttpNotification", "type": "object" }, "KalturaHttpNotificationData": { "anyOf": [ { "$ref": "#/definitions/KalturaHttpNotificationDataFields" }, { "$ref": "#/definitions/KalturaHttpNotificationDataText" }, { "$ref": "#/definitions/KalturaHttpNotificationObjectData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaHttpNotificationDataFields", "KalturaHttpNotificationDataText", "KalturaHttpNotificationObjectData" ], "type": "string" } }, "title": "KalturaHttpNotificationData", "type": "object", "x-abstract": true }, "KalturaHttpNotificationDataFields": { "allOf": [ { "$ref": "#/definitions/KalturaHttpNotificationData" } ], "description": "If this class used as the template data, the fields will be taken from the content parameters", "properties": {}, "title": "KalturaHttpNotificationDataFields", "type": "object" }, "KalturaHttpNotificationDataText": { "allOf": [ { "$ref": "#/definitions/KalturaHttpNotificationData" } ], "properties": { "content": { "$ref": "#/definitions/KalturaStringValue" } }, "title": "KalturaHttpNotificationDataText", "type": "object" }, "KalturaHttpNotificationDispatchJobData": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationDispatchJobData" } ], "properties": { "authenticationMethod": { "description": "Enum Type: `KalturaHttpNotificationAuthenticationMethod`\n\nThe HTTP authentication method to use.", "enum": [ -18, -17, 1, 2, 4, 8 ], "type": "integer", "x-enumLabels": [ "ANYSAFE", "ANY", "BASIC", "DIGEST", "GSSNEGOTIATE", "NTLM" ], "x-enumType": "KalturaHttpNotificationAuthenticationMethod" }, "connectTimeout": { "description": "The number of seconds to wait while trying to connect.\n\nMust be larger than zero.", "type": "integer" }, "contentType": { "description": "The type of the data to send.", "type": "string" }, "customHeaders": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "data": { "description": "Data to send.", "type": "string" }, "method": { "description": "Enum Type: `KalturaHttpNotificationMethod`\n\nRequest method.", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "GET", "POST", "PUT", "DELETE" ], "x-enumType": "KalturaHttpNotificationMethod" }, "password": { "description": "A password to use for the connection.", "type": "string", "x-inputType": "password" }, "signSecret": { "description": "The secret to sign the notification with", "type": "string" }, "sslCertificate": { "description": "SSL certificate to verify the peer with.", "type": "string" }, "sslCertificatePassword": { "description": "The password required to use the certificate.", "type": "string" }, "sslCertificateType": { "description": "Enum Type: `KalturaHttpNotificationCertificateType`\n\nThe format of the certificate.", "enum": [ "DER", "ENG", "PEM" ], "type": "string", "x-enumLabels": [ "DER", "ENG", "PEM" ], "x-enumType": "KalturaHttpNotificationCertificateType" }, "sslEngine": { "description": "The identifier for the crypto engine of the private SSL key specified in ssl key.", "type": "string" }, "sslEngineDefault": { "description": "The identifier for the crypto engine used for asymmetric crypto operations.", "type": "string" }, "sslKey": { "description": "Private SSL key.", "type": "string" }, "sslKeyPassword": { "description": "The secret password needed to use the private SSL key specified in ssl key.", "type": "string" }, "sslKeyType": { "description": "Enum Type: `KalturaHttpNotificationSslKeyType`\n\nThe key type of the private SSL key specified in ssl key - PEM / DER / ENG.", "enum": [ "DER", "ENG", "PEM" ], "type": "string", "x-enumLabels": [ "DER", "ENG", "PEM" ], "x-enumType": "KalturaHttpNotificationSslKeyType" }, "sslVersion": { "description": "Enum Type: `KalturaHttpNotificationSslVersion`\n\nThe SSL version (2 or 3) to use.\n\nBy default PHP will try to determine this itself, although in some cases this must be set manually.", "enum": [ 2, 3 ], "type": "integer", "x-enumLabels": [ "V2", "V3" ], "x-enumType": "KalturaHttpNotificationSslVersion" }, "timeout": { "description": "The maximum number of seconds to allow cURL functions to execute.", "type": "integer" }, "url": { "description": "Remote server URL", "type": "string" }, "username": { "description": "A username to use for the connection.", "type": "string" } }, "title": "KalturaHttpNotificationDispatchJobData", "type": "object" }, "KalturaHttpNotificationObjectData": { "allOf": [ { "$ref": "#/definitions/KalturaHttpNotificationData" } ], "description": "Evaluates PHP statement, depends on the execution context", "properties": { "apiObjectType": { "description": "Kaltura API object type", "type": "string" }, "code": { "description": "PHP code", "type": "string" }, "dataStringReplacements": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "format": { "description": "Enum Type: `KalturaResponseType`\n\nData format", "enum": [ 1, 2, 3, 4, 7, 8, 9 ], "type": "integer", "x-enumLabels": [ "RESPONSE_TYPE_JSON", "RESPONSE_TYPE_XML", "RESPONSE_TYPE_PHP", "RESPONSE_TYPE_PHP_ARRAY", "RESPONSE_TYPE_HTML", "RESPONSE_TYPE_MRSS", "RESPONSE_TYPE_JSONP" ], "x-enumType": "KalturaResponseType" }, "ignoreNull": { "description": "Ignore null attributes during serialization", "type": "boolean" } }, "title": "KalturaHttpNotificationObjectData", "type": "object" }, "KalturaHttpNotificationTemplate": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplate" } ], "properties": { "authenticationMethod": { "description": "Enum Type: `KalturaHttpNotificationAuthenticationMethod`\n\nThe HTTP authentication method to use.", "enum": [ -18, -17, 1, 2, 4, 8 ], "type": "integer", "x-enumLabels": [ "ANYSAFE", "ANY", "BASIC", "DIGEST", "GSSNEGOTIATE", "NTLM" ], "x-enumType": "KalturaHttpNotificationAuthenticationMethod" }, "connectTimeout": { "description": "The number of seconds to wait while trying to connect.\n\nMust be larger than zero.", "type": "integer" }, "customHeaders": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "data": { "$ref": "#/definitions/KalturaHttpNotificationData" }, "method": { "description": "Enum Type: `KalturaHttpNotificationMethod`\n\nRequest method.", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "GET", "POST", "PUT", "DELETE" ], "x-enumType": "KalturaHttpNotificationMethod" }, "password": { "description": "A password to use for the connection.", "type": "string", "x-inputType": "password" }, "sslCertificate": { "description": "SSL certificate to verify the peer with.", "type": "string" }, "sslCertificatePassword": { "description": "The password required to use the certificate.", "type": "string" }, "sslCertificateType": { "description": "Enum Type: `KalturaHttpNotificationCertificateType`\n\nThe format of the certificate.", "enum": [ "DER", "ENG", "PEM" ], "type": "string", "x-enumLabels": [ "DER", "ENG", "PEM" ], "x-enumType": "KalturaHttpNotificationCertificateType" }, "sslEngine": { "description": "The identifier for the crypto engine of the private SSL key specified in ssl key.", "type": "string" }, "sslEngineDefault": { "description": "The identifier for the crypto engine used for asymmetric crypto operations.", "type": "string" }, "sslKey": { "description": "Private SSL key.", "type": "string" }, "sslKeyPassword": { "description": "The secret password needed to use the private SSL key specified in ssl key.", "type": "string" }, "sslKeyType": { "description": "Enum Type: `KalturaHttpNotificationSslKeyType`\n\nThe key type of the private SSL key specified in ssl key - PEM / DER / ENG.", "enum": [ "DER", "ENG", "PEM" ], "type": "string", "x-enumLabels": [ "DER", "ENG", "PEM" ], "x-enumType": "KalturaHttpNotificationSslKeyType" }, "sslVersion": { "description": "Enum Type: `KalturaHttpNotificationSslVersion`\n\nThe SSL version (2 or 3) to use.\n\nBy default PHP will try to determine this itself, although in some cases this must be set manually.", "enum": [ 2, 3 ], "type": "integer", "x-enumLabels": [ "V2", "V3" ], "x-enumType": "KalturaHttpNotificationSslVersion" }, "timeout": { "description": "The maximum number of seconds to allow cURL functions to execute.", "type": "integer" }, "url": { "description": "Remote server URL", "type": "string" }, "username": { "description": "A username to use for the connection.", "type": "string" } }, "title": "KalturaHttpNotificationTemplate", "type": "object" }, "KalturaHttpNotificationTemplateBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaHttpNotificationTemplateFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaHttpNotificationTemplateFilter" ], "type": "string" } }, "title": "KalturaHttpNotificationTemplateBaseFilter", "type": "object", "x-abstract": true }, "KalturaHttpNotificationTemplateFilter": { "allOf": [ { "$ref": "#/definitions/KalturaHttpNotificationTemplateBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaHttpNotificationTemplateOrderBy" } }, "title": "KalturaHttpNotificationTemplateFilter", "type": "object" }, "KalturaHuluDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "captionLocalPaths": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" }, "cuePoints": { "items": { "$ref": "#/definitions/KalturaCuePoint" }, "type": "array" }, "fileBaseName": { "type": "string" }, "thumbAssetFilePath": { "type": "string" }, "videoAssetFilePath": { "type": "string" } }, "title": "KalturaHuluDistributionJobProviderData", "type": "object" }, "KalturaHuluDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "asperaHost": { "type": "string" }, "asperaLogin": { "type": "string" }, "asperaPass": { "type": "string" }, "asperaPrivateKey": { "type": "string" }, "asperaPublicKey": { "type": "string" }, "disableEpisodeNumberCustomValidation": { "type": "boolean" }, "passphrase": { "type": "string" }, "port": { "type": "integer" }, "protocol": { "description": "Enum Type: `KalturaDistributionProtocol`", "enum": [ 1, 2, 3, 4, 5, 10 ], "type": "integer", "x-enumLabels": [ "FTP", "SCP", "SFTP", "HTTP", "HTTPS", "ASPERA" ], "x-enumType": "KalturaDistributionProtocol" }, "seasonNumber": { "type": "string" }, "seasonSynopsis": { "type": "string" }, "seasonTuneInInformation": { "type": "string" }, "seriesAdditionalCategories": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" }, "seriesChannel": { "type": "string" }, "seriesPrimaryCategory": { "type": "string" }, "sftpHost": { "type": "string" }, "sftpLogin": { "type": "string" }, "sftpPass": { "type": "string" }, "videoMediaType": { "type": "string" } }, "title": "KalturaHuluDistributionProfile", "type": "object" }, "KalturaHuluDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaHuluDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaHuluDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaHuluDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaHuluDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaHuluDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaHuluDistributionProfileOrderBy" } }, "title": "KalturaHuluDistributionProfileFilter", "type": "object" }, "KalturaHuluDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaHuluDistributionProvider", "type": "object" }, "KalturaHuluDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaHuluDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaHuluDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaHuluDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaHuluDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaHuluDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaHuluDistributionProviderOrderBy" } }, "title": "KalturaHuluDistributionProviderFilter", "type": "object" }, "KalturaITunesSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } ], "properties": { "adultContent": { "description": "Enum Type: `KalturaITunesSyndicationFeedAdultValues`", "enum": [ "clean", "no", "yes" ], "type": "string", "x-enumLabels": [ "CLEAN", "NO", "YES" ], "x-enumType": "KalturaITunesSyndicationFeedAdultValues" }, "category": { "description": "`readOnly`\n\nEnum Type: `KalturaITunesSyndicationFeedCategories`", "enum": [ "Arts", "Arts/Design", "Arts/Fashion & Beauty", "Arts/Food", "Arts/Literature", "Arts/Performing Arts", "Arts/Visual Arts", "Business", "Business/Business News", "Business/Careers", "Business/Investing", "Business/Management & Marketing", "Business/Shopping", "Comedy", "Education", "Education/Education Technology", "Education/Higher Education", "Education/K-12", "Education/Language Courses", "Education/Training", "Games & Hobbies", "Games & Hobbies/Automotive", "Games & Hobbies/Aviation", "Games & Hobbies/Hobbies", "Games & Hobbies/Other Games", "Games & Hobbies/Video Games", "Government & Organizations", "Government & Organizations/Local", "Government & Organizations/National", "Government & Organizations/Non-Profit", "Government & Organizations/Regional", "Health", "Health/Alternative Health", "Health/Fitness & Nutrition", "Health/Self-Help", "Health/Sexuality", "Kids & Family", "Music", "News & Politics", "Religion & Spirituality", "Religion & Spirituality/Buddhism", "Religion & Spirituality/Christianity", "Religion & Spirituality/Hinduism", "Religion & Spirituality/Islam", "Religion & Spirituality/Judaism", "Religion & Spirituality/Other", "Religion & Spirituality/Spirituality", "Science & Medicine", "Science & Medicine/Medicine", "Science & Medicine/Natural Sciences", "Science & Medicine/Social Sciences", "Society & Culture", "Society & Culture/History", "Society & Culture/Personal Journals", "Society & Culture/Philosophy", "Society & Culture/Places & Travel", "Sports & Recreation", "Sports & Recreation/Amateur", "Sports & Recreation/College & High School", "Sports & Recreation/Outdoor", "Sports & Recreation/Professional", "TV & Film", "Technology", "Technology/Gadgets", "Technology/Podcasting", "Technology/Software How-To", "Technology/Tech News" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ARTS", "ARTS_DESIGN", "ARTS_FASHION_BEAUTY", "ARTS_FOOD", "ARTS_LITERATURE", "ARTS_PERFORMING_ARTS", "ARTS_VISUAL_ARTS", "BUSINESS", "BUSINESS_BUSINESS_NEWS", "BUSINESS_CAREERS", "BUSINESS_INVESTING", "BUSINESS_MANAGEMENT_MARKETING", "BUSINESS_SHOPPING", "COMEDY", "EDUCATION", "EDUCATION_TECHNOLOGY", "EDUCATION_HIGHER_EDUCATION", "EDUCATION_K_12", "EDUCATION_LANGUAGE_COURSES", "EDUCATION_TRAINING", "GAMES_HOBBIES", "GAMES_HOBBIES_AUTOMOTIVE", "GAMES_HOBBIES_AVIATION", "GAMES_HOBBIES_HOBBIES", "GAMES_HOBBIES_OTHER_GAMES", "GAMES_HOBBIES_VIDEO_GAMES", "GOVERNMENT_ORGANIZATIONS", "GOVERNMENT_ORGANIZATIONS_LOCAL", "GOVERNMENT_ORGANIZATIONS_NATIONAL", "GOVERNMENT_ORGANIZATIONS_NON_PROFIT", "GOVERNMENT_ORGANIZATIONS_REGIONAL", "HEALTH", "HEALTH_ALTERNATIVE_HEALTH", "HEALTH_FITNESS_NUTRITION", "HEALTH_SELF_HELP", "HEALTH_SEXUALITY", "KIDS_FAMILY", "MUSIC", "NEWS_POLITICS", "RELIGION_SPIRITUALITY", "RELIGION_SPIRITUALITY_BUDDHISM", "RELIGION_SPIRITUALITY_CHRISTIANITY", "RELIGION_SPIRITUALITY_HINDUISM", "RELIGION_SPIRITUALITY_ISLAM", "RELIGION_SPIRITUALITY_JUDAISM", "RELIGION_SPIRITUALITY_OTHER", "RELIGION_SPIRITUALITY_SPIRITUALITY", "SCIENCE_MEDICINE", "SCIENCE_MEDICINE_MEDICINE", "SCIENCE_MEDICINE_NATURAL_SCIENCES", "SCIENCE_MEDICINE_SOCIAL_SCIENCES", "SOCIETY_CULTURE", "SOCIETY_CULTURE_HISTORY", "SOCIETY_CULTURE_PERSONAL_JOURNALS", "SOCIETY_CULTURE_PHILOSOPHY", "SOCIETY_CULTURE_PLACES_TRAVEL", "SPORTS_RECREATION", "SPORTS_RECREATION_AMATEUR", "SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL", "SPORTS_RECREATION_OUTDOOR", "SPORTS_RECREATION_PROFESSIONAL", "TV_FILM", "TECHNOLOGY", "TECHNOLOGY_GADGETS", "TECHNOLOGY_PODCASTING", "TECHNOLOGY_SOFTWARE_HOW_TO", "TECHNOLOGY_TECH_NEWS" ], "x-enumType": "KalturaITunesSyndicationFeedCategories" }, "enforceFeedAuthor": { "type": "boolean" }, "enforceOrder": { "description": "Enum Type: `KalturaNullableBoolean`\n\ntrue in case you want to enfore the palylist order on the", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "feedAuthor": { "type": "string" }, "feedDescription": { "description": "feed description", "type": "string" }, "feedImageUrl": { "description": "podcast thumbnail", "type": "string" }, "feedLandingPage": { "description": "feed landing page (i.e publisher website)", "type": "string" }, "language": { "description": "feed language", "type": "string" }, "ownerEmail": { "description": "publisher email", "type": "string" }, "ownerName": { "description": "author/publisher name", "type": "string" } }, "title": "KalturaITunesSyndicationFeed", "type": "object" }, "KalturaITunesSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaITunesSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaITunesSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaITunesSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaITunesSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaITunesSyndicationFeedBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaITunesSyndicationFeedOrderBy" } }, "title": "KalturaITunesSyndicationFeedFilter", "type": "object" }, "KalturaIdeticDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "flavorAssetUrl": { "type": "string" }, "thumbnailUrl": { "type": "string" } }, "title": "KalturaIdeticDistributionJobProviderData", "type": "object" }, "KalturaIdeticDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "domain": { "type": "string" }, "ftpPath": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "username": { "type": "string" } }, "title": "KalturaIdeticDistributionProfile", "type": "object" }, "KalturaIdeticDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaIdeticDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaIdeticDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaIdeticDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaIdeticDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaIdeticDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaIdeticDistributionProfileOrderBy" } }, "title": "KalturaIdeticDistributionProfileFilter", "type": "object" }, "KalturaIdeticDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaIdeticDistributionProvider", "type": "object" }, "KalturaIdeticDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaIdeticDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaIdeticDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaIdeticDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaIdeticDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaIdeticDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaIdeticDistributionProviderOrderBy" } }, "title": "KalturaIdeticDistributionProviderFilter", "type": "object" }, "KalturaImageFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": { "densityHeight": { "type": "integer" }, "densityWidth": { "type": "integer" }, "depth": { "type": "integer" }, "sizeHeight": { "type": "integer" }, "sizeWidth": { "type": "integer" } }, "title": "KalturaImageFlavorParams", "type": "object" }, "KalturaImageFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaImageFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaImageFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaImageFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaImageFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaImageFlavorParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaImageFlavorParamsOrderBy" } }, "title": "KalturaImageFlavorParamsFilter", "type": "object" }, "KalturaImageFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" } ], "properties": { "densityHeight": { "type": "integer" }, "densityWidth": { "type": "integer" }, "depth": { "type": "integer" }, "sizeHeight": { "type": "integer" }, "sizeWidth": { "type": "integer" } }, "title": "KalturaImageFlavorParamsOutput", "type": "object" }, "KalturaImageFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaImageFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaImageFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaImageFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaImageFlavorParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaImageFlavorParamsOutputOrderBy" } }, "title": "KalturaImageFlavorParamsOutputFilter", "type": "object" }, "KalturaImportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaImportJobData" }, { "$ref": "#/definitions/KalturaSshImportJobData" }, { "$ref": "#/definitions/KalturaDropFolderImportJobData" } ], "discriminator": "objectType", "properties": { "destFileLocalPath": { "type": "string" }, "destFileSharedPath": { "type": "string" }, "fileSize": { "type": "integer" }, "flavorAssetId": { "type": "string" }, "objectType": { "enum": [ "KalturaImportJobData", "KalturaSshImportJobData", "KalturaDropFolderImportJobData" ], "type": "string" }, "srcFileUrl": { "type": "string" } }, "title": "KalturaImportJobData", "type": "object" }, "KalturaImportMetadataJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "destFileLocalPath": { "type": "string" }, "metadataId": { "type": "integer" }, "srcFileUrl": { "type": "string" } }, "title": "KalturaImportMetadataJobData", "type": "object" }, "KalturaIndexAdvancedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "anyOf": [ { "$ref": "#/definitions/KalturaIndexAdvancedFilter" }, { "$ref": "#/definitions/KalturaEntryIndexAdvancedFilter" } ], "discriminator": "objectType", "properties": { "depthGreaterThanEqual": { "type": "integer" }, "indexIdGreaterThan": { "type": "integer" }, "objectType": { "enum": [ "KalturaIndexAdvancedFilter", "KalturaEntryIndexAdvancedFilter" ], "type": "string" } }, "title": "KalturaIndexAdvancedFilter", "type": "object" }, "KalturaIndexJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "filter": { "$ref": "#/definitions/KalturaFilter" }, "lastIndexDepth": { "description": "Indicates the last depth that reindexed, used when the batch crached, to re-run from the last crash point.", "type": "integer" }, "lastIndexId": { "description": "Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point.", "type": "integer" }, "shouldUpdate": { "description": "Indicates that the object columns and attributes values should be recalculated before reindexed.", "type": "boolean" } }, "title": "KalturaIndexJobData", "type": "object" }, "KalturaIndexTagsByPrivacyContextJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "addedPrivacyContexts": { "type": "string" }, "changedCategoryId": { "type": "integer" }, "deletedPrivacyContexts": { "type": "string" } }, "title": "KalturaIndexTagsByPrivacyContextJobData", "type": "object" }, "KalturaIntegerField": { "allOf": [ { "$ref": "#/definitions/KalturaIntegerValue" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTimeContextField" } ], "description": "`abstract`\n\nAn int representation to return evaluated dynamic value", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTimeContextField" ], "type": "string" } }, "title": "KalturaIntegerField", "type": "object", "x-abstract": true }, "KalturaIntegerValue": { "allOf": [ { "$ref": "#/definitions/KalturaValue" } ], "anyOf": [ { "$ref": "#/definitions/KalturaIntegerValue" }, { "$ref": "#/definitions/KalturaTimeContextField" } ], "description": "An int representation to return an array of ints", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaIntegerValue", "KalturaTimeContextField" ], "type": "string" }, "value": { "type": "integer" } }, "title": "KalturaIntegerValue", "type": "object" }, "KalturaIntegrationJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "callbackNotificationUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "providerData": { "$ref": "#/definitions/KalturaIntegrationJobProviderData" }, "providerType": { "description": "Enum Type: `KalturaIntegrationProviderType`", "enum": [ "cielo24.Cielo24", "dexterIntegration.Dexter", "exampleIntegration.Example", "voicebase.Voicebase" ], "type": "string", "x-enumLabels": [ "CIELO24", "DEXTER", "EXAMPLE", "VOICEBASE" ], "x-enumType": "KalturaIntegrationProviderType" }, "triggerData": { "$ref": "#/definitions/KalturaIntegrationJobTriggerData" }, "triggerType": { "description": "Enum Type: `KalturaIntegrationTriggerType`", "enum": [ "bpmEventNotificationIntegration.BpmEventNotification", "1" ], "type": "string", "x-enumLabels": [ "BPM_EVENT_NOTIFICATION", "MANUAL" ], "x-enumType": "KalturaIntegrationTriggerType" } }, "title": "KalturaIntegrationJobData", "type": "object" }, "KalturaIntegrationJobProviderData": { "anyOf": [ { "$ref": "#/definitions/KalturaCielo24JobProviderData" }, { "$ref": "#/definitions/KalturaDexterIntegrationJobProviderData" }, { "$ref": "#/definitions/KalturaExampleIntegrationJobProviderData" }, { "$ref": "#/definitions/KalturaVoicebaseJobProviderData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaCielo24JobProviderData", "KalturaDexterIntegrationJobProviderData", "KalturaExampleIntegrationJobProviderData", "KalturaVoicebaseJobProviderData" ], "type": "string" } }, "title": "KalturaIntegrationJobProviderData", "type": "object", "x-abstract": true }, "KalturaIntegrationJobTriggerData": { "anyOf": [ { "$ref": "#/definitions/KalturaBpmEventNotificationIntegrationJobTriggerData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaBpmEventNotificationIntegrationJobTriggerData" ], "type": "string" } }, "title": "KalturaIntegrationJobTriggerData", "type": "object", "x-abstract": true }, "KalturaIntegrationSetting": { "anyOf": [ { "$ref": "#/definitions/KalturaWebexAPIIntegrationSetting" }, { "$ref": "#/definitions/KalturaZoomIntegrationSetting" }, { "$ref": "#/definitions/KalturaMicrosoftTeamsIntegrationSetting" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "accountId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "conversionProfileId": { "type": "integer" }, "createUserIfNotExist": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "defaultUserId": { "type": "string" }, "deletionPolicy": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableMeetingChat": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableMeetingUpload": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "handleParticipantsMode": { "description": "Enum Type: `KalturaHandleParticipantsMode`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "ADD_AS_CO_PUBLISHERS", "ADD_AS_CO_VIEWERS", "IGNORE" ], "x-enumType": "KalturaHandleParticipantsMode" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "objectType": { "enum": [ "KalturaWebexAPIIntegrationSetting", "KalturaZoomIntegrationSetting", "KalturaMicrosoftTeamsIntegrationSetting" ], "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaVendorIntegrationStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaVendorIntegrationStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaIntegrationSetting", "type": "object", "x-abstract": true }, "KalturaIntelligentTaggingVendorTaskData": { "allOf": [ { "$ref": "#/definitions/KalturaVendorTaskData" } ], "properties": { "assetId": { "description": "`insertOnly`\n\nOptional - The id of the caption asset object", "type": "string" } }, "title": "KalturaIntelligentTaggingVendorTaskData", "type": "object" }, "KalturaInteractivity": { "allOf": [ { "$ref": "#/definitions/KalturaBaseInteractivity" } ], "properties": {}, "title": "KalturaInteractivity", "type": "object" }, "KalturaInteractivityDataFieldsFilter": { "anyOf": [ { "$ref": "#/definitions/KalturaInteractivityRootFilter" }, { "$ref": "#/definitions/KalturaInteractivityNodeFilter" }, { "$ref": "#/definitions/KalturaInteractivityInteractionFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "fields": { "description": "A string containing CSV list of fields to include", "type": "string" }, "objectType": { "enum": [ "KalturaInteractivityRootFilter", "KalturaInteractivityNodeFilter", "KalturaInteractivityInteractionFilter" ], "type": "string" } }, "title": "KalturaInteractivityDataFieldsFilter", "type": "object", "x-abstract": true }, "KalturaInteractivityDataFilter": { "properties": { "interactionFilter": { "$ref": "#/definitions/KalturaInteractivityInteractionFilter" }, "nodeFilter": { "$ref": "#/definitions/KalturaInteractivityNodeFilter" }, "rootFilter": { "$ref": "#/definitions/KalturaInteractivityRootFilter" } }, "title": "KalturaInteractivityDataFilter", "type": "object" }, "KalturaInteractivityInteractionFilter": { "allOf": [ { "$ref": "#/definitions/KalturaInteractivityDataFieldsFilter" } ], "properties": {}, "title": "KalturaInteractivityInteractionFilter", "type": "object" }, "KalturaInteractivityNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaInteractivityDataFieldsFilter" } ], "properties": {}, "title": "KalturaInteractivityNodeFilter", "type": "object" }, "KalturaInteractivityRootFilter": { "allOf": [ { "$ref": "#/definitions/KalturaInteractivityDataFieldsFilter" } ], "properties": {}, "title": "KalturaInteractivityRootFilter", "type": "object" }, "KalturaIpAddressCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "properties": { "acceptInternalIps": { "description": "allow internal ips", "type": "boolean" }, "httpHeader": { "description": "http header name for extracting the ip", "type": "string" } }, "title": "KalturaIpAddressCondition", "type": "object" }, "KalturaIpAddressContextField": { "allOf": [ { "$ref": "#/definitions/KalturaStringField" } ], "description": "Represents the current request IP address context", "properties": {}, "title": "KalturaIpAddressContextField", "type": "object" }, "KalturaIpAddressRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaBaseRestriction" } ], "properties": { "ipAddressList": { "description": "Comma separated list of ip address to allow to deny", "type": "string" }, "ipAddressRestrictionType": { "description": "Enum Type: `KalturaIpAddressRestrictionType`\n\nIp address restriction type (Allow or deny)", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "RESTRICT_LIST", "ALLOW_LIST" ], "x-enumType": "KalturaIpAddressRestrictionType" } }, "title": "KalturaIpAddressRestriction", "type": "object" }, "KalturaJobData": { "anyOf": [ { "$ref": "#/definitions/KalturaJobData" }, { "$ref": "#/definitions/KalturaBulkDownloadJobData" }, { "$ref": "#/definitions/KalturaBulkUploadJobData" }, { "$ref": "#/definitions/KalturaCaptureThumbJobData" }, { "$ref": "#/definitions/KalturaClipConcatJobData" }, { "$ref": "#/definitions/KalturaConcatJobData" }, { "$ref": "#/definitions/KalturaConvartableJobData" }, { "$ref": "#/definitions/KalturaConvertCaptionAssetJobData" }, { "$ref": "#/definitions/KalturaConvertLiveSegmentJobData" }, { "$ref": "#/definitions/KalturaConvertProfileJobData" }, { "$ref": "#/definitions/KalturaCopyCaptionsJobData" }, { "$ref": "#/definitions/KalturaCopyJobData" }, { "$ref": "#/definitions/KalturaCopyPartnerJobData" }, { "$ref": "#/definitions/KalturaDeleteFileJobData" }, { "$ref": "#/definitions/KalturaDeleteJobData" }, { "$ref": "#/definitions/KalturaDistributionJobData" }, { "$ref": "#/definitions/KalturaDropFolderContentProcessorJobData" }, { "$ref": "#/definitions/KalturaEventNotificationDispatchJobData" }, { "$ref": "#/definitions/KalturaExportCsvJobData" }, { "$ref": "#/definitions/KalturaFlattenJobData" }, { "$ref": "#/definitions/KalturaImportJobData" }, { "$ref": "#/definitions/KalturaImportMetadataJobData" }, { "$ref": "#/definitions/KalturaIndexJobData" }, { "$ref": "#/definitions/KalturaIndexTagsByPrivacyContextJobData" }, { "$ref": "#/definitions/KalturaIntegrationJobData" }, { "$ref": "#/definitions/KalturaLiveEntryArchiveJobData" }, { "$ref": "#/definitions/KalturaLiveReportExportJobData" }, { "$ref": "#/definitions/KalturaLiveToVodJobData" }, { "$ref": "#/definitions/KalturaMailJobData" }, { "$ref": "#/definitions/KalturaMoveCategoryEntriesJobData" }, { "$ref": "#/definitions/KalturaNotificationJobData" }, { "$ref": "#/definitions/KalturaParseCaptionAssetJobData" }, { "$ref": "#/definitions/KalturaParseMultiLanguageCaptionAssetJobData" }, { "$ref": "#/definitions/KalturaProvisionJobData" }, { "$ref": "#/definitions/KalturaReportExportJobData" }, { "$ref": "#/definitions/KalturaScheduledTaskJobData" }, { "$ref": "#/definitions/KalturaStorageJobData" }, { "$ref": "#/definitions/KalturaSyncCategoryPrivacyContextJobData" }, { "$ref": "#/definitions/KalturaTransformMetadataJobData" }, { "$ref": "#/definitions/KalturaVirusScanJobData" }, { "$ref": "#/definitions/KalturaWidevineRepositorySyncJobData" }, { "$ref": "#/definitions/KalturaBulkUploadCsvJobData" }, { "$ref": "#/definitions/KalturaBulkUploadFilterJobData" }, { "$ref": "#/definitions/KalturaBulkUploadXmlJobData" }, { "$ref": "#/definitions/KalturaBulkUploadICalJobData" }, { "$ref": "#/definitions/KalturaBulkUploadScheduleEventCsvJobData" }, { "$ref": "#/definitions/KalturaDropFolderXmlBulkUploadJobData" }, { "$ref": "#/definitions/KalturaConvertCollectionJobData" }, { "$ref": "#/definitions/KalturaConvertJobData" }, { "$ref": "#/definitions/KalturaExtractMediaJobData" }, { "$ref": "#/definitions/KalturaPostConvertJobData" }, { "$ref": "#/definitions/KalturaDistributionDeleteJobData" }, { "$ref": "#/definitions/KalturaDistributionFetchReportJobData" }, { "$ref": "#/definitions/KalturaDistributionSubmitJobData" }, { "$ref": "#/definitions/KalturaDistributionUpdateJobData" }, { "$ref": "#/definitions/KalturaDistributionDisableJobData" }, { "$ref": "#/definitions/KalturaDistributionEnableJobData" }, { "$ref": "#/definitions/KalturaWebexDropFolderContentProcessorJobData" }, { "$ref": "#/definitions/KalturaBusinessProcessNotificationDispatchJobData" }, { "$ref": "#/definitions/KalturaEmailNotificationDispatchJobData" }, { "$ref": "#/definitions/KalturaHttpNotificationDispatchJobData" }, { "$ref": "#/definitions/KalturaEntryVendorTaskCsvJobData" }, { "$ref": "#/definitions/KalturaMediaEsearchExportToCsvJobData" }, { "$ref": "#/definitions/KalturaCategoriesCsvJobData" }, { "$ref": "#/definitions/KalturaEntriesCsvJobData" }, { "$ref": "#/definitions/KalturaUsersCsvJobData" }, { "$ref": "#/definitions/KalturaSshImportJobData" }, { "$ref": "#/definitions/KalturaDropFolderImportJobData" }, { "$ref": "#/definitions/KalturaAkamaiProvisionJobData" }, { "$ref": "#/definitions/KalturaAkamaiUniversalProvisionJobData" }, { "$ref": "#/definitions/KalturaVelocixProvisionJobData" }, { "$ref": "#/definitions/KalturaRecalculateResponseProfileCacheJobData" }, { "$ref": "#/definitions/KalturaStorageDeleteJobData" }, { "$ref": "#/definitions/KalturaStorageExportJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageDeleteJobData" }, { "$ref": "#/definitions/KalturaAmazonS3StorageExportJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageExportJobData" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaJobData", "KalturaBulkDownloadJobData", "KalturaBulkUploadJobData", "KalturaCaptureThumbJobData", "KalturaClipConcatJobData", "KalturaConcatJobData", "KalturaConvartableJobData", "KalturaConvertCaptionAssetJobData", "KalturaConvertLiveSegmentJobData", "KalturaConvertProfileJobData", "KalturaCopyCaptionsJobData", "KalturaCopyJobData", "KalturaCopyPartnerJobData", "KalturaDeleteFileJobData", "KalturaDeleteJobData", "KalturaDistributionJobData", "KalturaDropFolderContentProcessorJobData", "KalturaEventNotificationDispatchJobData", "KalturaExportCsvJobData", "KalturaFlattenJobData", "KalturaImportJobData", "KalturaImportMetadataJobData", "KalturaIndexJobData", "KalturaIndexTagsByPrivacyContextJobData", "KalturaIntegrationJobData", "KalturaLiveEntryArchiveJobData", "KalturaLiveReportExportJobData", "KalturaLiveToVodJobData", "KalturaMailJobData", "KalturaMoveCategoryEntriesJobData", "KalturaNotificationJobData", "KalturaParseCaptionAssetJobData", "KalturaParseMultiLanguageCaptionAssetJobData", "KalturaProvisionJobData", "KalturaReportExportJobData", "KalturaScheduledTaskJobData", "KalturaStorageJobData", "KalturaSyncCategoryPrivacyContextJobData", "KalturaTransformMetadataJobData", "KalturaVirusScanJobData", "KalturaWidevineRepositorySyncJobData", "KalturaBulkUploadCsvJobData", "KalturaBulkUploadFilterJobData", "KalturaBulkUploadXmlJobData", "KalturaBulkUploadICalJobData", "KalturaBulkUploadScheduleEventCsvJobData", "KalturaDropFolderXmlBulkUploadJobData", "KalturaConvertCollectionJobData", "KalturaConvertJobData", "KalturaExtractMediaJobData", "KalturaPostConvertJobData", "KalturaDistributionDeleteJobData", "KalturaDistributionFetchReportJobData", "KalturaDistributionSubmitJobData", "KalturaDistributionUpdateJobData", "KalturaDistributionDisableJobData", "KalturaDistributionEnableJobData", "KalturaWebexDropFolderContentProcessorJobData", "KalturaBusinessProcessNotificationDispatchJobData", "KalturaEmailNotificationDispatchJobData", "KalturaHttpNotificationDispatchJobData", "KalturaEntryVendorTaskCsvJobData", "KalturaMediaEsearchExportToCsvJobData", "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData", "KalturaSshImportJobData", "KalturaDropFolderImportJobData", "KalturaAkamaiProvisionJobData", "KalturaAkamaiUniversalProvisionJobData", "KalturaVelocixProvisionJobData", "KalturaRecalculateResponseProfileCacheJobData", "KalturaStorageDeleteJobData", "KalturaStorageExportJobData", "KalturaKontikiStorageDeleteJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData" ], "type": "string" } }, "title": "KalturaJobData", "type": "object" }, "KalturaKafkaNotificationTemplate": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplate" } ], "properties": { "apiObjectType": { "description": "Kaltura API object type", "type": "string" }, "messageFormat": { "description": "Enum Type: `KalturaKafkaNotificationFormat`\n\nDefine the content dynamic parameters", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "JSON", "AVRO" ], "x-enumType": "KalturaKafkaNotificationFormat" }, "partitionKey": { "description": "Define the content dynamic parameters", "type": "string" }, "topicName": { "description": "Define the content dynamic parameters", "type": "string" } }, "title": "KalturaKafkaNotificationTemplate", "type": "object" }, "KalturaKafkaNotificationTemplateBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaKafkaNotificationTemplateFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaKafkaNotificationTemplateFilter" ], "type": "string" } }, "title": "KalturaKafkaNotificationTemplateBaseFilter", "type": "object", "x-abstract": true }, "KalturaKafkaNotificationTemplateFilter": { "allOf": [ { "$ref": "#/definitions/KalturaKafkaNotificationTemplateBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaKafkaNotificationTemplateOrderBy" } }, "title": "KalturaKafkaNotificationTemplateFilter", "type": "object" }, "KalturaKeyBooleanValue": { "description": "A key (boolean) value pair representation to return an array of key-(boolean)value pairs (associative array)", "properties": { "key": { "type": "string" }, "value": { "type": "boolean" } }, "title": "KalturaKeyBooleanValue", "type": "object" }, "KalturaKeyValue": { "anyOf": [ { "$ref": "#/definitions/KalturaKeyValue" }, { "$ref": "#/definitions/KalturaKeyValueExtended" } ], "description": "A key value pair representation to return an array of key-value pairs (associative array)", "discriminator": "objectType", "properties": { "key": { "type": "string" }, "objectType": { "enum": [ "KalturaKeyValue", "KalturaKeyValueExtended" ], "type": "string" }, "value": { "type": "string" } }, "title": "KalturaKeyValue", "type": "object" }, "KalturaKeyValueExtended": { "allOf": [ { "$ref": "#/definitions/KalturaKeyValue" } ], "properties": { "predefinedFormat": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "title": "KalturaKeyValueExtended", "type": "object" }, "KalturaKontikiStorageDeleteJobData": { "allOf": [ { "$ref": "#/definitions/KalturaStorageDeleteJobData" } ], "properties": { "contentMoid": { "description": "Unique Kontiki MOID for the content uploaded to Kontiki", "type": "string" }, "serviceToken": { "type": "string" } }, "title": "KalturaKontikiStorageDeleteJobData", "type": "object" }, "KalturaKontikiStorageExportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaStorageExportJobData" } ], "properties": { "contentMoid": { "description": "Unique Kontiki MOID for the content uploaded to Kontiki", "type": "string" }, "flavorAssetId": { "description": "Holds the id of the exported asset", "type": "string" }, "serviceToken": { "type": "string" } }, "title": "KalturaKontikiStorageExportJobData", "type": "object" }, "KalturaKontikiStorageProfile": { "allOf": [ { "$ref": "#/definitions/KalturaStorageProfile" } ], "properties": { "serviceToken": { "type": "string" } }, "title": "KalturaKontikiStorageProfile", "type": "object" }, "KalturaKontikiStorageProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaStorageProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaKontikiStorageProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaKontikiStorageProfileFilter" ], "type": "string" } }, "title": "KalturaKontikiStorageProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaKontikiStorageProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaKontikiStorageProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaKontikiStorageProfileOrderBy" } }, "title": "KalturaKontikiStorageProfileFilter", "type": "object" }, "KalturaLike": { "properties": { "createdAt": { "description": "The date of the like's creation", "type": "integer" }, "entryId": { "description": "The id of the entry that the like belongs to", "type": "string" }, "userId": { "description": "The id of user that the like belongs to", "type": "string" } }, "title": "KalturaLike", "type": "object" }, "KalturaLikeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLikeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "entryIdEqual": { "type": "string" }, "entryIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaLikeFilter" ], "type": "string" }, "userIdEqual": { "type": "string" } }, "title": "KalturaLikeBaseFilter", "type": "object", "x-abstract": true }, "KalturaLikeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLikeBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaLikeOrderBy" } }, "title": "KalturaLikeFilter", "type": "object" }, "KalturaLikeListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaLike" }, "type": "array" } }, "title": "KalturaLikeListResponse", "type": "object" }, "KalturaLimitFlavorsRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaBaseRestriction" } ], "properties": { "flavorParamsIds": { "description": "Comma separated list of flavor params ids to allow to deny", "type": "string" }, "limitFlavorsRestrictionType": { "description": "Enum Type: `KalturaLimitFlavorsRestrictionType`\n\nLimit flavors restriction type (Allow or deny)", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "RESTRICT_LIST", "ALLOW_LIST" ], "x-enumType": "KalturaLimitFlavorsRestrictionType" } }, "title": "KalturaLimitFlavorsRestriction", "type": "object" }, "KalturaLinkedScheduleEvent": { "properties": { "eventId": { "description": "The id of the event influencing the start of the event holding this object", "type": "integer" }, "offset": { "description": "The time between the end of the event which it's id is in $eventId and the start of the event holding this object", "type": "integer" } }, "title": "KalturaLinkedScheduleEvent", "type": "object" }, "KalturaListResponse": { "anyOf": [ { "$ref": "#/definitions/KalturaListResponse" }, { "$ref": "#/definitions/KalturaAccessControlListResponse" }, { "$ref": "#/definitions/KalturaAccessControlProfileListResponse" }, { "$ref": "#/definitions/KalturaAnnotationListResponse" }, { "$ref": "#/definitions/KalturaAppTokenListResponse" }, { "$ref": "#/definitions/KalturaAttachmentAssetListResponse" }, { "$ref": "#/definitions/KalturaAuditTrailListResponse" }, { "$ref": "#/definitions/KalturaBaseEntryListResponse" }, { "$ref": "#/definitions/KalturaBaseSyndicationFeedListResponse" }, { "$ref": "#/definitions/KalturaBatchJobListResponse" }, { "$ref": "#/definitions/KalturaBeaconListResponse" }, { "$ref": "#/definitions/KalturaBulkUploadListResponse" }, { "$ref": "#/definitions/KalturaBusinessProcessServerListResponse" }, { "$ref": "#/definitions/KalturaCaptionAssetItemListResponse" }, { "$ref": "#/definitions/KalturaCaptionAssetListResponse" }, { "$ref": "#/definitions/KalturaCaptionParamsListResponse" }, { "$ref": "#/definitions/KalturaCategoryEntryListResponse" }, { "$ref": "#/definitions/KalturaCategoryListResponse" }, { "$ref": "#/definitions/KalturaCategoryUserListResponse" }, { "$ref": "#/definitions/KalturaConfMapsListResponse" }, { "$ref": "#/definitions/KalturaControlPanelCommandListResponse" }, { "$ref": "#/definitions/KalturaConversionProfileAssetParamsListResponse" }, { "$ref": "#/definitions/KalturaConversionProfileListResponse" }, { "$ref": "#/definitions/KalturaCuePointListResponse" }, { "$ref": "#/definitions/KalturaDataListResponse" }, { "$ref": "#/definitions/KalturaDeliveryProfileListResponse" }, { "$ref": "#/definitions/KalturaDistributionProfileListResponse" }, { "$ref": "#/definitions/KalturaDistributionProviderListResponse" }, { "$ref": "#/definitions/KalturaDocumentListResponse" }, { "$ref": "#/definitions/KalturaDrmPolicyListResponse" }, { "$ref": "#/definitions/KalturaDrmProfileListResponse" }, { "$ref": "#/definitions/KalturaDropFolderFileListResponse" }, { "$ref": "#/definitions/KalturaDropFolderListResponse" }, { "$ref": "#/definitions/KalturaESearchHistoryListResponse" }, { "$ref": "#/definitions/KalturaEntryDistributionListResponse" }, { "$ref": "#/definitions/KalturaEntryServerNodeListResponse" }, { "$ref": "#/definitions/KalturaEntryVendorTaskListResponse" }, { "$ref": "#/definitions/KalturaEventNotificationTemplateListResponse" }, { "$ref": "#/definitions/KalturaExternalMediaEntryListResponse" }, { "$ref": "#/definitions/KalturaFeatureStatusListResponse" }, { "$ref": "#/definitions/KalturaFileAssetListResponse" }, { "$ref": "#/definitions/KalturaFileSyncListResponse" }, { "$ref": "#/definitions/KalturaFlavorAssetListResponse" }, { "$ref": "#/definitions/KalturaFlavorParamsListResponse" }, { "$ref": "#/definitions/KalturaFlavorParamsOutputListResponse" }, { "$ref": "#/definitions/KalturaGenericDistributionProviderActionListResponse" }, { "$ref": "#/definitions/KalturaGenericDistributionProviderListResponse" }, { "$ref": "#/definitions/KalturaGroupListResponse" }, { "$ref": "#/definitions/KalturaGroupUserListResponse" }, { "$ref": "#/definitions/KalturaLikeListResponse" }, { "$ref": "#/definitions/KalturaLiveChannelListResponse" }, { "$ref": "#/definitions/KalturaLiveChannelSegmentListResponse" }, { "$ref": "#/definitions/KalturaLiveStatsListResponse" }, { "$ref": "#/definitions/KalturaLiveStreamListResponse" }, { "$ref": "#/definitions/KalturaMediaInfoListResponse" }, { "$ref": "#/definitions/KalturaMediaListResponse" }, { "$ref": "#/definitions/KalturaMetadataListResponse" }, { "$ref": "#/definitions/KalturaMetadataProfileFieldListResponse" }, { "$ref": "#/definitions/KalturaMetadataProfileListResponse" }, { "$ref": "#/definitions/KalturaMixListResponse" }, { "$ref": "#/definitions/KalturaModerationFlagListResponse" }, { "$ref": "#/definitions/KalturaObjectListResponse" }, { "$ref": "#/definitions/KalturaPartnerListResponse" }, { "$ref": "#/definitions/KalturaPartnerUsageListResponse" }, { "$ref": "#/definitions/KalturaPermissionItemListResponse" }, { "$ref": "#/definitions/KalturaPermissionListResponse" }, { "$ref": "#/definitions/KalturaPlaylistListResponse" }, { "$ref": "#/definitions/KalturaQuizListResponse" }, { "$ref": "#/definitions/KalturaRatingCountListResponse" }, { "$ref": "#/definitions/KalturaReachProfileListResponse" }, { "$ref": "#/definitions/KalturaRemotePathListResponse" }, { "$ref": "#/definitions/KalturaReportListResponse" }, { "$ref": "#/definitions/KalturaResponseProfileListResponse" }, { "$ref": "#/definitions/KalturaScheduleEventListResponse" }, { "$ref": "#/definitions/KalturaScheduleEventResourceListResponse" }, { "$ref": "#/definitions/KalturaScheduleResourceListResponse" }, { "$ref": "#/definitions/KalturaScheduledTaskProfileListResponse" }, { "$ref": "#/definitions/KalturaSchedulerListResponse" }, { "$ref": "#/definitions/KalturaSchedulerWorkerListResponse" }, { "$ref": "#/definitions/KalturaServerNodeListResponse" }, { "$ref": "#/definitions/KalturaShortLinkListResponse" }, { "$ref": "#/definitions/KalturaSsoListResponse" }, { "$ref": "#/definitions/KalturaStorageProfileListResponse" }, { "$ref": "#/definitions/KalturaSystemPartnerUsageListResponse" }, { "$ref": "#/definitions/KalturaTagListResponse" }, { "$ref": "#/definitions/KalturaThumbAssetListResponse" }, { "$ref": "#/definitions/KalturaThumbParamsListResponse" }, { "$ref": "#/definitions/KalturaThumbParamsOutputListResponse" }, { "$ref": "#/definitions/KalturaTranscriptAssetListResponse" }, { "$ref": "#/definitions/KalturaUiConfListResponse" }, { "$ref": "#/definitions/KalturaUploadTokenListResponse" }, { "$ref": "#/definitions/KalturaUserEntryListResponse" }, { "$ref": "#/definitions/KalturaUserListResponse" }, { "$ref": "#/definitions/KalturaUserLoginDataListResponse" }, { "$ref": "#/definitions/KalturaUserRoleListResponse" }, { "$ref": "#/definitions/KalturaUserScorePropertiesResponse" }, { "$ref": "#/definitions/KalturaVendorCatalogItemListResponse" }, { "$ref": "#/definitions/KalturaVirtualEventListResponse" }, { "$ref": "#/definitions/KalturaVirusScanProfileListResponse" }, { "$ref": "#/definitions/KalturaWebexAPIIntegrationSettingResponse" }, { "$ref": "#/definitions/KalturaWidgetListResponse" }, { "$ref": "#/definitions/KalturaZoomIntegrationSettingResponse" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaListResponse", "KalturaAccessControlListResponse", "KalturaAccessControlProfileListResponse", "KalturaAnnotationListResponse", "KalturaAppTokenListResponse", "KalturaAttachmentAssetListResponse", "KalturaAuditTrailListResponse", "KalturaBaseEntryListResponse", "KalturaBaseSyndicationFeedListResponse", "KalturaBatchJobListResponse", "KalturaBeaconListResponse", "KalturaBulkUploadListResponse", "KalturaBusinessProcessServerListResponse", "KalturaCaptionAssetItemListResponse", "KalturaCaptionAssetListResponse", "KalturaCaptionParamsListResponse", "KalturaCategoryEntryListResponse", "KalturaCategoryListResponse", "KalturaCategoryUserListResponse", "KalturaConfMapsListResponse", "KalturaControlPanelCommandListResponse", "KalturaConversionProfileAssetParamsListResponse", "KalturaConversionProfileListResponse", "KalturaCuePointListResponse", "KalturaDataListResponse", "KalturaDeliveryProfileListResponse", "KalturaDistributionProfileListResponse", "KalturaDistributionProviderListResponse", "KalturaDocumentListResponse", "KalturaDrmPolicyListResponse", "KalturaDrmProfileListResponse", "KalturaDropFolderFileListResponse", "KalturaDropFolderListResponse", "KalturaESearchHistoryListResponse", "KalturaEntryDistributionListResponse", "KalturaEntryServerNodeListResponse", "KalturaEntryVendorTaskListResponse", "KalturaEventNotificationTemplateListResponse", "KalturaExternalMediaEntryListResponse", "KalturaFeatureStatusListResponse", "KalturaFileAssetListResponse", "KalturaFileSyncListResponse", "KalturaFlavorAssetListResponse", "KalturaFlavorParamsListResponse", "KalturaFlavorParamsOutputListResponse", "KalturaGenericDistributionProviderActionListResponse", "KalturaGenericDistributionProviderListResponse", "KalturaGroupListResponse", "KalturaGroupUserListResponse", "KalturaLikeListResponse", "KalturaLiveChannelListResponse", "KalturaLiveChannelSegmentListResponse", "KalturaLiveStatsListResponse", "KalturaLiveStreamListResponse", "KalturaMediaInfoListResponse", "KalturaMediaListResponse", "KalturaMetadataListResponse", "KalturaMetadataProfileFieldListResponse", "KalturaMetadataProfileListResponse", "KalturaMixListResponse", "KalturaModerationFlagListResponse", "KalturaObjectListResponse", "KalturaPartnerListResponse", "KalturaPartnerUsageListResponse", "KalturaPermissionItemListResponse", "KalturaPermissionListResponse", "KalturaPlaylistListResponse", "KalturaQuizListResponse", "KalturaRatingCountListResponse", "KalturaReachProfileListResponse", "KalturaRemotePathListResponse", "KalturaReportListResponse", "KalturaResponseProfileListResponse", "KalturaScheduleEventListResponse", "KalturaScheduleEventResourceListResponse", "KalturaScheduleResourceListResponse", "KalturaScheduledTaskProfileListResponse", "KalturaSchedulerListResponse", "KalturaSchedulerWorkerListResponse", "KalturaServerNodeListResponse", "KalturaShortLinkListResponse", "KalturaSsoListResponse", "KalturaStorageProfileListResponse", "KalturaSystemPartnerUsageListResponse", "KalturaTagListResponse", "KalturaThumbAssetListResponse", "KalturaThumbParamsListResponse", "KalturaThumbParamsOutputListResponse", "KalturaTranscriptAssetListResponse", "KalturaUiConfListResponse", "KalturaUploadTokenListResponse", "KalturaUserEntryListResponse", "KalturaUserListResponse", "KalturaUserLoginDataListResponse", "KalturaUserRoleListResponse", "KalturaUserScorePropertiesResponse", "KalturaVendorCatalogItemListResponse", "KalturaVirtualEventListResponse", "KalturaVirusScanProfileListResponse", "KalturaWebexAPIIntegrationSettingResponse", "KalturaWidgetListResponse", "KalturaZoomIntegrationSettingResponse" ], "type": "string" }, "totalCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaListResponse", "type": "object" }, "KalturaLiveAsset": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorAsset" } ], "properties": { "multicastIP": { "type": "string" }, "multicastPort": { "type": "integer" } }, "title": "KalturaLiveAsset", "type": "object" }, "KalturaLiveAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveAssetFilter" ], "type": "string" } }, "title": "KalturaLiveAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveAssetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLiveAssetOrderBy" } }, "title": "KalturaLiveAssetFilter", "type": "object" }, "KalturaLiveCaptionFeature": { "allOf": [ { "$ref": "#/definitions/KalturaLiveFeature" } ], "properties": { "captionToken": { "type": "string" }, "captionUrl": { "type": "string" }, "inputDelay": { "type": "integer" }, "mediaKey": { "type": "string" }, "mediaUrl": { "type": "string" } }, "title": "KalturaLiveCaptionFeature", "type": "object" }, "KalturaLiveChannel": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntry" } ], "properties": { "playlistId": { "description": "Playlist id to be played", "type": "string" }, "repeat": { "description": "Enum Type: `KalturaNullableBoolean`\n\nIndicates that the segments should be repeated for ever", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "title": "KalturaLiveChannel", "type": "object" }, "KalturaLiveChannelBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveChannelFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveChannelFilter" ], "type": "string" } }, "title": "KalturaLiveChannelBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveChannelCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveChannel attributes. Use KalturaLiveChannelCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveChannelCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaLiveChannelCompareAttribute" } }, "title": "KalturaLiveChannelCompareAttributeCondition", "type": "object" }, "KalturaLiveChannelFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveChannelBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+firstBroadcast", "+lastBroadcast", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-firstBroadcast", "-lastBroadcast", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "FIRST_BROADCAST_ASC", "LAST_BROADCAST_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "FIRST_BROADCAST_DESC", "LAST_BROADCAST_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaLiveChannelOrderBy" } }, "title": "KalturaLiveChannelFilter", "type": "object" }, "KalturaLiveChannelListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaLiveChannel" }, "type": "array" } }, "title": "KalturaLiveChannelListResponse", "type": "object" }, "KalturaLiveChannelMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveChannel attributes. Use KalturaLiveChannelMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveChannelMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaLiveChannelMatchAttribute" } }, "title": "KalturaLiveChannelMatchAttributeCondition", "type": "object" }, "KalturaLiveChannelSegment": { "properties": { "channelId": { "description": "Live channel id", "type": "string" }, "createdAt": { "description": "`readOnly`\n\nSegment creation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "description": { "description": "Segment description", "type": "string" }, "duration": { "description": "Segment play duration time, in mili-seconds", "type": "number" }, "entryId": { "description": "Entry id to be played", "type": "string" }, "id": { "description": "`readOnly`\n\nUnique identifier", "readOnly": true, "type": "integer" }, "name": { "description": "Segment name", "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "startTime": { "description": "Segment play start time, in mili-seconds, according to trigger type", "type": "number" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaLiveChannelSegmentStatus`", "enum": [ "2", "3" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaLiveChannelSegmentStatus" }, "tags": { "description": "Segment tags", "type": "string" }, "triggerSegmentId": { "description": "Live channel segment that the trigger relates to", "type": "integer" }, "triggerType": { "description": "Enum Type: `KalturaLiveChannelSegmentTriggerType`\n\nSegment start time trigger type", "enum": [ "1", "2", "3", "4" ], "type": "string", "x-enumLabels": [ "CHANNEL_RELATIVE", "ABSOLUTE_TIME", "SEGMENT_START_RELATIVE", "SEGMENT_END_RELATIVE" ], "x-enumType": "KalturaLiveChannelSegmentTriggerType" }, "type": { "description": "Enum Type: `KalturaLiveChannelSegmentType`\n\nSegment could be associated with the main stream, as additional stream or as overlay", "enum": [ "1" ], "type": "string", "x-enumLabels": [ "VIDEO_AND_AUDIO" ], "x-enumType": "KalturaLiveChannelSegmentType" }, "updatedAt": { "description": "`readOnly`\n\nSegment update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaLiveChannelSegment", "type": "object" }, "KalturaLiveChannelSegmentBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveChannelSegmentFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "channelIdEqual": { "type": "string" }, "channelIdIn": { "type": "string" }, "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "objectType": { "enum": [ "KalturaLiveChannelSegmentFilter" ], "type": "string" }, "startTimeGreaterThanOrEqual": { "type": "number" }, "startTimeLessThanOrEqual": { "type": "number" }, "statusEqual": { "description": "Enum Type: `KalturaLiveChannelSegmentStatus`", "enum": [ "2", "3" ], "type": "string", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaLiveChannelSegmentStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaLiveChannelSegmentBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveChannelSegmentFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveChannelSegmentBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+startTime", "+updatedAt", "-createdAt", "-startTime", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "START_TIME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "START_TIME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLiveChannelSegmentOrderBy" } }, "title": "KalturaLiveChannelSegmentFilter", "type": "object" }, "KalturaLiveChannelSegmentListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaLiveChannelSegment" }, "type": "array" } }, "title": "KalturaLiveChannelSegmentListResponse", "type": "object" }, "KalturaLiveClusterMediaServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaMediaServerNode" } ], "properties": {}, "title": "KalturaLiveClusterMediaServerNode", "type": "object" }, "KalturaLiveClusterMediaServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter" ], "type": "string" } }, "title": "KalturaLiveClusterMediaServerNodeBaseFilter", "type": "object" }, "KalturaLiveClusterMediaServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" } ], "properties": {}, "title": "KalturaLiveClusterMediaServerNodeFilter", "type": "object" }, "KalturaLiveEntry": { "allOf": [ { "$ref": "#/definitions/KalturaMediaEntry" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveChannel" }, { "$ref": "#/definitions/KalturaLiveStreamEntry" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntry" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "broadcastTime": { "description": "The time when the entry was first live with view_all", "type": "integer" }, "currentBroadcastStartTime": { "description": "The time (unix timestamp in milliseconds) in which the entry broadcast started or 0 when the entry is off the air", "type": "number" }, "dvrStatus": { "description": "Enum Type: `KalturaDVRStatus`\n\nDVR Status Enabled/Disabled", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED" ], "x-enumType": "KalturaDVRStatus" }, "dvrWindow": { "description": "Window of time which the DVR allows for backwards scrubbing (in minutes)", "type": "integer" }, "explicitLive": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "firstBroadcast": { "description": "`readOnly`\n\nThe first time in which the entry was broadcast", "readOnly": true, "type": "integer" }, "lastBroadcast": { "description": "`readOnly`\n\nThe Last time in which the entry was broadcast", "readOnly": true, "type": "integer" }, "lastBroadcastEndTime": { "description": "`readOnly`\n\nThe time the last broadcast finished.", "readOnly": true, "type": "integer" }, "lastElapsedRecordingTime": { "description": "Elapsed recording time (in msec) up to the point where the live stream was last stopped (unpublished).", "type": "integer" }, "liveStatus": { "description": "`readOnly`\n\nEnum Type: `KalturaEntryServerNodeStatus`\n\nthe status of the entry of type EntryServerNodeStatus", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ERROR", "STOPPED", "PLAYABLE", "BROADCASTING", "AUTHENTICATED", "MARKED_FOR_DELETION", "TASK_PENDING", "TASK_QUEUED", "TASK_PROCESSING", "TASK_UPLOADING", "TASK_FINISHED" ], "x-enumType": "KalturaEntryServerNodeStatus" }, "liveStreamConfigurations": { "items": { "$ref": "#/definitions/KalturaLiveStreamConfiguration" }, "type": "array" }, "objectType": { "enum": [ "KalturaLiveChannel", "KalturaLiveStreamEntry", "KalturaLiveStreamAdminEntry" ], "type": "string" }, "offlineMessage": { "description": "The message to be presented when the stream is offline", "type": "string" }, "publishConfigurations": { "items": { "$ref": "#/definitions/KalturaLiveStreamPushPublishConfiguration" }, "type": "array" }, "pushPublishEnabled": { "description": "Enum Type: `KalturaLivePublishStatus`\n\nFlag denoting whether entry should be published by the media server", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED" ], "x-enumType": "KalturaLivePublishStatus" }, "recordStatus": { "description": "Enum Type: `KalturaRecordStatus`\n\nRecording Status Enabled/Disabled", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "DISABLED", "APPENDED", "PER_SESSION" ], "x-enumType": "KalturaRecordStatus" }, "recordedEntryId": { "description": "Recorded entry id", "type": "string" }, "recordingOptions": { "$ref": "#/definitions/KalturaLiveEntryRecordingOptions" }, "recordingStatus": { "description": "Enum Type: `KalturaRecordingStatus`", "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "STOPPED", "PAUSED", "ACTIVE", "DISABLED" ], "x-enumType": "KalturaRecordingStatus" }, "segmentDuration": { "description": "The chunk duration value in milliseconds", "type": "integer" }, "viewMode": { "description": "Enum Type: `KalturaViewMode`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "PREVIEW", "ALLOW_ALL" ], "x-enumType": "KalturaViewMode" } }, "title": "KalturaLiveEntry", "type": "object", "x-abstract": true }, "KalturaLiveEntryArchiveJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "liveEntryId": { "type": "string" }, "vodEntryId": { "type": "string" } }, "title": "KalturaLiveEntryArchiveJobData", "type": "object" }, "KalturaLiveEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" } }, "title": "KalturaLiveEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveEntry attributes. Use KalturaLiveEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaLiveEntryCompareAttribute" } }, "title": "KalturaLiveEntryCompareAttributeCondition", "type": "object" }, "KalturaLiveEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntryBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "discriminator": "objectType", "properties": { "hasMediaServerHostname": { "type": "string" }, "isLive": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "isRecordedEntryIdEmpty": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "objectType": { "enum": [ "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+firstBroadcast", "+lastBroadcast", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-firstBroadcast", "-lastBroadcast", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "FIRST_BROADCAST_ASC", "LAST_BROADCAST_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "FIRST_BROADCAST_DESC", "LAST_BROADCAST_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaLiveEntryOrderBy" } }, "title": "KalturaLiveEntryFilter", "type": "object" }, "KalturaLiveEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveEntry attributes. Use KalturaLiveEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaLiveEntryMatchAttribute" } }, "title": "KalturaLiveEntryMatchAttributeCondition", "type": "object" }, "KalturaLiveEntryRecordingOptions": { "description": "A representation of a live stream recording entry configuration", "properties": { "archiveVodSuffixTimezone": { "type": "string" }, "nonDeletedCuePointsTags": { "type": "string" }, "shouldAutoArchive": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "shouldCopyEntitlement": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "shouldCopyScheduling": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "shouldCopyThumbnail": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "shouldMakeHidden": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "title": "KalturaLiveEntryRecordingOptions", "type": "object" }, "KalturaLiveEntryScheduleResource": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleResource" } ], "properties": { "entryId": { "type": "string" } }, "title": "KalturaLiveEntryScheduleResource", "type": "object" }, "KalturaLiveEntryScheduleResourceBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleResourceFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveEntryScheduleResourceFilter" ], "type": "string" } }, "title": "KalturaLiveEntryScheduleResourceBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveEntryScheduleResourceFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLiveEntryScheduleResourceOrderBy" } }, "title": "KalturaLiveEntryScheduleResourceFilter", "type": "object" }, "KalturaLiveEntryServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaEntryServerNode" } ], "properties": { "featuresUpdatedAt": { "type": "integer" }, "isPlayableUser": { "type": "boolean" }, "recordingInfo": { "items": { "$ref": "#/definitions/KalturaLiveEntryServerNodeRecordingInfo" }, "type": "array" }, "streams": { "items": { "$ref": "#/definitions/KalturaLiveStreamParams" }, "type": "array" }, "viewMode": { "description": "Enum Type: `KalturaViewMode`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "PREVIEW", "ALLOW_ALL" ], "x-enumType": "KalturaViewMode" } }, "title": "KalturaLiveEntryServerNode", "type": "object" }, "KalturaLiveEntryServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveEntryServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveEntryServerNodeFilter" ], "type": "string" } }, "title": "KalturaLiveEntryServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveEntryServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntryServerNodeBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLiveEntryServerNodeOrderBy" } }, "title": "KalturaLiveEntryServerNodeFilter", "type": "object" }, "KalturaLiveEntryServerNodeRecordingInfo": { "properties": { "duration": { "type": "integer" }, "recordedEntryId": { "type": "string" }, "recordingStatus": { "description": "Enum Type: `KalturaEntryServerNodeRecordingStatus`", "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "STOPPED", "ON_GOING", "DONE", "DISMISSED" ], "x-enumType": "KalturaEntryServerNodeRecordingStatus" } }, "title": "KalturaLiveEntryServerNodeRecordingInfo", "type": "object" }, "KalturaLiveFeature": { "anyOf": [ { "$ref": "#/definitions/KalturaLiveCaptionFeature" }, { "$ref": "#/definitions/KalturaLiveRestreamFeature" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveCaptionFeature", "KalturaLiveRestreamFeature" ], "type": "string" }, "postEndTime": { "type": "integer" }, "preStartTime": { "type": "integer" }, "systemName": { "type": "string" } }, "title": "KalturaLiveFeature", "type": "object", "x-abstract": true }, "KalturaLiveParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": { "streamSuffix": { "description": "Suffix to be added to the stream name after the entry id {entry_id}_{stream_suffix}, e.g. for entry id 0_kjdu5jr6 and suffix 1, the stream name will be 0_kjdu5jr6_1", "type": "string" } }, "title": "KalturaLiveParams", "type": "object" }, "KalturaLiveParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveParamsFilter" ], "type": "string" } }, "title": "KalturaLiveParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaLiveParamsOrderBy" } }, "title": "KalturaLiveParamsFilter", "type": "object" }, "KalturaLiveRedirectScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaBaseLiveScheduleEvent" } ], "properties": { "redirectEntryId": { "description": "The vod entry to redirect", "type": "string" } }, "title": "KalturaLiveRedirectScheduleEvent", "type": "object" }, "KalturaLiveRedirectScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" } ], "properties": {}, "title": "KalturaLiveRedirectScheduleEventFilter", "type": "object" }, "KalturaLiveReportExportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "entryIds": { "type": "string" }, "outputPath": { "type": "string" }, "recipientEmail": { "type": "string" }, "timeReference": { "type": "integer" }, "timeZoneOffset": { "type": "integer" } }, "title": "KalturaLiveReportExportJobData", "type": "object" }, "KalturaLiveReportExportParams": { "properties": { "applicationUrlTemplate": { "description": "Optional argument that allows controlling the prefix of the exported csv url", "type": "string" }, "entryIds": { "type": "string" }, "recpientEmail": { "type": "string" }, "timeZoneOffset": { "description": "Time zone offset in minutes (between client to UTC)", "type": "integer" } }, "title": "KalturaLiveReportExportParams", "type": "object" }, "KalturaLiveReportExportResponse": { "properties": { "referenceJobId": { "type": "integer" }, "reportEmail": { "type": "string" } }, "title": "KalturaLiveReportExportResponse", "type": "object" }, "KalturaLiveReportInputFilter": { "properties": { "entryIds": { "type": "string" }, "fromTime": { "type": "integer" }, "live": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "orderBy": { "description": "Enum Type: `KalturaLiveReportOrderBy`", "enum": [ "+name", "-audience", "-eventTime", "-plays" ], "type": "string", "x-enumLabels": [ "NAME_ASC", "AUDIENCE_DESC", "EVENT_TIME_DESC", "PLAYS_DESC" ], "x-enumType": "KalturaLiveReportOrderBy" }, "toTime": { "type": "integer" } }, "title": "KalturaLiveReportInputFilter", "type": "object" }, "KalturaLiveRestreamFeature": { "allOf": [ { "$ref": "#/definitions/KalturaLiveFeature" } ], "properties": { "primaryUrl": { "type": "string" }, "secondaryUrl": { "type": "string" }, "streamKey": { "type": "string" } }, "title": "KalturaLiveRestreamFeature", "type": "object" }, "KalturaLiveStats": { "anyOf": [ { "$ref": "#/definitions/KalturaLiveStats" }, { "$ref": "#/definitions/KalturaEntryLiveStats" }, { "$ref": "#/definitions/KalturaEntryReferrerLiveStats" }, { "$ref": "#/definitions/KalturaGeoTimeLiveStats" } ], "discriminator": "objectType", "properties": { "audience": { "type": "integer" }, "avgBitrate": { "type": "number" }, "bufferTime": { "type": "integer" }, "dvrAudience": { "type": "integer" }, "objectType": { "enum": [ "KalturaLiveStats", "KalturaEntryLiveStats", "KalturaEntryReferrerLiveStats", "KalturaGeoTimeLiveStats" ], "type": "string" }, "plays": { "type": "integer" }, "secondsViewed": { "type": "integer" }, "startEvent": { "type": "integer" }, "timestamp": { "type": "integer" } }, "title": "KalturaLiveStats", "type": "object" }, "KalturaLiveStatsEvent": { "description": "Will hold data from the Kaltura Player components to be passed on to the live analytics system", "properties": { "bitrate": { "description": "bitrate used in the last 10 seconds", "type": "integer" }, "bufferTime": { "description": "buffer time in seconds from the last 10 seconds", "type": "integer" }, "deliveryType": { "description": "Enum Type: `KalturaPlaybackProtocol`\n\ndelivery type used for this stream", "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" }, "entryId": { "type": "string" }, "eventIndex": { "description": "incremental sequence of the event", "type": "integer" }, "eventType": { "description": "Enum Type: `KalturaLiveStatsEventType`\n\nan integer representing the type of event being sent from the player", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "LIVE", "DVR" ], "x-enumType": "KalturaLiveStatsEventType" }, "isLive": { "type": "boolean" }, "partnerId": { "type": "integer" }, "referrer": { "description": "the referrer of the client", "type": "string" }, "sessionId": { "description": "a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it", "type": "string" }, "startTime": { "description": "the event start time as string", "type": "string" } }, "title": "KalturaLiveStatsEvent", "type": "object" }, "KalturaLiveStatsListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "$ref": "#/definitions/KalturaLiveStats" } }, "title": "KalturaLiveStatsListResponse", "type": "object" }, "KalturaLiveStreamAdminEntry": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntry" } ], "properties": {}, "title": "KalturaLiveStreamAdminEntry", "type": "object" }, "KalturaLiveStreamAdminEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveStreamAdminEntryFilter" ], "type": "string" } }, "title": "KalturaLiveStreamAdminEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveStreamAdminEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveStreamAdminEntry attributes. Use KalturaLiveStreamAdminEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveStreamAdminEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaLiveStreamAdminEntryCompareAttribute" } }, "title": "KalturaLiveStreamAdminEntryCompareAttributeCondition", "type": "object" }, "KalturaLiveStreamAdminEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamAdminEntryBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+firstBroadcast", "+lastBroadcast", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-firstBroadcast", "-lastBroadcast", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "FIRST_BROADCAST_ASC", "LAST_BROADCAST_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "FIRST_BROADCAST_DESC", "LAST_BROADCAST_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaLiveStreamAdminEntryOrderBy" } }, "title": "KalturaLiveStreamAdminEntryFilter", "type": "object" }, "KalturaLiveStreamAdminEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveStreamAdminEntry attributes. Use KalturaLiveStreamAdminEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveStreamAdminEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaLiveStreamAdminEntryMatchAttribute" } }, "title": "KalturaLiveStreamAdminEntryMatchAttributeCondition", "type": "object" }, "KalturaLiveStreamBitrate": { "properties": { "bitrate": { "type": "integer" }, "height": { "type": "integer" }, "tags": { "type": "string" }, "width": { "type": "integer" } }, "title": "KalturaLiveStreamBitrate", "type": "object" }, "KalturaLiveStreamConfiguration": { "description": "A representation of a live stream configuration", "properties": { "backupUrl": { "type": "string" }, "protocol": { "description": "Enum Type: `KalturaPlaybackProtocol`", "enum": [ "applehttp", "applehttp_to_mc", "auto", "download", "hdnetwork", "hdnetworkmanifest", "hds", "hls", "http", "mpegdash", "multicast_silverlight", "rtmp", "rtsp", "sl", "url" ], "type": "string", "x-enumLabels": [ "APPLE_HTTP", "APPLE_HTTP_TO_MC", "AUTO", "DOWNLOAD", "AKAMAI_HD", "AKAMAI_HDS", "HDS", "HLS", "HTTP", "MPEG_DASH", "MULTICAST_SL", "RTMP", "RTSP", "SILVER_LIGHT", "URL" ], "x-enumType": "KalturaPlaybackProtocol" }, "publishUrl": { "type": "string" }, "streamName": { "type": "string" }, "url": { "type": "string" } }, "title": "KalturaLiveStreamConfiguration", "type": "object" }, "KalturaLiveStreamDetails": { "properties": { "broadcastStatus": { "description": "Enum Type: `KalturaLiveStreamBroadcastStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "OFFLINE", "PREVIEW", "LIVE" ], "x-enumType": "KalturaLiveStreamBroadcastStatus" }, "primaryStreamStatus": { "description": "Enum Type: `KalturaEntryServerNodeStatus`\n\nThe status of the primary stream", "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" }, "secondaryStreamStatus": { "description": "Enum Type: `KalturaEntryServerNodeStatus`\n\nThe status of the secondary stream", "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" }, "viewMode": { "description": "Enum Type: `KalturaViewMode`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "PREVIEW", "ALLOW_ALL" ], "x-enumType": "KalturaViewMode" }, "wasBroadcast": { "type": "boolean" } }, "title": "KalturaLiveStreamDetails", "type": "object" }, "KalturaLiveStreamEntry": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntry" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntry" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntry" } ], "discriminator": "objectType", "properties": { "bitrates": { "items": { "$ref": "#/definitions/KalturaLiveStreamBitrate" }, "type": "array" }, "encodingIP1": { "description": "The broadcast primary ip", "type": "string" }, "encodingIP2": { "description": "The broadcast secondary ip", "type": "string" }, "hlsStreamUrl": { "description": "HLS URL - URL for live stream playback on mobile device", "type": "string" }, "objectType": { "enum": [ "KalturaLiveStreamEntry", "KalturaLiveStreamAdminEntry" ], "type": "string" }, "primaryBroadcastingUrl": { "type": "string" }, "primaryRtspBroadcastingUrl": { "type": "string" }, "primarySecuredBroadcastingUrl": { "type": "string" }, "primaryServerNodeId": { "description": "`readOnly`\n\nThe Streams primary server node id", "readOnly": true, "type": "integer" }, "primarySrtBroadcastingUrl": { "type": "string" }, "primarySrtStreamId": { "type": "string" }, "secondaryBroadcastingUrl": { "type": "string" }, "secondaryRtspBroadcastingUrl": { "type": "string" }, "secondarySecuredBroadcastingUrl": { "type": "string" }, "secondarySrtBroadcastingUrl": { "type": "string" }, "secondarySrtStreamId": { "type": "string" }, "sipSourceType": { "description": "`readOnly`\n\nEnum Type: `KalturaSipSourceType`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "PICTURE_IN_PICTURE", "TALKING_HEADS", "SCREEN_SHARE" ], "x-enumType": "KalturaSipSourceType" }, "sipToken": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "srtPass": { "type": "string" }, "streamName": { "type": "string" }, "streamPassword": { "description": "The broadcast password", "type": "string" }, "streamRemoteBackupId": { "description": "`readOnly`\n\nThe backup stream id as provided by the provider", "readOnly": true, "type": "string" }, "streamRemoteId": { "description": "`readOnly`\n\nThe stream id as provided by the provider", "readOnly": true, "type": "string" }, "streamUrl": { "description": "The stream url", "type": "string" }, "streamUsername": { "description": "`readOnly`\n\nThe broadcast username", "readOnly": true, "type": "string" }, "urlManager": { "description": "URL Manager to handle the live stream URL (for instance, add token)", "type": "string" } }, "title": "KalturaLiveStreamEntry", "type": "object" }, "KalturaLiveStreamEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" } }, "title": "KalturaLiveStreamEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveStreamEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveStreamEntry attributes. Use KalturaLiveStreamEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveStreamEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaLiveStreamEntryCompareAttribute" } }, "title": "KalturaLiveStreamEntryCompareAttributeCondition", "type": "object" }, "KalturaLiveStreamEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntryBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+firstBroadcast", "+lastBroadcast", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-firstBroadcast", "-lastBroadcast", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "FIRST_BROADCAST_ASC", "LAST_BROADCAST_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "FIRST_BROADCAST_DESC", "LAST_BROADCAST_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaLiveStreamEntryOrderBy" } }, "title": "KalturaLiveStreamEntryFilter", "type": "object" }, "KalturaLiveStreamEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaLiveStreamEntry attributes. Use KalturaLiveStreamEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaLiveStreamEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaLiveStreamEntryMatchAttribute" } }, "title": "KalturaLiveStreamEntryMatchAttributeCondition", "type": "object" }, "KalturaLiveStreamListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaLiveStreamEntry" }, "type": "array" } }, "title": "KalturaLiveStreamListResponse", "type": "object" }, "KalturaLiveStreamParams": { "properties": { "bitrate": { "description": "Bit rate of the stream. (i.e. 900)", "type": "integer" }, "codec": { "description": "Live stream's codec", "type": "string" }, "flavorId": { "description": "flavor asset id", "type": "string" }, "frameRate": { "description": "Live stream's farme rate", "type": "integer" }, "height": { "description": "Stream's height", "type": "integer" }, "keyFrameInterval": { "description": "Live stream's key frame interval", "type": "number" }, "language": { "description": "Live stream's language", "type": "string" }, "width": { "description": "Stream's width", "type": "integer" } }, "title": "KalturaLiveStreamParams", "type": "object" }, "KalturaLiveStreamPushPublishConfiguration": { "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamPushPublishConfiguration" }, { "$ref": "#/definitions/KalturaLiveStreamPushPublishRTMPConfiguration" } ], "description": "Basic push-publish configuration for Kaltura live stream entry", "discriminator": "objectType", "properties": { "backupPublishUrl": { "type": "string" }, "objectType": { "enum": [ "KalturaLiveStreamPushPublishConfiguration", "KalturaLiveStreamPushPublishRTMPConfiguration" ], "type": "string" }, "port": { "type": "string" }, "publishUrl": { "type": "string" } }, "title": "KalturaLiveStreamPushPublishConfiguration", "type": "object" }, "KalturaLiveStreamPushPublishRTMPConfiguration": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamPushPublishConfiguration" } ], "description": "A representation of an RTMP live stream configuration", "properties": { "applicationName": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "streamName": { "type": "string" }, "userId": { "type": "string" } }, "title": "KalturaLiveStreamPushPublishRTMPConfiguration", "type": "object" }, "KalturaLiveStreamScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaBaseLiveScheduleEvent" } ], "properties": { "isContentInterruptible": { "description": "Detect whether \"real\" live can interrupt to the \"main\" content", "type": "boolean" }, "liveFeatures": { "items": { "$ref": "#/definitions/KalturaLiveFeature" }, "type": "array" }, "postEndEntryId": { "description": "The entry id of the post end entry", "type": "string" }, "postEndTime": { "description": "The time relative time before the endTime considered as postEnd time", "type": "integer" }, "preStartEntryId": { "description": "The entry id of the pre start entry", "type": "string" }, "preStartTime": { "description": "The time relative time before the startTime considered as preStart time", "type": "integer" }, "projectedAudience": { "description": "Defines the expected audience.", "type": "integer" }, "sourceEntryId": { "description": "The entry ID of the source entry (for simulive)", "type": "string" } }, "title": "KalturaLiveStreamScheduleEvent", "type": "object" }, "KalturaLiveStreamScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveStreamScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLiveStreamScheduleEventFilter" ], "type": "string" } }, "title": "KalturaLiveStreamScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaLiveStreamScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLiveStreamScheduleEventBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+endDate", "+priority", "+startDate", "+summary", "+updatedAt", "-createdAt", "-endDate", "-priority", "-startDate", "-summary", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "END_DATE_ASC", "PRIORITY_ASC", "START_DATE_ASC", "SUMMARY_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "END_DATE_DESC", "PRIORITY_DESC", "START_DATE_DESC", "SUMMARY_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLiveStreamScheduleEventOrderBy" } }, "title": "KalturaLiveStreamScheduleEventFilter", "type": "object" }, "KalturaLiveToVodJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "amfArray": { "description": "amf Array File Path", "type": "string" }, "lastCuePointSyncTime": { "description": "last live to vod sync time", "type": "integer" }, "lastSegmentDrift": { "description": "last segment drift", "type": "integer" }, "lastSegmentDuration": { "description": "last Segment Duration", "type": "number" }, "liveEntryId": { "description": "live Entry Id", "type": "string" }, "totalVodDuration": { "description": "total VOD Duration", "type": "number" }, "vodEntryId": { "description": "$vod Entry Id", "type": "string" } }, "title": "KalturaLiveToVodJobData", "type": "object" }, "KalturaLocationScheduleResource": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleResource" } ], "properties": {}, "title": "KalturaLocationScheduleResource", "type": "object" }, "KalturaLocationScheduleResourceBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleResourceFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLocationScheduleResourceFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaLocationScheduleResourceFilter" ], "type": "string" } }, "title": "KalturaLocationScheduleResourceBaseFilter", "type": "object", "x-abstract": true }, "KalturaLocationScheduleResourceFilter": { "allOf": [ { "$ref": "#/definitions/KalturaLocationScheduleResourceBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaLocationScheduleResourceOrderBy" } }, "title": "KalturaLocationScheduleResourceFilter", "type": "object" }, "KalturaLockFileSyncsResponse": { "properties": { "baseUrl": { "type": "string" }, "dcSecret": { "type": "string" }, "fileSyncs": { "items": { "$ref": "#/definitions/KalturaFileSync" }, "type": "array" }, "limitReached": { "type": "boolean" } }, "title": "KalturaLockFileSyncsResponse", "type": "object" }, "KalturaMailJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "bodyParams": { "type": "string" }, "campaignId": { "type": "integer" }, "dynamicEmailContents": { "$ref": "#/definitions/KalturaDynamicEmailContents" }, "fromEmail": { "type": "string" }, "fromName": { "type": "string" }, "isHtml": { "type": "boolean" }, "language": { "description": "Enum Type: `KalturaLanguageCode`", "enum": [ "aa", "ab", "af", "alg", "am", "ar", "as", "ath", "ay", "az", "ba", "be", "bg", "bh", "bi", "bla", "bn", "bo", "br", "ca", "co", "cr", "crg", "cs", "cy", "da", "de", "dz", "el", "en", "en_gb", "en_us", "eo", "es", "es_xl", "et", "eu", "fa", "fi", "fj", "fo", "fr", "fr_ca", "fy", "ga", "gd", "gl", "gn", "gu", "gv", "ha", "he", "hi", "hr", "hu", "hy", "ia", "id", "ie", "ik", "ikt", "in", "iro", "is", "it", "iu", "iw", "ja", "ji", "jv", "ka", "kk", "kl", "km", "kn", "ko", "ks", "ku", "ky", "la", "lb", "li", "ln", "lo", "lt", "lv", "mg", "mi", "mic", "mk", "ml", "mn", "mo", "moe", "mr", "ms", "mt", "mu", "my", "na", "ne", "nl", "no", "oc", "oj", "ojs", "ojw", "oka", "om", "or", "pa", "pl", "ps", "pt", "pt_br", "qu", "rm", "rn", "ro", "ru", "rw", "sa", "sal", "sd", "sg", "sh", "si", "sk", "sl", "sm", "smi", "sn", "so", "sq", "sr", "ss", "st", "su", "sv", "sw", "ta", "tce", "te", "tg", "th", "ti", "tk", "tl", "tn", "to", "tr", "ts", "tt", "tw", "ug", "uk", "un", "ur", "uz", "vi", "vo", "wo", "xh", "yi", "yo", "zh", "zh_tw", "zu", "zxx" ], "type": "string", "x-enumLabels": [ "AA", "AB", "AF", "ALG", "AM", "AR", "AS_", "ATH", "AY", "AZ", "BA", "BE", "BG", "BH", "BI", "BLA", "BN", "BO", "BR", "CA", "CO", "CR", "CRG", "CS", "CY", "DA", "DE", "DZ", "EL", "EN", "EN_GB", "EN_US", "EO", "ES", "ES_XL", "ET", "EU", "FA", "FI", "FJ", "FO", "FR", "FR_CA", "FY", "GA", "GD", "GL", "GN", "GU", "GV", "HA", "HE", "HI", "HR", "HU", "HY", "IA", "ID", "IE", "IK", "IKT", "IN", "IRO", "IS", "IT", "IU", "IW", "JA", "JI", "JV", "KA", "KK", "KL", "KM", "KN", "KO", "KS", "KU", "KY", "LA", "LB", "LI", "LN", "LO", "LT", "LV", "MG", "MI", "MIC", "MK", "ML", "MN", "MO", "MOE", "MR", "MS", "MT", "MU", "MY", "NA", "NE", "NL", "NO", "OC", "OJ", "OJS", "OJW", "OKA", "OM", "OR_", "PA", "PL", "PS", "PT", "PT_BR", "QU", "RM", "RN", "RO", "RU", "RW", "SA", "SAL", "SD", "SG", "SH", "SI", "SK", "SL", "SM", "SMI", "SN", "SO", "SQ", "SR", "SS", "ST", "SU", "SV", "SW", "TA", "TCE", "TE", "TG", "TH", "TI", "TK", "TL", "TN", "TO", "TR", "TS", "TT", "TW", "UG", "UK", "UN", "UR", "UZ", "VI", "VO", "WO", "XH", "YI", "YO", "ZH", "ZH_TW", "ZU", "ZXX" ], "x-enumType": "KalturaLanguageCode" }, "mailPriority": { "type": "integer" }, "mailType": { "description": "Enum Type: `KalturaMailType`", "enum": [ "10", "11", "12", "13", "20", "21", "22", "23", "24", "30", "31", "32", "33", "40", "41", "42", "43", "50", "51", "52", "54", "60", "62", "63", "64", "65", "66", "70", "80", "81", "82", "83", "84", "85", "86", "87", "110", "111", "112", "113", "130", "131", "132", "133", "135", "136", "137", "138", "139" ], "type": "string", "x-enumLabels": [ "MAIL_TYPE_KALTURA_NEWSLETTER", "MAIL_TYPE_ADDED_TO_FAVORITES", "MAIL_TYPE_ADDED_TO_CLIP_FAVORITES", "MAIL_TYPE_NEW_COMMENT_IN_PROFILE", "MAIL_TYPE_CLIP_ADDED_YOUR_KALTURA", "MAIL_TYPE_VIDEO_ADDED", "MAIL_TYPE_ROUGHCUT_CREATED", "MAIL_TYPE_ADDED_KALTURA_TO_YOUR_FAVORITES", "MAIL_TYPE_NEW_COMMENT_IN_KALTURA", "MAIL_TYPE_CLIP_ADDED", "MAIL_TYPE_VIDEO_CREATED", "MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES", "MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_CONTRIBUTED", "MAIL_TYPE_CLIP_CONTRIBUTED", "MAIL_TYPE_ROUGHCUT_CREATED_SUBSCRIBED", "MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES_SUBSCRIBED", "MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_SUBSCRIBED", "MAIL_TYPE_REGISTER_CONFIRM", "MAIL_TYPE_PASSWORD_RESET", "MAIL_TYPE_LOGIN_MAIL_RESET", "MAIL_TYPE_REGISTER_CONFIRM_VIDEO_SERVICE", "MAIL_TYPE_VIDEO_READY", "MAIL_TYPE_VIDEO_IS_READY", "MAIL_TYPE_BULK_DOWNLOAD_READY", "MAIL_TYPE_BULKUPLOAD_FINISHED", "MAIL_TYPE_BULKUPLOAD_FAILED", "MAIL_TYPE_BULKUPLOAD_ABORTED", "MAIL_TYPE_NOTIFY_ERR", "MAIL_TYPE_ACCOUNT_UPGRADE_CONFIRM", "MAIL_TYPE_VIDEO_SERVICE_NOTICE", "MAIL_TYPE_VIDEO_SERVICE_NOTICE_LIMIT_REACHED", "MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_LOCKED", "MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_DELETED", "MAIL_TYPE_VIDEO_SERVICE_NOTICE_UPGRADE_OFFER", "MAIL_TYPE_ACCOUNT_REACTIVE_CONFIRM", "MAIL_TYPE_EXTENDED_FREE_TRIAL_ENDS_WARNING", "MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD", "MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD_SUCCESS", "MAIL_TYPE_SYSTEM_USER_NEW_PASSWORD", "MAIL_TYPE_SYSTEM_USER_CREDENTIALS_SAVED", "MAIL_TYPE_LIVE_REPORT_EXPORT_SUCCESS", "MAIL_TYPE_LIVE_REPORT_EXPORT_FAILURE", "MAIL_TYPE_LIVE_REPORT_EXPORT_ABORT", "MAIL_TYPE_USERS_CSV", "MAIL_TYPE_OBJECTS_CSV", "MAIL_TYPE_REPORT_EXPORT_SUCCESS", "MAIL_TYPE_REPORT_EXPORT_FAILURE", "MAIL_TYPE_REPORT_EXPORT_ABORT", "MAIL_TYPE_SIP_FAILURE" ], "x-enumType": "KalturaMailType" }, "minSendDate": { "type": "integer", "x-inputType": "datetime" }, "recipientEmail": { "type": "string" }, "recipientId": { "description": "kuserId", "type": "integer" }, "recipientName": { "type": "string" }, "separator": { "type": "string" }, "status": { "description": "Enum Type: `KalturaMailJobStatus`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "PENDING", "SENT", "ERROR", "QUEUED" ], "x-enumType": "KalturaMailJobStatus" }, "subjectParams": { "type": "string" }, "templatePath": { "type": "string" } }, "title": "KalturaMailJobData", "type": "object" }, "KalturaMailNotificationObjectTask": { "allOf": [ { "$ref": "#/definitions/KalturaObjectTask" } ], "properties": { "footer": { "description": "The footer of the message to send in the notification mail", "type": "string" }, "link": { "description": "The basic link for the KMC site", "type": "string" }, "mailTo": { "description": "The mail to send the notification to", "type": "string" }, "message": { "description": "The message to send in the notification mail", "type": "string" }, "sendToUsers": { "description": "Send the mail to each user", "type": "boolean" }, "sender": { "description": "The sender in the mail", "type": "string" }, "subject": { "description": "The subject of the entry", "type": "string" } }, "title": "KalturaMailNotificationObjectTask", "type": "object" }, "KalturaMappedObjectsCsvJobData": { "allOf": [ { "$ref": "#/definitions/KalturaExportCsvJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaCategoriesCsvJobData" }, { "$ref": "#/definitions/KalturaEntriesCsvJobData" }, { "$ref": "#/definitions/KalturaUsersCsvJobData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "additionalFields": { "items": { "$ref": "#/definitions/KalturaCsvAdditionalFieldInfo" }, "type": "array" }, "mappedFields": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "metadataProfileId": { "description": "The metadata profile we should look the xpath in", "type": "integer" }, "objectType": { "enum": [ "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData" ], "type": "string" }, "options": { "$ref": "#/definitions/KalturaExportToCsvOptions" } }, "title": "KalturaMappedObjectsCsvJobData", "type": "object", "x-abstract": true }, "KalturaMatchCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "anyOf": [ { "$ref": "#/definitions/KalturaAnonymousIPCondition" }, { "$ref": "#/definitions/KalturaCountryCondition" }, { "$ref": "#/definitions/KalturaFieldMatchCondition" }, { "$ref": "#/definitions/KalturaGeoDistanceCondition" }, { "$ref": "#/definitions/KalturaIpAddressCondition" }, { "$ref": "#/definitions/KalturaMatchMetadataCondition" }, { "$ref": "#/definitions/KalturaMetadataFieldChangedCondition" }, { "$ref": "#/definitions/KalturaSiteCondition" }, { "$ref": "#/definitions/KalturaActionNameCondition" }, { "$ref": "#/definitions/KalturaHttpHeaderCondition" }, { "$ref": "#/definitions/KalturaUserAgentCondition" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "matchType": { "description": "Enum Type: `KalturaMatchConditionType`", "enum": [ "1", "2" ], "type": "string", "x-enumLabels": [ "MATCH_ANY", "MATCH_ALL" ], "x-enumType": "KalturaMatchConditionType" }, "objectType": { "enum": [ "KalturaAnonymousIPCondition", "KalturaCountryCondition", "KalturaFieldMatchCondition", "KalturaGeoDistanceCondition", "KalturaIpAddressCondition", "KalturaMatchMetadataCondition", "KalturaMetadataFieldChangedCondition", "KalturaSiteCondition", "KalturaActionNameCondition", "KalturaHttpHeaderCondition", "KalturaUserAgentCondition" ], "type": "string" }, "values": { "items": { "$ref": "#/definitions/KalturaStringValue" }, "type": "array" } }, "title": "KalturaMatchCondition", "type": "object", "x-abstract": true }, "KalturaMatchMetadataCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "properties": { "profileId": { "description": "Metadata profile id", "type": "integer" }, "profileSystemName": { "description": "Metadata profile system name", "type": "string" }, "xPath": { "description": "May contain the full xpath to the field in three formats\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": "KalturaMatchMetadataCondition", "type": "object" }, "KalturaMediaEntry": { "allOf": [ { "$ref": "#/definitions/KalturaPlayableEntry" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaEntry" }, { "$ref": "#/definitions/KalturaExternalMediaEntry" }, { "$ref": "#/definitions/KalturaLiveChannel" }, { "$ref": "#/definitions/KalturaLiveStreamEntry" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntry" } ], "discriminator": "objectType", "properties": { "conversionQuality": { "description": "`insertOnly`\n\nOverride the default conversion quality", "type": "string" }, "creditUrl": { "description": "The URL for credits", "type": "string" }, "creditUserName": { "description": "The user name used for credits", "type": "string" }, "dataUrl": { "description": "`readOnly`\n\nThe URL used for playback. This is not the download URL.", "readOnly": true, "type": "string" }, "flavorParamsIds": { "description": "`readOnly`\n\nComma separated flavor params ids that exists for this media entry", "readOnly": true, "type": "string" }, "isTrimDisabled": { "description": "`readOnly`\n\nEnum Type: `KalturaNullableBoolean`\n\nTrue if trim action is disabled for this entry", "enum": [ -1, 0, 1 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "mediaDate": { "description": "`readOnly`\n\nThe media date extracted from EXIF data (For images) as Unix timestamp (In seconds)", "readOnly": true, "type": "integer", "x-inputType": "datetime" }, "mediaType": { "description": "`insertOnly`\n\nEnum Type: `KalturaMediaType`\n\nThe media type of the entry", "enum": [ 1, 2, 5, 201, 202, 203, 204 ], "type": "integer", "x-enumLabels": [ "VIDEO", "IMAGE", "AUDIO", "LIVE_STREAM_FLASH", "LIVE_STREAM_WINDOWS_MEDIA", "LIVE_STREAM_REAL_MEDIA", "LIVE_STREAM_QUICKTIME" ], "x-enumType": "KalturaMediaType" }, "objectType": { "enum": [ "KalturaMediaEntry", "KalturaExternalMediaEntry", "KalturaLiveChannel", "KalturaLiveStreamEntry", "KalturaLiveStreamAdminEntry" ], "type": "string" }, "searchProviderId": { "description": "`insertOnly`\n\nThe ID of the media in the importing site", "type": "string" }, "searchProviderType": { "description": "`insertOnly`\n\nEnum Type: `KalturaSearchProviderType`\n\nThe search provider type used to import this entry", "enum": [ 3, 4, 7, 8, 9, 10, 11, 12, 13, 20, 21, 22, 23, 24, 28, 100 ], "type": "integer", "x-enumLabels": [ "FLICKR", "YOUTUBE", "MYSPACE", "PHOTOBUCKET", "JAMENDO", "CCMIXTER", "NYPL", "CURRENT", "MEDIA_COMMONS", "KALTURA", "KALTURA_USER_CLIPS", "ARCHIVE_ORG", "KALTURA_PARTNER", "METACAFE", "SEARCH_PROXY", "PARTNER_SPECIFIC" ], "x-enumType": "KalturaSearchProviderType" }, "sourceType": { "description": "`insertOnly`\n\nEnum Type: `KalturaSourceType`\n\nThe source type of the entry", "enum": [ "limeLight.LIVE_STREAM", "velocix.VELOCIX_LIVE", "1", "2", "5", "6", "29", "30", "31", "32", "33", "34", "35", "36", "37", "42" ], "type": "string", "x-enumLabels": [ "LIMELIGHT_LIVE", "VELOCIX_LIVE", "FILE", "WEBCAM", "URL", "SEARCH_PROVIDER", "AKAMAI_LIVE", "MANUAL_LIVE_STREAM", "AKAMAI_UNIVERSAL_LIVE", "LIVE_STREAM", "LIVE_CHANNEL", "RECORDED_LIVE", "CLIP", "KALTURA_RECORDED_LIVE", "LECTURE_CAPTURE", "LIVE_STREAM_ONTEXTDATA_CAPTIONS" ], "x-enumType": "KalturaSourceType" }, "sourceVersion": { "description": "`insertOnly`\n\nThe source version of the entry", "type": "string" }, "streams": { "items": { "$ref": "#/definitions/KalturaStreamContainer" }, "type": "array" } }, "title": "KalturaMediaEntry", "type": "object" }, "KalturaMediaEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlayableEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "flavorParamsIdsMatchAnd": { "type": "string" }, "flavorParamsIdsMatchOr": { "type": "string" }, "mediaDateGreaterThanOrEqual": { "type": "integer" }, "mediaDateLessThanOrEqual": { "type": "integer" }, "mediaTypeEqual": { "description": "Enum Type: `KalturaMediaType`", "enum": [ 1, 2, 5, 201, 202, 203, 204 ], "type": "integer", "x-enumLabels": [ "VIDEO", "IMAGE", "AUDIO", "LIVE_STREAM_FLASH", "LIVE_STREAM_WINDOWS_MEDIA", "LIVE_STREAM_REAL_MEDIA", "LIVE_STREAM_QUICKTIME" ], "x-enumType": "KalturaMediaType" }, "mediaTypeIn": { "type": "string" }, "objectType": { "enum": [ "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" }, "sourceTypeEqual": { "description": "Enum Type: `KalturaSourceType`", "enum": [ "limeLight.LIVE_STREAM", "velocix.VELOCIX_LIVE", "1", "2", "5", "6", "29", "30", "31", "32", "33", "34", "35", "36", "37", "42" ], "type": "string", "x-enumLabels": [ "LIMELIGHT_LIVE", "VELOCIX_LIVE", "FILE", "WEBCAM", "URL", "SEARCH_PROVIDER", "AKAMAI_LIVE", "MANUAL_LIVE_STREAM", "AKAMAI_UNIVERSAL_LIVE", "LIVE_STREAM", "LIVE_CHANNEL", "RECORDED_LIVE", "CLIP", "KALTURA_RECORDED_LIVE", "LECTURE_CAPTURE", "LIVE_STREAM_ONTEXTDATA_CAPTIONS" ], "x-enumType": "KalturaSourceType" }, "sourceTypeIn": { "type": "string" }, "sourceTypeNotEqual": { "description": "Enum Type: `KalturaSourceType`", "enum": [ "limeLight.LIVE_STREAM", "velocix.VELOCIX_LIVE", "1", "2", "5", "6", "29", "30", "31", "32", "33", "34", "35", "36", "37", "42" ], "type": "string", "x-enumLabels": [ "LIMELIGHT_LIVE", "VELOCIX_LIVE", "FILE", "WEBCAM", "URL", "SEARCH_PROVIDER", "AKAMAI_LIVE", "MANUAL_LIVE_STREAM", "AKAMAI_UNIVERSAL_LIVE", "LIVE_STREAM", "LIVE_CHANNEL", "RECORDED_LIVE", "CLIP", "KALTURA_RECORDED_LIVE", "LECTURE_CAPTURE", "LIVE_STREAM_ONTEXTDATA_CAPTIONS" ], "x-enumType": "KalturaSourceType" }, "sourceTypeNotIn": { "type": "string" } }, "title": "KalturaMediaEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaMediaEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaMediaEntry attributes. Use KalturaMediaEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaMediaEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "mediaDate", "mediaType", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MEDIA_DATE", "MEDIA_TYPE", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaMediaEntryCompareAttribute" } }, "title": "KalturaMediaEntryCompareAttributeCondition", "type": "object" }, "KalturaMediaEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaEntryBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+lastPlayedAt", "+mediaType", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-lastPlayedAt", "-mediaType", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "LAST_PLAYED_AT_ASC", "MEDIA_TYPE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "LAST_PLAYED_AT_DESC", "MEDIA_TYPE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaMediaEntryOrderBy" } }, "title": "KalturaMediaEntryFilter", "type": "object" }, "KalturaMediaEntryFilterForPlaylist": { "allOf": [ { "$ref": "#/definitions/KalturaMediaEntryFilter" } ], "properties": { "limit": { "type": "integer" }, "name": { "type": "string" } }, "title": "KalturaMediaEntryFilterForPlaylist", "type": "object" }, "KalturaMediaEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaMediaEntry attributes. Use KalturaMediaEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaMediaEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "flavorParamsIds", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "FLAVOR_PARAMS_IDS", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaMediaEntryMatchAttribute" } }, "title": "KalturaMediaEntryMatchAttributeCondition", "type": "object" }, "KalturaMediaEsearchExportToCsvJobData": { "allOf": [ { "$ref": "#/definitions/KalturaExportCsvJobData" } ], "properties": { "options": { "items": { "$ref": "#/definitions/KalturaExportToCsvOptions" }, "type": "array" }, "searchParams": { "$ref": "#/definitions/KalturaESearchEntryParams" } }, "title": "KalturaMediaEsearchExportToCsvJobData", "type": "object" }, "KalturaMediaFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": {}, "title": "KalturaMediaFlavorParams", "type": "object" }, "KalturaMediaFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMediaFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaMediaFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaMediaFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaFlavorParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaMediaFlavorParamsOrderBy" } }, "title": "KalturaMediaFlavorParamsFilter", "type": "object" }, "KalturaMediaFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" } ], "properties": {}, "title": "KalturaMediaFlavorParamsOutput", "type": "object" }, "KalturaMediaFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMediaFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaMediaFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaMediaFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaMediaFlavorParamsOutputOrderBy" } }, "title": "KalturaMediaFlavorParamsOutputFilter", "type": "object" }, "KalturaMediaInfo": { "properties": { "audioBitRate": { "description": "The audio bit rate", "type": "integer" }, "audioBitRateMode": { "description": "Enum Type: `KalturaBitRateMode`\n\nThe audio bit rate mode", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "CBR", "VBR" ], "x-enumType": "KalturaBitRateMode" }, "audioChannels": { "description": "The number of audio channels", "type": "integer" }, "audioCodecId": { "description": "The audio codec id", "type": "string" }, "audioDuration": { "description": "The audio duration", "type": "integer" }, "audioFormat": { "description": "The audio format", "type": "string" }, "audioResolution": { "description": "The audio resolution", "type": "integer" }, "audioSamplingRate": { "description": "The audio sampling rate", "type": "integer" }, "bitsDepth": { "type": "integer" }, "chromaSubsampling": { "type": "string" }, "colorPrimaries": { "type": "string" }, "colorSpace": { "type": "string" }, "colorTransfer": { "type": "string" }, "complexityValue": { "type": "integer" }, "containerBitRate": { "description": "The container bit rate", "type": "integer" }, "containerDuration": { "description": "The container duration", "type": "integer" }, "containerFormat": { "description": "The container format", "type": "string" }, "containerId": { "description": "The container id", "type": "string" }, "containerProfile": { "description": "The container profile", "type": "string" }, "contentStreams": { "type": "string" }, "fileSize": { "description": "The file size", "type": "integer" }, "flavorAssetId": { "description": "The id of the related flavor asset", "type": "string" }, "id": { "description": "`readOnly`\n\nThe id of the media info", "readOnly": true, "type": "integer" }, "isFastStart": { "type": "integer" }, "matrixCoefficients": { "type": "string" }, "maxGOP": { "type": "number" }, "multiStream": { "type": "string" }, "multiStreamInfo": { "type": "string" }, "pixelFormat": { "type": "string" }, "rawData": { "description": "The data as returned by the mediainfo command line", "type": "string" }, "scanType": { "type": "integer" }, "videoBitRate": { "description": "The video bit rate", "type": "integer" }, "videoBitRateMode": { "description": "Enum Type: `KalturaBitRateMode`\n\nThe video bit rate mode", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "CBR", "VBR" ], "x-enumType": "KalturaBitRateMode" }, "videoCodecId": { "description": "The video codec id", "type": "string" }, "videoDar": { "description": "The video display aspect ratio (dar)", "type": "number" }, "videoDuration": { "description": "The video duration", "type": "integer" }, "videoFormat": { "description": "The video format", "type": "string" }, "videoFrameRate": { "description": "The video frame rate", "type": "number" }, "videoHeight": { "description": "The video height", "type": "integer" }, "videoRotation": { "type": "integer" }, "videoWidth": { "description": "The video width", "type": "integer" }, "writingLib": { "description": "The writing library", "type": "string" } }, "title": "KalturaMediaInfo", "type": "object" }, "KalturaMediaInfoBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaInfoFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "flavorAssetIdEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaMediaInfoFilter" ], "type": "string" } }, "title": "KalturaMediaInfoBaseFilter", "type": "object", "x-abstract": true }, "KalturaMediaInfoFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaInfoBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaMediaInfoOrderBy" } }, "title": "KalturaMediaInfoFilter", "type": "object" }, "KalturaMediaInfoListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMediaInfo" }, "type": "array" } }, "title": "KalturaMediaInfoListResponse", "type": "object" }, "KalturaMediaListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMediaEntry" }, "type": "array" } }, "title": "KalturaMediaListResponse", "type": "object" }, "KalturaMediaServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaDeliveryServerNode" } ], "anyOf": [ { "$ref": "#/definitions/KalturaLiveClusterMediaServerNode" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNode" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "applicationName": { "description": "Media server application name", "type": "string" }, "mediaServerPlaybackDomainConfig": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "mediaServerPortConfig": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "objectType": { "enum": [ "KalturaLiveClusterMediaServerNode", "KalturaWowzaMediaServerNode" ], "type": "string" } }, "title": "KalturaMediaServerNode", "type": "object", "x-abstract": true }, "KalturaMediaServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDeliveryServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMediaServerNodeFilter", "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter", "KalturaWowzaMediaServerNodeFilter" ], "type": "string" } }, "title": "KalturaMediaServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaMediaServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaServerNodeBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMediaServerNodeFilter", "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter", "KalturaWowzaMediaServerNodeFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+heartbeatTime", "+updatedAt", "-createdAt", "-heartbeatTime", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "HEARTBEAT_TIME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "HEARTBEAT_TIME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaMediaServerNodeOrderBy" } }, "title": "KalturaMediaServerNodeFilter", "type": "object" }, "KalturaMediaServerStatus": { "properties": {}, "title": "KalturaMediaServerStatus", "type": "object" }, "KalturaMeetingScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEvent" } ], "properties": { "preStartTime": { "description": "The time relative time before the startTime considered as preStart time", "type": "integer" } }, "title": "KalturaMeetingScheduleEvent", "type": "object" }, "KalturaMeetingScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMeetingScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMeetingScheduleEventFilter" ], "type": "string" } }, "title": "KalturaMeetingScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaMeetingScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMeetingScheduleEventBaseFilter" } ], "properties": {}, "title": "KalturaMeetingScheduleEventFilter", "type": "object" }, "KalturaMetadata": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "metadataObjectType": { "description": "`readOnly`\n\nEnum Type: `KalturaMetadataObjectType`", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "readOnly": true, "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "CODE_CUE_POINT", "ANSWER_CUE_POINT", "QUESTION_CUE_POINT", "THUMB_CUE_POINT", "ENTRY", "CATEGORY", "USER", "PARTNER", "DYNAMIC_OBJECT", "USER_ENTRY" ], "x-enumType": "KalturaMetadataObjectType" }, "metadataProfileId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "metadataProfileVersion": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "objectId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaMetadataStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "VALID", "INVALID", "DELETED" ], "x-enumType": "KalturaMetadataStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "xml": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaMetadata", "type": "object" }, "KalturaMetadataBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMetadataFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "metadataObjectTypeEqual": { "description": "Enum Type: `KalturaMetadataObjectType`\n\nWhen null, default is KalturaMetadataObjectType::ENTRY", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "CODE_CUE_POINT", "ANSWER_CUE_POINT", "QUESTION_CUE_POINT", "THUMB_CUE_POINT", "ENTRY", "CATEGORY", "USER", "PARTNER", "DYNAMIC_OBJECT", "USER_ENTRY" ], "x-enumType": "KalturaMetadataObjectType" }, "metadataProfileIdEqual": { "type": "integer" }, "metadataProfileIdIn": { "type": "string" }, "metadataProfileVersionEqual": { "type": "integer" }, "metadataProfileVersionGreaterThanOrEqual": { "type": "integer" }, "metadataProfileVersionLessThanOrEqual": { "type": "integer" }, "objectIdEqual": { "type": "string" }, "objectIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaMetadataFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaMetadataStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "VALID", "INVALID", "DELETED" ], "x-enumType": "KalturaMetadataStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "versionEqual": { "type": "integer" }, "versionGreaterThanOrEqual": { "type": "integer" }, "versionLessThanOrEqual": { "type": "integer" } }, "title": "KalturaMetadataBaseFilter", "type": "object", "x-abstract": true }, "KalturaMetadataField": { "allOf": [ { "$ref": "#/definitions/KalturaStringField" } ], "properties": { "profileId": { "description": "Metadata profile id", "type": "integer" }, "profileSystemName": { "description": "Metadata profile system name", "type": "string" }, "xPath": { "description": "May contain the full xpath to the field in three formats\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": "KalturaMetadataField", "type": "object" }, "KalturaMetadataFieldChangedCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "properties": { "profileId": { "description": "Metadata profile id", "type": "integer" }, "profileSystemName": { "description": "Metadata profile system name", "type": "string" }, "versionA": { "type": "string" }, "versionB": { "type": "string" }, "xPath": { "description": "May contain the full xpath to the field in three formats\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": "KalturaMetadataFieldChangedCondition", "type": "object" }, "KalturaMetadataFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMetadataBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+metadataProfileVersion", "+updatedAt", "+version", "-createdAt", "-metadataProfileVersion", "-updatedAt", "-version" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "METADATA_PROFILE_VERSION_ASC", "UPDATED_AT_ASC", "VERSION_ASC", "CREATED_AT_DESC", "METADATA_PROFILE_VERSION_DESC", "UPDATED_AT_DESC", "VERSION_DESC" ], "x-enumType": "KalturaMetadataOrderBy" } }, "title": "KalturaMetadataFilter", "type": "object" }, "KalturaMetadataListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMetadata" }, "type": "array" } }, "title": "KalturaMetadataListResponse", "type": "object" }, "KalturaMetadataProfile": { "properties": { "createMode": { "description": "Enum Type: `KalturaMetadataProfileCreateMode`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "API", "KMC", "APP" ], "x-enumType": "KalturaMetadataProfileCreateMode" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "disableReIndexing": { "type": "boolean" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "metadataObjectType": { "description": "Enum Type: `KalturaMetadataObjectType`", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "CODE_CUE_POINT", "ANSWER_CUE_POINT", "QUESTION_CUE_POINT", "THUMB_CUE_POINT", "ENTRY", "CATEGORY", "USER", "PARTNER", "DYNAMIC_OBJECT", "USER_ENTRY" ], "x-enumType": "KalturaMetadataObjectType" }, "name": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaMetadataProfileStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DEPRECATED", "TRANSFORMING" ], "x-enumType": "KalturaMetadataProfileStatus" }, "systemName": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "views": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "xsd": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "xslt": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaMetadataProfile", "type": "object" }, "KalturaMetadataProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMetadataProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createModeEqual": { "description": "Enum Type: `KalturaMetadataProfileCreateMode`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "API", "KMC", "APP" ], "x-enumType": "KalturaMetadataProfileCreateMode" }, "createModeIn": { "type": "string" }, "createModeNotEqual": { "description": "Enum Type: `KalturaMetadataProfileCreateMode`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "API", "KMC", "APP" ], "x-enumType": "KalturaMetadataProfileCreateMode" }, "createModeNotIn": { "type": "string" }, "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "metadataObjectTypeEqual": { "description": "Enum Type: `KalturaMetadataObjectType`", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "CODE_CUE_POINT", "ANSWER_CUE_POINT", "QUESTION_CUE_POINT", "THUMB_CUE_POINT", "ENTRY", "CATEGORY", "USER", "PARTNER", "DYNAMIC_OBJECT", "USER_ENTRY" ], "x-enumType": "KalturaMetadataObjectType" }, "metadataObjectTypeIn": { "type": "string" }, "nameEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaMetadataProfileFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaMetadataProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DEPRECATED", "TRANSFORMING" ], "x-enumType": "KalturaMetadataProfileStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "versionEqual": { "type": "integer" } }, "title": "KalturaMetadataProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaMetadataProfileField": { "properties": { "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "key": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "label": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "xPath": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaMetadataProfileField", "type": "object" }, "KalturaMetadataProfileFieldListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMetadataProfileField" }, "type": "array" } }, "title": "KalturaMetadataProfileFieldListResponse", "type": "object" }, "KalturaMetadataProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMetadataProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaMetadataProfileOrderBy" } }, "title": "KalturaMetadataProfileFilter", "type": "object" }, "KalturaMetadataProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMetadataProfile" }, "type": "array" } }, "title": "KalturaMetadataProfileListResponse", "type": "object" }, "KalturaMetadataReplacementOptionsItem": { "allOf": [ { "$ref": "#/definitions/KalturaPluginReplacementOptionsItem" } ], "description": "Advanced metadata configuration for entry replacement process", "properties": { "shouldCopyMetadata": { "description": "If true custom-metadata transferred to temp entry on entry replacement", "type": "boolean" } }, "title": "KalturaMetadataReplacementOptionsItem", "type": "object" }, "KalturaMetadataResponseProfileMapping": { "allOf": [ { "$ref": "#/definitions/KalturaResponseProfileMapping" } ], "properties": {}, "title": "KalturaMetadataResponseProfileMapping", "type": "object" }, "KalturaMetadataSearchItem": { "allOf": [ { "$ref": "#/definitions/KalturaSearchOperator" } ], "properties": { "metadataProfileId": { "type": "integer" }, "orderBy": { "type": "string" } }, "title": "KalturaMetadataSearchItem", "type": "object" }, "KalturaMetroPcsDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "assetLocalPaths": { "type": "string" }, "thumbUrls": { "type": "string" } }, "title": "KalturaMetroPcsDistributionJobProviderData", "type": "object" }, "KalturaMetroPcsDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "copyright": { "type": "string" }, "entitlements": { "type": "string" }, "ftpHost": { "type": "string" }, "ftpLogin": { "type": "string" }, "ftpPass": { "type": "string" }, "ftpPath": { "type": "string" }, "itemType": { "type": "string" }, "providerId": { "type": "string" }, "providerName": { "type": "string" }, "rating": { "type": "string" } }, "title": "KalturaMetroPcsDistributionProfile", "type": "object" }, "KalturaMetroPcsDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMetroPcsDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMetroPcsDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaMetroPcsDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaMetroPcsDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMetroPcsDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaMetroPcsDistributionProfileOrderBy" } }, "title": "KalturaMetroPcsDistributionProfileFilter", "type": "object" }, "KalturaMetroPcsDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaMetroPcsDistributionProvider", "type": "object" }, "KalturaMetroPcsDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMetroPcsDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMetroPcsDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaMetroPcsDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaMetroPcsDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMetroPcsDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaMetroPcsDistributionProviderOrderBy" } }, "title": "KalturaMetroPcsDistributionProviderFilter", "type": "object" }, "KalturaMicrosoftTeamsDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolder" } ], "properties": { "clientId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "clientSecret": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "integrationId": { "description": "ID of the integration being fulfilled by the drop folder", "type": "integer" }, "tenantId": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaMicrosoftTeamsDropFolder", "type": "object" }, "KalturaMicrosoftTeamsDropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": { "additionalUserIds": { "type": "string" }, "contentUrl": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" }, "ownerId": { "type": "string" }, "remoteId": { "type": "string" }, "targetCategoryIds": { "type": "string" } }, "title": "KalturaMicrosoftTeamsDropFolderFile", "type": "object" }, "KalturaMicrosoftTeamsIntegrationSetting": { "allOf": [ { "$ref": "#/definitions/KalturaIntegrationSetting" } ], "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "secretExpirationDate": { "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaMicrosoftTeamsIntegrationSetting", "type": "object" }, "KalturaMixEntry": { "allOf": [ { "$ref": "#/definitions/KalturaPlayableEntry" } ], "properties": { "dataContent": { "description": "The xml data of the mix", "type": "string" }, "editorType": { "description": "Enum Type: `KalturaEditorType`\n\nThe editor type used to edit the metadata", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "SIMPLE", "ADVANCED" ], "x-enumType": "KalturaEditorType" }, "hasRealThumbnail": { "description": "`readOnly`\n\nIndicates whether the user has submited a real thumbnail to the mix (Not the one that was generated automaticaly)", "readOnly": true, "type": "boolean" } }, "title": "KalturaMixEntry", "type": "object" }, "KalturaMixEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlayableEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMixEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMixEntryFilter" ], "type": "string" } }, "title": "KalturaMixEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaMixEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaMixEntry attributes. Use KalturaMixEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaMixEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaMixEntryCompareAttribute" } }, "title": "KalturaMixEntryCompareAttributeCondition", "type": "object" }, "KalturaMixEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMixEntryBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+lastPlayedAt", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-lastPlayedAt", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "LAST_PLAYED_AT_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "LAST_PLAYED_AT_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaMixEntryOrderBy" } }, "title": "KalturaMixEntryFilter", "type": "object" }, "KalturaMixEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaMixEntry attributes. Use KalturaMixEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaMixEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaMixEntryMatchAttribute" } }, "title": "KalturaMixEntryMatchAttributeCondition", "type": "object" }, "KalturaMixListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaMixEntry" }, "type": "array" } }, "title": "KalturaMixListResponse", "type": "object" }, "KalturaModerationFlag": { "properties": { "comments": { "description": "The comment that was added to the flag", "type": "string" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "flagType": { "description": "Enum Type: `KalturaModerationFlagType`", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-enumLabels": [ "SEXUAL_CONTENT", "VIOLENT_REPULSIVE", "HARMFUL_DANGEROUS", "SPAM_COMMERCIALS", "COPYRIGHT", "TERMS_OF_USE_VIOLATION" ], "x-enumType": "KalturaModerationFlagType" }, "flaggedEntryId": { "description": "If moderation flag is set for entry, this is the flagged entry id", "type": "string" }, "flaggedUserId": { "description": "If moderation flag is set for user, this is the flagged user id", "type": "string" }, "id": { "description": "`readOnly`\n\nModeration flag id", "readOnly": true, "type": "integer" }, "moderationObjectType": { "description": "`readOnly`\n\nEnum Type: `KalturaModerationObjectType`\n\nThe type of the moderation flag (entry or user)", "enum": [ "2", "3" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ENTRY", "USER" ], "x-enumType": "KalturaModerationObjectType" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaModerationFlagStatus`\n\nThe moderation flag status", "enum": [ "1", "2" ], "readOnly": true, "type": "string", "x-enumLabels": [ "PENDING", "MODERATED" ], "x-enumType": "KalturaModerationFlagStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "userId": { "description": "`readOnly`\n\nThe user id that added the moderation flag", "readOnly": true, "type": "string" } }, "title": "KalturaModerationFlag", "type": "object" }, "KalturaModerationFlagListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaModerationFlag" }, "type": "array" } }, "title": "KalturaModerationFlagListResponse", "type": "object" }, "KalturaModifyCategoriesObjectTask": { "allOf": [ { "$ref": "#/definitions/KalturaObjectTask" } ], "properties": { "addRemoveType": { "description": "Enum Type: `KalturaScheduledTaskAddOrRemoveType`\n\nShould the object task add or remove categories?", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ADD", "REMOVE", "MOVE" ], "x-enumType": "KalturaScheduledTaskAddOrRemoveType" }, "categoryIds": { "items": { "$ref": "#/definitions/KalturaIntegerValue" }, "type": "array" } }, "title": "KalturaModifyCategoriesObjectTask", "type": "object" }, "KalturaModifyEntryObjectTask": { "allOf": [ { "$ref": "#/definitions/KalturaObjectTask" } ], "properties": { "inputEntitledUsersEdit": { "description": "The input entitled users edit to set on the entry", "type": "string" }, "inputEntitledUsersPublish": { "description": "The input entitled users publish to set on the entry", "type": "string" }, "inputEntitledUsersView": { "description": "The input entitled users view to set on the entry", "type": "string" }, "inputMetadata": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "inputMetadataProfileId": { "description": "The input metadata profile id", "type": "integer" }, "inputUserId": { "description": "The input user id to set on the entry", "type": "string" }, "outputMetadata": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "outputMetadataProfileId": { "description": "The output metadata profile id", "type": "integer" }, "resetMediaRepurposingProcess": { "description": "Should clear the media repurposing data and therefore reset the process", "type": "boolean" } }, "title": "KalturaModifyEntryObjectTask", "type": "object" }, "KalturaMoveCategoryEntriesJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "destCategoryFullIds": { "description": "Destination categories fallback ids", "type": "string" }, "destCategoryId": { "description": "Destination category id", "type": "integer" }, "lastMovedCategoryEntryPageIndex": { "description": "Saves the last page index of the category entries filter pager\n In case of crash the batch will restart from that point", "type": "integer" }, "lastMovedCategoryId": { "description": "Saves the last category id that its entries moved completely\n In case of crash the batch will restart from that point", "type": "integer" }, "lastMovedCategoryPageIndex": { "description": "Saves the last page index of the child categories filter pager\n In case of crash the batch will restart from that point", "type": "integer" }, "moveFromChildren": { "description": "All entries from all child categories will be moved as well", "type": "boolean" }, "srcCategoryId": { "description": "Source category id", "type": "integer" } }, "title": "KalturaMoveCategoryEntriesJobData", "type": "object" }, "KalturaMsnDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "xml": { "type": "string" } }, "title": "KalturaMsnDistributionJobProviderData", "type": "object" }, "KalturaMsnDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "csId": { "type": "string" }, "domain": { "type": "string" }, "flvFlavorParamsId": { "type": "integer" }, "msnvideoCat": { "type": "string" }, "msnvideoTop": { "type": "string" }, "msnvideoTopCat": { "type": "string" }, "pageGroup": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "slFlavorParamsId": { "type": "integer" }, "slHdFlavorParamsId": { "type": "integer" }, "source": { "type": "string" }, "sourceFlavorParamsId": { "type": "integer" }, "sourceFriendlyName": { "type": "string" }, "username": { "type": "string" }, "wmvFlavorParamsId": { "type": "integer" } }, "title": "KalturaMsnDistributionProfile", "type": "object" }, "KalturaMsnDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMsnDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMsnDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaMsnDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaMsnDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMsnDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaMsnDistributionProfileOrderBy" } }, "title": "KalturaMsnDistributionProfileFilter", "type": "object" }, "KalturaMsnDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaMsnDistributionProvider", "type": "object" }, "KalturaMsnDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaMsnDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMsnDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaMsnDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaMsnDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMsnDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaMsnDistributionProviderOrderBy" } }, "title": "KalturaMsnDistributionProviderFilter", "type": "object" }, "KalturaMultiLingualString": { "description": "A Multi Lingual String", "properties": { "language": { "description": "The language of the value", "type": "string" }, "value": { "description": "Value", "type": "string" } }, "title": "KalturaMultiLingualString", "type": "object" }, "KalturaNdnDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "channelCopyright": { "type": "string" }, "channelDescription": { "type": "string" }, "channelImageLink": { "type": "string" }, "channelImageTitle": { "type": "string" }, "channelImageUrl": { "type": "string" }, "channelLanguage": { "type": "string" }, "channelLink": { "type": "string" }, "channelTitle": { "type": "string" }, "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "itemMediaRating": { "type": "string" } }, "title": "KalturaNdnDistributionProfile", "type": "object" }, "KalturaNdnDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaNdnDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaNdnDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaNdnDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaNdnDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaNdnDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaNdnDistributionProfileOrderBy" } }, "title": "KalturaNdnDistributionProfileFilter", "type": "object" }, "KalturaNdnDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaNdnDistributionProvider", "type": "object" }, "KalturaNdnDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaNdnDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaNdnDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaNdnDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaNdnDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaNdnDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaNdnDistributionProviderOrderBy" } }, "title": "KalturaNdnDistributionProviderFilter", "type": "object" }, "KalturaNotificationJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "data": { "type": "string" }, "notificationResult": { "type": "string" }, "numberOfAttempts": { "type": "integer" }, "objType": { "description": "Enum Type: `KalturaNotificationObjectType`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "ENTRY", "KSHOW", "USER", "BATCH_JOB" ], "x-enumType": "KalturaNotificationObjectType" }, "objectId": { "type": "string" }, "status": { "description": "Enum Type: `KalturaNotificationStatus`", "enum": [ 1, 2, 3, 4, 5, 6, 7 ], "type": "integer", "x-enumLabels": [ "PENDING", "SENT", "ERROR", "SHOULD_RESEND", "ERROR_RESENDING", "SENT_SYNCH", "QUEUED" ], "x-enumType": "KalturaNotificationStatus" }, "type": { "description": "Enum Type: `KalturaNotificationType`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 21, 26 ], "type": "integer", "x-enumLabels": [ "ENTRY_ADD", "ENTR_UPDATE_PERMISSIONS", "ENTRY_DELETE", "ENTRY_BLOCK", "ENTRY_UPDATE", "ENTRY_UPDATE_THUMBNAIL", "ENTRY_UPDATE_MODERATION", "USER_ADD", "USER_BANNED" ], "x-enumType": "KalturaNotificationType" }, "typeAsString": { "type": "string" }, "userId": { "type": "string" } }, "title": "KalturaNotificationJobData", "type": "object" }, "KalturaObject": { "description": "`abstract`", "properties": { "relatedObjects": { "items": { "$ref": "#/definitions/KalturaListResponse" }, "type": "array" } }, "title": "KalturaObject", "type": "object" }, "KalturaObjectBase": {}, "KalturaObjectIdField": { "allOf": [ { "$ref": "#/definitions/KalturaStringField" } ], "description": "Evaluates object ID according to given context", "properties": {}, "title": "KalturaObjectIdField", "type": "object" }, "KalturaObjectIdentifier": { "anyOf": [ { "$ref": "#/definitions/KalturaCategoryIdentifier" }, { "$ref": "#/definitions/KalturaEntryIdentifier" } ], "description": "`abstract`\n\nConfiguration for extended item in the Kaltura MRSS feeds", "discriminator": "objectType", "properties": { "extendedFeatures": { "description": "Comma separated string of enum values denoting which features of the item need to be included in the MRSS", "type": "string" }, "objectType": { "enum": [ "KalturaCategoryIdentifier", "KalturaEntryIdentifier" ], "type": "string" } }, "title": "KalturaObjectIdentifier", "type": "object", "x-abstract": true }, "KalturaObjectListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaObject" }, "type": "array" } }, "title": "KalturaObjectListResponse", "type": "object" }, "KalturaObjectTask": { "anyOf": [ { "$ref": "#/definitions/KalturaConvertEntryFlavorsObjectTask" }, { "$ref": "#/definitions/KalturaDeleteEntryFlavorsObjectTask" }, { "$ref": "#/definitions/KalturaDeleteEntryObjectTask" }, { "$ref": "#/definitions/KalturaDeleteLocalContentObjectTask" }, { "$ref": "#/definitions/KalturaDispatchEventNotificationObjectTask" }, { "$ref": "#/definitions/KalturaDistributeObjectTask" }, { "$ref": "#/definitions/KalturaExecuteMetadataXsltObjectTask" }, { "$ref": "#/definitions/KalturaMailNotificationObjectTask" }, { "$ref": "#/definitions/KalturaModifyCategoriesObjectTask" }, { "$ref": "#/definitions/KalturaModifyEntryObjectTask" }, { "$ref": "#/definitions/KalturaStorageExportObjectTask" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaConvertEntryFlavorsObjectTask", "KalturaDeleteEntryFlavorsObjectTask", "KalturaDeleteEntryObjectTask", "KalturaDeleteLocalContentObjectTask", "KalturaDispatchEventNotificationObjectTask", "KalturaDistributeObjectTask", "KalturaExecuteMetadataXsltObjectTask", "KalturaMailNotificationObjectTask", "KalturaModifyCategoriesObjectTask", "KalturaModifyEntryObjectTask", "KalturaStorageExportObjectTask" ], "type": "string" }, "stopProcessingOnError": { "type": "boolean" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaObjectTaskType`", "enum": [ "scheduledTaskContentDistribution.Distribute", "scheduledTaskEventNotification.DispatchEventNotification", "scheduledTaskMetadata.ExecuteMetadataXslt", "1", "2", "3", "4", "5", "6", "7", "8" ], "readOnly": true, "type": "string", "x-enumLabels": [ "DISTRIBUTE", "DISPATCH_EVENT_NOTIFICATION", "EXECUTE_METADATA_XSLT", "DELETE_ENTRY", "MODIFY_CATEGORIES", "DELETE_ENTRY_FLAVORS", "CONVERT_ENTRY_FLAVORS", "DELETE_LOCAL_CONTENT", "STORAGE_EXPORT", "MODIFY_ENTRY", "MAIL_NOTIFICATION" ], "x-enumType": "KalturaObjectTaskType" } }, "title": "KalturaObjectTask", "type": "object", "x-abstract": true }, "KalturaOperaSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaConstantXsltSyndicationFeed" } ], "properties": {}, "title": "KalturaOperaSyndicationFeed", "type": "object" }, "KalturaOperationAttributes": { "anyOf": [ { "$ref": "#/definitions/KalturaClipAttributes" }, { "$ref": "#/definitions/KalturaConcatAttributes" } ], "description": "`abstract`\n\nBase class to all operation attributes types", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaClipAttributes", "KalturaConcatAttributes" ], "type": "string" } }, "title": "KalturaOperationAttributes", "type": "object", "x-abstract": true }, "KalturaOperationResource": { "allOf": [ { "$ref": "#/definitions/KalturaContentResource" } ], "description": "A resource that perform operation (transcoding, clipping, cropping) before the flavor is ready.", "properties": { "assetParamsId": { "description": "ID of alternative asset params to be used instead of the system default flavor params", "type": "integer" }, "operationAttributes": { "items": { "$ref": "#/definitions/KalturaOperationAttributes" }, "type": "array" }, "resource": { "$ref": "#/definitions/KalturaContentResource" } }, "title": "KalturaOperationResource", "type": "object" }, "KalturaOptionalAnswer": { "description": "A representation of an optional answer for question cue point", "properties": { "isCorrect": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "key": { "type": "string" }, "text": { "type": "string" }, "weight": { "type": "number" } }, "title": "KalturaOptionalAnswer", "type": "object" }, "KalturaOrCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "properties": { "conditions": { "items": { "$ref": "#/definitions/KalturaCondition" }, "type": "array" } }, "title": "KalturaOrCondition", "type": "object" }, "KalturaPager": { "anyOf": [ { "$ref": "#/definitions/KalturaPager" }, { "$ref": "#/definitions/KalturaFilterPager" } ], "description": "The KalturaPager object enables paging management to be applied upon service list/search actions.", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPager", "KalturaFilterPager" ], "type": "string" }, "pageIndex": { "description": "The page number for which {pageSize} of objects should be retrieved (Default is 1).", "type": "integer" }, "pageSize": { "description": "The number of objects to retrieve. (Default is 30, maximum page size is 500).", "type": "integer" } }, "title": "KalturaPager", "type": "object" }, "KalturaParseCaptionAssetJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "captionAssetId": { "type": "string" } }, "title": "KalturaParseCaptionAssetJobData", "type": "object" }, "KalturaParseMultiLanguageCaptionAssetJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "entryId": { "type": "string" }, "fileEncryptionKey": { "type": "string" }, "fileLocation": { "type": "string" }, "multiLanaguageCaptionAssetId": { "type": "string" } }, "title": "KalturaParseMultiLanguageCaptionAssetJobData", "type": "object" }, "KalturaPartner": { "properties": { "additionalParams": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "adminEmail": { "type": "string" }, "adminLoginUsersQuota": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "adminName": { "description": "deprecated - lastName and firstName replaces this field", "type": "string" }, "adminSecret": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "adminUserId": { "type": "string" }, "adultContent": { "type": "boolean" }, "allowDefaultPasswordRestrictions": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "allowMultiNotification": { "type": "integer" }, "allowQuickEdit": { "type": "integer" }, "allowedDomains": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "allowedFromEmailWhiteList": { "type": "string" }, "appearInSearch": { "type": "integer" }, "authenticationType": { "description": "`readOnly`\n\nEnum Type: `KalturaPartnerAuthenticationType`", "enum": [ 0, 1, 2 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "PASSWORD_ONLY", "TWO_FACTOR_AUTH", "SSO" ], "x-enumType": "KalturaPartnerAuthenticationType" }, "blockDirectLogin": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "cdnHost": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "cmsPassword": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "commercialUse": { "description": "Enum Type: `KalturaCommercialUseType`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "NON_COMMERCIAL_USE", "COMMERCIAL_USE" ], "x-enumType": "KalturaCommercialUseType" }, "contentCategories": { "type": "string" }, "country": { "description": "country code (2char) - this field is optional", "type": "string" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "crmId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "defConversionProfileType": { "type": "string" }, "defaultDeliveryType": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "defaultEmbedCodeType": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "defaultEntitlementEnforcement": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "deliveryTypes": { "items": { "$ref": "#/definitions/KalturaPlayerDeliveryType" }, "type": "array" }, "describeYourself": { "type": "string" }, "description": { "type": "string" }, "eSearchLanguages": { "items": { "$ref": "#/definitions/KalturaESearchLanguageItem" }, "type": "array" }, "eightyPercentWarning": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "embedCodeTypes": { "items": { "$ref": "#/definitions/KalturaPlayerEmbedCodeType" }, "type": "array" }, "eventPlatformAllowedTemplates": { "type": "string" }, "excludedAdminRoleName": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "extendedFreeTrail": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "extendedFreeTrailEndsWarning": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "extendedFreeTrailExpiryDate": { "description": "`readOnly`\n\nUnix timestamp (In seconds)", "readOnly": true, "type": "integer", "x-inputType": "datetime" }, "extendedFreeTrailExpiryReason": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "firstName": { "description": "firstName and lastName replace the old (deprecated) adminName", "type": "string" }, "host": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "ignoreSeoLinks": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "isFirstLogin": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "isSelfServe": { "type": "boolean" }, "landingPage": { "type": "string" }, "lastFreeTrialNotificationDay": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "lastName": { "description": "lastName and firstName replace the old (deprecated) adminName", "type": "string" }, "loginBlockPeriod": { "type": "integer" }, "logoutUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "maxLoginAttempts": { "type": "integer" }, "maxUploadSize": { "type": "integer" }, "mergeEntryLists": { "type": "integer" }, "monitorUsage": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "notificationUrl": { "type": "string" }, "notificationsConfig": { "type": "string" }, "notify": { "type": "integer" }, "numPrevPassToKeep": { "type": "integer" }, "ottEnvironmentUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "ovpEnvironmentUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerGroupType": { "description": "`readOnly`\n\nEnum Type: `KalturaPartnerGroupType`", "enum": [ 1, 2, 3, 4 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "PUBLISHER", "VAR_GROUP", "GROUP", "TEMPLATE" ], "x-enumType": "KalturaPartnerGroupType" }, "partnerPackage": { "type": "integer" }, "partnerParentId": { "type": "integer" }, "passReplaceFreq": { "type": "integer" }, "passwordStructureValidations": { "items": { "$ref": "#/definitions/KalturaRegexItem" }, "type": "array" }, "passwordStructureValidationsDescription": { "type": "string" }, "phone": { "type": "string" }, "publisherEnvironmentType": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "publishersQuota": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "referenceId": { "type": "string" }, "secret": { "description": "`readOnly`", "readOnly": true, "type": "string", "x-inputType": "password" }, "state": { "description": "state code (2char) - this field is optional", "type": "string" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaPartnerStatus`", "enum": [ 0, 1, 2, 3, 4 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" }, "templatePartnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "timeAlignedRenditions": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "twoFactorAuthenticationMode": { "description": "`readOnly`\n\nEnum Type: `KalturaTwoFactorAuthenticationMode`", "enum": [ 0, 1, 2 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ALL", "ADMIN_USERS_ONLY", "NON_ADMIN_USERS_ONLY" ], "x-enumType": "KalturaTwoFactorAuthenticationMode" }, "type": { "description": "Enum Type: `KalturaPartnerType`", "enum": [ 1, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109 ], "type": "integer", "x-enumLabels": [ "KMC", "WIKI", "WORDPRESS", "DRUPAL", "DEKIWIKI", "MOODLE", "COMMUNITY_EDITION", "JOOMLA", "BLACKBOARD", "SAKAI", "ADMIN_CONSOLE" ], "x-enumType": "KalturaPartnerType" }, "usageLimitWarning": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "userLandingPage": { "type": "string" }, "verticalClassificationId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "website": { "type": "string" } }, "title": "KalturaPartner", "type": "object" }, "KalturaPartnerBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPartnerFilter" }, { "$ref": "#/definitions/KalturaSystemPartnerFilter" }, { "$ref": "#/definitions/KalturaVarConsolePartnerFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idGreaterThan": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "monitorUsageEqual": { "type": "integer" }, "nameEqual": { "type": "string" }, "nameLike": { "type": "string" }, "nameMultiLikeAnd": { "type": "string" }, "nameMultiLikeOr": { "type": "string" }, "objectType": { "enum": [ "KalturaPartnerFilter", "KalturaSystemPartnerFilter", "KalturaVarConsolePartnerFilter" ], "type": "string" }, "partnerGroupTypeEqual": { "description": "Enum Type: `KalturaPartnerGroupType`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "PUBLISHER", "VAR_GROUP", "GROUP", "TEMPLATE" ], "x-enumType": "KalturaPartnerGroupType" }, "partnerNameDescriptionWebsiteAdminNameAdminEmailLike": { "type": "string" }, "partnerPackageEqual": { "type": "integer" }, "partnerPackageGreaterThanOrEqual": { "type": "integer" }, "partnerPackageIn": { "type": "string" }, "partnerPackageLessThanOrEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaPartnerStatus`", "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" }, "statusIn": { "type": "string" } }, "title": "KalturaPartnerBaseFilter", "type": "object", "x-abstract": true }, "KalturaPartnerFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPartnerBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPartnerFilter" }, { "$ref": "#/definitions/KalturaSystemPartnerFilter" }, { "$ref": "#/definitions/KalturaVarConsolePartnerFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPartnerFilter", "KalturaSystemPartnerFilter", "KalturaVarConsolePartnerFilter" ], "type": "string" }, "orderBy": { "enum": [ "+adminEmail", "+adminName", "+createdAt", "+id", "+name", "+status", "+website", "-adminEmail", "-adminName", "-createdAt", "-id", "-name", "-status", "-website" ], "type": "string", "x-enumLabels": [ "ADMIN_EMAIL_ASC", "ADMIN_NAME_ASC", "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "STATUS_ASC", "WEBSITE_ASC", "ADMIN_EMAIL_DESC", "ADMIN_NAME_DESC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "STATUS_DESC", "WEBSITE_DESC" ], "x-enumType": "KalturaPartnerOrderBy" } }, "title": "KalturaPartnerFilter", "type": "object" }, "KalturaPartnerListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaPartner" }, "type": "array" } }, "title": "KalturaPartnerListResponse", "type": "object" }, "KalturaPartnerPublicInfo": { "properties": { "analyticsPersistentSessionId": { "type": "boolean" }, "analyticsUrl": { "type": "string" }, "ottEnvironmentUrl": { "type": "string" } }, "title": "KalturaPartnerPublicInfo", "type": "object" }, "KalturaPartnerStatistics": { "properties": { "bandwidth": { "description": "`readOnly`\n\nPartner total bandwidth in GB", "readOnly": true, "type": "number" }, "hosting": { "description": "`readOnly`\n\nPartner total hosting in GB on the disk", "readOnly": true, "type": "number" }, "packageBandwidthAndStorage": { "description": "`readOnly`\n\nPackage total allowed bandwidth and storage", "readOnly": true, "type": "integer" }, "reachedLimitDate": { "description": "`readOnly`\n\ndate when partner reached the limit of his package (timestamp)", "readOnly": true, "type": "integer", "x-inputType": "datetime" }, "usage": { "description": "`readOnly`\n\ntotal usage in GB - including bandwidth and storage", "readOnly": true, "type": "integer" }, "usagePercent": { "description": "`readOnly`\n\nPercent of usage out of partner's package. if usage is 5GB and package is 10GB, this value will be 50", "readOnly": true, "type": "number" } }, "title": "KalturaPartnerStatistics", "type": "object" }, "KalturaPartnerUsage": { "properties": { "Percent": { "description": "`readOnly`\n\npercent of usage out of partner's package. if usageGB is 5 and package is 10GB, this value will be 50", "readOnly": true, "type": "number" }, "hostingGB": { "description": "`readOnly`\n\nPartner total hosting in GB on the disk", "readOnly": true, "type": "number" }, "packageBW": { "description": "`readOnly`\n\npackage total BW - actually this is usage, which represents BW+storage", "readOnly": true, "type": "integer" }, "reachedLimitDate": { "description": "`readOnly`\n\ndate when partner reached the limit of his package (timestamp)", "readOnly": true, "type": "integer", "x-inputType": "datetime" }, "usageGB": { "description": "`readOnly`\n\ntotal usage in GB - including bandwidth and storage", "readOnly": true, "type": "number" }, "usageGraph": { "description": "`readOnly`\n\na semi-colon separated list of comma-separated key-values to represent a usage graph.\n\nkeys could be 1-12 for a year view (1,1.2;2,1.1;3,0.9;...;12,1.4;)\n\nkeys could be 1-[28,29,30,31] depending on the requested month, for a daily view in a given month (1,0.4;2,0.2;...;31,0.1;)", "readOnly": true, "type": "string" } }, "title": "KalturaPartnerUsage", "type": "object" }, "KalturaPartnerUsageListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaVarPartnerUsageItem" }, "type": "array" }, "total": { "$ref": "#/definitions/KalturaVarPartnerUsageItem" } }, "title": "KalturaPartnerUsageListResponse", "type": "object" }, "KalturaPdfFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": { "readonly": { "type": "boolean" } }, "title": "KalturaPdfFlavorParams", "type": "object" }, "KalturaPdfFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPdfFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPdfFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaPdfFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaPdfFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPdfFlavorParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaPdfFlavorParamsOrderBy" } }, "title": "KalturaPdfFlavorParamsFilter", "type": "object" }, "KalturaPdfFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" } ], "properties": { "readonly": { "type": "boolean" } }, "title": "KalturaPdfFlavorParamsOutput", "type": "object" }, "KalturaPdfFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPdfFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaPdfFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaPdfFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaPdfFlavorParamsOutputOrderBy" } }, "title": "KalturaPdfFlavorParamsOutputFilter", "type": "object" }, "KalturaPermission": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "dependsOnPermissionNames": { "type": "string" }, "description": { "type": "string" }, "friendlyName": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "partnerGroup": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "permissionItemsIds": { "type": "string" }, "status": { "description": "Enum Type: `KalturaPermissionStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "BLOCKED", "DELETED" ], "x-enumType": "KalturaPermissionStatus" }, "tags": { "type": "string" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaPermissionType`", "enum": [ 1, 2, 3, 4 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "NORMAL", "SPECIAL_FEATURE", "PLUGIN", "PARTNER_GROUP" ], "x-enumType": "KalturaPermissionType" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaPermission", "type": "object" }, "KalturaPermissionBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPermissionFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "dependsOnPermissionNamesMultiLikeAnd": { "type": "string" }, "dependsOnPermissionNamesMultiLikeOr": { "type": "string" }, "descriptionLike": { "type": "string" }, "friendlyNameLike": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "nameEqual": { "type": "string" }, "nameIn": { "type": "string" }, "objectType": { "enum": [ "KalturaPermissionFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaPermissionStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "BLOCKED", "DELETED" ], "x-enumType": "KalturaPermissionStatus" }, "statusIn": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "typeEqual": { "description": "Enum Type: `KalturaPermissionType`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "NORMAL", "SPECIAL_FEATURE", "PLUGIN", "PARTNER_GROUP" ], "x-enumType": "KalturaPermissionType" }, "typeIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaPermissionBaseFilter", "type": "object", "x-abstract": true }, "KalturaPermissionFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPermissionBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaPermissionOrderBy" } }, "title": "KalturaPermissionFilter", "type": "object" }, "KalturaPermissionItem": { "anyOf": [ { "$ref": "#/definitions/KalturaApiActionPermissionItem" }, { "$ref": "#/definitions/KalturaApiParameterPermissionItem" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "objectType": { "enum": [ "KalturaApiActionPermissionItem", "KalturaApiParameterPermissionItem" ], "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "tags": { "type": "string" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaPermissionItemType`", "enum": [ "kApiActionPermissionItem", "kApiParameterPermissionItem" ], "readOnly": true, "type": "string", "x-enumLabels": [ "API_ACTION_ITEM", "API_PARAMETER_ITEM" ], "x-enumType": "KalturaPermissionItemType" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaPermissionItem", "type": "object", "x-abstract": true }, "KalturaPermissionItemBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiActionPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiParameterPermissionItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaPermissionItemFilter", "KalturaApiActionPermissionItemFilter", "KalturaApiParameterPermissionItemFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "typeEqual": { "description": "Enum Type: `KalturaPermissionItemType`", "enum": [ "kApiActionPermissionItem", "kApiParameterPermissionItem" ], "type": "string", "x-enumLabels": [ "API_ACTION_ITEM", "API_PARAMETER_ITEM" ], "x-enumType": "KalturaPermissionItemType" }, "typeIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaPermissionItemBaseFilter", "type": "object", "x-abstract": true }, "KalturaPermissionItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPermissionItemBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiActionPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiParameterPermissionItemFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPermissionItemFilter", "KalturaApiActionPermissionItemFilter", "KalturaApiParameterPermissionItemFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaPermissionItemOrderBy" } }, "title": "KalturaPermissionItemFilter", "type": "object" }, "KalturaPermissionItemListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaPermissionItem" }, "type": "array" } }, "title": "KalturaPermissionItemListResponse", "type": "object" }, "KalturaPermissionLevel": { "properties": { "permissionLevel": { "description": "Enum Type: `KalturaUserEntryPermissionLevel`\n\nPermission Level", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer", "x-enumLabels": [ "SPEAKER", "MODERATOR", "ATTENDEE", "ADMIN", "PREVIEW_ONLY", "CHAT_MODERATOR" ], "x-enumType": "KalturaUserEntryPermissionLevel" } }, "title": "KalturaPermissionLevel", "type": "object" }, "KalturaPermissionLevelUserEntry": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntry" } ], "properties": { "permissionLevels": { "items": { "$ref": "#/definitions/KalturaPermissionLevel" }, "type": "array" } }, "title": "KalturaPermissionLevelUserEntry", "type": "object" }, "KalturaPermissionLevelUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" } ], "properties": {}, "title": "KalturaPermissionLevelUserEntryFilter", "type": "object" }, "KalturaPermissionListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaPermission" }, "type": "array" } }, "title": "KalturaPermissionListResponse", "type": "object" }, "KalturaPlayReadyAnalogVideoOPIdHolder": { "properties": { "type": { "description": "Enum Type: `KalturaPlayReadyAnalogVideoOPId`\n\nThe type of the play enabler", "enum": [ "2098DE8D-7DDD-4BAB-96C6-32EBB6FABEA3", "225CD36F-F132-49EF-BA8C-C91EA28E4369", "811C5110-46C8-4C6E-8163-C0482A15D47E", "C3FD11C6-F8B7-4D20-B008-1DB17D61F2DA", "D783A191-E083-4BAF-B2DA-E69F910B3772" ], "type": "string", "x-enumLabels": [ "EXPLICIT_ANALOG_TV", "BEST_EFFORT_EXPLICIT_ANALOG_TV", "IMAGE_CONSTRAINT_VIDEO", "AGC_AND_COLOR_STRIPE", "IMAGE_CONSTRAINT_MONITOR" ], "x-enumType": "KalturaPlayReadyAnalogVideoOPId" } }, "title": "KalturaPlayReadyAnalogVideoOPIdHolder", "type": "object" }, "KalturaPlayReadyContentKey": { "properties": { "contentKey": { "description": "License content key 64 bit encoded", "type": "string" }, "keyId": { "description": "Guid - key id of the specific content", "type": "string" } }, "title": "KalturaPlayReadyContentKey", "type": "object" }, "KalturaPlayReadyCopyEnablerHolder": { "properties": { "type": { "description": "Enum Type: `KalturaPlayReadyCopyEnablerType`\n\nThe type of the copy enabler", "enum": [ "3CAF2814-A7AB-467C-B4DF-54ACC56C66DC", "3CF2E054-F4D5-46cd-85A6-FCD152AD5FBE", "6848955D-516B-4EB0-90E8-8F6D5A77B85F", "6E76C588-C3A9-47ea-A875-546D5209FF38", "79F78A0D-0B69-401e-8A90-8BEF30BCE192", "81BD9AD4-A720-4ea1-B510-5D4E6FFB6A4D", "C3CF56E0-7FF2-4491-809F-53E21D3ABF07", "CCB0B4E3-8B46-409e-A998-82556E3F5AF4", "CDD801AD-A577-48DB-950E-46D5F1592FAE", "CE480EDE-516B-40B3-90E1-D6CFC47630C5", "E6785609-64CC-4bfa-B82D-6B619733B746", "EC930B7D-1F2D-4682-A38B-8AB977721D0D" ], "type": "string", "x-enumLabels": [ "CSS", "PRINTER", "DEVICE", "CLIPBOARD", "SDC", "SDC_PREVIEW", "AACS", "HELIX", "CPRM", "PC", "SDC_LIMITED", "ORANGE_BOOK_CD" ], "x-enumType": "KalturaPlayReadyCopyEnablerType" } }, "title": "KalturaPlayReadyCopyEnablerHolder", "type": "object" }, "KalturaPlayReadyCopyRight": { "allOf": [ { "$ref": "#/definitions/KalturaPlayReadyRight" } ], "properties": { "copyCount": { "type": "integer" }, "copyEnablers": { "items": { "$ref": "#/definitions/KalturaPlayReadyCopyEnablerHolder" }, "type": "array" } }, "title": "KalturaPlayReadyCopyRight", "type": "object" }, "KalturaPlayReadyDigitalAudioOPIdHolder": { "properties": { "type": { "description": "Enum Type: `KalturaPlayReadyDigitalAudioOPId`\n\nThe type of the play enabler", "enum": [ "6D5CFA59-C250-4426-930E-FAC72C8FCFA6" ], "type": "string", "x-enumLabels": [ "SCMS" ], "x-enumType": "KalturaPlayReadyDigitalAudioOPId" } }, "title": "KalturaPlayReadyDigitalAudioOPIdHolder", "type": "object" }, "KalturaPlayReadyLicenseDetails": { "properties": { "beginDate": { "description": "License begin date", "type": "integer", "x-inputType": "datetime" }, "expirationDate": { "description": "License expiration date", "type": "integer", "x-inputType": "datetime" }, "policy": { "$ref": "#/definitions/KalturaPlayReadyPolicy" }, "removalDate": { "description": "License removal date", "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaPlayReadyLicenseDetails", "type": "object" }, "KalturaPlayReadyPlayEnablerHolder": { "properties": { "type": { "description": "Enum Type: `KalturaPlayReadyPlayEnablerType`\n\nThe type of the play enabler", "enum": [ "002F9772-38A0-43E5-9F79-0F6361DCC62A", "1B4542E3-B5CF-4C99-B3BA-829AF46C92F8", "5ABF0F0D-DC29-4B82-9982-FD8E57525BFC", "786627D8-C2A6-44BE-8F88-08AE255B01A", "A340C256-0941-4D4C-AD1D-0B6735C0CB24", "B621D91F-EDCC-4035-8D4B-DC71760D43E9", "D685030B-0F4F-43A6-BBAD-356F1EA0049A" ], "type": "string", "x-enumLabels": [ "HELIX", "HDCP_WIVU", "AIRPLAY", "UNKNOWN", "HDCP_MIRACAST", "UNKNOWN_520", "DTCP" ], "x-enumType": "KalturaPlayReadyPlayEnablerType" } }, "title": "KalturaPlayReadyPlayEnablerHolder", "type": "object" }, "KalturaPlayReadyPlayRight": { "allOf": [ { "$ref": "#/definitions/KalturaPlayReadyRight" } ], "properties": { "analogVideoOPL": { "description": "Enum Type: `KalturaPlayReadyAnalogVideoOPL`", "enum": [ 100, 150, 200 ], "type": "integer", "x-enumLabels": [ "MIN_100", "MIN_150", "MIN_200" ], "x-enumType": "KalturaPlayReadyAnalogVideoOPL" }, "analogVideoOutputProtectionList": { "items": { "$ref": "#/definitions/KalturaPlayReadyAnalogVideoOPIdHolder" }, "type": "array" }, "compressedDigitalAudioOPL": { "description": "Enum Type: `KalturaPlayReadyDigitalAudioOPL`", "enum": [ 100, 150, 200, 250, 300 ], "type": "integer", "x-enumLabels": [ "MIN_100", "MIN_150", "MIN_200", "MIN_250", "MIN_300" ], "x-enumType": "KalturaPlayReadyDigitalAudioOPL" }, "compressedDigitalVideoOPL": { "description": "Enum Type: `KalturaPlayReadyCompressedDigitalVideoOPL`", "enum": [ 400, 500 ], "type": "integer", "x-enumLabels": [ "MIN_400", "MIN_500" ], "x-enumType": "KalturaPlayReadyCompressedDigitalVideoOPL" }, "digitalAudioOutputProtectionList": { "items": { "$ref": "#/definitions/KalturaPlayReadyDigitalAudioOPIdHolder" }, "type": "array" }, "firstPlayExpiration": { "type": "integer" }, "playEnablers": { "items": { "$ref": "#/definitions/KalturaPlayReadyPlayEnablerHolder" }, "type": "array" }, "uncompressedDigitalAudioOPL": { "description": "Enum Type: `KalturaPlayReadyDigitalAudioOPL`", "enum": [ 100, 150, 200, 250, 300 ], "type": "integer", "x-enumLabels": [ "MIN_100", "MIN_150", "MIN_200", "MIN_250", "MIN_300" ], "x-enumType": "KalturaPlayReadyDigitalAudioOPL" }, "uncompressedDigitalVideoOPL": { "description": "Enum Type: `KalturaPlayReadyUncompressedDigitalVideoOPL`", "enum": [ 100, 250, 270, 300 ], "type": "integer", "x-enumLabels": [ "MIN_100", "MIN_250", "MIN_270", "MIN_300" ], "x-enumType": "KalturaPlayReadyUncompressedDigitalVideoOPL" } }, "title": "KalturaPlayReadyPlayRight", "type": "object" }, "KalturaPlayReadyPolicy": { "allOf": [ { "$ref": "#/definitions/KalturaDrmPolicy" } ], "properties": { "gracePeriod": { "type": "integer" }, "licenseRemovalDuration": { "type": "integer" }, "licenseRemovalPolicy": { "description": "Enum Type: `KalturaPlayReadyLicenseRemovalPolicy`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "FIXED_FROM_EXPIRATION", "ENTRY_SCHEDULING_END", "NONE" ], "x-enumType": "KalturaPlayReadyLicenseRemovalPolicy" }, "minSecurityLevel": { "description": "Enum Type: `KalturaPlayReadyMinimumLicenseSecurityLevel`", "enum": [ 150, 2000 ], "type": "integer", "x-enumLabels": [ "NON_COMMERCIAL_QUALITY", "COMMERCIAL_QUALITY" ], "x-enumType": "KalturaPlayReadyMinimumLicenseSecurityLevel" }, "rights": { "items": { "$ref": "#/definitions/KalturaPlayReadyRight" }, "type": "array" } }, "title": "KalturaPlayReadyPolicy", "type": "object" }, "KalturaPlayReadyPolicyBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDrmPolicyFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlayReadyPolicyFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPlayReadyPolicyFilter" ], "type": "string" } }, "title": "KalturaPlayReadyPolicyBaseFilter", "type": "object", "x-abstract": true }, "KalturaPlayReadyPolicyFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlayReadyPolicyBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaPlayReadyPolicyOrderBy" } }, "title": "KalturaPlayReadyPolicyFilter", "type": "object" }, "KalturaPlayReadyProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfile" } ], "properties": { "keySeed": { "type": "string" } }, "title": "KalturaPlayReadyProfile", "type": "object" }, "KalturaPlayReadyProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlayReadyProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPlayReadyProfileFilter" ], "type": "string" } }, "title": "KalturaPlayReadyProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaPlayReadyProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlayReadyProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+id", "+name", "-id", "-name" ], "type": "string", "x-enumLabels": [ "ID_ASC", "NAME_ASC", "ID_DESC", "NAME_DESC" ], "x-enumType": "KalturaPlayReadyProfileOrderBy" } }, "title": "KalturaPlayReadyProfileFilter", "type": "object" }, "KalturaPlayReadyRight": { "anyOf": [ { "$ref": "#/definitions/KalturaPlayReadyCopyRight" }, { "$ref": "#/definitions/KalturaPlayReadyPlayRight" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPlayReadyCopyRight", "KalturaPlayReadyPlayRight" ], "type": "string" } }, "title": "KalturaPlayReadyRight", "type": "object", "x-abstract": true }, "KalturaPlayableEntry": { "allOf": [ { "$ref": "#/definitions/KalturaBaseEntry" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlayableEntry" }, { "$ref": "#/definitions/KalturaMediaEntry" }, { "$ref": "#/definitions/KalturaMixEntry" }, { "$ref": "#/definitions/KalturaExternalMediaEntry" }, { "$ref": "#/definitions/KalturaLiveChannel" }, { "$ref": "#/definitions/KalturaLiveStreamEntry" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntry" } ], "discriminator": "objectType", "properties": { "duration": { "description": "`readOnly`\n\nThe duration in seconds", "readOnly": true, "type": "integer" }, "durationType": { "description": "`readOnly`\n\nEnum Type: `KalturaDurationType`\n\nThe duration type (short for 0-4 mins, medium for 4-20 mins, long for 20+ mins)", "enum": [ "long", "medium", "notavailable", "short" ], "readOnly": true, "type": "string", "x-enumLabels": [ "LONG", "MEDIUM", "NOT_AVAILABLE", "SHORT" ], "x-enumType": "KalturaDurationType" }, "height": { "description": "`readOnly`\n\nThe height in pixels", "readOnly": true, "type": "integer" }, "lastPlayedAt": { "description": "`readOnly`\n\nThe last time the entry was played", "readOnly": true, "type": "integer" }, "msDuration": { "description": "The duration in miliseconds", "type": "integer" }, "objectType": { "enum": [ "KalturaPlayableEntry", "KalturaMediaEntry", "KalturaMixEntry", "KalturaExternalMediaEntry", "KalturaLiveChannel", "KalturaLiveStreamEntry", "KalturaLiveStreamAdminEntry" ], "type": "string" }, "plays": { "description": "`readOnly`\n\nNumber of plays", "readOnly": true, "type": "integer" }, "views": { "description": "`readOnly`\n\nNumber of views", "readOnly": true, "type": "integer" }, "width": { "description": "`readOnly`\n\nThe width in pixels", "readOnly": true, "type": "integer" } }, "title": "KalturaPlayableEntry", "type": "object" }, "KalturaPlayableEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlayableEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" }, { "$ref": "#/definitions/KalturaMixEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "durationGreaterThan": { "type": "integer" }, "durationGreaterThanOrEqual": { "type": "integer" }, "durationLessThan": { "type": "integer" }, "durationLessThanOrEqual": { "type": "integer" }, "durationTypeMatchOr": { "type": "string" }, "lastPlayedAtGreaterThanOrEqual": { "type": "integer" }, "lastPlayedAtLessThanOrEqual": { "type": "integer" }, "lastPlayedAtLessThanOrEqualOrNull": { "type": "integer" }, "objectType": { "enum": [ "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter" ], "type": "string" } }, "title": "KalturaPlayableEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaPlayableEntryCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaPlayableEntry attributes. Use KalturaPlayableEntryCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaPlayableEntryCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "lastPlayedAt", "moderationCount", "moderationStatus", "msDuration", "partnerId", "partnerSortValue", "plays", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt", "views" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "LAST_PLAYED_AT", "MODERATION_COUNT", "MODERATION_STATUS", "MS_DURATION", "PARTNER_ID", "PARTNER_SORT_VALUE", "PLAYS", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT", "VIEWS" ], "x-enumType": "KalturaPlayableEntryCompareAttribute" } }, "title": "KalturaPlayableEntryCompareAttributeCondition", "type": "object" }, "KalturaPlayableEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlayableEntryBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlayableEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" }, { "$ref": "#/definitions/KalturaMixEntryFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+duration", "+endDate", "+lastPlayedAt", "+moderationCount", "+name", "+partnerSortValue", "+plays", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+views", "+weight", "-createdAt", "-duration", "-endDate", "-lastPlayedAt", "-moderationCount", "-name", "-partnerSortValue", "-plays", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-views", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DURATION_ASC", "END_DATE_ASC", "LAST_PLAYED_AT_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "PLAYS_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "VIEWS_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "DURATION_DESC", "END_DATE_DESC", "LAST_PLAYED_AT_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "PLAYS_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "VIEWS_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaPlayableEntryOrderBy" } }, "title": "KalturaPlayableEntryFilter", "type": "object" }, "KalturaPlayableEntryMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaPlayableEntry attributes. Use KalturaPlayableEntryMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaPlayableEntryMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "durationType", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "DURATION_TYPE", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaPlayableEntryMatchAttribute" } }, "title": "KalturaPlayableEntryMatchAttributeCondition", "type": "object" }, "KalturaPlaybackContext": { "properties": { "actions": { "items": { "$ref": "#/definitions/KalturaRuleAction" }, "type": "array" }, "bumperData": { "items": { "$ref": "#/definitions/KalturaObject" }, "type": "array" }, "flavorAssets": { "items": { "$ref": "#/definitions/KalturaFlavorAsset" }, "type": "array" }, "messages": { "items": { "$ref": "#/definitions/KalturaAccessControlMessage" }, "type": "array" }, "playbackCaptions": { "items": { "$ref": "#/definitions/KalturaCaptionPlaybackPluginData" }, "type": "array" }, "sources": { "items": { "$ref": "#/definitions/KalturaPlaybackSource" }, "type": "array" } }, "title": "KalturaPlaybackContext", "type": "object" }, "KalturaPlaybackContextOptions": { "allOf": [ { "$ref": "#/definitions/KalturaEntryContextDataParams" } ], "description": "Object which contains contextual entry-related data.", "properties": {}, "title": "KalturaPlaybackContextOptions", "type": "object" }, "KalturaPlaybackSource": { "properties": { "deliveryProfileId": { "type": "string" }, "drm": { "items": { "$ref": "#/definitions/KalturaDrmPlaybackPluginData" }, "type": "array" }, "flavorIds": { "description": "comma separated string of flavor ids", "type": "string" }, "format": { "description": "source format according to delivery profile streamer type (applehttp, mpegdash etc.)", "type": "string" }, "protocols": { "description": "comma separated string according to deliveryProfile media protocols ('http,https' etc.)", "type": "string" }, "url": { "type": "string" } }, "title": "KalturaPlaybackSource", "type": "object" }, "KalturaPlayerDeliveryType": { "properties": { "enabledByDefault": { "type": "boolean" }, "flashvars": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "id": { "type": "string" }, "label": { "type": "string" }, "minVersion": { "type": "string" } }, "title": "KalturaPlayerDeliveryType", "type": "object" }, "KalturaPlayerEmbedCodeType": { "properties": { "entryOnly": { "type": "boolean" }, "id": { "type": "string" }, "label": { "type": "string" }, "minVersion": { "type": "string" } }, "title": "KalturaPlayerEmbedCodeType", "type": "object" }, "KalturaPlaylist": { "allOf": [ { "$ref": "#/definitions/KalturaBaseEntry" } ], "properties": { "duration": { "description": "`readOnly`\n\nThe duration in seconds", "readOnly": true, "type": "integer" }, "executeUrl": { "description": "`readOnly`\n\nThe url for this playlist", "readOnly": true, "type": "string" }, "filters": { "items": { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, "type": "array" }, "playlistContent": { "description": "Content of the playlist - \n\nXML if the playlistType is dynamic \n\ntext if the playlistType is static \n\nurl if the playlistType is mRss", "type": "string" }, "playlistType": { "description": "`insertOnly`\n\nEnum Type: `KalturaPlaylistType`\n\nType of playlist", "enum": [ 3, 10, 101, 102 ], "type": "integer", "x-enumLabels": [ "STATIC_LIST", "DYNAMIC", "EXTERNAL", "PATH" ], "x-enumType": "KalturaPlaylistType" }, "plays": { "description": "`readOnly`\n\nNumber of plays", "readOnly": true, "type": "integer" }, "totalResults": { "description": "Maximum count of results to be returned in playlist execution", "type": "integer" }, "views": { "description": "`readOnly`\n\nNumber of views", "readOnly": true, "type": "integer" } }, "title": "KalturaPlaylist", "type": "object" }, "KalturaPlaylistBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPlaylistFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPlaylistFilter" ], "type": "string" } }, "title": "KalturaPlaylistBaseFilter", "type": "object", "x-abstract": true }, "KalturaPlaylistCompareAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchComparableAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaPlaylist attributes. Use KalturaPlaylistCompareAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaPlaylistCompareAttribute`", "enum": [ "accessControlId", "createdAt", "endDate", "moderationCount", "moderationStatus", "partnerId", "partnerSortValue", "rank", "replacementStatus", "startDate", "status", "totalRank", "type", "updatedAt" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROL_ID", "CREATED_AT", "END_DATE", "MODERATION_COUNT", "MODERATION_STATUS", "PARTNER_ID", "PARTNER_SORT_VALUE", "RANK", "REPLACEMENT_STATUS", "START_DATE", "STATUS", "TOTAL_RANK", "TYPE", "UPDATED_AT" ], "x-enumType": "KalturaPlaylistCompareAttribute" } }, "title": "KalturaPlaylistCompareAttributeCondition", "type": "object" }, "KalturaPlaylistFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPlaylistBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+endDate", "+moderationCount", "+name", "+partnerSortValue", "+rank", "+recent", "+startDate", "+totalRank", "+updatedAt", "+weight", "-createdAt", "-endDate", "-moderationCount", "-name", "-partnerSortValue", "-rank", "-recent", "-startDate", "-totalRank", "-updatedAt", "-weight" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "END_DATE_ASC", "MODERATION_COUNT_ASC", "NAME_ASC", "PARTNER_SORT_VALUE_ASC", "RANK_ASC", "RECENT_ASC", "START_DATE_ASC", "TOTAL_RANK_ASC", "UPDATED_AT_ASC", "WEIGHT_ASC", "CREATED_AT_DESC", "END_DATE_DESC", "MODERATION_COUNT_DESC", "NAME_DESC", "PARTNER_SORT_VALUE_DESC", "RANK_DESC", "RECENT_DESC", "START_DATE_DESC", "TOTAL_RANK_DESC", "UPDATED_AT_DESC", "WEIGHT_DESC" ], "x-enumType": "KalturaPlaylistOrderBy" }, "playListTypeEqual": { "description": "Enum Type: `KalturaPlaylistType`", "enum": [ 3, 10, 101, 102 ], "type": "integer", "x-enumLabels": [ "STATIC_LIST", "DYNAMIC", "EXTERNAL", "PATH" ], "x-enumType": "KalturaPlaylistType" }, "playListTypeIn": { "type": "string" } }, "title": "KalturaPlaylistFilter", "type": "object" }, "KalturaPlaylistListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaPlaylist" }, "type": "array" } }, "title": "KalturaPlaylistListResponse", "type": "object" }, "KalturaPlaylistMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchMatchAttributeCondition" } ], "description": "Auto-generated class.\n Used to search KalturaPlaylist attributes. Use KalturaPlaylistMatchAttribute enum to provide attribute name.\n/", "properties": { "attribute": { "description": "Enum Type: `KalturaPlaylistMatchAttribute`", "enum": [ "adminTags", "categoriesIds", "creatorId", "description", "groupId", "id", "name", "referenceId", "replacedEntryId", "replacingEntryId", "searchText", "tags", "userId" ], "type": "string", "x-enumLabels": [ "ADMIN_TAGS", "CATEGORIES_IDS", "CREATOR_ID", "DESCRIPTION", "GROUP_ID", "ID", "NAME", "REFERENCE_ID", "REPLACED_ENTRY_ID", "REPLACING_ENTRY_ID", "SEARCH_TEXT", "TAGS", "USER_ID" ], "x-enumType": "KalturaPlaylistMatchAttribute" } }, "title": "KalturaPlaylistMatchAttributeCondition", "type": "object" }, "KalturaPluginData": { "anyOf": [ { "$ref": "#/definitions/KalturaPluginData" }, { "$ref": "#/definitions/KalturaDrmPlaybackPluginData" }, { "$ref": "#/definitions/KalturaDrmEntryContextPluginData" }, { "$ref": "#/definitions/KalturaFairplayEntryContextPluginData" }, { "$ref": "#/definitions/KalturaFairPlayPlaybackPluginData" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPluginData", "KalturaDrmPlaybackPluginData", "KalturaDrmEntryContextPluginData", "KalturaFairplayEntryContextPluginData", "KalturaFairPlayPlaybackPluginData" ], "type": "string" } }, "title": "KalturaPluginData", "type": "object" }, "KalturaPluginReplacementOptionsItem": { "anyOf": [ { "$ref": "#/definitions/KalturaMetadataReplacementOptionsItem" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaMetadataReplacementOptionsItem" ], "type": "string" } }, "title": "KalturaPluginReplacementOptionsItem", "type": "object", "x-abstract": true }, "KalturaPodcastDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionJobProviderData" } ], "properties": { "distributionProfileId": { "type": "integer" }, "metadataProfileId": { "type": "integer" }, "xml": { "type": "string" } }, "title": "KalturaPodcastDistributionJobProviderData", "type": "object" }, "KalturaPodcastDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfile" } ], "properties": { "feedId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "metadataProfileId": { "type": "integer" }, "xsl": { "type": "string" } }, "title": "KalturaPodcastDistributionProfile", "type": "object" }, "KalturaPodcastDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPodcastDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPodcastDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaPodcastDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaPodcastDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPodcastDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaPodcastDistributionProfileOrderBy" } }, "title": "KalturaPodcastDistributionProfileFilter", "type": "object" }, "KalturaPodcastDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaPodcastDistributionProvider", "type": "object" }, "KalturaPodcastDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPodcastDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPodcastDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaPodcastDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaPodcastDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPodcastDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaPodcastDistributionProviderOrderBy" } }, "title": "KalturaPodcastDistributionProviderFilter", "type": "object" }, "KalturaPostConvertJobData": { "allOf": [ { "$ref": "#/definitions/KalturaConvartableJobData" } ], "properties": { "createThumb": { "description": "Indicates if a thumbnail should be created", "type": "boolean" }, "customData": { "type": "string" }, "flavorAssetEncryptionKey": { "type": "string" }, "flavorAssetId": { "type": "string" }, "thumbBitrate": { "description": "The bit rate of the movie, will be used to comapare if this thumbnail is the best we can have", "type": "integer" }, "thumbHeight": { "description": "The height of the movie, will be used to comapare if this thumbnail is the best we can have", "type": "integer" }, "thumbOffset": { "description": "The position of the thumbnail in the media file", "type": "integer" }, "thumbPath": { "description": "The path of the created thumbnail", "type": "string" } }, "title": "KalturaPostConvertJobData", "type": "object" }, "KalturaPreviewRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaSessionRestriction" } ], "properties": { "previewLength": { "description": "The preview restriction length", "type": "integer" } }, "title": "KalturaPreviewRestriction", "type": "object" }, "KalturaProvisionJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaProvisionJobData" }, { "$ref": "#/definitions/KalturaAkamaiProvisionJobData" }, { "$ref": "#/definitions/KalturaAkamaiUniversalProvisionJobData" }, { "$ref": "#/definitions/KalturaVelocixProvisionJobData" } ], "discriminator": "objectType", "properties": { "backupEncoderIP": { "type": "string" }, "backupStreamID": { "type": "string" }, "encoderIP": { "type": "string" }, "encoderPassword": { "type": "string" }, "encoderUsername": { "type": "string" }, "endDate": { "type": "integer", "x-inputType": "datetime" }, "mediaType": { "type": "integer" }, "objectType": { "enum": [ "KalturaProvisionJobData", "KalturaAkamaiProvisionJobData", "KalturaAkamaiUniversalProvisionJobData", "KalturaVelocixProvisionJobData" ], "type": "string" }, "primaryBroadcastingUrl": { "type": "string" }, "returnVal": { "type": "string" }, "rtmp": { "type": "string" }, "secondaryBroadcastingUrl": { "type": "string" }, "streamID": { "type": "string" }, "streamName": { "type": "string" } }, "title": "KalturaProvisionJobData", "type": "object" }, "KalturaPushEventNotificationParameter": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationParameter" } ], "properties": { "queueKeyToken": { "type": "string" } }, "title": "KalturaPushEventNotificationParameter", "type": "object" }, "KalturaPushNotificationData": { "properties": { "queueKey": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "queueName": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "url": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaPushNotificationData", "type": "object" }, "KalturaPushNotificationParams": { "description": "Object which contains contextual entry-related data.", "properties": { "userParams": { "items": { "$ref": "#/definitions/KalturaPushEventNotificationParameter" }, "type": "array" } }, "title": "KalturaPushNotificationParams", "type": "object" }, "KalturaPushNotificationTemplate": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplate" } ], "properties": { "apiObjectType": { "description": "Kaltura API object type", "type": "string" }, "objectFormat": { "description": "Enum Type: `KalturaResponseType`\n\nKaltura Object format", "enum": [ 1, 2, 3, 4, 7, 8, 9 ], "type": "integer", "x-enumLabels": [ "RESPONSE_TYPE_JSON", "RESPONSE_TYPE_XML", "RESPONSE_TYPE_PHP", "RESPONSE_TYPE_PHP_ARRAY", "RESPONSE_TYPE_HTML", "RESPONSE_TYPE_MRSS", "RESPONSE_TYPE_JSONP" ], "x-enumType": "KalturaResponseType" }, "queueKeyParameters": { "items": { "$ref": "#/definitions/KalturaPushEventNotificationParameter" }, "type": "array" }, "queueNameParameters": { "items": { "$ref": "#/definitions/KalturaPushEventNotificationParameter" }, "type": "array" }, "responseProfileId": { "description": "Kaltura response-profile id", "type": "integer" } }, "title": "KalturaPushNotificationTemplate", "type": "object" }, "KalturaPushNotificationTemplateBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaPushNotificationTemplateFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaPushNotificationTemplateFilter" ], "type": "string" } }, "title": "KalturaPushNotificationTemplateBaseFilter", "type": "object", "x-abstract": true }, "KalturaPushNotificationTemplateFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPushNotificationTemplateBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaPushNotificationTemplateOrderBy" } }, "title": "KalturaPushNotificationTemplateFilter", "type": "object" }, "KalturaPushToNewsDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "bodyParamContent": { "type": "string" }, "currentVersion": { "type": "integer" } }, "title": "KalturaPushToNewsDistributionJobProviderData", "type": "object" }, "KalturaPushToNewsDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "basePath": { "type": "string" }, "bodyXslt": { "type": "string" }, "certificateKey": { "type": "string" }, "host": { "type": "string" }, "ips": { "type": "string" }, "namedItem": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "port": { "type": "integer" }, "protocol": { "description": "`insertOnly`\n\nEnum Type: `KalturaDistributionProtocol`", "enum": [ 1, 2, 3, 4, 5, 10 ], "type": "integer", "x-enumLabels": [ "FTP", "SCP", "SFTP", "HTTP", "HTTPS", "ASPERA" ], "x-enumType": "KalturaDistributionProtocol" }, "recentNewsTimeInterval": { "type": "integer" }, "username": { "type": "string" } }, "title": "KalturaPushToNewsDistributionProfile", "type": "object" }, "KalturaPushToNewsDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaPushToNewsDistributionProvider", "type": "object" }, "KalturaQuestionCuePoint": { "allOf": [ { "$ref": "#/definitions/KalturaCuePoint" } ], "properties": { "excludeFromScore": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "explanation": { "type": "string" }, "hint": { "type": "string" }, "optionalAnswers": { "items": { "$ref": "#/definitions/KalturaOptionalAnswer" }, "type": "array" }, "presentationOrder": { "type": "integer" }, "question": { "type": "string" }, "questionType": { "description": "Enum Type: `KalturaQuestionType`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8 ], "type": "integer", "x-enumLabels": [ "MULTIPLE_CHOICE_ANSWER", "TRUE_FALSE", "REFLECTION_POINT", "MULTIPLE_ANSWER_QUESTION", "FILL_IN_BLANK", "HOT_SPOT", "GO_TO", "OPEN_QUESTION" ], "x-enumType": "KalturaQuestionType" } }, "title": "KalturaQuestionCuePoint", "type": "object" }, "KalturaQuestionCuePointBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaCuePointFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaQuestionCuePointFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaQuestionCuePointFilter" ], "type": "string" }, "questionLike": { "type": "string" }, "questionMultiLikeAnd": { "type": "string" }, "questionMultiLikeOr": { "type": "string" } }, "title": "KalturaQuestionCuePointBaseFilter", "type": "object", "x-abstract": true }, "KalturaQuestionCuePointFilter": { "allOf": [ { "$ref": "#/definitions/KalturaQuestionCuePointBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+intId", "+partnerSortValue", "+startTime", "+triggeredAt", "+updatedAt", "-createdAt", "-intId", "-partnerSortValue", "-startTime", "-triggeredAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "INT_ID_ASC", "PARTNER_SORT_VALUE_ASC", "START_TIME_ASC", "TRIGGERED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "INT_ID_DESC", "PARTNER_SORT_VALUE_DESC", "START_TIME_DESC", "TRIGGERED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaQuestionCuePointOrderBy" } }, "title": "KalturaQuestionCuePointFilter", "type": "object" }, "KalturaQuickPlayDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "thumbnailFilePaths": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" }, "videoFilePaths": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" }, "xml": { "type": "string" } }, "title": "KalturaQuickPlayDistributionJobProviderData", "type": "object" }, "KalturaQuickPlayDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "channelCopyright": { "type": "string" }, "channelDescription": { "type": "string" }, "channelGenerator": { "type": "string" }, "channelImageHeight": { "type": "string" }, "channelImageLink": { "type": "string" }, "channelImageTitle": { "type": "string" }, "channelImageUrl": { "type": "string" }, "channelImageWidth": { "type": "string" }, "channelLanguage": { "type": "string" }, "channelLink": { "type": "string" }, "channelManagingEditor": { "type": "string" }, "channelRating": { "type": "string" }, "channelTitle": { "type": "string" }, "sftpBasePath": { "type": "string" }, "sftpHost": { "type": "string" }, "sftpLogin": { "type": "string" }, "sftpPass": { "type": "string" } }, "title": "KalturaQuickPlayDistributionProfile", "type": "object" }, "KalturaQuickPlayDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaQuickPlayDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaQuickPlayDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaQuickPlayDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaQuickPlayDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaQuickPlayDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaQuickPlayDistributionProfileOrderBy" } }, "title": "KalturaQuickPlayDistributionProfileFilter", "type": "object" }, "KalturaQuickPlayDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaQuickPlayDistributionProvider", "type": "object" }, "KalturaQuickPlayDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaQuickPlayDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaQuickPlayDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaQuickPlayDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaQuickPlayDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaQuickPlayDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaQuickPlayDistributionProviderOrderBy" } }, "title": "KalturaQuickPlayDistributionProviderFilter", "type": "object" }, "KalturaQuiz": { "properties": { "allowAnswerUpdate": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "allowDownload": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "attemptsAllowed": { "type": "integer" }, "scoreType": { "description": "Enum Type: `KalturaScoreType`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "HIGHEST", "LOWEST", "LATEST", "FIRST", "AVERAGE" ], "x-enumType": "KalturaScoreType" }, "showCorrectAfterSubmission": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "showCorrectKeyOnAnswer": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "showGradeAfterSubmission": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "showResultOnAnswer": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "uiAttributes": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaQuiz", "type": "object" }, "KalturaQuizAdvancedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "properties": { "isQuiz": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "title": "KalturaQuizAdvancedFilter", "type": "object" }, "KalturaQuizFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "properties": { "entryIdEqual": { "description": "This filter should be in use for retrieving only a specific quiz entry (identified by its entryId).", "type": "string" }, "entryIdIn": { "description": "This filter should be in use for retrieving few specific quiz entries (string should include comma separated list of entryId strings).", "type": "string" } }, "title": "KalturaQuizFilter", "type": "object" }, "KalturaQuizListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaQuiz" }, "type": "array" } }, "title": "KalturaQuizListResponse", "type": "object" }, "KalturaQuizUserEntry": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntry" } ], "properties": { "calculatedScore": { "description": "`readOnly`", "readOnly": true, "type": "number" }, "feedback": { "type": "string" }, "score": { "description": "`readOnly`", "readOnly": true, "type": "number" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaQuizUserEntry", "type": "object" }, "KalturaQuizUserEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaQuizUserEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaQuizUserEntryFilter" ], "type": "string" } }, "title": "KalturaQuizUserEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaQuizUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaQuizUserEntryBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaQuizUserEntryOrderBy" } }, "title": "KalturaQuizUserEntryFilter", "type": "object" }, "KalturaRatingCount": { "properties": { "count": { "type": "integer" }, "entryId": { "type": "string" }, "rank": { "type": "integer" } }, "title": "KalturaRatingCount", "type": "object" }, "KalturaRatingCountBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaRatingCountFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "entryIdEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaRatingCountFilter" ], "type": "string" }, "rankIn": { "type": "string" } }, "title": "KalturaRatingCountBaseFilter", "type": "object", "x-abstract": true }, "KalturaRatingCountFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRatingCountBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaRatingCountOrderBy" } }, "title": "KalturaRatingCountFilter", "type": "object" }, "KalturaRatingCountListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaRatingCount" }, "type": "array" } }, "title": "KalturaRatingCountListResponse", "type": "object" }, "KalturaReachProfile": { "properties": { "autoDisplayHumanCaptionsOnPlayer": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "autoDisplayMachineCaptionsOnPlayer": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "contentDeletionPolicy": { "description": "Enum Type: `KalturaReachProfileContentDeletionPolicy`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "DO_NOTHING", "DELETE_ONCE_PROCESSED", "DELETE_AFTER_WEEK", "DELETE_AFTER_MONTH", "DELETE_AFTER_THREE_MONTHS" ], "x-enumType": "KalturaReachProfileContentDeletionPolicy" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "credit": { "$ref": "#/definitions/KalturaBaseVendorCredit" }, "defaultOutputFormat": { "description": "Enum Type: `KalturaVendorCatalogItemOutputFormat`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "SRT", "DFXP", "VTT" ], "x-enumType": "KalturaVendorCatalogItemOutputFormat" }, "dictionaries": { "items": { "$ref": "#/definitions/KalturaDictionary" }, "type": "array" }, "enableAudioTags": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableHumanModeration": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableMachineModeration": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableMetadataExtraction": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableProfanityRemoval": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableSpeakerChangeIndication": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "flavorParamsIds": { "description": "Comma separated flavorParamsIds that the vendor should look for it matching asset when trying to download the asset", "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "labelAdditionForHumanServiceType": { "type": "string" }, "labelAdditionForMachineServiceType": { "type": "string" }, "maxCharactersPerCaptionLine": { "type": "integer" }, "name": { "description": "The name of the profile", "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "profileType": { "description": "Enum Type: `KalturaReachProfileType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "FREE_TRIAL", "PAID" ], "x-enumType": "KalturaReachProfileType" }, "rules": { "items": { "$ref": "#/definitions/KalturaRule" }, "type": "array" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaReachProfileStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaReachProfileStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "usedCredit": { "description": "`readOnly`", "readOnly": true, "type": "number" }, "vendorTaskProcessingRegion": { "description": "Enum Type: `KalturaVendorTaskProcessingRegion`\n\nIndicates in which region the task processing should task place", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "US", "EU" ], "x-enumType": "KalturaVendorTaskProcessingRegion" } }, "title": "KalturaReachProfile", "type": "object" }, "KalturaReachProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaReachProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaReachProfileFilter" ], "type": "string" }, "profileTypeEqual": { "description": "Enum Type: `KalturaReachProfileType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "FREE_TRIAL", "PAID" ], "x-enumType": "KalturaReachProfileType" }, "profileTypeIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaReachProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaReachProfileStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaReachProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaReachProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaReachProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaReachProfileOrderBy" } }, "title": "KalturaReachProfileFilter", "type": "object" }, "KalturaReachProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaReachProfile" }, "type": "array" } }, "title": "KalturaReachProfileListResponse", "type": "object" }, "KalturaReachReportInputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaReportInputFilter" } ], "properties": { "serviceFeature": { "description": "Enum Type: `KalturaVendorServiceFeature`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "type": "integer", "x-enumLabels": [ "CAPTIONS", "TRANSLATION", "ALIGNMENT", "AUDIO_DESCRIPTION", "CHAPTERING", "INTELLIGENT_TAGGING", "DUBBING", "LIVE_CAPTION", "EXTENDED_AUDIO_DESCRIPTION" ], "x-enumType": "KalturaVendorServiceFeature" }, "serviceType": { "description": "Enum Type: `KalturaVendorServiceType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "HUMAN", "MACHINE" ], "x-enumType": "KalturaVendorServiceType" }, "turnAroundTime": { "description": "Enum Type: `KalturaVendorServiceTurnAroundTime`", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 1800, 7200, 10800, 21600, 28800, 43200, 86400, 172800, 345600, 432000, 864000 ], "type": "integer", "x-enumLabels": [ "BEST_EFFORT", "IMMEDIATE", "ONE_BUSINESS_DAY", "TWO_BUSINESS_DAYS", "THREE_BUSINESS_DAYS", "FOUR_BUSINESS_DAYS", "FIVE_BUSINESS_DAYS", "SIX_BUSINESS_DAYS", "SEVEN_BUSINESS_DAYS", "THIRTY_MINUTES", "TWO_HOURS", "THREE_HOURS", "SIX_HOURS", "EIGHT_HOURS", "TWELVE_HOURS", "TWENTY_FOUR_HOURS", "FORTY_EIGHT_HOURS", "FOUR_DAYS", "FIVE_DAYS", "TEN_DAYS" ], "x-enumType": "KalturaVendorServiceTurnAroundTime" } }, "title": "KalturaReachReportInputFilter", "type": "object" }, "KalturaRecalculateCacheJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaRecalculateResponseProfileCacheJobData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaRecalculateResponseProfileCacheJobData" ], "type": "string" } }, "title": "KalturaRecalculateCacheJobData", "type": "object", "x-abstract": true }, "KalturaRecalculateResponseProfileCacheJobData": { "allOf": [ { "$ref": "#/definitions/KalturaRecalculateCacheJobData" } ], "properties": { "cachedObjectType": { "description": "Class name", "type": "string" }, "endObjectKey": { "type": "string" }, "ksType": { "description": "Enum Type: `KalturaSessionType`", "enum": [ 0, 2 ], "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" }, "objectId": { "type": "string" }, "protocol": { "description": "http / https", "type": "string" }, "startObjectKey": { "type": "string" }, "userRoles": { "items": { "$ref": "#/definitions/KalturaIntegerValue" }, "type": "array" } }, "title": "KalturaRecalculateResponseProfileCacheJobData", "type": "object" }, "KalturaRecordScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEvent" } ], "properties": {}, "title": "KalturaRecordScheduleEvent", "type": "object" }, "KalturaRecordScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaBlackoutScheduleEventFilter" }, { "$ref": "#/definitions/KalturaRecordScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaBlackoutScheduleEventFilter", "KalturaRecordScheduleEventFilter" ], "type": "string" } }, "title": "KalturaRecordScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaRecordScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRecordScheduleEventBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+endDate", "+priority", "+startDate", "+summary", "+updatedAt", "-createdAt", "-endDate", "-priority", "-startDate", "-summary", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "END_DATE_ASC", "PRIORITY_ASC", "START_DATE_ASC", "SUMMARY_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "END_DATE_DESC", "PRIORITY_DESC", "START_DATE_DESC", "SUMMARY_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaRecordScheduleEventOrderBy" } }, "title": "KalturaRecordScheduleEventFilter", "type": "object" }, "KalturaRegexCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "anyOf": [ { "$ref": "#/definitions/KalturaActionNameCondition" }, { "$ref": "#/definitions/KalturaHttpHeaderCondition" }, { "$ref": "#/definitions/KalturaUserAgentCondition" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaActionNameCondition", "KalturaHttpHeaderCondition", "KalturaUserAgentCondition" ], "type": "string" } }, "title": "KalturaRegexCondition", "type": "object", "x-abstract": true }, "KalturaRegexItem": { "properties": { "regex": { "type": "string" } }, "title": "KalturaRegexItem", "type": "object" }, "KalturaRegistrationUserEntry": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntry" } ], "properties": {}, "title": "KalturaRegistrationUserEntry", "type": "object" }, "KalturaRegistrationUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" } ], "properties": {}, "title": "KalturaRegistrationUserEntryFilter", "type": "object" }, "KalturaRelatedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaQuizFilter" }, { "$ref": "#/definitions/KalturaAssetFilter" }, { "$ref": "#/definitions/KalturaAttachmentAssetFilter" }, { "$ref": "#/definitions/KalturaTranscriptAssetFilter" }, { "$ref": "#/definitions/KalturaCaptionAssetFilter" }, { "$ref": "#/definitions/KalturaCaptionAssetItemFilter" }, { "$ref": "#/definitions/KalturaFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaLiveAssetFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorAssetFilter" }, { "$ref": "#/definitions/KalturaThumbAssetFilter" }, { "$ref": "#/definitions/KalturaTimedThumbAssetFilter" }, { "$ref": "#/definitions/KalturaBaseEntryFilter" }, { "$ref": "#/definitions/KalturaPlayableEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilter" }, { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, { "$ref": "#/definitions/KalturaLiveEntryFilter" }, { "$ref": "#/definitions/KalturaLiveChannelFilter" }, { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryFilter" }, { "$ref": "#/definitions/KalturaMixEntryFilter" }, { "$ref": "#/definitions/KalturaDataEntryFilter" }, { "$ref": "#/definitions/KalturaDocumentEntryFilter" }, { "$ref": "#/definitions/KalturaPlaylistFilter" }, { "$ref": "#/definitions/KalturaCategoryUserFilter" }, { "$ref": "#/definitions/KalturaUserFilter" }, { "$ref": "#/definitions/KalturaGroupFilter" }, { "$ref": "#/definitions/KalturaAdminUserFilter" }, { "$ref": "#/definitions/KalturaAccessControlFilter" }, { "$ref": "#/definitions/KalturaAccessControlProfileFilter" }, { "$ref": "#/definitions/KalturaAssetParamsFilter" }, { "$ref": "#/definitions/KalturaAssetParamsOutputFilter" }, { "$ref": "#/definitions/KalturaCaptionParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaDocumentFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" }, { "$ref": "#/definitions/KalturaImageFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaLiveParamsFilter" }, { "$ref": "#/definitions/KalturaMediaFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaPdfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaSwfFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaWidevineFlavorParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" }, { "$ref": "#/definitions/KalturaAuditTrailFilter" }, { "$ref": "#/definitions/KalturaCategoryFilter" }, { "$ref": "#/definitions/KalturaCategoryEntryFilter" }, { "$ref": "#/definitions/KalturaConfMapsFilter" }, { "$ref": "#/definitions/KalturaConversionProfileAssetParamsFilter" }, { "$ref": "#/definitions/KalturaConversionProfileFilter" }, { "$ref": "#/definitions/KalturaCuePointFilter" }, { "$ref": "#/definitions/KalturaAdCuePointFilter" }, { "$ref": "#/definitions/KalturaAnnotationFilter" }, { "$ref": "#/definitions/KalturaAnswerCuePointFilter" }, { "$ref": "#/definitions/KalturaCodeCuePointFilter" }, { "$ref": "#/definitions/KalturaEventCuePointFilter" }, { "$ref": "#/definitions/KalturaQuestionCuePointFilter" }, { "$ref": "#/definitions/KalturaThumbCuePointFilter" }, { "$ref": "#/definitions/KalturaEntryDistributionFilter" }, { "$ref": "#/definitions/KalturaEntryVendorTaskFilter" }, { "$ref": "#/definitions/KalturaFileAssetFilter" }, { "$ref": "#/definitions/KalturaGroupUserFilter" }, { "$ref": "#/definitions/KalturaLikeFilter" }, { "$ref": "#/definitions/KalturaLiveChannelSegmentFilter" }, { "$ref": "#/definitions/KalturaMetadataFilter" }, { "$ref": "#/definitions/KalturaPermissionFilter" }, { "$ref": "#/definitions/KalturaPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiActionPermissionItemFilter" }, { "$ref": "#/definitions/KalturaApiParameterPermissionItemFilter" }, { "$ref": "#/definitions/KalturaRatingCountFilter" }, { "$ref": "#/definitions/KalturaReachProfileFilter" }, { "$ref": "#/definitions/KalturaScheduleEventFilter" }, { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveRedirectScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveStreamScheduleEventFilter" }, { "$ref": "#/definitions/KalturaMeetingScheduleEventFilter" }, { "$ref": "#/definitions/KalturaBlackoutScheduleEventFilter" }, { "$ref": "#/definitions/KalturaRecordScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVodScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVirtualScheduleEventFilter" }, { "$ref": "#/definitions/KalturaScheduleEventResourceFilter" }, { "$ref": "#/definitions/KalturaScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaCameraScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLocationScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaSsoFilter" }, { "$ref": "#/definitions/KalturaUserEntryFilter" }, { "$ref": "#/definitions/KalturaPermissionLevelUserEntryFilter" }, { "$ref": "#/definitions/KalturaRegistrationUserEntryFilter" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntryFilter" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntryFilter" }, { "$ref": "#/definitions/KalturaQuizUserEntryFilter" }, { "$ref": "#/definitions/KalturaUserLoginDataFilter" }, { "$ref": "#/definitions/KalturaUserRoleFilter" }, { "$ref": "#/definitions/KalturaUserScorePropertiesFilter" }, { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaQuizFilter", "KalturaAssetFilter", "KalturaAttachmentAssetFilter", "KalturaTranscriptAssetFilter", "KalturaCaptionAssetFilter", "KalturaCaptionAssetItemFilter", "KalturaFlavorAssetFilter", "KalturaLiveAssetFilter", "KalturaWidevineFlavorAssetFilter", "KalturaThumbAssetFilter", "KalturaTimedThumbAssetFilter", "KalturaBaseEntryFilter", "KalturaPlayableEntryFilter", "KalturaMediaEntryFilter", "KalturaMediaEntryFilterForPlaylist", "KalturaExternalMediaEntryFilter", "KalturaLiveEntryFilter", "KalturaLiveChannelFilter", "KalturaLiveStreamEntryFilter", "KalturaLiveStreamAdminEntryFilter", "KalturaMixEntryFilter", "KalturaDataEntryFilter", "KalturaDocumentEntryFilter", "KalturaPlaylistFilter", "KalturaCategoryUserFilter", "KalturaUserFilter", "KalturaGroupFilter", "KalturaAdminUserFilter", "KalturaAccessControlFilter", "KalturaAccessControlProfileFilter", "KalturaAssetParamsFilter", "KalturaAssetParamsOutputFilter", "KalturaCaptionParamsFilter", "KalturaFlavorParamsFilter", "KalturaDocumentFlavorParamsFilter", "KalturaFlavorParamsOutputFilter", "KalturaDocumentFlavorParamsOutputFilter", "KalturaImageFlavorParamsOutputFilter", "KalturaMediaFlavorParamsOutputFilter", "KalturaPdfFlavorParamsOutputFilter", "KalturaSwfFlavorParamsOutputFilter", "KalturaWidevineFlavorParamsOutputFilter", "KalturaImageFlavorParamsFilter", "KalturaLiveParamsFilter", "KalturaMediaFlavorParamsFilter", "KalturaPdfFlavorParamsFilter", "KalturaSwfFlavorParamsFilter", "KalturaWidevineFlavorParamsFilter", "KalturaThumbParamsFilter", "KalturaThumbParamsOutputFilter", "KalturaAuditTrailFilter", "KalturaCategoryFilter", "KalturaCategoryEntryFilter", "KalturaConfMapsFilter", "KalturaConversionProfileAssetParamsFilter", "KalturaConversionProfileFilter", "KalturaCuePointFilter", "KalturaAdCuePointFilter", "KalturaAnnotationFilter", "KalturaAnswerCuePointFilter", "KalturaCodeCuePointFilter", "KalturaEventCuePointFilter", "KalturaQuestionCuePointFilter", "KalturaThumbCuePointFilter", "KalturaEntryDistributionFilter", "KalturaEntryVendorTaskFilter", "KalturaFileAssetFilter", "KalturaGroupUserFilter", "KalturaLikeFilter", "KalturaLiveChannelSegmentFilter", "KalturaMetadataFilter", "KalturaPermissionFilter", "KalturaPermissionItemFilter", "KalturaApiActionPermissionItemFilter", "KalturaApiParameterPermissionItemFilter", "KalturaRatingCountFilter", "KalturaReachProfileFilter", "KalturaScheduleEventFilter", "KalturaEntryScheduleEventFilter", "KalturaLiveRedirectScheduleEventFilter", "KalturaLiveStreamScheduleEventFilter", "KalturaMeetingScheduleEventFilter", "KalturaBlackoutScheduleEventFilter", "KalturaRecordScheduleEventFilter", "KalturaVodScheduleEventFilter", "KalturaVirtualScheduleEventFilter", "KalturaScheduleEventResourceFilter", "KalturaScheduleResourceFilter", "KalturaCameraScheduleResourceFilter", "KalturaLiveEntryScheduleResourceFilter", "KalturaLocationScheduleResourceFilter", "KalturaSsoFilter", "KalturaUserEntryFilter", "KalturaPermissionLevelUserEntryFilter", "KalturaRegistrationUserEntryFilter", "KalturaViewHistoryUserEntryFilter", "KalturaWatchLaterUserEntryFilter", "KalturaQuizUserEntryFilter", "KalturaUserLoginDataFilter", "KalturaUserRoleFilter", "KalturaUserScorePropertiesFilter", "KalturaVendorCatalogItemFilter", "KalturaVendorAlignmentCatalogItemFilter", "KalturaVendorAudioDescriptionCatalogItemFilter", "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorChapteringCatalogItemFilter", "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "KalturaVendorLiveCaptionCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter", "KalturaVendorDubbingCatalogItemFilter" ], "type": "string" } }, "title": "KalturaRelatedFilter", "type": "object", "x-abstract": true }, "KalturaRemoteDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "anyOf": [ { "$ref": "#/definitions/KalturaFtpDropFolder" }, { "$ref": "#/definitions/KalturaMicrosoftTeamsDropFolder" }, { "$ref": "#/definitions/KalturaScpDropFolder" }, { "$ref": "#/definitions/KalturaSftpDropFolder" }, { "$ref": "#/definitions/KalturaTrRdsDropFolder" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaFtpDropFolder", "KalturaMicrosoftTeamsDropFolder", "KalturaScpDropFolder", "KalturaSftpDropFolder", "KalturaTrRdsDropFolder" ], "type": "string" } }, "title": "KalturaRemoteDropFolder", "type": "object", "x-abstract": true }, "KalturaRemoteDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolderFilter" }, { "$ref": "#/definitions/KalturaFtpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSshDropFolderFilter" }, { "$ref": "#/definitions/KalturaScpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSftpDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaRemoteDropFolderFilter", "KalturaFtpDropFolderFilter", "KalturaSshDropFolderFilter", "KalturaScpDropFolderFilter", "KalturaSftpDropFolderFilter" ], "type": "string" } }, "title": "KalturaRemoteDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaRemoteDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolderBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolderFilter" }, { "$ref": "#/definitions/KalturaFtpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSshDropFolderFilter" }, { "$ref": "#/definitions/KalturaScpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSftpDropFolderFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaRemoteDropFolderFilter", "KalturaFtpDropFolderFilter", "KalturaSshDropFolderFilter", "KalturaScpDropFolderFilter", "KalturaSftpDropFolderFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaRemoteDropFolderOrderBy" } }, "title": "KalturaRemoteDropFolderFilter", "type": "object" }, "KalturaRemotePath": { "properties": { "storageProfileId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "uri": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaRemotePath", "type": "object" }, "KalturaRemotePathListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaRemotePath" }, "type": "array" } }, "title": "KalturaRemotePathListResponse", "type": "object" }, "KalturaRemoteStorageResource": { "allOf": [ { "$ref": "#/definitions/KalturaUrlResource" } ], "description": "Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won't be downloaded but a file sync object of URL type will point to the media URL.", "properties": { "storageProfileId": { "description": "ID of storage profile to be associated with the created file sync, used for file serving URL composing.", "type": "integer" } }, "title": "KalturaRemoteStorageResource", "type": "object" }, "KalturaRemoteStorageResources": { "allOf": [ { "$ref": "#/definitions/KalturaContentResource" } ], "description": "Used to ingest media that is available on remote server and accessible using the supplied URL, the media file won't be downloaded but a file sync object of URL type will point to the media URL.", "properties": { "resources": { "items": { "$ref": "#/definitions/KalturaRemoteStorageResource" }, "type": "array" } }, "title": "KalturaRemoteStorageResources", "type": "object" }, "KalturaReoccurringVendorCredit": { "allOf": [ { "$ref": "#/definitions/KalturaTimeRangeVendorCredit" } ], "properties": { "frequency": { "description": "Enum Type: `KalturaVendorCreditRecurrenceFrequency`", "enum": [ "day", "month", "week", "year" ], "type": "string", "x-enumLabels": [ "DAILY", "MONTHLY", "WEEKLY", "YEARLY" ], "x-enumType": "KalturaVendorCreditRecurrenceFrequency" } }, "title": "KalturaReoccurringVendorCredit", "type": "object" }, "KalturaReport": { "properties": { "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "description": { "description": "Report description", "type": "string" }, "id": { "description": "`readOnly`\n\nReport id", "readOnly": true, "type": "integer" }, "name": { "description": "Report name", "type": "string" }, "partnerId": { "description": "Partner id associated with the report", "type": "integer" }, "query": { "description": "Report query", "type": "string" }, "systemName": { "description": "Used to identify system reports in a friendly way", "type": "string" }, "updatedAt": { "description": "`readOnly`\n\nLast update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaReport", "type": "object" }, "KalturaReportBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "description": "`abstract`", "properties": { "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" } }, "title": "KalturaReportBaseFilter", "type": "object" }, "KalturaReportBaseTotal": { "properties": { "data": { "type": "string" }, "id": { "type": "string" } }, "title": "KalturaReportBaseTotal", "type": "object" }, "KalturaReportExportFile": { "properties": { "fileId": { "type": "string" }, "fileName": { "type": "string" } }, "title": "KalturaReportExportFile", "type": "object" }, "KalturaReportExportItem": { "properties": { "action": { "description": "Enum Type: `KalturaReportExportItemType`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "TABLE", "TOTAL", "GRAPH" ], "x-enumType": "KalturaReportExportItemType" }, "filter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "objectIds": { "type": "string" }, "order": { "type": "string" }, "reportTitle": { "type": "string" }, "reportType": { "description": "Enum Type: `KalturaReportType`", "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "title": "KalturaReportExportItem", "type": "object" }, "KalturaReportExportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "baseUrl": { "type": "string" }, "filePaths": { "type": "string" }, "files": { "items": { "$ref": "#/definitions/KalturaReportExportFile" }, "type": "array" }, "recipientEmail": { "type": "string" }, "reportItems": { "items": { "$ref": "#/definitions/KalturaReportExportItem" }, "type": "array" }, "reportsGroup": { "type": "string" } }, "title": "KalturaReportExportJobData", "type": "object" }, "KalturaReportExportParams": { "properties": { "baseUrl": { "type": "string" }, "recipientEmail": { "type": "string" }, "reportItems": { "items": { "$ref": "#/definitions/KalturaReportExportItem" }, "type": "array" }, "reportsItemsGroup": { "type": "string" }, "timeZoneOffset": { "description": "Time zone offset in minutes (between client to UTC)", "type": "integer" } }, "title": "KalturaReportExportParams", "type": "object" }, "KalturaReportExportResponse": { "properties": { "referenceJobId": { "type": "integer" }, "reportEmail": { "type": "string" } }, "title": "KalturaReportExportResponse", "type": "object" }, "KalturaReportFilter": { "properties": { "dimension": { "description": "The dimension whose values should be filtered", "type": "string" }, "orderBy": { "enum": [ "+createdAt", "-createdAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "CREATED_AT_DESC" ], "x-enumType": "KalturaReportOrderBy" }, "values": { "description": "The (comma separated) values to include in the filter", "type": "string" } }, "title": "KalturaReportFilter", "type": "object" }, "KalturaReportGraph": { "properties": { "data": { "type": "string" }, "id": { "type": "string" } }, "title": "KalturaReportGraph", "type": "object" }, "KalturaReportInputBaseFilter": { "anyOf": [ { "$ref": "#/definitions/KalturaReportInputBaseFilter" }, { "$ref": "#/definitions/KalturaReportInputFilter" }, { "$ref": "#/definitions/KalturaEndUserReportInputFilter" }, { "$ref": "#/definitions/KalturaReachReportInputFilter" } ], "discriminator": "objectType", "properties": { "fromDate": { "description": "Start date as Unix timestamp (In seconds)", "type": "integer", "x-inputType": "datetime" }, "fromDay": { "description": "Start day as string (YYYYMMDD)", "type": "string" }, "objectType": { "enum": [ "KalturaReportInputBaseFilter", "KalturaReportInputFilter", "KalturaEndUserReportInputFilter", "KalturaReachReportInputFilter" ], "type": "string" }, "toDate": { "description": "End date as Unix timestamp (In seconds)", "type": "integer", "x-inputType": "datetime" }, "toDay": { "description": "End date as string (YYYYMMDD)", "type": "string" } }, "title": "KalturaReportInputBaseFilter", "type": "object" }, "KalturaReportInputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaReportInputBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaReportInputFilter" }, { "$ref": "#/definitions/KalturaEndUserReportInputFilter" }, { "$ref": "#/definitions/KalturaReachReportInputFilter" } ], "discriminator": "objectType", "properties": { "applicationVersionIn": { "description": "filter by application version", "type": "string" }, "browserFamilyIn": { "description": "Filter by browser family", "type": "string" }, "browserIn": { "description": "Filter by browser", "type": "string" }, "canonicalUrlIn": { "description": "filter by canonical url", "type": "string" }, "categories": { "description": "Search objects in specified categories", "type": "string" }, "categoriesAncestorIdIn": { "description": "filter by categories ancestor", "type": "string" }, "categoriesIdsIn": { "description": "Search objects in specified category ids", "type": "string" }, "citiesIn": { "description": "Filter by city", "type": "string" }, "countryIn": { "description": "Filter by country", "type": "string" }, "crmIdIn": { "description": "filter by crm id", "type": "string" }, "customVar1In": { "description": "Filter by customVar1", "type": "string" }, "customVar2In": { "description": "Filter by customVar2", "type": "string" }, "customVar3In": { "description": "Filter by customVar3", "type": "string" }, "deviceIn": { "description": "Filter by device", "type": "string" }, "domainIn": { "description": "filter by domain", "type": "string" }, "entryCreatedAtGreaterThanOrEqual": { "description": "Entry created at greater than or equal as Unix timestamp", "type": "integer" }, "entryCreatedAtLessThanOrEqual": { "description": "Entry created at less than or equal as Unix timestamp", "type": "integer" }, "entryIdIn": { "type": "string" }, "entryOperator": { "$ref": "#/definitions/KalturaESearchEntryOperator" }, "errorCodeIn": { "description": "filter by error code", "type": "string" }, "hotspotIdIn": { "description": "filter by hotspot id", "type": "string" }, "interval": { "description": "Enum Type: `KalturaReportInterval`\n\nAggregated results according to interval", "enum": [ "days", "hours", "minutes", "months", "ten_minutes", "ten_seconds", "years" ], "type": "string", "x-enumLabels": [ "DAYS", "HOURS", "MINUTES", "MONTHS", "TEN_MINUTES", "TEN_SECONDS", "YEARS" ], "x-enumType": "KalturaReportInterval" }, "ispIn": { "description": "filter by isp", "type": "string" }, "keywords": { "description": "Search keywords to filter objects", "type": "string" }, "mediaTypeIn": { "description": "Filter by media types", "type": "string" }, "nodeIdsIn": { "description": "filter by node id", "type": "string" }, "objectType": { "enum": [ "KalturaReportInputFilter", "KalturaEndUserReportInputFilter", "KalturaReachReportInputFilter" ], "type": "string" }, "operatingSystemFamilyIn": { "description": "Filter by operating system family", "type": "string" }, "operatingSystemIn": { "description": "Filter by operating system", "type": "string" }, "originIn": { "description": "filter by origin", "type": "string" }, "ownerIdsIn": { "description": "Filter by entry owner", "type": "string" }, "playbackContextIdsIn": { "description": "filter by playback context ids", "type": "string" }, "playbackTypeIn": { "type": "string" }, "playerVersionIn": { "description": "filter by player version", "type": "string" }, "playlistIdIn": { "description": "filter by playlist id", "type": "string" }, "regionIn": { "description": "Filter by region", "type": "string" }, "rootEntryIdIn": { "description": "filter by root entry ids", "type": "string" }, "searchInAdminTags": { "description": "Search keywords in objects admin tags", "type": "boolean" }, "searchInTags": { "description": "Search keywords in objects tags", "type": "boolean" }, "sourceTypeIn": { "description": "Filter by source types", "type": "string" }, "timeZoneOffset": { "description": "Time zone offset in minutes", "type": "integer" }, "uiConfIdIn": { "description": "filter by ui conf id", "type": "string" }, "virtualEventIdIn": { "description": "filter by virtual event id", "type": "string" } }, "title": "KalturaReportInputFilter", "type": "object" }, "KalturaReportListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaReport" }, "type": "array" } }, "title": "KalturaReportListResponse", "type": "object" }, "KalturaReportResponse": { "properties": { "columns": { "type": "string" }, "results": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" } }, "title": "KalturaReportResponse", "type": "object" }, "KalturaReportResponseOptions": { "properties": { "delimiter": { "type": "string" }, "skipEmptyDates": { "type": "boolean" } }, "title": "KalturaReportResponseOptions", "type": "object" }, "KalturaReportTable": { "properties": { "data": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "header": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "totalCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaReportTable", "type": "object" }, "KalturaReportTotal": { "properties": { "data": { "type": "string" }, "header": { "type": "string" } }, "title": "KalturaReportTotal", "type": "object" }, "KalturaRequestConfiguration": { "description": "Define client request optional configurations\n /", "properties": { "ks": { "description": "Kaltura API session", "type": "string" }, "language": { "description": "language", "type": "string" }, "partnerId": { "description": "Impersonated partner id", "type": "integer" }, "responseProfile": { "$ref": "#/definitions/KalturaBaseResponseProfile" } }, "title": "KalturaRequestConfiguration", "type": "object" }, "KalturaResource": { "anyOf": [ { "$ref": "#/definitions/KalturaAssetParamsResourceContainer" }, { "$ref": "#/definitions/KalturaAssetsParamsResourceContainers" }, { "$ref": "#/definitions/KalturaUrlResource" }, { "$ref": "#/definitions/KalturaAssetResource" }, { "$ref": "#/definitions/KalturaEntryResource" }, { "$ref": "#/definitions/KalturaFileSyncResource" }, { "$ref": "#/definitions/KalturaOperationResource" }, { "$ref": "#/definitions/KalturaRemoteStorageResources" }, { "$ref": "#/definitions/KalturaStringResource" }, { "$ref": "#/definitions/KalturaRemoteStorageResource" }, { "$ref": "#/definitions/KalturaSshUrlResource" }, { "$ref": "#/definitions/KalturaWebcamTokenResource" }, { "$ref": "#/definitions/KalturaDropFolderFileResource" }, { "$ref": "#/definitions/KalturaServerFileResource" }, { "$ref": "#/definitions/KalturaUploadedFileResource" }, { "$ref": "#/definitions/KalturaUploadedFileTokenResource" } ], "description": "`abstract`\n\nUsed to ingest entry object, as single resource or list of resources accompanied by asset params ids.", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaAssetParamsResourceContainer", "KalturaAssetsParamsResourceContainers", "KalturaUrlResource", "KalturaAssetResource", "KalturaEntryResource", "KalturaFileSyncResource", "KalturaOperationResource", "KalturaRemoteStorageResources", "KalturaStringResource", "KalturaRemoteStorageResource", "KalturaSshUrlResource", "KalturaWebcamTokenResource", "KalturaDropFolderFileResource", "KalturaServerFileResource", "KalturaUploadedFileResource", "KalturaUploadedFileTokenResource" ], "type": "string" } }, "title": "KalturaResource", "type": "object", "x-abstract": true }, "KalturaResponseProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDetachedResponseProfile" } ], "properties": { "createdAt": { "description": "`readOnly`\n\nCreation time as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "id": { "description": "`readOnly`\n\nAuto generated numeric identifier", "readOnly": true, "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaResponseProfileStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaResponseProfileStatus" }, "systemName": { "description": "Unique system name", "type": "string" }, "updatedAt": { "description": "`readOnly`\n\nUpdate time as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "version": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaResponseProfile", "type": "object" }, "KalturaResponseProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaResponseProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaResponseProfileFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaResponseProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaResponseProfileStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaResponseProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaResponseProfileCacheRecalculateOptions": { "properties": { "cachedObjectType": { "description": "Class name", "type": "string" }, "endObjectKey": { "type": "string" }, "isFirstLoop": { "type": "boolean" }, "jobCreatedAt": { "type": "integer" }, "limit": { "description": "Maximum number of keys to recalculate", "type": "integer" }, "objectId": { "type": "string" }, "startObjectKey": { "type": "string" } }, "title": "KalturaResponseProfileCacheRecalculateOptions", "type": "object" }, "KalturaResponseProfileCacheRecalculateResults": { "properties": { "lastObjectKey": { "description": "Last recalculated id", "type": "string" }, "recalculated": { "description": "Number of recalculated keys", "type": "integer" } }, "title": "KalturaResponseProfileCacheRecalculateResults", "type": "object" }, "KalturaResponseProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaResponseProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaResponseProfileOrderBy" } }, "title": "KalturaResponseProfileFilter", "type": "object" }, "KalturaResponseProfileHolder": { "allOf": [ { "$ref": "#/definitions/KalturaBaseResponseProfile" } ], "properties": { "id": { "description": "Auto generated numeric identifier", "type": "integer" }, "systemName": { "description": "Unique system name", "type": "string" } }, "title": "KalturaResponseProfileHolder", "type": "object" }, "KalturaResponseProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaResponseProfile" }, "type": "array" } }, "title": "KalturaResponseProfileListResponse", "type": "object" }, "KalturaResponseProfileMapping": { "anyOf": [ { "$ref": "#/definitions/KalturaResponseProfileMapping" }, { "$ref": "#/definitions/KalturaMetadataResponseProfileMapping" } ], "discriminator": "objectType", "properties": { "allowNull": { "type": "boolean" }, "filterProperty": { "type": "string" }, "objectType": { "enum": [ "KalturaResponseProfileMapping", "KalturaMetadataResponseProfileMapping" ], "type": "string" }, "parentProperty": { "type": "string" } }, "title": "KalturaResponseProfileMapping", "type": "object" }, "KalturaRokuSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaConstantXsltSyndicationFeed" } ], "properties": {}, "title": "KalturaRokuSyndicationFeed", "type": "object" }, "KalturaRoomDetails": { "properties": { "entryId": { "type": "string" }, "expiry": { "type": "integer" }, "serverName": { "type": "string" }, "serverUrl": { "type": "string" }, "token": { "type": "string" } }, "title": "KalturaRoomDetails", "type": "object" }, "KalturaRule": { "properties": { "actions": { "items": { "$ref": "#/definitions/KalturaRuleAction" }, "type": "array" }, "code": { "description": "Code to be thrown to the player in case the rule is fulfilled", "type": "string" }, "conditions": { "items": { "$ref": "#/definitions/KalturaCondition" }, "type": "array" }, "contexts": { "items": { "$ref": "#/definitions/KalturaContextTypeHolder" }, "type": "array" }, "description": { "description": "Short Rule Description", "type": "string" }, "forceAdminValidation": { "description": "Enum Type: `KalturaNullableBoolean`\n\nIndicates if we should force ks validation for admin ks users as well", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "message": { "description": "Message to be thrown to the player in case the rule is fulfilled", "type": "string" }, "ruleData": { "description": "Rule Custom Data to allow saving rule specific information", "type": "string" }, "stopProcessing": { "description": "Indicates that this rule is enough and no need to continue checking the rest of the rules", "type": "boolean" } }, "title": "KalturaRule", "type": "object" }, "KalturaRuleAction": { "anyOf": [ { "$ref": "#/definitions/KalturaAccessControlBlockAction" }, { "$ref": "#/definitions/KalturaAccessControlDrmPolicyAction" }, { "$ref": "#/definitions/KalturaAccessControlLimitDeliveryProfilesAction" }, { "$ref": "#/definitions/KalturaAccessControlLimitFlavorsAction" }, { "$ref": "#/definitions/KalturaAccessControlLimitThumbnailCaptureAction" }, { "$ref": "#/definitions/KalturaAccessControlModifyRequestHostRegexAction" }, { "$ref": "#/definitions/KalturaAccessControlPreviewAction" }, { "$ref": "#/definitions/KalturaAccessControlServeRemoteEdgeServerAction" }, { "$ref": "#/definitions/KalturaAddEntryVendorTaskAction" }, { "$ref": "#/definitions/KalturaStorageAddAction" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaAccessControlBlockAction", "KalturaAccessControlDrmPolicyAction", "KalturaAccessControlLimitDeliveryProfilesAction", "KalturaAccessControlLimitFlavorsAction", "KalturaAccessControlLimitThumbnailCaptureAction", "KalturaAccessControlModifyRequestHostRegexAction", "KalturaAccessControlPreviewAction", "KalturaAccessControlServeRemoteEdgeServerAction", "KalturaAddEntryVendorTaskAction", "KalturaStorageAddAction" ], "type": "string" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaRuleActionType`\n\nThe type of the action", "enum": [ "drm.DRM_POLICY", "reach.ADD_ENTRY_VENDOR_TASK", "1", "2", "3", "4", "5", "6", "7", "8" ], "readOnly": true, "type": "string", "x-enumLabels": [ "DRM_POLICY", "ADD_ENTRY_VENDOR_TASK", "BLOCK", "PREVIEW", "LIMIT_FLAVORS", "ADD_TO_STORAGE", "LIMIT_DELIVERY_PROFILES", "SERVE_FROM_REMOTE_SERVER", "REQUEST_HOST_REGEX", "LIMIT_THUMBNAIL_CAPTURE" ], "x-enumType": "KalturaRuleActionType" } }, "title": "KalturaRuleAction", "type": "object", "x-abstract": true }, "KalturaS3DropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "properties": { "s3Host": { "type": "string" }, "s3Password": { "type": "string" }, "s3Region": { "type": "string" }, "s3UserId": { "type": "string" } }, "title": "KalturaS3DropFolder", "type": "object" }, "KalturaS3DropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": {}, "title": "KalturaS3DropFolderFile", "type": "object" }, "KalturaScheduleEvent": { "anyOf": [ { "$ref": "#/definitions/KalturaBlackoutScheduleEvent" }, { "$ref": "#/definitions/KalturaVirtualScheduleEvent" }, { "$ref": "#/definitions/KalturaMeetingScheduleEvent" }, { "$ref": "#/definitions/KalturaRecordScheduleEvent" }, { "$ref": "#/definitions/KalturaVodScheduleEvent" }, { "$ref": "#/definitions/KalturaLiveRedirectScheduleEvent" }, { "$ref": "#/definitions/KalturaLiveStreamScheduleEvent" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "classificationType": { "description": "Enum Type: `KalturaScheduleEventClassificationType`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "PUBLIC_EVENT", "PRIVATE_EVENT", "CONFIDENTIAL_EVENT" ], "x-enumType": "KalturaScheduleEventClassificationType" }, "comment": { "description": "Specifies non-processing information intended to provide a comment to the calendar user.", "type": "string" }, "contact": { "description": "Used to represent contact information or alternately a reference to contact information.", "type": "string" }, "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "duration": { "description": "Duration in seconds", "type": "integer" }, "endDate": { "type": "integer", "x-inputType": "datetime" }, "geoLatitude": { "description": "Specifies the global position for the activity", "type": "number" }, "geoLongitude": { "description": "Specifies the global position for the activity", "type": "number" }, "id": { "description": "`readOnly`\n\nAuto-generated unique identifier", "readOnly": true, "type": "integer" }, "linkedBy": { "description": "An array of Schedule Event Ids that their start time depends on the end of the current.", "type": "string" }, "linkedTo": { "$ref": "#/definitions/KalturaLinkedScheduleEvent" }, "location": { "description": "Defines the intended venue for the activity", "type": "string" }, "objectType": { "enum": [ "KalturaBlackoutScheduleEvent", "KalturaVirtualScheduleEvent", "KalturaMeetingScheduleEvent", "KalturaRecordScheduleEvent", "KalturaVodScheduleEvent", "KalturaLiveRedirectScheduleEvent", "KalturaLiveStreamScheduleEvent" ], "type": "string" }, "organizer": { "type": "string" }, "ownerId": { "type": "string" }, "parentId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "priority": { "description": "The value for the priority field.", "type": "integer" }, "recurrence": { "$ref": "#/definitions/KalturaScheduleEventRecurrence" }, "recurrenceType": { "description": "Enum Type: `KalturaScheduleEventRecurrenceType`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "NONE", "RECURRING", "RECURRENCE" ], "x-enumType": "KalturaScheduleEventRecurrenceType" }, "referenceId": { "type": "string" }, "sequence": { "description": "Defines the revision sequence number.", "type": "integer" }, "startDate": { "type": "integer", "x-inputType": "datetime" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaScheduleEventStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "CANCELLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaScheduleEventStatus" }, "summary": { "description": "Defines a short summary or subject for the event", "type": "string" }, "tags": { "type": "string" }, "updatedAt": { "description": "`readOnly`\n\nLast update as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaScheduleEvent", "type": "object", "x-abstract": true }, "KalturaScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduleEventFilter" }, { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveRedirectScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveStreamScheduleEventFilter" }, { "$ref": "#/definitions/KalturaMeetingScheduleEventFilter" }, { "$ref": "#/definitions/KalturaBlackoutScheduleEventFilter" }, { "$ref": "#/definitions/KalturaRecordScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVodScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVirtualScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "endDateGreaterThanOrEqual": { "type": "integer" }, "endDateLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "objectType": { "enum": [ "KalturaScheduleEventFilter", "KalturaEntryScheduleEventFilter", "KalturaLiveRedirectScheduleEventFilter", "KalturaLiveStreamScheduleEventFilter", "KalturaMeetingScheduleEventFilter", "KalturaBlackoutScheduleEventFilter", "KalturaRecordScheduleEventFilter", "KalturaVodScheduleEventFilter", "KalturaVirtualScheduleEventFilter" ], "type": "string" }, "ownerIdEqual": { "type": "string" }, "ownerIdIn": { "type": "string" }, "parentIdEqual": { "type": "integer" }, "parentIdIn": { "type": "string" }, "parentIdNotIn": { "type": "string" }, "priorityEqual": { "type": "integer" }, "priorityGreaterThanOrEqual": { "type": "integer" }, "priorityIn": { "type": "string" }, "priorityLessThanOrEqual": { "type": "integer" }, "recurrenceTypeEqual": { "description": "Enum Type: `KalturaScheduleEventRecurrenceType`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "NONE", "RECURRING", "RECURRENCE" ], "x-enumType": "KalturaScheduleEventRecurrenceType" }, "recurrenceTypeIn": { "type": "string" }, "referenceIdEqual": { "type": "string" }, "referenceIdIn": { "type": "string" }, "startDateGreaterThanOrEqual": { "type": "integer" }, "startDateLessThanOrEqual": { "type": "integer" }, "statusEqual": { "description": "Enum Type: `KalturaScheduleEventStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "CANCELLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaScheduleEventStatus" }, "statusIn": { "type": "string" }, "tagsLike": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleEventBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduleEventFilter" }, { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveRedirectScheduleEventFilter" }, { "$ref": "#/definitions/KalturaLiveStreamScheduleEventFilter" }, { "$ref": "#/definitions/KalturaMeetingScheduleEventFilter" }, { "$ref": "#/definitions/KalturaBlackoutScheduleEventFilter" }, { "$ref": "#/definitions/KalturaRecordScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVodScheduleEventFilter" }, { "$ref": "#/definitions/KalturaVirtualScheduleEventFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaScheduleEventFilter", "KalturaEntryScheduleEventFilter", "KalturaLiveRedirectScheduleEventFilter", "KalturaLiveStreamScheduleEventFilter", "KalturaMeetingScheduleEventFilter", "KalturaBlackoutScheduleEventFilter", "KalturaRecordScheduleEventFilter", "KalturaVodScheduleEventFilter", "KalturaVirtualScheduleEventFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+endDate", "+priority", "+startDate", "+summary", "+updatedAt", "-createdAt", "-endDate", "-priority", "-startDate", "-summary", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "END_DATE_ASC", "PRIORITY_ASC", "START_DATE_ASC", "SUMMARY_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "END_DATE_DESC", "PRIORITY_DESC", "START_DATE_DESC", "SUMMARY_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaScheduleEventOrderBy" }, "parentResourceIdsLike": { "type": "string" }, "parentResourceIdsMultiLikeAnd": { "type": "string" }, "parentResourceIdsMultiLikeOr": { "type": "string" }, "resourceIdEqual": { "type": "string" }, "resourceIdsLike": { "type": "string" }, "resourceIdsMultiLikeAnd": { "type": "string" }, "resourceIdsMultiLikeOr": { "type": "string" }, "resourceSystemNamesLike": { "type": "string" }, "resourceSystemNamesMultiLikeAnd": { "type": "string" }, "resourceSystemNamesMultiLikeOr": { "type": "string" }, "templateEntryCategoriesIdsLike": { "type": "string" }, "templateEntryCategoriesIdsMultiLikeAnd": { "type": "string" }, "templateEntryCategoriesIdsMultiLikeOr": { "type": "string" } }, "title": "KalturaScheduleEventFilter", "type": "object" }, "KalturaScheduleEventListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaScheduleEvent" }, "type": "array" } }, "title": "KalturaScheduleEventListResponse", "type": "object" }, "KalturaScheduleEventRecurrence": { "properties": { "byDay": { "description": "Comma separated of KalturaScheduleEventRecurrenceDay\n\nEach byDay value can also be preceded by a positive (+n) or negative (-n) integer.\n\nIf present, this indicates the nth occurrence of the specific day within the MONTHLY or YEARLY RRULE.\n\nFor example, within a MONTHLY rule, +1MO (or simply 1MO) represents the first Monday within the month, whereas -1MO represents the last Monday of the month.\n\nIf an integer modifier is not present, it means all days of this type within the specified frequency.\n\nFor example, within a MONTHLY rule, MO represents all Mondays within the month.", "type": "string" }, "byHour": { "description": "Comma separated numbers between 0 to 23", "type": "string" }, "byMinute": { "description": "Comma separated numbers between 0 to 59", "type": "string" }, "byMonth": { "description": "Comma separated numbers between 1 to 12", "type": "string" }, "byMonthDay": { "description": "Comma separated of numbers between -31 to 31, excluding 0.\n\nFor example, -10 represents the tenth to the last day of the month.", "type": "string" }, "byOffset": { "description": "Comma separated of numbers between -366 to 366, excluding 0.\n\nCorresponds to the nth occurrence within the set of events specified by the rule.\n\nIt must only be used in conjunction with another byrule part.\n\nFor example \"the last work day of the month\" could be represented as: frequency=MONTHLY;byDay=MO,TU,WE,TH,FR;byOffset=-1\n\nEach byOffset value can include a positive (+n) or negative (-n) integer.\n\nIf present, this indicates the nth occurrence of the specific occurrence within the set of events specified by the rule.", "type": "string" }, "bySecond": { "description": "Comma separated numbers between 0 to 59", "type": "string" }, "byWeekNumber": { "description": "Comma separated of numbers between -53 to 53, excluding 0.\n\nThis corresponds to weeks according to week numbering.\n\nA week is defined as a seven day period, starting on the day of the week defined to be the week start.\n\nWeek number one of the calendar year is the first week which contains at least four (4) days in that calendar year.\n\nThis rule part is only valid for YEARLY frequency.\n\nFor example, 3 represents the third week of the year.", "type": "string" }, "byYearDay": { "description": "Comma separated of numbers between -366 to 366, excluding 0.\n\nFor example, -1 represents the last day of the year (December 31st) and -306 represents the 306th to the last day of the year (March 1st).", "type": "string" }, "count": { "type": "integer" }, "frequency": { "description": "Enum Type: `KalturaScheduleEventRecurrenceFrequency`", "enum": [ "days", "hours", "minutes", "months", "seconds", "weeks", "years" ], "type": "string", "x-enumLabels": [ "DAILY", "HOURLY", "MINUTELY", "MONTHLY", "SECONDLY", "WEEKLY", "YEARLY" ], "x-enumType": "KalturaScheduleEventRecurrenceFrequency" }, "interval": { "type": "integer" }, "name": { "type": "string" }, "timeZone": { "description": "TimeZone String", "type": "string" }, "until": { "type": "integer" }, "weekStartDay": { "description": "Enum Type: `KalturaScheduleEventRecurrenceDay`", "enum": [ "FR", "MO", "SA", "SU", "TH", "TU", "WE" ], "type": "string", "x-enumLabels": [ "FRIDAY", "MONDAY", "SATURDAY", "SUNDAY", "THURSDAY", "TUESDAY", "WEDNESDAY" ], "x-enumType": "KalturaScheduleEventRecurrenceDay" } }, "title": "KalturaScheduleEventRecurrence", "type": "object" }, "KalturaScheduleEventResource": { "properties": { "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "eventId": { "description": "`insertOnly`", "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "resourceId": { "description": "`insertOnly`", "type": "integer" }, "updatedAt": { "description": "`readOnly`\n\nLast update as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaScheduleEventResource", "type": "object" }, "KalturaScheduleEventResourceBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduleEventResourceFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "eventIdEqual": { "type": "integer" }, "eventIdIn": { "type": "string" }, "objectType": { "enum": [ "KalturaScheduleEventResourceFilter" ], "type": "string" }, "resourceIdEqual": { "type": "integer" }, "resourceIdIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaScheduleEventResourceBaseFilter", "type": "object", "x-abstract": true }, "KalturaScheduleEventResourceFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleEventResourceBaseFilter" } ], "properties": { "eventIdOrItsParentIdEqual": { "description": "Find event-resource objects that associated with the event, if none found, find by its parent event", "type": "integer" }, "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaScheduleEventResourceOrderBy" } }, "title": "KalturaScheduleEventResourceFilter", "type": "object" }, "KalturaScheduleEventResourceListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaScheduleEventResource" }, "type": "array" } }, "title": "KalturaScheduleEventResourceListResponse", "type": "object" }, "KalturaScheduleResource": { "anyOf": [ { "$ref": "#/definitions/KalturaCameraScheduleResource" }, { "$ref": "#/definitions/KalturaLiveEntryScheduleResource" }, { "$ref": "#/definitions/KalturaLocationScheduleResource" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "id": { "description": "`readOnly`\n\nAuto-generated unique identifier", "readOnly": true, "type": "integer" }, "name": { "description": "Defines a short name", "type": "string" }, "objectType": { "enum": [ "KalturaCameraScheduleResource", "KalturaLiveEntryScheduleResource", "KalturaLocationScheduleResource" ], "type": "string" }, "parentId": { "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaScheduleResourceStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaScheduleResourceStatus" }, "systemName": { "description": "Defines a unique system-name", "type": "string" }, "tags": { "type": "string" }, "updatedAt": { "description": "`readOnly`\n\nLast update as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaScheduleResource", "type": "object", "x-abstract": true }, "KalturaScheduleResourceBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaCameraScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLocationScheduleResourceFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "nameEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaScheduleResourceFilter", "KalturaCameraScheduleResourceFilter", "KalturaLiveEntryScheduleResourceFilter", "KalturaLocationScheduleResourceFilter" ], "type": "string" }, "parentIdEqual": { "type": "integer" }, "parentIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaScheduleResourceStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaScheduleResourceStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "tagsLike": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaScheduleResourceBaseFilter", "type": "object", "x-abstract": true }, "KalturaScheduleResourceFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleResourceBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaCameraScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLiveEntryScheduleResourceFilter" }, { "$ref": "#/definitions/KalturaLocationScheduleResourceFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaScheduleResourceFilter", "KalturaCameraScheduleResourceFilter", "KalturaLiveEntryScheduleResourceFilter", "KalturaLocationScheduleResourceFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaScheduleResourceOrderBy" } }, "title": "KalturaScheduleResourceFilter", "type": "object" }, "KalturaScheduleResourceListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaScheduleResource" }, "type": "array" } }, "title": "KalturaScheduleResourceListResponse", "type": "object" }, "KalturaScheduledTaskJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "fileFormat": { "description": "Enum Type: `KalturaDryRunFileType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "LIST_RESPONSE", "CSV" ], "x-enumType": "KalturaDryRunFileType" }, "maxResults": { "type": "integer" }, "referenceTime": { "type": "integer" }, "resultsFilePath": { "type": "string" }, "totalCount": { "type": "integer" } }, "title": "KalturaScheduledTaskJobData", "type": "object" }, "KalturaScheduledTaskProfile": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "lastExecutionStartedAt": { "type": "integer" }, "maxTotalCountAllowed": { "description": "The maximum number of result count allowed to be processed by this profile per execution", "type": "integer" }, "name": { "type": "string" }, "objectFilter": { "$ref": "#/definitions/KalturaFilter" }, "objectFilterEngineType": { "description": "Enum Type: `KalturaObjectFilterEngineType`\n\nThe type of engine to use to list objects using the given \"objectFilter\"", "enum": [ "1", "2" ], "type": "string", "x-enumLabels": [ "ENTRY", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaObjectFilterEngineType" }, "objectTasks": { "items": { "$ref": "#/definitions/KalturaObjectTask" }, "type": "array" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "Enum Type: `KalturaScheduledTaskProfileStatus`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED", "SUSPENDED", "DRY_RUN_ONLY" ], "x-enumType": "KalturaScheduledTaskProfileStatus" }, "systemName": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaScheduledTaskProfile", "type": "object" }, "KalturaScheduledTaskProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScheduledTaskProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "lastExecutionStartedAtGreaterThanOrEqual": { "type": "integer" }, "lastExecutionStartedAtLessThanOrEqual": { "type": "integer" }, "lastExecutionStartedAtLessThanOrEqualOrNull": { "type": "integer" }, "objectType": { "enum": [ "KalturaScheduledTaskProfileFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaScheduledTaskProfileStatus`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED", "SUSPENDED", "DRY_RUN_ONLY" ], "x-enumType": "KalturaScheduledTaskProfileStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaScheduledTaskProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaScheduledTaskProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduledTaskProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+lastExecutionStartedAt", "+updatedAt", "-createdAt", "-id", "-lastExecutionStartedAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "LAST_EXECUTION_STARTED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "LAST_EXECUTION_STARTED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaScheduledTaskProfileOrderBy" } }, "title": "KalturaScheduledTaskProfileFilter", "type": "object" }, "KalturaScheduledTaskProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaScheduledTaskProfile" }, "type": "array" } }, "title": "KalturaScheduledTaskProfileListResponse", "type": "object" }, "KalturaScheduledVendorTaskData": { "allOf": [ { "$ref": "#/definitions/KalturaVendorTaskData" } ], "properties": { "endDate": { "description": "`insertOnly`", "type": "integer", "x-inputType": "datetime" }, "scheduledEventId": { "description": "`insertOnly`", "type": "integer" }, "startDate": { "description": "`insertOnly`", "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaScheduledVendorTaskData", "type": "object" }, "KalturaScheduler": { "properties": { "configs": { "items": { "$ref": "#/definitions/KalturaSchedulerConfig" }, "type": "array" }, "configuredId": { "description": "The id as configured in the batch config", "type": "integer" }, "createdAt": { "description": "`readOnly`\n\ncreation time", "readOnly": true, "type": "integer" }, "host": { "description": "The host name", "type": "string" }, "id": { "description": "`readOnly`\n\nThe id of the Scheduler", "readOnly": true, "type": "integer" }, "lastStatus": { "description": "`readOnly`\n\nlast status time", "readOnly": true, "type": "integer" }, "lastStatusStr": { "description": "`readOnly`\n\nlast status formated", "readOnly": true, "type": "string" }, "name": { "description": "The scheduler name", "type": "string" }, "statuses": { "items": { "$ref": "#/definitions/KalturaSchedulerStatus" }, "type": "array" }, "workers": { "items": { "$ref": "#/definitions/KalturaSchedulerWorker" }, "type": "array" } }, "title": "KalturaScheduler", "type": "object" }, "KalturaSchedulerConfig": { "properties": { "commandId": { "description": "Id of the control panel command that created this config item", "type": "string" }, "commandStatus": { "description": "The status of the control panel command", "type": "string" }, "createdBy": { "description": "Creator name", "type": "string" }, "id": { "description": "`readOnly`\n\nThe id of the Category", "readOnly": true, "type": "integer" }, "schedulerConfiguredId": { "description": "The configured id of the scheduler", "type": "integer" }, "schedulerId": { "description": "The id of the scheduler", "type": "integer" }, "schedulerName": { "description": "The name of the scheduler", "type": "string" }, "updatedBy": { "description": "Updater name", "type": "string" }, "value": { "description": "The value of the variable", "type": "string" }, "variable": { "description": "The name of the variable", "type": "string" }, "variablePart": { "description": "The part of the variable", "type": "string" }, "workerConfiguredId": { "description": "The configured id of the job worker", "type": "integer" }, "workerId": { "description": "The id of the job worker", "type": "integer" }, "workerName": { "description": "The name of the job worker", "type": "string" } }, "title": "KalturaSchedulerConfig", "type": "object" }, "KalturaSchedulerListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaScheduler" }, "type": "array" } }, "title": "KalturaSchedulerListResponse", "type": "object" }, "KalturaSchedulerStatus": { "properties": { "id": { "description": "`readOnly`\n\nThe id of the Category", "readOnly": true, "type": "integer" }, "schedulerConfiguredId": { "description": "The configured id of the scheduler", "type": "integer" }, "schedulerId": { "description": "`readOnly`\n\nThe id of the scheduler", "readOnly": true, "type": "integer" }, "type": { "description": "Enum Type: `KalturaSchedulerStatusType`\n\nThe status type", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8 ], "type": "integer", "x-enumLabels": [ "RUNNING_BATCHES_COUNT", "RUNNING_BATCHES_CPU", "RUNNING_BATCHES_MEMORY", "RUNNING_BATCHES_NETWORK", "RUNNING_BATCHES_DISC_IO", "RUNNING_BATCHES_DISC_SPACE", "RUNNING_BATCHES_IS_RUNNING", "RUNNING_BATCHES_LAST_EXECUTION_TIME" ], "x-enumType": "KalturaSchedulerStatusType" }, "value": { "description": "The status value", "type": "integer" }, "workerConfiguredId": { "description": "The configured id of the job worker", "type": "integer" }, "workerId": { "description": "`readOnly`\n\nThe id of the worker", "readOnly": true, "type": "integer" }, "workerType": { "description": "Enum Type: `KalturaBatchJobType`\n\nThe type of the job worker.", "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" } }, "title": "KalturaSchedulerStatus", "type": "object" }, "KalturaSchedulerStatusResponse": { "properties": { "controlPanelCommands": { "items": { "$ref": "#/definitions/KalturaControlPanelCommand" }, "type": "array" }, "queuesStatus": { "items": { "$ref": "#/definitions/KalturaBatchQueuesStatus" }, "type": "array" }, "schedulerConfigs": { "items": { "$ref": "#/definitions/KalturaSchedulerConfig" }, "type": "array" } }, "title": "KalturaSchedulerStatusResponse", "type": "object" }, "KalturaSchedulerWorker": { "properties": { "avgWait": { "description": "Avarage time between creation and queue time", "type": "integer" }, "avgWork": { "description": "Avarage time between queue time end finish time", "type": "integer" }, "configs": { "items": { "$ref": "#/definitions/KalturaSchedulerConfig" }, "type": "array" }, "configuredId": { "description": "The id as configured in the batch config", "type": "integer" }, "id": { "description": "`readOnly`\n\nThe id of the Worker", "readOnly": true, "type": "integer" }, "lastStatus": { "description": "last status time", "type": "integer" }, "lastStatusStr": { "description": "last status formated", "type": "string" }, "lockedJobs": { "items": { "$ref": "#/definitions/KalturaBatchJob" }, "type": "array" }, "name": { "description": "The scheduler name", "type": "string" }, "schedulerConfiguredId": { "description": "The id of the scheduler as configured in the batch config", "type": "integer" }, "schedulerId": { "description": "The id of the Scheduler", "type": "integer" }, "statuses": { "items": { "$ref": "#/definitions/KalturaSchedulerStatus" }, "type": "array" }, "type": { "description": "Enum Type: `KalturaBatchJobType`\n\nThe worker type", "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "typeName": { "description": "The friendly name of the type", "type": "string" } }, "title": "KalturaSchedulerWorker", "type": "object" }, "KalturaSchedulerWorkerListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaSchedulerWorker" }, "type": "array" } }, "title": "KalturaSchedulerWorkerListResponse", "type": "object" }, "KalturaScope": { "anyOf": [ { "$ref": "#/definitions/KalturaScope" }, { "$ref": "#/definitions/KalturaEventNotificationScope" }, { "$ref": "#/definitions/KalturaEventNotificationDispatchScope" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaScope", "KalturaEventNotificationScope", "KalturaEventNotificationDispatchScope" ], "type": "string" } }, "title": "KalturaScope", "type": "object" }, "KalturaScpDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaSshDropFolder" } ], "properties": {}, "title": "KalturaScpDropFolder", "type": "object" }, "KalturaScpDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSshDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScpDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaScpDropFolderFilter" ], "type": "string" } }, "title": "KalturaScpDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaScpDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScpDropFolderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaScpDropFolderOrderBy" } }, "title": "KalturaScpDropFolderFilter", "type": "object" }, "KalturaSearch": { "anyOf": [ { "$ref": "#/definitions/KalturaSearch" }, { "$ref": "#/definitions/KalturaSearchResult" } ], "discriminator": "objectType", "properties": { "authData": { "type": "string" }, "extraData": { "description": "Use this field to pass dynamic data for searching\n\nFor example - if you set this field to \"mymovies_$partner_id\"\n\nThe $partner_id will be automatically replcaed with your real partner Id", "type": "string" }, "keyWords": { "type": "string" }, "mediaType": { "description": "Enum Type: `KalturaMediaType`", "enum": [ 1, 2, 5, 201, 202, 203, 204 ], "type": "integer", "x-enumLabels": [ "VIDEO", "IMAGE", "AUDIO", "LIVE_STREAM_FLASH", "LIVE_STREAM_WINDOWS_MEDIA", "LIVE_STREAM_REAL_MEDIA", "LIVE_STREAM_QUICKTIME" ], "x-enumType": "KalturaMediaType" }, "objectType": { "enum": [ "KalturaSearch", "KalturaSearchResult" ], "type": "string" }, "searchSource": { "description": "Enum Type: `KalturaSearchProviderType`", "enum": [ 3, 4, 7, 8, 9, 10, 11, 12, 13, 20, 21, 22, 23, 24, 28, 100 ], "type": "integer", "x-enumLabels": [ "FLICKR", "YOUTUBE", "MYSPACE", "PHOTOBUCKET", "JAMENDO", "CCMIXTER", "NYPL", "CURRENT", "MEDIA_COMMONS", "KALTURA", "KALTURA_USER_CLIPS", "ARCHIVE_ORG", "KALTURA_PARTNER", "METACAFE", "SEARCH_PROXY", "PARTNER_SPECIFIC" ], "x-enumType": "KalturaSearchProviderType" } }, "title": "KalturaSearch", "type": "object" }, "KalturaSearchAuthData": { "properties": { "authData": { "description": "The authentication data that further should be used for search", "type": "string" }, "loginUrl": { "description": "Login URL when user need to sign-in and authorize the search", "type": "string" }, "message": { "description": "Information when there was an error", "type": "string" } }, "title": "KalturaSearchAuthData", "type": "object" }, "KalturaSearchComparableAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaAttributeCondition" } ], "anyOf": [ { "$ref": "#/definitions/KalturaBaseEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaDataEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaDocumentEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaExternalMediaEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveChannelCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaMediaEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaMixEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaPlayableEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaPlaylistCompareAttributeCondition" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "comparison": { "description": "Enum Type: `KalturaSearchConditionComparison`", "enum": [ "1", "2", "3", "4", "5", "6" ], "type": "string", "x-enumLabels": [ "EQUAL", "GREATER_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN", "LESS_THAN_OR_EQUAL", "NOT_EQUAL" ], "x-enumType": "KalturaSearchConditionComparison" }, "objectType": { "enum": [ "KalturaBaseEntryCompareAttributeCondition", "KalturaDataEntryCompareAttributeCondition", "KalturaDocumentEntryCompareAttributeCondition", "KalturaExternalMediaEntryCompareAttributeCondition", "KalturaLiveChannelCompareAttributeCondition", "KalturaLiveEntryCompareAttributeCondition", "KalturaLiveStreamAdminEntryCompareAttributeCondition", "KalturaLiveStreamEntryCompareAttributeCondition", "KalturaMediaEntryCompareAttributeCondition", "KalturaMixEntryCompareAttributeCondition", "KalturaPlayableEntryCompareAttributeCondition", "KalturaPlaylistCompareAttributeCondition" ], "type": "string" } }, "title": "KalturaSearchComparableAttributeCondition", "type": "object", "x-abstract": true }, "KalturaSearchComparableCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchCondition" } ], "properties": { "comparison": { "description": "Enum Type: `KalturaSearchConditionComparison`", "enum": [ "1", "2", "3", "4", "5", "6" ], "type": "string", "x-enumLabels": [ "EQUAL", "GREATER_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN", "LESS_THAN_OR_EQUAL", "NOT_EQUAL" ], "x-enumType": "KalturaSearchConditionComparison" } }, "title": "KalturaSearchComparableCondition", "type": "object" }, "KalturaSearchCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSearchCondition" }, { "$ref": "#/definitions/KalturaSearchComparableCondition" }, { "$ref": "#/definitions/KalturaSearchMatchCondition" } ], "discriminator": "objectType", "properties": { "field": { "type": "string" }, "objectType": { "enum": [ "KalturaSearchCondition", "KalturaSearchComparableCondition", "KalturaSearchMatchCondition" ], "type": "string" }, "value": { "type": "string" } }, "title": "KalturaSearchCondition", "type": "object" }, "KalturaSearchItem": { "anyOf": [ { "$ref": "#/definitions/KalturaCatalogItemAdvancedFilter" }, { "$ref": "#/definitions/KalturaCategoryEntryAdvancedFilter" }, { "$ref": "#/definitions/KalturaCategoryUserAdvancedFilter" }, { "$ref": "#/definitions/KalturaContentDistributionSearchItem" }, { "$ref": "#/definitions/KalturaEntryCaptionAdvancedFilter" }, { "$ref": "#/definitions/KalturaEntryCaptionAssetSearchItem" }, { "$ref": "#/definitions/KalturaEntryCuePointSearchFilter" }, { "$ref": "#/definitions/KalturaEntryTranscriptAssetSearchItem" }, { "$ref": "#/definitions/KalturaForensicWatermarkAdvancedFilter" }, { "$ref": "#/definitions/KalturaIndexAdvancedFilter" }, { "$ref": "#/definitions/KalturaQuizAdvancedFilter" }, { "$ref": "#/definitions/KalturaSearchCondition" }, { "$ref": "#/definitions/KalturaSearchOperator" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntryAdvancedFilter" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntryAdvancedFilter" }, { "$ref": "#/definitions/KalturaBaseEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaDataEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaDocumentEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaExternalMediaEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveChannelCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaMediaEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaMixEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaPlayableEntryCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaPlaylistCompareAttributeCondition" }, { "$ref": "#/definitions/KalturaBaseEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaDataEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaDocumentEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaExternalMediaEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveChannelMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaMediaEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaMixEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaPlayableEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaPlaylistMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaEntryIndexAdvancedFilter" }, { "$ref": "#/definitions/KalturaSearchComparableCondition" }, { "$ref": "#/definitions/KalturaSearchMatchCondition" }, { "$ref": "#/definitions/KalturaDynamicObjectSearchItem" }, { "$ref": "#/definitions/KalturaMetadataSearchItem" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaCatalogItemAdvancedFilter", "KalturaCategoryEntryAdvancedFilter", "KalturaCategoryUserAdvancedFilter", "KalturaContentDistributionSearchItem", "KalturaEntryCaptionAdvancedFilter", "KalturaEntryCaptionAssetSearchItem", "KalturaEntryCuePointSearchFilter", "KalturaEntryTranscriptAssetSearchItem", "KalturaForensicWatermarkAdvancedFilter", "KalturaIndexAdvancedFilter", "KalturaQuizAdvancedFilter", "KalturaSearchCondition", "KalturaSearchOperator", "KalturaViewHistoryUserEntryAdvancedFilter", "KalturaWatchLaterUserEntryAdvancedFilter", "KalturaBaseEntryCompareAttributeCondition", "KalturaDataEntryCompareAttributeCondition", "KalturaDocumentEntryCompareAttributeCondition", "KalturaExternalMediaEntryCompareAttributeCondition", "KalturaLiveChannelCompareAttributeCondition", "KalturaLiveEntryCompareAttributeCondition", "KalturaLiveStreamAdminEntryCompareAttributeCondition", "KalturaLiveStreamEntryCompareAttributeCondition", "KalturaMediaEntryCompareAttributeCondition", "KalturaMixEntryCompareAttributeCondition", "KalturaPlayableEntryCompareAttributeCondition", "KalturaPlaylistCompareAttributeCondition", "KalturaBaseEntryMatchAttributeCondition", "KalturaDataEntryMatchAttributeCondition", "KalturaDocumentEntryMatchAttributeCondition", "KalturaExternalMediaEntryMatchAttributeCondition", "KalturaLiveChannelMatchAttributeCondition", "KalturaLiveEntryMatchAttributeCondition", "KalturaLiveStreamAdminEntryMatchAttributeCondition", "KalturaLiveStreamEntryMatchAttributeCondition", "KalturaMediaEntryMatchAttributeCondition", "KalturaMixEntryMatchAttributeCondition", "KalturaPlayableEntryMatchAttributeCondition", "KalturaPlaylistMatchAttributeCondition", "KalturaEntryIndexAdvancedFilter", "KalturaSearchComparableCondition", "KalturaSearchMatchCondition", "KalturaDynamicObjectSearchItem", "KalturaMetadataSearchItem" ], "type": "string" } }, "title": "KalturaSearchItem", "type": "object", "x-abstract": true }, "KalturaSearchMatchAttributeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaAttributeCondition" } ], "anyOf": [ { "$ref": "#/definitions/KalturaBaseEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaDataEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaDocumentEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaExternalMediaEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveChannelMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamAdminEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaLiveStreamEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaMediaEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaMixEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaPlayableEntryMatchAttributeCondition" }, { "$ref": "#/definitions/KalturaPlaylistMatchAttributeCondition" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "not": { "type": "boolean" }, "objectType": { "enum": [ "KalturaBaseEntryMatchAttributeCondition", "KalturaDataEntryMatchAttributeCondition", "KalturaDocumentEntryMatchAttributeCondition", "KalturaExternalMediaEntryMatchAttributeCondition", "KalturaLiveChannelMatchAttributeCondition", "KalturaLiveEntryMatchAttributeCondition", "KalturaLiveStreamAdminEntryMatchAttributeCondition", "KalturaLiveStreamEntryMatchAttributeCondition", "KalturaMediaEntryMatchAttributeCondition", "KalturaMixEntryMatchAttributeCondition", "KalturaPlayableEntryMatchAttributeCondition", "KalturaPlaylistMatchAttributeCondition" ], "type": "string" } }, "title": "KalturaSearchMatchAttributeCondition", "type": "object", "x-abstract": true }, "KalturaSearchMatchCondition": { "allOf": [ { "$ref": "#/definitions/KalturaSearchCondition" } ], "properties": { "not": { "type": "boolean" } }, "title": "KalturaSearchMatchCondition", "type": "object" }, "KalturaSearchOperator": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSearchOperator" }, { "$ref": "#/definitions/KalturaDynamicObjectSearchItem" }, { "$ref": "#/definitions/KalturaMetadataSearchItem" } ], "discriminator": "objectType", "properties": { "items": { "items": { "$ref": "#/definitions/KalturaSearchItem" }, "type": "array" }, "objectType": { "enum": [ "KalturaSearchOperator", "KalturaDynamicObjectSearchItem", "KalturaMetadataSearchItem" ], "type": "string" }, "type": { "description": "Enum Type: `KalturaSearchOperatorType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "SEARCH_AND", "SEARCH_OR" ], "x-enumType": "KalturaSearchOperatorType" } }, "title": "KalturaSearchOperator", "type": "object" }, "KalturaSearchResult": { "allOf": [ { "$ref": "#/definitions/KalturaSearch" } ], "properties": { "credit": { "type": "string" }, "description": { "type": "string" }, "fileExt": { "type": "string" }, "flashPlaybackType": { "type": "string" }, "id": { "type": "string" }, "licenseType": { "description": "Enum Type: `KalturaLicenseType`", "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" }, "sourceLink": { "type": "string" }, "tags": { "type": "string" }, "thumbUrl": { "type": "string" }, "title": { "type": "string" }, "url": { "type": "string" } }, "title": "KalturaSearchResult", "type": "object" }, "KalturaSearchResultResponse": { "properties": { "needMediaInfo": { "description": "`readOnly`", "readOnly": true, "type": "boolean" }, "objects": { "items": { "$ref": "#/definitions/KalturaSearchResult" }, "type": "array" } }, "title": "KalturaSearchResultResponse", "type": "object" }, "KalturaServerFileResource": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDataCenterContentResource" } ], "description": "Used to ingest media file that is already accessible on the shared disc.", "properties": { "keepOriginalFile": { "description": "Should keep original file (false = mv, true = cp)", "type": "boolean" }, "localFilePath": { "description": "Full path to the local file", "type": "string" } }, "title": "KalturaServerFileResource", "type": "object" }, "KalturaServerNode": { "anyOf": [ { "$ref": "#/definitions/KalturaConferenceServerNode" }, { "$ref": "#/definitions/KalturaSipServerNode" }, { "$ref": "#/definitions/KalturaEdgeServerNode" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNode" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNode" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "dc": { "description": "`readOnly`\n\nDC where the serverNode is located", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "environment": { "description": "Environment", "type": "string" }, "heartbeatTime": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "hostName": { "description": "serverNode hostName", "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "description": "serverNode name", "type": "string" }, "objectType": { "enum": [ "KalturaConferenceServerNode", "KalturaSipServerNode", "KalturaEdgeServerNode", "KalturaLiveClusterMediaServerNode", "KalturaWowzaMediaServerNode" ], "type": "string" }, "parentId": { "description": "Id of the parent serverNode", "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaServerNodeStatus`", "enum": [ 1, 2, 3, 4, 5 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DISABLED", "DELETED", "NOT_REGISTERED", "NOT_OPERATIONAL" ], "x-enumType": "KalturaServerNodeStatus" }, "systemName": { "description": "serverNode uniqe system name", "type": "string" }, "tags": { "description": "serverNode tags", "type": "string" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaServerNodeType`", "enum": [ "conference.CONFERENCE_SERVER", "liveCluster.LIVE_CLUSTER_MEDIA_SERVER", "sip.SIP_SERVER", "wowza.WOWZA_MEDIA_SERVER", "1" ], "readOnly": true, "type": "string", "x-enumLabels": [ "CONFERENCE_SERVER", "LIVE_CLUSTER_MEDIA_SERVER", "SIP_SERVER", "WOWZA_MEDIA_SERVER", "EDGE" ], "x-enumType": "KalturaServerNodeType" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaServerNode", "type": "object", "x-abstract": true }, "KalturaServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaServerNodeFilter" }, { "$ref": "#/definitions/KalturaConferenceServerNodeFilter" }, { "$ref": "#/definitions/KalturaDeliveryServerNodeFilter" }, { "$ref": "#/definitions/KalturaEdgeServerNodeFilter" }, { "$ref": "#/definitions/KalturaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaSipServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "dcEqual": { "type": "integer" }, "dcIn": { "type": "string" }, "environmentEqual": { "type": "string" }, "environmentIn": { "type": "string" }, "heartbeatTimeGreaterThanOrEqual": { "type": "integer" }, "heartbeatTimeLessThanOrEqual": { "type": "integer" }, "hostNameLike": { "type": "string" }, "hostNameMultiLikeAnd": { "type": "string" }, "hostNameMultiLikeOr": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "nameEqual": { "type": "string" }, "nameIn": { "type": "string" }, "objectType": { "enum": [ "KalturaServerNodeFilter", "KalturaConferenceServerNodeFilter", "KalturaDeliveryServerNodeFilter", "KalturaEdgeServerNodeFilter", "KalturaMediaServerNodeFilter", "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter", "KalturaWowzaMediaServerNodeFilter", "KalturaSipServerNodeFilter" ], "type": "string" }, "parentIdLike": { "type": "string" }, "parentIdMultiLikeAnd": { "type": "string" }, "parentIdMultiLikeOr": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaServerNodeStatus`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DISABLED", "DELETED", "NOT_REGISTERED", "NOT_OPERATIONAL" ], "x-enumType": "KalturaServerNodeStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "tagsLike": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "typeEqual": { "description": "Enum Type: `KalturaServerNodeType`", "enum": [ "conference.CONFERENCE_SERVER", "liveCluster.LIVE_CLUSTER_MEDIA_SERVER", "sip.SIP_SERVER", "wowza.WOWZA_MEDIA_SERVER", "1" ], "type": "string", "x-enumLabels": [ "CONFERENCE_SERVER", "LIVE_CLUSTER_MEDIA_SERVER", "SIP_SERVER", "WOWZA_MEDIA_SERVER", "EDGE" ], "x-enumType": "KalturaServerNodeType" }, "typeIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaServerNodeBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaServerNodeFilter" }, { "$ref": "#/definitions/KalturaConferenceServerNodeFilter" }, { "$ref": "#/definitions/KalturaDeliveryServerNodeFilter" }, { "$ref": "#/definitions/KalturaEdgeServerNodeFilter" }, { "$ref": "#/definitions/KalturaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeBaseFilter" }, { "$ref": "#/definitions/KalturaLiveClusterMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" }, { "$ref": "#/definitions/KalturaSipServerNodeFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaServerNodeFilter", "KalturaConferenceServerNodeFilter", "KalturaDeliveryServerNodeFilter", "KalturaEdgeServerNodeFilter", "KalturaMediaServerNodeFilter", "KalturaLiveClusterMediaServerNodeBaseFilter", "KalturaLiveClusterMediaServerNodeFilter", "KalturaWowzaMediaServerNodeFilter", "KalturaSipServerNodeFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+heartbeatTime", "+updatedAt", "-createdAt", "-heartbeatTime", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "HEARTBEAT_TIME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "HEARTBEAT_TIME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaServerNodeOrderBy" } }, "title": "KalturaServerNodeFilter", "type": "object" }, "KalturaServerNodeListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaServerNode" }, "type": "array" } }, "title": "KalturaServerNodeListResponse", "type": "object" }, "KalturaSessionInfo": { "properties": { "expiry": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "ks": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "privileges": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "sessionType": { "description": "`readOnly`\n\nEnum Type: `KalturaSessionType`", "enum": [ 0, 2 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" }, "userId": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaSessionInfo", "type": "object" }, "KalturaSessionResponse": { "allOf": [ { "$ref": "#/definitions/KalturaStartWidgetSessionResponse" } ], "properties": {}, "title": "KalturaSessionResponse", "type": "object" }, "KalturaSessionRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaBaseRestriction" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSessionRestriction" }, { "$ref": "#/definitions/KalturaPreviewRestriction" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSessionRestriction", "KalturaPreviewRestriction" ], "type": "string" } }, "title": "KalturaSessionRestriction", "type": "object" }, "KalturaSftpDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaSshDropFolder" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSftpDropFolder" }, { "$ref": "#/definitions/KalturaTrRdsDropFolder" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSftpDropFolder", "KalturaTrRdsDropFolder" ], "type": "string" } }, "title": "KalturaSftpDropFolder", "type": "object" }, "KalturaSftpDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSshDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSftpDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSftpDropFolderFilter" ], "type": "string" } }, "title": "KalturaSftpDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaSftpDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSftpDropFolderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaSftpDropFolderOrderBy" } }, "title": "KalturaSftpDropFolderFilter", "type": "object" }, "KalturaShortLink": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "expiresAt": { "type": "integer" }, "fullUrl": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "name": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "Enum Type: `KalturaShortLinkStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaShortLinkStatus" }, "systemName": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "userId": { "type": "string" } }, "title": "KalturaShortLink", "type": "object" }, "KalturaShortLinkBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaShortLinkFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "expiresAtGreaterThanOrEqual": { "type": "integer" }, "expiresAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "string" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaShortLinkFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaShortLinkStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaShortLinkStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "userIdEqual": { "type": "string" }, "userIdIn": { "type": "string" } }, "title": "KalturaShortLinkBaseFilter", "type": "object", "x-abstract": true }, "KalturaShortLinkFilter": { "allOf": [ { "$ref": "#/definitions/KalturaShortLinkBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+expiresAt", "+updatedAt", "-createdAt", "-expiresAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "EXPIRES_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "EXPIRES_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaShortLinkOrderBy" } }, "title": "KalturaShortLinkFilter", "type": "object" }, "KalturaShortLinkListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaShortLink" }, "type": "array" } }, "title": "KalturaShortLinkListResponse", "type": "object" }, "KalturaSipEntryServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaEntryServerNode" } ], "properties": { "sipPrimaryAdpId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "sipRoomId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "sipSecondaryAdpId": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaSipEntryServerNode", "type": "object" }, "KalturaSipEntryServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSipEntryServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSipEntryServerNodeFilter" ], "type": "string" } }, "title": "KalturaSipEntryServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaSipEntryServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSipEntryServerNodeBaseFilter" } ], "properties": {}, "title": "KalturaSipEntryServerNodeFilter", "type": "object" }, "KalturaSipResponse": { "properties": { "action": { "type": "string" }, "hostName": { "type": "string" }, "msg": { "type": "string" }, "sessionId": { "type": "string" } }, "title": "KalturaSipResponse", "type": "object" }, "KalturaSipServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaServerNode" } ], "properties": {}, "title": "KalturaSipServerNode", "type": "object" }, "KalturaSipServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSipServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSipServerNodeFilter" ], "type": "string" } }, "title": "KalturaSipServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaSipServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSipServerNodeBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+heartbeatTime", "+updatedAt", "-createdAt", "-heartbeatTime", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "HEARTBEAT_TIME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "HEARTBEAT_TIME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaSipServerNodeOrderBy" } }, "title": "KalturaSipServerNodeFilter", "type": "object" }, "KalturaSiteCondition": { "allOf": [ { "$ref": "#/definitions/KalturaMatchCondition" } ], "properties": {}, "title": "KalturaSiteCondition", "type": "object" }, "KalturaSiteRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaBaseRestriction" } ], "properties": { "siteList": { "description": "Comma separated list of sites (domains) to allow or deny", "type": "string" }, "siteRestrictionType": { "description": "Enum Type: `KalturaSiteRestrictionType`\n\nThe site restriction type (allow or deny)", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "RESTRICT_SITE_LIST", "ALLOW_SITE_LIST" ], "x-enumType": "KalturaSiteRestrictionType" } }, "title": "KalturaSiteRestriction", "type": "object" }, "KalturaSourceFileSyncDescriptor": { "allOf": [ { "$ref": "#/definitions/KalturaFileSyncDescriptor" } ], "properties": { "actualFileSyncLocalPath": { "description": "The translated path as used by the scheduler", "type": "string" }, "assetId": { "type": "string" }, "assetParamsId": { "type": "integer" } }, "title": "KalturaSourceFileSyncDescriptor", "type": "object" }, "KalturaSshDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolder" } ], "anyOf": [ { "$ref": "#/definitions/KalturaScpDropFolder" }, { "$ref": "#/definitions/KalturaSftpDropFolder" }, { "$ref": "#/definitions/KalturaTrRdsDropFolder" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "host": { "type": "string" }, "objectType": { "enum": [ "KalturaScpDropFolder", "KalturaSftpDropFolder", "KalturaTrRdsDropFolder" ], "type": "string" }, "passPhrase": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "port": { "type": "integer" }, "privateKey": { "type": "string" }, "publicKey": { "type": "string" }, "username": { "type": "string" } }, "title": "KalturaSshDropFolder", "type": "object", "x-abstract": true }, "KalturaSshDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRemoteDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSshDropFolderFilter" }, { "$ref": "#/definitions/KalturaScpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSftpDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSshDropFolderFilter", "KalturaScpDropFolderFilter", "KalturaSftpDropFolderFilter" ], "type": "string" } }, "title": "KalturaSshDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaSshDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSshDropFolderBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSshDropFolderFilter" }, { "$ref": "#/definitions/KalturaScpDropFolderFilter" }, { "$ref": "#/definitions/KalturaSftpDropFolderFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSshDropFolderFilter", "KalturaScpDropFolderFilter", "KalturaSftpDropFolderFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaSshDropFolderOrderBy" } }, "title": "KalturaSshDropFolderFilter", "type": "object" }, "KalturaSshImportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaImportJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSshImportJobData" }, { "$ref": "#/definitions/KalturaDropFolderImportJobData" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSshImportJobData", "KalturaDropFolderImportJobData" ], "type": "string" }, "passPhrase": { "type": "string" }, "privateKey": { "type": "string" }, "publicKey": { "type": "string" } }, "title": "KalturaSshImportJobData", "type": "object" }, "KalturaSshUrlResource": { "allOf": [ { "$ref": "#/definitions/KalturaUrlResource" } ], "description": "Used to ingest media that is available on remote SSH server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready.", "properties": { "keyPassphrase": { "description": "Passphrase for SSH keys", "type": "string" }, "privateKey": { "description": "SSH private key", "type": "string" }, "publicKey": { "description": "SSH public key", "type": "string" } }, "title": "KalturaSshUrlResource", "type": "object" }, "KalturaSso": { "properties": { "applicationType": { "type": "string" }, "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "data": { "type": "string" }, "domain": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "partnerId": { "description": "`insertOnly`", "type": "integer" }, "redirectUrl": { "description": "Redirect URL for a specific application type and (partner id or domain)", "type": "string" }, "status": { "description": "Enum Type: `KalturaSsoStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaSsoStatus" }, "updatedAt": { "description": "`readOnly`\n\nLast update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" } }, "title": "KalturaSso", "type": "object" }, "KalturaSsoBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSsoFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "applicationTypeEqual": { "type": "string" }, "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "domainEqual": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaSsoFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "redirectUrlEqual": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaSsoStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaSsoStatus" }, "statusIn": { "type": "string" } }, "title": "KalturaSsoBaseFilter", "type": "object", "x-abstract": true }, "KalturaSsoFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSsoBaseFilter" } ], "properties": {}, "title": "KalturaSsoFilter", "type": "object" }, "KalturaSsoListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaSso" }, "type": "array" } }, "title": "KalturaSsoListResponse", "type": "object" }, "KalturaStartWidgetSessionResponse": { "anyOf": [ { "$ref": "#/definitions/KalturaStartWidgetSessionResponse" }, { "$ref": "#/definitions/KalturaSessionResponse" } ], "discriminator": "objectType", "properties": { "ks": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "objectType": { "enum": [ "KalturaStartWidgetSessionResponse", "KalturaSessionResponse" ], "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "userId": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaStartWidgetSessionResponse", "type": "object" }, "KalturaStatsEvent": { "description": "Will hold data from the Kaltura UI components to be passed on to the reports and analytics system", "properties": { "applicationId": { "description": "kaltura application name", "type": "string" }, "clientVer": { "type": "string" }, "contextId": { "type": "integer" }, "controlId": { "description": "the id of the GUI control - will be used in the future to better understand what the user clicked", "type": "string" }, "currentPoint": { "description": "the timestamp along the video when the event happend", "type": "integer" }, "duration": { "description": "the duration of the video in milliseconds - will make it much faster than quering the db for each entry", "type": "integer" }, "entryId": { "type": "string" }, "eventTimestamp": { "description": "the client's timestamp of this event", "type": "number" }, "eventType": { "description": "Enum Type: `KalturaStatsEventType`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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 ], "type": "integer", "x-enumLabels": [ "WIDGET_LOADED", "MEDIA_LOADED", "PLAY", "PLAY_REACHED_25", "PLAY_REACHED_50", "PLAY_REACHED_75", "PLAY_REACHED_100", "OPEN_EDIT", "OPEN_VIRAL", "OPEN_DOWNLOAD", "OPEN_REPORT", "BUFFER_START", "BUFFER_END", "OPEN_FULL_SCREEN", "CLOSE_FULL_SCREEN", "REPLAY", "SEEK", "OPEN_UPLOAD", "SAVE_PUBLISH", "CLOSE_EDITOR", "PRE_BUMPER_PLAYED", "POST_BUMPER_PLAYED", "BUMPER_CLICKED", "PREROLL_STARTED", "MIDROLL_STARTED", "POSTROLL_STARTED", "OVERLAY_STARTED", "PREROLL_CLICKED", "MIDROLL_CLICKED", "POSTROLL_CLICKED", "OVERLAY_CLICKED", "PREROLL_25", "PREROLL_50", "PREROLL_75", "MIDROLL_25", "MIDROLL_50", "MIDROLL_75", "POSTROLL_25", "POSTROLL_50", "POSTROLL_75" ], "x-enumType": "KalturaStatsEventType" }, "featureType": { "description": "Enum Type: `KalturaStatsFeatureType`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "NONE", "RELATED" ], "x-enumType": "KalturaStatsFeatureType" }, "isFirstInSession": { "description": "will indicate if the event is thrown for the first video in the session", "type": "boolean" }, "newPoint": { "description": "timestamp of the new point on the timeline of the video after the user seeks", "type": "integer" }, "partnerId": { "type": "integer" }, "processDuration": { "description": "the time in milliseconds the event took", "type": "integer" }, "referrer": { "description": "the referrer of the client", "type": "string" }, "seek": { "description": "true if the user ever used seek in this session", "type": "boolean" }, "sessionId": { "description": "a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it", "type": "string" }, "uiconfId": { "type": "integer" }, "uniqueViewer": { "description": "the UV cookie - creates in the operational system and should be passed on ofr every event", "type": "string" }, "userId": { "description": "the partner's user id", "type": "string" }, "userIp": { "description": "`readOnly`\n\nwill be retrieved from the request of the user", "readOnly": true, "type": "string" }, "widgetId": { "type": "string" } }, "title": "KalturaStatsEvent", "type": "object" }, "KalturaStatsKmcEvent": { "description": "Will hold data from the Kaltura UI components to be passed on to the reports and analytics system", "properties": { "clientVer": { "type": "string" }, "entryId": { "type": "string" }, "eventTimestamp": { "description": "the client's timestamp of this event", "type": "number" }, "kmcEventActionPath": { "type": "string" }, "kmcEventType": { "description": "Enum Type: `KalturaStatsKmcEventType`", "enum": [ 1001, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089 ], "type": "integer", "x-enumLabels": [ "CONTENT_PAGE_VIEW", "CONTENT_ADD_PLAYLIST", "CONTENT_EDIT_PLAYLIST", "CONTENT_DELETE_PLAYLIST", "CONTENT_EDIT_ENTRY", "CONTENT_CHANGE_THUMBNAIL", "CONTENT_ADD_TAGS", "CONTENT_REMOVE_TAGS", "CONTENT_ADD_ADMIN_TAGS", "CONTENT_REMOVE_ADMIN_TAGS", "CONTENT_DOWNLOAD", "CONTENT_APPROVE_MODERATION", "CONTENT_REJECT_MODERATION", "CONTENT_BULK_UPLOAD", "CONTENT_ADMIN_KCW_UPLOAD", "ACCOUNT_CHANGE_PARTNER_INFO", "ACCOUNT_CHANGE_LOGIN_INFO", "ACCOUNT_CONTACT_US_USAGE", "ACCOUNT_UPDATE_SERVER_SETTINGS", "ACCOUNT_ACCOUNT_OVERVIEW", "ACCOUNT_ACCESS_CONTROL", "ACCOUNT_TRANSCODING_SETTINGS", "ACCOUNT_ACCOUNT_UPGRADE", "ACCOUNT_SAVE_SERVER_SETTINGS", "ACCOUNT_ACCESS_CONTROL_DELETE", "ACCOUNT_SAVE_TRANSCODING_SETTINGS", "LOGIN", "DASHBOARD_IMPORT_CONTENT", "DASHBOARD_UPDATE_CONTENT", "DASHBOARD_ACCOUNT_CONTACT_US", "DASHBOARD_VIEW_REPORTS", "DASHBOARD_EMBED_PLAYER", "DASHBOARD_EMBED_PLAYLIST", "DASHBOARD_CUSTOMIZE_PLAYERS", "APP_STUDIO_NEW_PLAYER_SINGLE_VIDEO", "APP_STUDIO_NEW_PLAYER_PLAYLIST", "APP_STUDIO_NEW_PLAYER_MULTI_TAB_PLAYLIST", "APP_STUDIO_EDIT_PLAYER_SINGLE_VIDEO", "APP_STUDIO_EDIT_PLAYER_PLAYLIST", "APP_STUDIO_EDIT_PLAYER_MULTI_TAB_PLAYLIST", "APP_STUDIO_DUPLICATE_PLAYER", "CONTENT_CONTENT_GO_TO_PAGE", "CONTENT_DELETE_ITEM", "CONTENT_DELETE_MIX", "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_TAB", "REPORTS_AND_ANALYTICS_CONTENT_REPORTS_TAB", "REPORTS_AND_ANALYTICS_USERS_AND_COMMUNITY_REPORTS_TAB", "REPORTS_AND_ANALYTICS_TOP_CONTRIBUTORS", "REPORTS_AND_ANALYTICS_MAP_OVERLAYS", "REPORTS_AND_ANALYTICS_TOP_SYNDICATIONS", "REPORTS_AND_ANALYTICS_TOP_CONTENT", "REPORTS_AND_ANALYTICS_CONTENT_DROPOFF", "REPORTS_AND_ANALYTICS_CONTENT_INTERACTIONS", "REPORTS_AND_ANALYTICS_CONTENT_CONTRIBUTIONS", "REPORTS_AND_ANALYTICS_VIDEO_DRILL_DOWN", "REPORTS_AND_ANALYTICS_CONTENT_DRILL_DOWN_INTERACTION", "REPORTS_AND_ANALYTICS_CONTENT_CONTRIBUTIONS_DRILLDOWN", "REPORTS_AND_ANALYTICS_VIDEO_DRILL_DOWN_DROPOFF", "REPORTS_AND_ANALYTICS_MAP_OVERLAYS_DRILLDOWN", "REPORTS_AND_ANALYTICS_TOP_SYNDICATIONS_DRILL_DOWN", "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_VIEW_MONTHLY", "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_VIEW_YEARLY", "CONTENT_ENTRY_DRILLDOWN", "CONTENT_OPEN_PREVIEW_AND_EMBED" ], "x-enumType": "KalturaStatsKmcEventType" }, "partnerId": { "type": "integer" }, "sessionId": { "description": "a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it", "type": "string" }, "uiconfId": { "type": "integer" }, "userId": { "description": "the partner's user id", "type": "string" }, "userIp": { "description": "`readOnly`\n\nwill be retrieved from the request of the user", "readOnly": true, "type": "string" }, "widgetId": { "type": "string" } }, "title": "KalturaStatsKmcEvent", "type": "object" }, "KalturaStorageAddAction": { "allOf": [ { "$ref": "#/definitions/KalturaRuleAction" } ], "properties": {}, "title": "KalturaStorageAddAction", "type": "object" }, "KalturaStorageDeleteJobData": { "allOf": [ { "$ref": "#/definitions/KalturaStorageJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStorageDeleteJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageDeleteJobData" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaStorageDeleteJobData", "KalturaKontikiStorageDeleteJobData" ], "type": "string" } }, "title": "KalturaStorageDeleteJobData", "type": "object" }, "KalturaStorageExportJobData": { "allOf": [ { "$ref": "#/definitions/KalturaStorageJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStorageExportJobData" }, { "$ref": "#/definitions/KalturaAmazonS3StorageExportJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageExportJobData" } ], "discriminator": "objectType", "properties": { "assetId": { "type": "string" }, "createLink": { "type": "boolean" }, "externalUrl": { "type": "string" }, "force": { "type": "boolean" }, "objectType": { "enum": [ "KalturaStorageExportJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData" ], "type": "string" }, "port": { "type": "integer" } }, "title": "KalturaStorageExportJobData", "type": "object" }, "KalturaStorageExportObjectTask": { "allOf": [ { "$ref": "#/definitions/KalturaObjectTask" } ], "properties": { "storageId": { "description": "Storage profile id", "type": "string" } }, "title": "KalturaStorageExportObjectTask", "type": "object" }, "KalturaStorageJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStorageJobData" }, { "$ref": "#/definitions/KalturaStorageDeleteJobData" }, { "$ref": "#/definitions/KalturaStorageExportJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageDeleteJobData" }, { "$ref": "#/definitions/KalturaAmazonS3StorageExportJobData" }, { "$ref": "#/definitions/KalturaKontikiStorageExportJobData" } ], "discriminator": "objectType", "properties": { "destFileSyncStoredPath": { "type": "string" }, "ftpPassiveMode": { "type": "boolean" }, "objectType": { "enum": [ "KalturaStorageJobData", "KalturaStorageDeleteJobData", "KalturaStorageExportJobData", "KalturaKontikiStorageDeleteJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData" ], "type": "string" }, "serverPassPhrase": { "type": "string" }, "serverPassword": { "type": "string" }, "serverPrivateKey": { "type": "string" }, "serverPublicKey": { "type": "string" }, "serverUrl": { "type": "string" }, "serverUsername": { "type": "string" }, "srcFileEncryptionKey": { "type": "string" }, "srcFileSyncId": { "type": "string" }, "srcFileSyncLocalPath": { "type": "string" } }, "title": "KalturaStorageJobData", "type": "object" }, "KalturaStorageProfile": { "anyOf": [ { "$ref": "#/definitions/KalturaStorageProfile" }, { "$ref": "#/definitions/KalturaAmazonS3StorageProfile" }, { "$ref": "#/definitions/KalturaKontikiStorageProfile" } ], "discriminator": "objectType", "properties": { "allowAutoDelete": { "description": "Flag sugnifying that the storage exported content should be deleted when soure entry is deleted", "type": "integer" }, "createFileLink": { "description": "Indicates to the local file transfer manager to create a link to the file instead of copying it", "type": "boolean" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "deliveryPriority": { "description": "Delivery Priority", "type": "integer" }, "deliveryProfileIds": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "deliveryStatus": { "description": "Enum Type: `KalturaStorageProfileDeliveryStatus`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "BLOCKED" ], "x-enumType": "KalturaStorageProfileDeliveryStatus" }, "desciption": { "type": "string" }, "excludedEntryTypes": { "type": "string" }, "excludedFlavorParamsIds": { "type": "string" }, "exportPeriodically": { "type": "boolean" }, "flavorParamsIds": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "maxConcurrentConnections": { "type": "integer" }, "maxFileSize": { "type": "integer" }, "minFileSize": { "type": "integer" }, "name": { "type": "string" }, "objectType": { "enum": [ "KalturaStorageProfile", "KalturaAmazonS3StorageProfile", "KalturaKontikiStorageProfile" ], "type": "string" }, "packagerUrl": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "passPhrase": { "type": "string" }, "pathManagerClass": { "type": "string" }, "pathManagerParams": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "pathPrefix": { "type": "string" }, "port": { "type": "integer" }, "privateKey": { "type": "string" }, "protocol": { "description": "Enum Type: `KalturaStorageProfileProtocol`", "enum": [ "kontiki.KONTIKI", "0", "1", "2", "3", "6", "7" ], "type": "string", "x-enumLabels": [ "KONTIKI", "KALTURA_DC", "FTP", "SCP", "SFTP", "S3", "LOCAL" ], "x-enumType": "KalturaStorageProfileProtocol" }, "publicKey": { "type": "string" }, "readyBehavior": { "description": "Enum Type: `KalturaStorageProfileReadyBehavior`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "NO_IMPACT", "REQUIRED" ], "x-enumType": "KalturaStorageProfileReadyBehavior" }, "rules": { "items": { "$ref": "#/definitions/KalturaRule" }, "type": "array" }, "shouldExportCaptions": { "type": "boolean" }, "shouldExportThumbs": { "type": "boolean" }, "status": { "description": "Enum Type: `KalturaStorageProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "AUTOMATIC", "MANUAL" ], "x-enumType": "KalturaStorageProfileStatus" }, "storageBaseDir": { "type": "string" }, "storageFtpPassiveMode": { "type": "boolean" }, "storagePassword": { "type": "string" }, "storageUrl": { "type": "string" }, "storageUsername": { "type": "string" }, "systemName": { "type": "string" }, "trigger": { "description": "No need to create enum for temp field", "type": "integer" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaStorageProfile", "type": "object" }, "KalturaStorageProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStorageProfileFilter" }, { "$ref": "#/definitions/KalturaAmazonS3StorageProfileFilter" }, { "$ref": "#/definitions/KalturaKontikiStorageProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaStorageProfileFilter", "KalturaAmazonS3StorageProfileFilter", "KalturaKontikiStorageProfileFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "protocolEqual": { "description": "Enum Type: `KalturaStorageProfileProtocol`", "enum": [ "kontiki.KONTIKI", "0", "1", "2", "3", "6", "7" ], "type": "string", "x-enumLabels": [ "KONTIKI", "KALTURA_DC", "FTP", "SCP", "SFTP", "S3", "LOCAL" ], "x-enumType": "KalturaStorageProfileProtocol" }, "protocolIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaStorageProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "AUTOMATIC", "MANUAL" ], "x-enumType": "KalturaStorageProfileStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaStorageProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaStorageProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaStorageProfileBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStorageProfileFilter" }, { "$ref": "#/definitions/KalturaAmazonS3StorageProfileFilter" }, { "$ref": "#/definitions/KalturaKontikiStorageProfileFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaStorageProfileFilter", "KalturaAmazonS3StorageProfileFilter", "KalturaKontikiStorageProfileFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaStorageProfileOrderBy" } }, "title": "KalturaStorageProfileFilter", "type": "object" }, "KalturaStorageProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaStorageProfile" }, "type": "array" } }, "title": "KalturaStorageProfileListResponse", "type": "object" }, "KalturaStreamContainer": { "properties": { "channelIndex": { "type": "integer" }, "channelLayout": { "type": "string" }, "id": { "type": "string" }, "label": { "type": "string" }, "language": { "type": "string" }, "trackIndex": { "type": "integer" }, "type": { "type": "string" } }, "title": "KalturaStreamContainer", "type": "object" }, "KalturaString": { "description": "A string representation to return an array of strings", "properties": { "value": { "type": "string" } }, "title": "KalturaString", "type": "object" }, "KalturaStringField": { "allOf": [ { "$ref": "#/definitions/KalturaStringValue" } ], "anyOf": [ { "$ref": "#/definitions/KalturaAnonymousIPContextField" }, { "$ref": "#/definitions/KalturaCoordinatesContextField" }, { "$ref": "#/definitions/KalturaCountryContextField" }, { "$ref": "#/definitions/KalturaEvalStringField" }, { "$ref": "#/definitions/KalturaIpAddressContextField" }, { "$ref": "#/definitions/KalturaMetadataField" }, { "$ref": "#/definitions/KalturaObjectIdField" }, { "$ref": "#/definitions/KalturaUserAgentContextField" }, { "$ref": "#/definitions/KalturaUserEmailContextField" } ], "description": "`abstract`\n\nA string representation to return evaluated dynamic value", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaAnonymousIPContextField", "KalturaCoordinatesContextField", "KalturaCountryContextField", "KalturaEvalStringField", "KalturaIpAddressContextField", "KalturaMetadataField", "KalturaObjectIdField", "KalturaUserAgentContextField", "KalturaUserEmailContextField" ], "type": "string" } }, "title": "KalturaStringField", "type": "object", "x-abstract": true }, "KalturaStringResource": { "allOf": [ { "$ref": "#/definitions/KalturaContentResource" } ], "description": "Used to ingest string content.", "properties": { "content": { "description": "Textual content", "type": "string" } }, "title": "KalturaStringResource", "type": "object" }, "KalturaStringValue": { "allOf": [ { "$ref": "#/definitions/KalturaValue" } ], "anyOf": [ { "$ref": "#/definitions/KalturaStringValue" }, { "$ref": "#/definitions/KalturaAnonymousIPContextField" }, { "$ref": "#/definitions/KalturaCoordinatesContextField" }, { "$ref": "#/definitions/KalturaCountryContextField" }, { "$ref": "#/definitions/KalturaEvalStringField" }, { "$ref": "#/definitions/KalturaIpAddressContextField" }, { "$ref": "#/definitions/KalturaMetadataField" }, { "$ref": "#/definitions/KalturaObjectIdField" }, { "$ref": "#/definitions/KalturaUserAgentContextField" }, { "$ref": "#/definitions/KalturaUserEmailContextField" } ], "description": "A string representation to return an array of strings", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaStringValue", "KalturaAnonymousIPContextField", "KalturaCoordinatesContextField", "KalturaCountryContextField", "KalturaEvalStringField", "KalturaIpAddressContextField", "KalturaMetadataField", "KalturaObjectIdField", "KalturaUserAgentContextField", "KalturaUserEmailContextField" ], "type": "string" }, "value": { "type": "string" } }, "title": "KalturaStringValue", "type": "object" }, "KalturaSupportedSubTypes": { "properties": { "supportedSubTypes": { "description": "list of comma separated supported sub types", "type": "string" } }, "title": "KalturaSupportedSubTypes", "type": "object" }, "KalturaSwfFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": { "flashVersion": { "type": "integer" }, "poly2Bitmap": { "type": "boolean" } }, "title": "KalturaSwfFlavorParams", "type": "object" }, "KalturaSwfFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSwfFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSwfFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaSwfFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaSwfFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSwfFlavorParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaSwfFlavorParamsOrderBy" } }, "title": "KalturaSwfFlavorParamsFilter", "type": "object" }, "KalturaSwfFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" } ], "properties": { "flashVersion": { "type": "integer" }, "poly2Bitmap": { "type": "boolean" } }, "title": "KalturaSwfFlavorParamsOutput", "type": "object" }, "KalturaSwfFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSwfFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaSwfFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaSwfFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSwfFlavorParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaSwfFlavorParamsOutputOrderBy" } }, "title": "KalturaSwfFlavorParamsOutputFilter", "type": "object" }, "KalturaSynacorHboDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "feedAuthorName": { "type": "string" }, "feedLink": { "type": "string" }, "feedSubtitle": { "type": "string" }, "feedTitle": { "type": "string" }, "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaSynacorHboDistributionProfile", "type": "object" }, "KalturaSynacorHboDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSynacorHboDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSynacorHboDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaSynacorHboDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaSynacorHboDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSynacorHboDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaSynacorHboDistributionProfileOrderBy" } }, "title": "KalturaSynacorHboDistributionProfileFilter", "type": "object" }, "KalturaSynacorHboDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaSynacorHboDistributionProvider", "type": "object" }, "KalturaSynacorHboDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSynacorHboDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSynacorHboDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaSynacorHboDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaSynacorHboDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSynacorHboDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaSynacorHboDistributionProviderOrderBy" } }, "title": "KalturaSynacorHboDistributionProviderFilter", "type": "object" }, "KalturaSyncCategoryPrivacyContextJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "categoryId": { "description": "category id", "type": "integer" }, "lastUpdatedCategoryCreatedAt": { "description": "Saves the last sub category creation date that was updated\n In case of crash the batch will restart from that point", "type": "integer" }, "lastUpdatedCategoryEntryCreatedAt": { "description": "Saves the last category entry creation date that was updated\n In case of crash the batch will restart from that point", "type": "integer" } }, "title": "KalturaSyncCategoryPrivacyContextJobData", "type": "object" }, "KalturaSyndicationDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfile" } ], "properties": { "feedId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "xsl": { "type": "string" } }, "title": "KalturaSyndicationDistributionProfile", "type": "object" }, "KalturaSyndicationDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSyndicationDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSyndicationDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaSyndicationDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaSyndicationDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSyndicationDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaSyndicationDistributionProfileOrderBy" } }, "title": "KalturaSyndicationDistributionProfileFilter", "type": "object" }, "KalturaSyndicationDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaSyndicationDistributionProvider", "type": "object" }, "KalturaSyndicationDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaSyndicationDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaSyndicationDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaSyndicationDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaSyndicationDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSyndicationDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaSyndicationDistributionProviderOrderBy" } }, "title": "KalturaSyndicationDistributionProviderFilter", "type": "object" }, "KalturaSyndicationFeedEntryCount": { "properties": { "actualEntryCount": { "description": "count of entries that will appear in the feed (including all relevant filters)", "type": "integer" }, "requireTranscodingCount": { "description": "count of entries that requires transcoding in order to be included in feed", "type": "integer" }, "totalEntryCount": { "description": "the total count of entries that should appear in the feed without flavor filtering", "type": "integer" } }, "title": "KalturaSyndicationFeedEntryCount", "type": "object" }, "KalturaSystemPartnerConfiguration": { "properties": { "adminEmail": { "type": "string" }, "adminName": { "type": "string" }, "adminSessionRoleId": { "type": "integer" }, "allowMultiNotification": { "type": "boolean" }, "allowedDomains": { "type": "string" }, "allowedFromEmailWhiteList": { "type": "string" }, "alwaysAllowedPermissionNames": { "type": "string" }, "apiAccessControlId": { "type": "integer" }, "audioThumbEntryId": { "type": "string" }, "autoModerateEntryFilter": { "$ref": "#/definitions/KalturaBaseEntryFilter" }, "avoidIndexingSearchHistory": { "type": "boolean" }, "blockDirectLogin": { "type": "boolean" }, "bulkUploadNotificationsEmail": { "type": "string" }, "cacheFlavorVersion": { "type": "integer" }, "cdnHost": { "type": "string" }, "cdnHostWhiteList": { "type": "string" }, "crmId": { "type": "string" }, "crmLink": { "type": "string" }, "customDeliveryTypes": { "items": { "$ref": "#/definitions/KalturaKeyBooleanValue" }, "type": "array" }, "defThumbDensity": { "type": "integer" }, "defThumbOffset": { "type": "integer" }, "defaultDeliveryType": { "type": "string" }, "defaultEmbedCodeType": { "type": "string" }, "defaultEntitlementEnforcement": { "type": "boolean" }, "defaultLiveStreamEntrySourceType": { "description": "Enum Type: `KalturaSourceType`", "enum": [ "limeLight.LIVE_STREAM", "velocix.VELOCIX_LIVE", "1", "2", "5", "6", "29", "30", "31", "32", "33", "34", "35", "36", "37", "42" ], "type": "string", "x-enumLabels": [ "LIMELIGHT_LIVE", "VELOCIX_LIVE", "FILE", "WEBCAM", "URL", "SEARCH_PROVIDER", "AKAMAI_LIVE", "MANUAL_LIVE_STREAM", "AKAMAI_UNIVERSAL_LIVE", "LIVE_STREAM", "LIVE_CHANNEL", "RECORDED_LIVE", "CLIP", "KALTURA_RECORDED_LIVE", "LECTURE_CAPTURE", "LIVE_STREAM_ONTEXTDATA_CAPTIONS" ], "x-enumType": "KalturaSourceType" }, "defaultLiveStreamSegmentDuration": { "type": "integer" }, "defaultRecordingConversionProfile": { "type": "integer" }, "deliveryProfileIds": { "type": "string" }, "description": { "type": "string" }, "eSearchLanguages": { "type": "string" }, "eightyPercentWarning": { "type": "integer" }, "enableBulkUploadNotificationsEmails": { "type": "boolean" }, "enableSelfServe": { "type": "boolean" }, "enforceDelivery": { "type": "boolean" }, "enforceHttpsApi": { "type": "boolean" }, "eventPlatformAllowedTemplates": { "type": "string" }, "excludedAdminRoleName": { "type": "string" }, "extendedFreeTrail": { "type": "integer" }, "extendedFreeTrailEndsWarning": { "type": "boolean" }, "extendedFreeTrailExpiryDate": { "description": "Unix timestamp (In seconds)", "type": "integer", "x-inputType": "datetime" }, "extendedFreeTrailExpiryReason": { "type": "string" }, "host": { "type": "string" }, "htmlPurifierBaseListUsage": { "type": "boolean" }, "htmlPurifierBehaviour": { "type": "integer" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "ignoreSynonymEsearch": { "type": "boolean" }, "importRemoteSourceForConvert": { "type": "boolean" }, "internalUse": { "type": "boolean" }, "isFirstLogin": { "type": "boolean" }, "isSelfServe": { "type": "boolean" }, "kmcVersion": { "type": "integer" }, "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" }, "lastFreeTrialNotificationDay": { "type": "integer" }, "limits": { "items": { "$ref": "#/definitions/KalturaSystemPartnerLimit" }, "type": "array" }, "liveDeliveryProfileIds": { "type": "string" }, "liveStreamProvisionParams": { "type": "string" }, "liveThumbEntryId": { "type": "string" }, "loginBlockPeriod": { "type": "integer" }, "logoutUrl": { "type": "string" }, "maxWordForNgram": { "type": "integer" }, "mediaProtocol": { "description": "http/https, rtmp/rtmpe", "type": "string" }, "moderateContent": { "type": "boolean" }, "monitorUsage": { "type": "integer" }, "notificationsConfig": { "type": "string" }, "numPrevPassToKeep": { "type": "integer" }, "ottEnvironmentUrl": { "type": "string" }, "ovpEnvironmentUrl": { "type": "string" }, "partnerGroupType": { "description": "Enum Type: `KalturaPartnerGroupType`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "PUBLISHER", "VAR_GROUP", "GROUP", "TEMPLATE" ], "x-enumType": "KalturaPartnerGroupType" }, "partnerName": { "type": "string" }, "partnerPackage": { "type": "integer" }, "partnerPackageClassOfService": { "type": "string" }, "partnerParentId": { "type": "integer" }, "passReplaceFreq": { "type": "integer" }, "passwordStructureValidations": { "type": "string" }, "passwordStructureValidationsDescription": { "type": "string" }, "permissions": { "items": { "$ref": "#/definitions/KalturaPermission" }, "type": "array" }, "publisherEnvironmentType": { "type": "integer" }, "purifyImageContent": { "type": "boolean" }, "referenceId": { "type": "string" }, "restrictEntryByMetadata": { "type": "boolean" }, "restrictThumbnailByKs": { "type": "integer" }, "secondarySecretRoleId": { "type": "integer" }, "storageDeleteFromKaltura": { "type": "boolean" }, "storageServePriority": { "description": "Enum Type: `KalturaStorageServePriority`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "KALTURA_ONLY", "KALTURA_FIRST", "EXTERNAL_FIRST", "EXTERNAL_ONLY" ], "x-enumType": "KalturaStorageServePriority" }, "streamerType": { "description": "http/rtmp/hdnetwork", "type": "string" }, "supportAnimatedThumbnails": { "type": "boolean" }, "thumbnailHost": { "type": "string" }, "timeAlignedRenditions": { "type": "boolean" }, "trigramPercentage": { "type": "integer" }, "twoFactorAuthenticationMode": { "description": "Enum Type: `KalturaTwoFactorAuthenticationMode`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "ALL", "ADMIN_USERS_ONLY", "NON_ADMIN_USERS_ONLY" ], "x-enumType": "KalturaTwoFactorAuthenticationMode" }, "usageLimitWarning": { "type": "integer" }, "usagePercent": { "type": "integer" }, "useSso": { "type": "boolean" }, "useTwoFactorAuthentication": { "type": "boolean" }, "userSessionRoleId": { "type": "integer" }, "verticalClasiffication": { "type": "string" } }, "title": "KalturaSystemPartnerConfiguration", "type": "object" }, "KalturaSystemPartnerFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPartnerFilter" } ], "properties": { "adminEmailEqual": { "type": "string" }, "partnerParentIdEqual": { "type": "integer" }, "partnerParentIdIn": { "type": "string" } }, "title": "KalturaSystemPartnerFilter", "type": "object" }, "KalturaSystemPartnerLimit": { "anyOf": [ { "$ref": "#/definitions/KalturaSystemPartnerLimit" }, { "$ref": "#/definitions/KalturaSystemPartnerLiveAdminTagLimit" }, { "$ref": "#/definitions/KalturaSystemPartnerOveragedLimit" } ], "discriminator": "objectType", "properties": { "max": { "type": "number" }, "objectType": { "enum": [ "KalturaSystemPartnerLimit", "KalturaSystemPartnerLiveAdminTagLimit", "KalturaSystemPartnerOveragedLimit" ], "type": "string" }, "type": { "description": "Enum Type: `KalturaSystemPartnerLimitType`", "enum": [ "ACCESS_CONTROLS", "ADMIN_LOGIN_USERS", "BULK_SIZE", "END_USERS", "ENTRIES", "LIVE_CONCURRENT_BY_ADMIN_TAG", "LIVE_RTC_STREAM_INPUTS", "LIVE_STREAM_INPUTS", "LIVE_STREAM_OUTPUTS", "LOGIN_USERS", "MONTHLY_BANDWIDTH", "MONTHLY_STORAGE", "MONTHLY_STORAGE_AND_BANDWIDTH", "MONTHLY_STREAM_ENTRIES", "PUBLISHERS", "USER_LOGIN_ATTEMPTS" ], "type": "string", "x-enumLabels": [ "ACCESS_CONTROLS", "ADMIN_LOGIN_USERS", "BULK_SIZE", "END_USERS", "ENTRIES", "LIVE_CONCURRENT_BY_ADMIN_TAG", "LIVE_RTC_STREAM_INPUTS", "LIVE_STREAM_INPUTS", "LIVE_STREAM_OUTPUTS", "LOGIN_USERS", "MONTHLY_BANDWIDTH", "MONTHLY_STORAGE", "MONTHLY_STORAGE_AND_BANDWIDTH", "MONTHLY_STREAM_ENTRIES", "PUBLISHERS", "USER_LOGIN_ATTEMPTS" ], "x-enumType": "KalturaSystemPartnerLimitType" } }, "title": "KalturaSystemPartnerLimit", "type": "object" }, "KalturaSystemPartnerLiveAdminTagLimit": { "allOf": [ { "$ref": "#/definitions/KalturaSystemPartnerLimit" } ], "properties": { "adminTag": { "type": "string" } }, "title": "KalturaSystemPartnerLiveAdminTagLimit", "type": "object" }, "KalturaSystemPartnerOveragedLimit": { "allOf": [ { "$ref": "#/definitions/KalturaSystemPartnerLimit" } ], "properties": { "overagePrice": { "type": "number" }, "overageUnit": { "type": "number" } }, "title": "KalturaSystemPartnerOveragedLimit", "type": "object" }, "KalturaSystemPartnerPackage": { "properties": { "id": { "type": "integer" }, "name": { "type": "string" } }, "title": "KalturaSystemPartnerPackage", "type": "object" }, "KalturaSystemPartnerUsageFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "properties": { "fromDate": { "description": "Date range from", "type": "integer", "x-inputType": "datetime" }, "timezoneOffset": { "description": "Time zone offset", "type": "integer" }, "toDate": { "description": "Date range to", "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaSystemPartnerUsageFilter", "type": "object" }, "KalturaSystemPartnerUsageItem": { "properties": { "audioEntriesCount": { "description": "Number of new audio entries created during specific date range", "type": "integer" }, "avgStorage": { "description": "The average amount of storage consumption during the given date range for the specific publisher", "type": "number" }, "bandwidth": { "description": "The total bandwidth usage during the given date range (in MB)", "type": "number" }, "combinedBandwidthStorage": { "description": "The combined amount of bandwidth and storage consumed during the given date range for the specific publisher", "type": "number" }, "deletedStorage": { "description": "Amount of deleted storage in MB", "type": "number" }, "entriesCount": { "description": "Number of new entries created during specific date range", "type": "integer" }, "imageEntriesCount": { "description": "Number of new image entries created during specific date range", "type": "integer" }, "mixEntriesCount": { "description": "Number of new mix entries created during specific date range", "type": "integer" }, "partnerCreatedAt": { "description": "Partner creation date (Unix timestamp)", "type": "integer" }, "partnerId": { "description": "Partner ID", "type": "integer" }, "partnerName": { "description": "Partner name", "type": "string" }, "partnerPackage": { "description": "Partner package", "type": "integer" }, "partnerStatus": { "description": "Enum Type: `KalturaPartnerStatus`\n\nPartner status", "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" }, "peakStorage": { "description": "The peak amount of storage consumption during the given date range for the specific publisher", "type": "number" }, "plays": { "description": "Number of plays in the specific date range", "type": "integer" }, "storage": { "description": "The change in storage consumption (new uploads) during the given date range (in MB)", "type": "number" }, "totalEntriesCount": { "description": "Total number of entries", "type": "integer" }, "totalStorage": { "description": "The total storage consumption (in MB)", "type": "number" }, "transcodingUsage": { "description": "Amount of transcoding usage in MB", "type": "number" }, "videoEntriesCount": { "description": "Number of new video entries created during specific date range", "type": "integer" }, "views": { "description": "Number of player loads in the specific date range", "type": "integer" } }, "title": "KalturaSystemPartnerUsageItem", "type": "object" }, "KalturaSystemPartnerUsageListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaSystemPartnerUsageItem" }, "type": "array" } }, "title": "KalturaSystemPartnerUsageListResponse", "type": "object" }, "KalturaTVComDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "feedCopyright": { "type": "string" }, "feedDescription": { "type": "string" }, "feedImageHeight": { "type": "integer" }, "feedImageLink": { "type": "string" }, "feedImageTitle": { "type": "string" }, "feedImageUrl": { "type": "string" }, "feedImageWidth": { "type": "integer" }, "feedLanguage": { "type": "string" }, "feedLink": { "type": "string" }, "feedTitle": { "type": "string" }, "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "metadataProfileId": { "type": "integer" } }, "title": "KalturaTVComDistributionProfile", "type": "object" }, "KalturaTVComDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTVComDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTVComDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaTVComDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaTVComDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTVComDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTVComDistributionProfileOrderBy" } }, "title": "KalturaTVComDistributionProfileFilter", "type": "object" }, "KalturaTVComDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaTVComDistributionProvider", "type": "object" }, "KalturaTVComDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTVComDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTVComDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaTVComDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaTVComDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTVComDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaTVComDistributionProviderOrderBy" } }, "title": "KalturaTVComDistributionProviderFilter", "type": "object" }, "KalturaTag": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "instanceCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "tag": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "taggedObjectType": { "description": "`readOnly`\n\nEnum Type: `KalturaTaggedObjectType`", "enum": [ "1", "2" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ENTRY", "CATEGORY" ], "x-enumType": "KalturaTaggedObjectType" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaTag", "type": "object" }, "KalturaTagFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "properties": { "instanceCountEqual": { "type": "integer" }, "instanceCountIn": { "type": "integer" }, "objectTypeEqual": { "description": "Enum Type: `KalturaTaggedObjectType`", "enum": [ "1", "2" ], "type": "string", "x-enumLabels": [ "ENTRY", "CATEGORY" ], "x-enumType": "KalturaTaggedObjectType" }, "tagEqual": { "type": "string" }, "tagStartsWith": { "type": "string" } }, "title": "KalturaTagFilter", "type": "object" }, "KalturaTagListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaTag" }, "type": "array" } }, "title": "KalturaTagListResponse", "type": "object" }, "KalturaTaskEntryServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaEntryServerNode" } ], "anyOf": [ { "$ref": "#/definitions/KalturaClippingTaskEntryServerNode" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaClippingTaskEntryServerNode" ], "type": "string" } }, "title": "KalturaTaskEntryServerNode", "type": "object", "x-abstract": true }, "KalturaThumbAsset": { "allOf": [ { "$ref": "#/definitions/KalturaAsset" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbAsset" }, { "$ref": "#/definitions/KalturaTimedThumbAsset" } ], "discriminator": "objectType", "properties": { "height": { "description": "`readOnly`\n\nThe height of the Flavor Asset", "readOnly": true, "type": "integer" }, "objectType": { "enum": [ "KalturaThumbAsset", "KalturaTimedThumbAsset" ], "type": "string" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaThumbAssetStatus`\n\nThe status of the asset", "enum": [ -1, 0, 1, 2, 3, 7, 9 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ERROR", "QUEUED", "CAPTURING", "READY", "DELETED", "IMPORTING", "EXPORTING" ], "x-enumType": "KalturaThumbAssetStatus" }, "thumbParamsId": { "description": "`insertOnly`\n\nThe Flavor Params used to create this Flavor Asset", "type": "integer" }, "width": { "description": "`readOnly`\n\nThe width of the Flavor Asset", "readOnly": true, "type": "integer" } }, "title": "KalturaThumbAsset", "type": "object" }, "KalturaThumbAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbAssetFilter" }, { "$ref": "#/definitions/KalturaTimedThumbAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaThumbAssetFilter", "KalturaTimedThumbAssetFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaThumbAssetStatus`", "enum": [ -1, 0, 1, 2, 3, 7, 9 ], "type": "integer", "x-enumLabels": [ "ERROR", "QUEUED", "CAPTURING", "READY", "DELETED", "IMPORTING", "EXPORTING" ], "x-enumType": "KalturaThumbAssetStatus" }, "statusIn": { "type": "string" }, "statusNotIn": { "type": "string" }, "thumbParamsIdEqual": { "type": "integer" }, "thumbParamsIdIn": { "type": "string" } }, "title": "KalturaThumbAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaThumbAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbAssetBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbAssetFilter" }, { "$ref": "#/definitions/KalturaTimedThumbAssetFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaThumbAssetFilter", "KalturaTimedThumbAssetFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaThumbAssetOrderBy" } }, "title": "KalturaThumbAssetFilter", "type": "object" }, "KalturaThumbAssetListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaThumbAsset" }, "type": "array" } }, "title": "KalturaThumbAssetListResponse", "type": "object" }, "KalturaThumbCuePoint": { "allOf": [ { "$ref": "#/definitions/KalturaCuePoint" } ], "properties": { "assetId": { "type": "string" }, "description": { "type": "string" }, "subType": { "description": "Enum Type: `KalturaThumbCuePointSubType`\n\nThe sub type of the ThumbCuePoint", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "SLIDE", "CHAPTER" ], "x-enumType": "KalturaThumbCuePointSubType" }, "title": { "type": "string" } }, "title": "KalturaThumbCuePoint", "type": "object" }, "KalturaThumbCuePointBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaCuePointFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbCuePointFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "descriptionLike": { "type": "string" }, "descriptionMultiLikeAnd": { "type": "string" }, "descriptionMultiLikeOr": { "type": "string" }, "objectType": { "enum": [ "KalturaThumbCuePointFilter" ], "type": "string" }, "subTypeEqual": { "description": "Enum Type: `KalturaThumbCuePointSubType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "SLIDE", "CHAPTER" ], "x-enumType": "KalturaThumbCuePointSubType" }, "subTypeIn": { "type": "string" }, "titleLike": { "type": "string" }, "titleMultiLikeAnd": { "type": "string" }, "titleMultiLikeOr": { "type": "string" } }, "title": "KalturaThumbCuePointBaseFilter", "type": "object", "x-abstract": true }, "KalturaThumbCuePointFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbCuePointBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+intId", "+partnerSortValue", "+startTime", "+triggeredAt", "+updatedAt", "-createdAt", "-intId", "-partnerSortValue", "-startTime", "-triggeredAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "INT_ID_ASC", "PARTNER_SORT_VALUE_ASC", "START_TIME_ASC", "TRIGGERED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "INT_ID_DESC", "PARTNER_SORT_VALUE_DESC", "START_TIME_DESC", "TRIGGERED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaThumbCuePointOrderBy" } }, "title": "KalturaThumbCuePointFilter", "type": "object" }, "KalturaThumbParams": { "allOf": [ { "$ref": "#/definitions/KalturaAssetParams" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbParams" }, { "$ref": "#/definitions/KalturaThumbParamsOutput" } ], "discriminator": "objectType", "properties": { "backgroundColor": { "description": "Hexadecimal value", "type": "string" }, "cropHeight": { "type": "integer" }, "cropType": { "description": "Enum Type: `KalturaThumbCropType`", "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "RESIZE", "RESIZE_WITH_PADDING", "CROP", "CROP_FROM_TOP", "RESIZE_WITH_FORCE" ], "x-enumType": "KalturaThumbCropType" }, "cropWidth": { "type": "integer" }, "cropX": { "type": "integer" }, "cropY": { "type": "integer" }, "density": { "description": "The image density (dpi) for example: 72 or 96", "type": "integer" }, "format": { "description": "Enum Type: `KalturaContainerFormat`\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" }, "height": { "type": "integer" }, "interval": { "description": "interval in seconds for creating thumbnail", "type": "integer" }, "objectType": { "enum": [ "KalturaThumbParams", "KalturaThumbParamsOutput" ], "type": "string" }, "quality": { "type": "integer" }, "scaleHeight": { "type": "number" }, "scaleWidth": { "type": "number" }, "sourceParamsId": { "description": "Id of the flavor params or the thumbnail params to be used as source for the thumbnail creation", "type": "integer" }, "stripProfiles": { "description": "Strip profiles and comments", "type": "boolean" }, "videoOffset": { "type": "number" }, "videoOffsetInPercentage": { "description": "Create thumbnail from the videoLengthpercentage second", "type": "integer" }, "width": { "type": "integer" } }, "title": "KalturaThumbParams", "type": "object" }, "KalturaThumbParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaAssetParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "formatEqual": { "description": "Enum Type: `KalturaContainerFormat`", "enum": [ "3gp", "applehttp", "avi", "bif", "bmp", "copy", "flv", "hls", "isma", "ismv", "jpg", "m2ts", "m4v", "mkv", "mov", "mp3", "mp4", "mpeg", "mpegts", "mxf", "ogg", "ogv", "pdf", "png", "swf", "wav", "webm", "wma", "wmv", "wvm" ], "type": "string", "x-enumLabels": [ "_3GP", "APPLEHTTP", "AVI", "BIF", "BMP", "COPY", "FLV", "HLS", "ISMA", "ISMV", "JPG", "M2TS", "M4V", "MKV", "MOV", "MP3", "MP4", "MPEG", "MPEGTS", "MXF", "OGG", "OGV", "PDF", "PNG", "SWF", "WAV", "WEBM", "WMA", "WMV", "WVM" ], "x-enumType": "KalturaContainerFormat" }, "objectType": { "enum": [ "KalturaThumbParamsFilter", "KalturaThumbParamsOutputFilter" ], "type": "string" } }, "title": "KalturaThumbParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaThumbParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbParamsBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbParamsFilter" }, { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaThumbParamsFilter", "KalturaThumbParamsOutputFilter" ], "type": "string" }, "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaThumbParamsOrderBy" } }, "title": "KalturaThumbParamsFilter", "type": "object" }, "KalturaThumbParamsListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaThumbParams" }, "type": "array" } }, "title": "KalturaThumbParamsListResponse", "type": "object" }, "KalturaThumbParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaThumbParams" } ], "properties": { "rotate": { "type": "integer" }, "thumbAssetId": { "type": "string" }, "thumbAssetVersion": { "type": "string" }, "thumbParamsId": { "type": "integer" }, "thumbParamsVersion": { "type": "string" } }, "title": "KalturaThumbParamsOutput", "type": "object" }, "KalturaThumbParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaThumbParamsOutputFilter" ], "type": "string" }, "thumbAssetIdEqual": { "type": "string" }, "thumbAssetVersionEqual": { "type": "string" }, "thumbParamsIdEqual": { "type": "integer" }, "thumbParamsVersionEqual": { "type": "string" } }, "title": "KalturaThumbParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaThumbParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaThumbParamsOutputOrderBy" } }, "title": "KalturaThumbParamsOutputFilter", "type": "object" }, "KalturaThumbParamsOutputListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaThumbParamsOutput" }, "type": "array" } }, "title": "KalturaThumbParamsOutputListResponse", "type": "object" }, "KalturaThumbnailServeOptions": { "allOf": [ { "$ref": "#/definitions/KalturaAssetServeOptions" } ], "properties": {}, "title": "KalturaThumbnailServeOptions", "type": "object" }, "KalturaTimeContextField": { "allOf": [ { "$ref": "#/definitions/KalturaIntegerField" } ], "description": "Represents the current time context on Kaltura servers", "properties": { "offset": { "description": "Time offset in seconds since current time", "type": "integer" } }, "title": "KalturaTimeContextField", "type": "object" }, "KalturaTimeRangeVendorCredit": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCredit" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTimeRangeVendorCredit" }, { "$ref": "#/definitions/KalturaReoccurringVendorCredit" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTimeRangeVendorCredit", "KalturaReoccurringVendorCredit" ], "type": "string" }, "toDate": { "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaTimeRangeVendorCredit", "type": "object" }, "KalturaTimeWarnerDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaTimeWarnerDistributionProfile", "type": "object" }, "KalturaTimeWarnerDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTimeWarnerDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTimeWarnerDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaTimeWarnerDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaTimeWarnerDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTimeWarnerDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTimeWarnerDistributionProfileOrderBy" } }, "title": "KalturaTimeWarnerDistributionProfileFilter", "type": "object" }, "KalturaTimeWarnerDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaTimeWarnerDistributionProvider", "type": "object" }, "KalturaTimeWarnerDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTimeWarnerDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTimeWarnerDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaTimeWarnerDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaTimeWarnerDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTimeWarnerDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaTimeWarnerDistributionProviderOrderBy" } }, "title": "KalturaTimeWarnerDistributionProviderFilter", "type": "object" }, "KalturaTimedThumbAsset": { "allOf": [ { "$ref": "#/definitions/KalturaThumbAsset" } ], "properties": { "cuePointId": { "description": "`insertOnly`\n\nAssociated thumb cue point ID", "type": "string" } }, "title": "KalturaTimedThumbAsset", "type": "object" }, "KalturaTimedThumbAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaThumbAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTimedThumbAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTimedThumbAssetFilter" ], "type": "string" } }, "title": "KalturaTimedThumbAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaTimedThumbAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTimedThumbAssetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTimedThumbAssetOrderBy" } }, "title": "KalturaTimedThumbAssetFilter", "type": "object" }, "KalturaTrRdsDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaSftpDropFolder" } ], "properties": { "syncMetadataProfile": { "type": "integer" }, "targetMetadataProfile": { "type": "integer" } }, "title": "KalturaTrRdsDropFolder", "type": "object" }, "KalturaTranscriptAsset": { "allOf": [ { "$ref": "#/definitions/KalturaAttachmentAsset" } ], "properties": { "accuracy": { "description": "The accuracy of the transcript - values between 0 and 1", "type": "number" }, "humanVerified": { "description": "Enum Type: `KalturaNullableBoolean`\n\nWas verified by human or machine", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "language": { "description": "Enum Type: `KalturaLanguage`\n\nThe language of the transcript", "enum": [ "Abaza", "Abkhazian", "Abnaki Western", "Abure", "Achang", "Achinese", "Achterhooks", "Achumawi", "Adioukrou", "Adyghe; Adygei", "Adynyamathanha", "Afade", "Afar", "Afrikaans", "Aghem", "Aghul", "Aguacateco", "Aguaruna", "Ainu (Japan)", "Akkadian", "Aklanon", "Akum", "Alabama", "Albanian", "Albanian (Gheg)", "Albanian (Tosk)", "Aleut", "Algonquian languages", "Algonquin", "Altai (Southern)", "Amharic", "Angloromani", "Apache (Jicarilla)", "Apache (Western)", "Arabic", "Arabic (standard)", "Arabic Tunisian Spoken", "Aramaic", "Aramaic Samaritan", "Arapaho", "Araucanian", "Arikara", "Armenian", "Aromanian", "Assamese", "Assiniboine", "Assyrian Neo-Aramaic", "Asturian", "Athapascan languages", "Atikamekw", "Awadhi", "Aymara", "Azerbaijani", "Babine", "Badaga", "Bai", "Balinese", "Balochi Southern", "Balti", "Baluchi", "Basa (Cameroon)", "Bashkir", "Basque", "Bavarian", "Beaver", "Beja", "Bemba (Zambia)", "Bengali (Bangla)", "Betawi", "Bezhta", "Bhili", "Bhojpuri", "Bhutani", "Bihari", "Bikol", "Bini", "Bishnupriya Manipuri", "Bislama", "Breton", "Buginese", "Bulgarian", "Buriat", "Burmese", "Byelorussian (Belarusian)", "Caddo", "Cambodian", "Cantonese", "Carrier", "Carrier Southern", "Catalan", "Catawba", "Cayuga", "Cebuano", "Chagatai", "Chaldean Neo-Aramaic", "Cherokee", "Cheyenne", "Chickasaw", "Chilcotin", "Chinese", "Chinook jargon", "Chipewyan", "Chippewa", "Choctaw", "Chor", "Chukot", "Cimbrian", "Clallam Klallam", "Cochimi", "Cocopa", "Colognian", "Comanche", "Comorian", "Comox", "Coptic", "Corsican", "Cree", "Creek", "Crimean Tatar", "Croatian", "Cupeo", "Czech", "Dakota", "Danish", "Dargwa", "Dari (Persian)", "Dari Zoroastrian", "Dehu", "Delaware", "Dinka", "Dogri (generic)", "Dogrib", "Dolgan", "Dong", "Duala", "Dungan", "Dutch", "Dyula", "E", "Emilian", "English", "English (American)", "English (British)", "English Middle (1100-1500)", "Erzya", "Esperanto", "Estonian", "Even", "Evenki", "Faeroese", "Fala", "Fang (Equatorial Guinea)", "Farsi", "Fiji", "Filipino", "Finnish", "Finnish (Tornedalen)", "Fon", "Franco-Prove", "Frankish", "French", "French (Canada)", "Frisian", "Frisian Northern", "Friulian", "Fur", "Ga", "Gaelic (Manx)", "Gaelic (Scottish)", "Gagauz", "Galician", "Gan", "Geez", "Georgian", "German", "German Hutterite", "German Pennsylvania", "Gilbertese", "Gilyak Nivkh", "Gitxsan", "Greek", "Greek Ancient (to 1453)", "Greenlandic", "Guarani", "Gujarati", "Gwichin", "Haida", "Hainanese", "Haisla", "Hakka", "Halkomelem", "Han", "Hani", "Hausa", "Hawaiian", "Hebrew", "Heiltsuk", "Hidatsa", "Hiligaynon", "Hindi", "Hmong", "Hokkien", "Hopi", "Huizhou Chinese", "Hungarian", "Icelandic", "Ikposo", "Iloko", "Inari Sami", "Indonesian", "Ingrian", "Ingush", "Interlingua", "Interlingue", "Inuinnaqtun", "Inuktitut", "Inupiak", "Irish", "Iroquoian languages", "Italian", "Itelmen", "Japanese", "Javanese", "Jinyu Chinese", "Jju", "Judeo-Crimean Tatar", "Judeo-Georgian", "Jutish", "Kabardian", "Kabuverdianu", "Kabyle", "Kachchi", "Kaikavian literary language (Kajkavian)", "Kalmyk Oirat", "Kannada", "Kansa", "Karachay-Balkar", "Karagas", "Karaim", "Karakalpak", "Karelian", "Kashmiri", "Kashubian", "Kaska", "Kawi", "Kazakh", "Khakas", "Khalaj Turkic", "Khanty", "Khasi", "Khmer Northern", "Kickapoo", "Kinyarwanda (Ruanda)", "Kiowa", "Kirghiz", "Kirundi (Rundi)", "Klingon tlhIngan-Hol", "Kodava", "Komi-Permyak", "Konkani (generic)", "Konkani (specific)", "Konkani Goan", "Korean", "Koryak", "Kosraean", "Kotava", "Kpelle", "Kumiai", "Kumyk", "Kurdish", "Kutenai", "Kwakiutl", "Laal", "Ladin", "Ladino", "Lahnda", "Lahu", "Lak", "Laki", "Lakota", "Laothian", "Latin", "Latvian (Lettish)", "Laz", "Lezghian", "Ligurian", "Lillooet", "Limbu", "Limburgish ( Limburger)", "Lingala", "Lithuanian", "Lojban", "Loma (Liberia)", "Lombard", "Low German Low Saxon", "Lozi", "Luba-Lulua", "Lucumi", "Ludian", "Lule Sami", "Lunda", "Luo (Kenya and Tanzania)", "Lushootseed", "Luxembourgish (Letzeburgesch)", "Macedonian", "Madurese", "Magahi", "Maithili", "Malagasy", "Malay", "Malayalam", "Malecite-Passamaquoddy", "Maltese", "Manchu", "Mandaic", "Mandan", "Mandarin Chinese", "Mansi", "Maori", "Maranao", "Marathi", "Mari (Russia)", "Marwari", "Masai", "Mayo", "Meitei", "Mende (Sierra Leone)", "Menominee", "Michif", "Micmac", "Min Bei Chinese", "Min Dong Chinese", "Minangkabau", "Mingrelian", "Mirandese", "Mohawk", "Moksha", "Moldavian", "Mon", "Mongolian", "Montagnais", "Morisyen", "Mossi", "Mozarabic", "Multilingual", "Muong", "Nama (Namibia)", "Nanai", "Naskapi", "Nauru", "Neapolitan", "Nepali", "Newari Nepal Bhasa", "Nganasan", "Nisgaa", "Niuean", "No linguistic content", "Nogai", "Norse Old", "Northern Sotho Pedi Sepedi", "Norwegian", "Novial", "Nyamwezi", "Nyoro", "Nyungah", "Occitan", "Ojibwa Central", "Ojibwa Eastern", "Ojibwa Northwestern", "Ojibwa Severn", "Ojibwa Western", "Ojibwe, Ojibwa", "Okanagan", "Okinawan Central", "Old English", "Oneida", "Onondaga", "Oriya", "Oromo (Afan, Galla)", "Ottawa", "Paipai", "Palauan", "Pampanga", "Pangasinan", "Papiamento", "Pashto (Pushto)", "Persian", "Persian (Dari)", "Pfaelzisch", "Picard", "Piedmontese", "Pirah", "Pitcairn-Norfolk", "Plautdietsch", "Polish", "Pontic", "Portuguese", "Portuguese (Brazil)", "Potawatomi", "Prussian", "Pulaar", "Punjabi", "Qashqai", "Qawasqar", "Quechua", "Quich Central", "Rapanui", "Rarotongan", "Reserved for local use.", "Rhaeto-Romance", "Romagnol", "Romani Kalo Finnish", "Romani Sinte", "Romanian", "Romanian Istro", "Romanian Megleno", "Romany", "Runion Creole French", "Russian", "Rusyn", "Saint Lucian Creole French", "Sakha", "Salar", "Salish Straits", "Salishan languages", "Sami Kildin", "Sami languages", "Samoan", "Sangro", "Sanskrit", "Santali", "Saramaccan", "Sardinian Sassarese", "Saterland Frisian", "Saxon Upper", "Scots", "Sechelt", "Seediq", "Sekani", "Selkup", "Seneca", "Serbian", "Serbo-Croatian", "Seri", "Sesotho", "Setswana", "Shawnee", "Shona", "Shor", "Shoshoni", "Shuswap", "Sicilian", "Sidamo", "Siksika", "Silesian", "Sindhi", "Sinhalese", "Siswati", "Skolt Sami", "Slavey North", "Slavey South", "Slovak", "Slovenian", "Somali", "Soninke", "Sorbian Lower", "Sorbian Upper", "Southern Sami", "Southern Tutchone", "Spanish", "Spanish (Latin America)", "Sranan", "Stoney", "Sudovian", "Sumerian", "Sundanese", "Svan", "Swabian", "Swahili (Kiswahili)", "Swedish", "Swedish Sign Language", "Swiss German Alemannic Alsatian", "Syriac", "Tabassaran", "Tachawit", "Tachelhit", "Tagalog", "Tagbanwa", "Tagish", "Tahltan", "Tai Na", "Taiwanese Mandarin", "Tajik", "Talysh", "Tamajaq Tawallammat", "Tamasheq", "Tamazight Central Atlas", "Tamil", "Tarahumara Central", "Tat Muslim", "Tatar", "Telugu", "Teo Chew", "Tetum", "Thai", "Thai (Northern)", "Thai Northeastern", "Thompson", "Tibetan", "Tigre", "Tigrinya", "Tlingit", "Toda", "Tohono Oodham", "Tok Pisin", "Tonga", "Tonga (Nyasa)", "Tsez", "Tsimshian", "Tsonga", "Tulu", "Tumbuka", "Tumzabt", "Tupinamb", "Turkana", "Turkish", "Turkish Ottoman", "Turkmen", "Tuscarora", "Tuvalu", "Tuvinian", "Twi", "Ubykh", "Udi", "Udmurt", "Uighur", "Ukrainian", "Undefined", "Urdu", "Urum", "Uzbek", "Venetian", "Veps", "Vietnamese", "Volapuk", "Voro", "Votic", "Vro", "Waorani", "Waray (Philippines)", "Welsh", "Western Farsi", "Western Neo-Aramaic", "Wiyot", "Wolof", "Wu Chinese", "Wymysorys", "Xhosa", "Yanesha", "Yiddish", "Yoruba", "Zapotec Isthmus", "Zarma", "Zulu" ], "type": "string", "x-enumType": "KalturaLanguage" }, "providerType": { "description": "Enum Type: `KalturaTranscriptProviderType`\n\nThe provider of the transcript", "enum": [ "cielo24.Cielo24", "voicebase.Voicebase" ], "type": "string", "x-enumLabels": [ "CIELO24", "VOICEBASE" ], "x-enumType": "KalturaTranscriptProviderType" } }, "title": "KalturaTranscriptAsset", "type": "object" }, "KalturaTranscriptAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaAttachmentAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTranscriptAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTranscriptAssetFilter" ], "type": "string" } }, "title": "KalturaTranscriptAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaTranscriptAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTranscriptAssetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTranscriptAssetOrderBy" } }, "title": "KalturaTranscriptAssetFilter", "type": "object" }, "KalturaTranscriptAssetListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaTranscriptAsset" }, "type": "array" } }, "title": "KalturaTranscriptAssetListResponse", "type": "object" }, "KalturaTransformMetadataJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "destVersion": { "type": "integer" }, "destXsd": { "$ref": "#/definitions/KalturaFileContainer" }, "metadataProfileId": { "type": "integer" }, "srcVersion": { "type": "integer" }, "srcXsl": { "$ref": "#/definitions/KalturaFileContainer" } }, "title": "KalturaTransformMetadataJobData", "type": "object" }, "KalturaTransformMetadataResponse": { "properties": { "lowerVersionCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "objects": { "items": { "$ref": "#/definitions/KalturaMetadata" }, "type": "array" }, "totalCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaTransformMetadataResponse", "type": "object" }, "KalturaTranslationVendorTaskData": { "allOf": [ { "$ref": "#/definitions/KalturaVendorTaskDataCaptionAsset" } ], "properties": {}, "title": "KalturaTranslationVendorTaskData", "type": "object" }, "KalturaTubeMogulSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } ], "properties": { "category": { "description": "`readOnly`\n\nEnum Type: `KalturaTubeMogulSyndicationFeedCategories`", "enum": [ "Animals & Pets", "Arts & Animation", "Autos", "Comedy", "Commercials/Promotional", "Entertainment", "Family & Kids", "How To/Instructional/DIY", "Music", "News & Blogs", "Science & Technology", "Sports", "Travel & Places", "Video Games", "Vlogs & People" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ANIMALS_AND_PETS", "ARTS_AND_ANIMATION", "AUTOS", "COMEDY", "COMMERCIALS_PROMOTIONAL", "ENTERTAINMENT", "FAMILY_AND_KIDS", "HOW_TO_INSTRUCTIONAL_DIY", "MUSIC", "NEWS_AND_BLOGS", "SCIENCE_AND_TECHNOLOGY", "SPORTS", "TRAVEL_AND_PLACES", "VIDEO_GAMES", "VLOGS_PEOPLE" ], "x-enumType": "KalturaTubeMogulSyndicationFeedCategories" } }, "title": "KalturaTubeMogulSyndicationFeed", "type": "object" }, "KalturaTubeMogulSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTubeMogulSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTubeMogulSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaTubeMogulSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaTubeMogulSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTubeMogulSyndicationFeedBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTubeMogulSyndicationFeedOrderBy" } }, "title": "KalturaTubeMogulSyndicationFeedFilter", "type": "object" }, "KalturaTvinciDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "xml": { "type": "string" } }, "title": "KalturaTvinciDistributionJobProviderData", "type": "object" }, "KalturaTvinciDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "assetsType": { "description": "Enum Type: `KalturaTvinciAssetsType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "REGULAR", "VIRTUAL" ], "x-enumType": "KalturaTvinciAssetsType" }, "ingestUrl": { "type": "string" }, "innerType": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "tags": { "items": { "$ref": "#/definitions/KalturaTvinciDistributionTag" }, "type": "array" }, "username": { "type": "string" }, "xsltFile": { "type": "string" } }, "title": "KalturaTvinciDistributionProfile", "type": "object" }, "KalturaTvinciDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTvinciDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTvinciDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaTvinciDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaTvinciDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTvinciDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaTvinciDistributionProfileOrderBy" } }, "title": "KalturaTvinciDistributionProfileFilter", "type": "object" }, "KalturaTvinciDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaTvinciDistributionProvider", "type": "object" }, "KalturaTvinciDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaTvinciDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaTvinciDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaTvinciDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaTvinciDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaTvinciDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaTvinciDistributionProviderOrderBy" } }, "title": "KalturaTvinciDistributionProviderFilter", "type": "object" }, "KalturaTvinciDistributionTag": { "properties": { "extension": { "type": "string" }, "filename": { "type": "string" }, "format": { "type": "string" }, "ppvmodule": { "type": "string" }, "protocol": { "type": "string" }, "tagname": { "type": "string" } }, "title": "KalturaTvinciDistributionTag", "type": "object" }, "KalturaTypedArray": { "description": "`abstract`", "properties": { "count": { "type": "integer" } }, "title": "KalturaTypedArray", "type": "object" }, "KalturaUiConf": { "properties": { "confFile": { "type": "string" }, "confFileFeatures": { "type": "string" }, "confFilePath": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "confVars": { "type": "string" }, "config": { "type": "string" }, "createdAt": { "description": "`readOnly`\n\nEntry creation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "creationMode": { "description": "Enum Type: `KalturaUiConfCreationMode`", "enum": [ 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "WIZARD", "ADVANCED", "SYSTEM" ], "x-enumType": "KalturaUiConfCreationMode" }, "description": { "type": "string" }, "height": { "type": "integer" }, "html5Url": { "type": "string" }, "htmlParams": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "description": "Name of the uiConf, this is not a primary key", "type": "string" }, "objType": { "description": "Enum Type: `KalturaUiConfObjType`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ], "type": "integer", "x-enumLabels": [ "PLAYER", "CONTRIBUTION_WIZARD", "SIMPLE_EDITOR", "ADVANCED_EDITOR", "PLAYLIST", "APP_STUDIO", "KRECORD", "PLAYER_V3", "KMC_ACCOUNT", "KMC_ANALYTICS", "KMC_CONTENT", "KMC_DASHBOARD", "KMC_LOGIN", "PLAYER_SL", "CLIENTSIDE_ENCODER", "KMC_GENERAL", "KMC_ROLES_AND_PERMISSIONS", "CLIPPER", "KSR", "KUPLOAD", "WEBCASTING" ], "x-enumType": "KalturaUiConfObjType" }, "objTypeAsString": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "partnerTags": { "type": "string" }, "swfUrl": { "type": "string" }, "swfUrlVersion": { "type": "string" }, "tags": { "type": "string" }, "updatedAt": { "description": "`readOnly`\n\nEntry creation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "useCdn": { "type": "boolean" }, "version": { "description": "`readOnly`\n\nUiConf version", "readOnly": true, "type": "string" }, "width": { "type": "integer" } }, "title": "KalturaUiConf", "type": "object" }, "KalturaUiConfBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUiConfFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "creationModeEqual": { "description": "Enum Type: `KalturaUiConfCreationMode`", "enum": [ 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "WIZARD", "ADVANCED", "SYSTEM" ], "x-enumType": "KalturaUiConfCreationMode" }, "creationModeIn": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "nameLike": { "type": "string" }, "objTypeEqual": { "description": "Enum Type: `KalturaUiConfObjType`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ], "type": "integer", "x-enumLabels": [ "PLAYER", "CONTRIBUTION_WIZARD", "SIMPLE_EDITOR", "ADVANCED_EDITOR", "PLAYLIST", "APP_STUDIO", "KRECORD", "PLAYER_V3", "KMC_ACCOUNT", "KMC_ANALYTICS", "KMC_CONTENT", "KMC_DASHBOARD", "KMC_LOGIN", "PLAYER_SL", "CLIENTSIDE_ENCODER", "KMC_GENERAL", "KMC_ROLES_AND_PERMISSIONS", "CLIPPER", "KSR", "KUPLOAD", "WEBCASTING" ], "x-enumType": "KalturaUiConfObjType" }, "objTypeIn": { "type": "string" }, "objectType": { "enum": [ "KalturaUiConfFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "partnerTagsMultiLikeAnd": { "type": "string" }, "partnerTagsMultiLikeOr": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "versionEqual": { "type": "string" }, "versionMultiLikeAnd": { "type": "string" }, "versionMultiLikeOr": { "type": "string" } }, "title": "KalturaUiConfBaseFilter", "type": "object", "x-abstract": true }, "KalturaUiConfFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUiConfBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUiConfOrderBy" } }, "title": "KalturaUiConfFilter", "type": "object" }, "KalturaUiConfListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUiConf" }, "type": "array" } }, "title": "KalturaUiConfListResponse", "type": "object" }, "KalturaUiConfTypeInfo": { "description": "Info about uiconf type", "properties": { "directory": { "description": "The direcotry this type is saved at", "type": "string" }, "filename": { "description": "Filename for this UiConf type", "type": "string" }, "type": { "description": "Enum Type: `KalturaUiConfObjType`\n\nUiConf Type", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ], "type": "integer", "x-enumLabels": [ "PLAYER", "CONTRIBUTION_WIZARD", "SIMPLE_EDITOR", "ADVANCED_EDITOR", "PLAYLIST", "APP_STUDIO", "KRECORD", "PLAYER_V3", "KMC_ACCOUNT", "KMC_ANALYTICS", "KMC_CONTENT", "KMC_DASHBOARD", "KMC_LOGIN", "PLAYER_SL", "CLIENTSIDE_ENCODER", "KMC_GENERAL", "KMC_ROLES_AND_PERMISSIONS", "CLIPPER", "KSR", "KUPLOAD", "WEBCASTING" ], "x-enumType": "KalturaUiConfObjType" }, "versions": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" } }, "title": "KalturaUiConfTypeInfo", "type": "object" }, "KalturaUnicornDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "catalogGuid": { "description": "The Catalog GUID the video is in or will be ingested into.", "type": "string" }, "flavorAssetVersion": { "description": "Flavor asset version.", "type": "string" }, "mediaChanged": { "description": "Indicates that the media content changed and therefore the job should wait for HTTP callback notification to be closed.", "type": "boolean" }, "notificationBaseUrl": { "description": "The schema and host name to the Kaltura server, e.g. http://www.kaltura.com", "type": "string" }, "title": { "description": "The Title assigned to the video. The Foreign Key will be used if no title is provided.", "type": "string" } }, "title": "KalturaUnicornDistributionJobProviderData", "type": "object" }, "KalturaUnicornDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "adFreeApplicationGuid": { "description": "The GUID for the application in which to record metrics and enforce business rules obtained through your Unicorn representative.", "type": "string" }, "apiHostUrl": { "description": "The API host URL that the Upload User should have access to, Used for HTTP content submission.", "type": "string" }, "channelGuid": { "description": "The Channel GUID assigned to this Publication Rule. Must be a valid Channel in the Domain that was used in authentication.", "type": "string" }, "domainGuid": { "description": "The GUID of the Customer Domain in the Unicorn system obtained by contacting your Unicorn representative.", "type": "string" }, "domainName": { "description": "The name of the Domain that the Upload User should have access to, Used for authentication.", "type": "string" }, "password": { "description": "The password used in association with the email to determine if the Upload User is authorized the incoming request.", "type": "string", "x-inputType": "password" }, "remoteAssetParamsId": { "description": "The flavor-params that will be used for the remote asset.", "type": "integer" }, "storageProfileId": { "description": "The remote storage that should be used for the remote asset.", "type": "string" }, "username": { "description": "The email address associated with the Upload User, used to authorize the incoming request.", "type": "string" } }, "title": "KalturaUnicornDistributionProfile", "type": "object" }, "KalturaUnicornDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUnicornDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUnicornDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaUnicornDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaUnicornDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUnicornDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUnicornDistributionProfileOrderBy" } }, "title": "KalturaUnicornDistributionProfileFilter", "type": "object" }, "KalturaUnicornDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaUnicornDistributionProvider", "type": "object" }, "KalturaUnicornDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUnicornDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUnicornDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaUnicornDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaUnicornDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUnicornDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaUnicornDistributionProviderOrderBy" } }, "title": "KalturaUnicornDistributionProviderFilter", "type": "object" }, "KalturaUnlimitedVendorCredit": { "allOf": [ { "$ref": "#/definitions/KalturaBaseVendorCredit" } ], "properties": { "credit": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "fromDate": { "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaUnlimitedVendorCredit", "type": "object" }, "KalturaUpgradeMetadataResponse": { "properties": { "lowerVersionCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "totalCount": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaUpgradeMetadataResponse", "type": "object" }, "KalturaUploadResponse": { "properties": { "errorCode": { "description": "Enum Type: `KalturaUploadErrorCode`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "NO_ERROR", "GENERAL_ERROR", "PARTIAL_UPLOAD" ], "x-enumType": "KalturaUploadErrorCode" }, "errorDescription": { "type": "string" }, "fileSize": { "type": "integer" }, "uploadTokenId": { "type": "string" } }, "title": "KalturaUploadResponse", "type": "object" }, "KalturaUploadToken": { "properties": { "attachedObjectId": { "description": "`readOnly`\n\nThe id of the object this token is attached to.", "readOnly": true, "type": "string" }, "attachedObjectType": { "description": "`readOnly`\n\nThe type of the object this token is attached to.", "readOnly": true, "type": "string" }, "autoFinalize": { "description": "`insertOnly`\n\nEnum Type: `KalturaNullableBoolean`\n\nautoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token.", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "createdAt": { "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "fileName": { "description": "`insertOnly`\n\nName of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded", "type": "string" }, "fileSize": { "description": "`insertOnly`\n\nFile size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded", "type": "number" }, "id": { "description": "`readOnly`\n\nUpload token unique ID", "readOnly": true, "type": "string" }, "partnerId": { "description": "`readOnly`\n\nPartner ID of the upload token", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaUploadTokenStatus`\n\nStatus of the upload token", "enum": [ 0, 1, 2, 3, 4, 5 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "PENDING", "PARTIAL_UPLOAD", "FULL_UPLOAD", "CLOSED", "TIMED_OUT", "DELETED" ], "x-enumType": "KalturaUploadTokenStatus" }, "updatedAt": { "description": "`readOnly`\n\nLast update date as Unix timestamp (In seconds)", "readOnly": true, "type": "integer" }, "uploadUrl": { "description": "`readOnly`\n\nUpload url - to explicitly determine to which domain to address the uploadToken->upload call", "readOnly": true, "type": "string" }, "uploadedFileSize": { "description": "`readOnly`\n\nUploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming", "readOnly": true, "type": "number" }, "userId": { "description": "`readOnly`\n\nUser id for the upload token", "readOnly": true, "type": "string" } }, "title": "KalturaUploadToken", "type": "object" }, "KalturaUploadTokenBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUploadTokenFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "fileNameEqual": { "type": "string" }, "fileSizeEqual": { "type": "number" }, "idEqual": { "type": "string" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaUploadTokenFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaUploadTokenStatus`", "enum": [ 0, 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "PENDING", "PARTIAL_UPLOAD", "FULL_UPLOAD", "CLOSED", "TIMED_OUT", "DELETED" ], "x-enumType": "KalturaUploadTokenStatus" }, "statusIn": { "type": "string" }, "userIdEqual": { "type": "string" } }, "title": "KalturaUploadTokenBaseFilter", "type": "object", "x-abstract": true }, "KalturaUploadTokenFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUploadTokenBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "-createdAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "CREATED_AT_DESC" ], "x-enumType": "KalturaUploadTokenOrderBy" } }, "title": "KalturaUploadTokenFilter", "type": "object" }, "KalturaUploadTokenListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUploadToken" }, "type": "array" } }, "title": "KalturaUploadTokenListResponse", "type": "object" }, "KalturaUploadedFileResource": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDataCenterContentResource" } ], "description": "sed to ingest media that uploaded as posted file in this http request, the file data represents the $_FILE", "properties": { "fileData": { "description": "Represents the $_FILE", "type": "string" } }, "title": "KalturaUploadedFileResource", "type": "object" }, "KalturaUploadedFileTokenResource": { "allOf": [ { "$ref": "#/definitions/KalturaGenericDataCenterContentResource" } ], "description": "Used to ingest media that uploaded to the system and represented by token that returned from upload.upload action or uploadToken.add action.", "properties": { "token": { "description": "Token that returned from upload.upload action or uploadToken.add action.", "type": "string" } }, "title": "KalturaUploadedFileTokenResource", "type": "object" }, "KalturaUrlAuthenticationParamsCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "properties": {}, "title": "KalturaUrlAuthenticationParamsCondition", "type": "object" }, "KalturaUrlRecognizer": { "anyOf": [ { "$ref": "#/definitions/KalturaUrlRecognizer" }, { "$ref": "#/definitions/KalturaUrlRecognizerAkamaiG2O" }, { "$ref": "#/definitions/KalturaUrlRecognizerKaltura" } ], "discriminator": "objectType", "properties": { "hosts": { "description": "The hosts that are recognized", "type": "string" }, "objectType": { "enum": [ "KalturaUrlRecognizer", "KalturaUrlRecognizerAkamaiG2O", "KalturaUrlRecognizerKaltura" ], "type": "string" }, "uriPrefix": { "description": "The URI prefix we use for security", "type": "string" } }, "title": "KalturaUrlRecognizer", "type": "object" }, "KalturaUrlRecognizerAkamaiG2O": { "allOf": [ { "$ref": "#/definitions/KalturaUrlRecognizer" } ], "properties": { "headerData": { "description": "headerData", "type": "string" }, "headerSign": { "description": "headerSign", "type": "string" }, "salt": { "description": "salt", "type": "string" }, "timeout": { "description": "timeout", "type": "integer" } }, "title": "KalturaUrlRecognizerAkamaiG2O", "type": "object" }, "KalturaUrlRecognizerKaltura": { "allOf": [ { "$ref": "#/definitions/KalturaUrlRecognizer" } ], "properties": { "key": { "type": "string" } }, "title": "KalturaUrlRecognizerKaltura", "type": "object" }, "KalturaUrlResource": { "allOf": [ { "$ref": "#/definitions/KalturaContentResource" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUrlResource" }, { "$ref": "#/definitions/KalturaRemoteStorageResource" }, { "$ref": "#/definitions/KalturaSshUrlResource" } ], "description": "Used to ingest media that is available on remote server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready.", "discriminator": "objectType", "properties": { "forceAsyncDownload": { "description": "Force Import Job", "type": "boolean" }, "objectType": { "enum": [ "KalturaUrlResource", "KalturaRemoteStorageResource", "KalturaSshUrlResource" ], "type": "string" }, "url": { "description": "Remote URL, FTP, HTTP or HTTPS", "type": "string" }, "urlHeaders": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" } }, "title": "KalturaUrlResource", "type": "object" }, "KalturaUrlTokenizer": { "anyOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" }, { "$ref": "#/definitions/KalturaUrlTokenizerAkamaiHttp" }, { "$ref": "#/definitions/KalturaUrlTokenizerAkamaiRtmp" }, { "$ref": "#/definitions/KalturaUrlTokenizerAkamaiRtsp" }, { "$ref": "#/definitions/KalturaUrlTokenizerAkamaiSecureHd" }, { "$ref": "#/definitions/KalturaUrlTokenizerBitGravity" }, { "$ref": "#/definitions/KalturaUrlTokenizerChinaCache" }, { "$ref": "#/definitions/KalturaUrlTokenizerCht" }, { "$ref": "#/definitions/KalturaUrlTokenizerCloudFront" }, { "$ref": "#/definitions/KalturaUrlTokenizerKaltura" }, { "$ref": "#/definitions/KalturaUrlTokenizerKs" }, { "$ref": "#/definitions/KalturaUrlTokenizerL3" }, { "$ref": "#/definitions/KalturaUrlTokenizerLevel3" }, { "$ref": "#/definitions/KalturaUrlTokenizerLimeLight" }, { "$ref": "#/definitions/KalturaUrlTokenizerUplynk" }, { "$ref": "#/definitions/KalturaUrlTokenizerVelocix" }, { "$ref": "#/definitions/KalturaUrlTokenizerVnpt" }, { "$ref": "#/definitions/KalturaUrlTokenizerWowzaSecureToken" } ], "discriminator": "objectType", "properties": { "key": { "description": "key", "type": "string" }, "limitIpAddress": { "type": "boolean" }, "objectType": { "enum": [ "KalturaUrlTokenizer", "KalturaUrlTokenizerAkamaiHttp", "KalturaUrlTokenizerAkamaiRtmp", "KalturaUrlTokenizerAkamaiRtsp", "KalturaUrlTokenizerAkamaiSecureHd", "KalturaUrlTokenizerBitGravity", "KalturaUrlTokenizerChinaCache", "KalturaUrlTokenizerCht", "KalturaUrlTokenizerCloudFront", "KalturaUrlTokenizerKaltura", "KalturaUrlTokenizerKs", "KalturaUrlTokenizerL3", "KalturaUrlTokenizerLevel3", "KalturaUrlTokenizerLimeLight", "KalturaUrlTokenizerUplynk", "KalturaUrlTokenizerVelocix", "KalturaUrlTokenizerVnpt", "KalturaUrlTokenizerWowzaSecureToken" ], "type": "string" }, "window": { "description": "Window", "type": "integer" } }, "title": "KalturaUrlTokenizer", "type": "object" }, "KalturaUrlTokenizerAkamaiHttp": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "paramName": { "description": "param", "type": "string" }, "rootDir": { "type": "string" } }, "title": "KalturaUrlTokenizerAkamaiHttp", "type": "object" }, "KalturaUrlTokenizerAkamaiRtmp": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "aifp": { "type": "string" }, "profile": { "description": "profile", "type": "string" }, "type": { "description": "Type", "type": "string" }, "usePrefix": { "type": "boolean" } }, "title": "KalturaUrlTokenizerAkamaiRtmp", "type": "object" }, "KalturaUrlTokenizerAkamaiRtsp": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "cpcode": { "description": "Cp-Code", "type": "integer" }, "host": { "description": "host", "type": "string" } }, "title": "KalturaUrlTokenizerAkamaiRtsp", "type": "object" }, "KalturaUrlTokenizerAkamaiSecureHd": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "aclPostfix": { "type": "string" }, "customPostfixes": { "type": "string" }, "paramName": { "type": "string" }, "rootDir": { "type": "string" }, "useCookieHosts": { "type": "string" } }, "title": "KalturaUrlTokenizerAkamaiSecureHd", "type": "object" }, "KalturaUrlTokenizerBitGravity": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "hashPatternRegex": { "description": "hashPatternRegex", "type": "string" } }, "title": "KalturaUrlTokenizerBitGravity", "type": "object" }, "KalturaUrlTokenizerChinaCache": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "algorithmId": { "description": "Enum Type: `KalturaChinaCacheAlgorithmType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "SHA1", "SHA256" ], "x-enumType": "KalturaChinaCacheAlgorithmType" }, "keyId": { "type": "integer" } }, "title": "KalturaUrlTokenizerChinaCache", "type": "object" }, "KalturaUrlTokenizerCht": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": {}, "title": "KalturaUrlTokenizerCht", "type": "object" }, "KalturaUrlTokenizerCloudFront": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "keyPairId": { "type": "string" }, "rootDir": { "type": "string" } }, "title": "KalturaUrlTokenizerCloudFront", "type": "object" }, "KalturaUrlTokenizerKaltura": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": {}, "title": "KalturaUrlTokenizerKaltura", "type": "object" }, "KalturaUrlTokenizerKs": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "additionalUris": { "type": "string" }, "usePath": { "type": "boolean" } }, "title": "KalturaUrlTokenizerKs", "type": "object" }, "KalturaUrlTokenizerL3": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "gen": { "description": "gen", "type": "string" }, "paramName": { "description": "paramName", "type": "string" } }, "title": "KalturaUrlTokenizerL3", "type": "object" }, "KalturaUrlTokenizerLevel3": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "expiryName": { "description": "expiryName", "type": "string" }, "gen": { "description": "gen", "type": "string" }, "paramName": { "description": "paramName", "type": "string" } }, "title": "KalturaUrlTokenizerLevel3", "type": "object" }, "KalturaUrlTokenizerLimeLight": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": {}, "title": "KalturaUrlTokenizerLimeLight", "type": "object" }, "KalturaUrlTokenizerUplynk": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "accountId": { "description": "accountId", "type": "string" } }, "title": "KalturaUrlTokenizerUplynk", "type": "object" }, "KalturaUrlTokenizerVelocix": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "authPrefix": { "description": "secure URL prefix", "type": "string" }, "hdsPaths": { "description": "hdsPaths", "type": "string" }, "paramName": { "description": "tokenParamName", "type": "string" } }, "title": "KalturaUrlTokenizerVelocix", "type": "object" }, "KalturaUrlTokenizerVnpt": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "shouldIncludeClientIp": { "type": "boolean" }, "tokenizationFormat": { "type": "integer" } }, "title": "KalturaUrlTokenizerVnpt", "type": "object" }, "KalturaUrlTokenizerWowzaSecureToken": { "allOf": [ { "$ref": "#/definitions/KalturaUrlTokenizer" } ], "properties": { "hashAlgorithm": { "type": "string" }, "paramPrefix": { "type": "string" } }, "title": "KalturaUrlTokenizerWowzaSecureToken", "type": "object" }, "KalturaUser": { "allOf": [ { "$ref": "#/definitions/KalturaBaseUser" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUser" }, { "$ref": "#/definitions/KalturaAdminUser" } ], "discriminator": "objectType", "properties": { "attendanceInfo": { "type": "string" }, "company": { "type": "string" }, "dateOfBirth": { "type": "integer" }, "encryptedSeed": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "externalId": { "description": "`insertOnly`\n\nThis field should be sent instead of the id field whenever you want to work with hashed user ids", "type": "string" }, "firstName": { "type": "string" }, "gender": { "description": "Enum Type: `KalturaGender`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "UNKNOWN", "MALE", "FEMALE" ], "x-enumType": "KalturaGender" }, "isAccountOwner": { "description": "`insertOnly`", "type": "boolean" }, "isAdmin": { "type": "boolean" }, "isGuest": { "description": "`insertOnly`", "type": "boolean" }, "isSsoExcluded": { "type": "boolean" }, "ksPrivileges": { "type": "string" }, "lastName": { "type": "string" }, "loginEnabled": { "description": "`insertOnly`", "type": "boolean" }, "objectType": { "enum": [ "KalturaUser", "KalturaAdminUser" ], "type": "string" }, "password": { "description": "`insertOnly` `writeOnly`", "type": "string", "x-inputType": "password" }, "registrationInfo": { "type": "string" }, "roleIds": { "type": "string" }, "roleNames": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "title": { "type": "string" }, "type": { "description": "Enum Type: `KalturaUserType`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "USER", "GROUP" ], "x-enumType": "KalturaUserType" } }, "title": "KalturaUser", "type": "object" }, "KalturaUserAgentCondition": { "allOf": [ { "$ref": "#/definitions/KalturaRegexCondition" } ], "properties": {}, "title": "KalturaUserAgentCondition", "type": "object" }, "KalturaUserAgentContextField": { "allOf": [ { "$ref": "#/definitions/KalturaStringField" } ], "description": "Represents the current request user agent context", "properties": {}, "title": "KalturaUserAgentContextField", "type": "object" }, "KalturaUserAgentRestriction": { "allOf": [ { "$ref": "#/definitions/KalturaBaseRestriction" } ], "properties": { "userAgentRegexList": { "description": "A comma seperated list of user agent regular expressions", "type": "string" }, "userAgentRestrictionType": { "description": "Enum Type: `KalturaUserAgentRestrictionType`\n\nUser agent restriction type (Allow or deny)", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "RESTRICT_LIST", "ALLOW_LIST" ], "x-enumType": "KalturaUserAgentRestrictionType" } }, "title": "KalturaUserAgentRestriction", "type": "object" }, "KalturaUserBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseUserFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserFilter" }, { "$ref": "#/definitions/KalturaGroupFilter" }, { "$ref": "#/definitions/KalturaAdminUserFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "firstNameStartsWith": { "type": "string" }, "idEqual": { "type": "string" }, "idIn": { "type": "string" }, "isAdminEqual": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "lastNameStartsWith": { "type": "string" }, "objectType": { "enum": [ "KalturaUserFilter", "KalturaGroupFilter", "KalturaAdminUserFilter" ], "type": "string" }, "typeEqual": { "description": "Enum Type: `KalturaUserType`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "USER", "GROUP" ], "x-enumType": "KalturaUserType" }, "typeIn": { "type": "string" } }, "title": "KalturaUserBaseFilter", "type": "object", "x-abstract": true }, "KalturaUserEmailContextField": { "allOf": [ { "$ref": "#/definitions/KalturaStringField" } ], "description": "Represents the current session user e-mail address context", "properties": {}, "title": "KalturaUserEmailContextField", "type": "object" }, "KalturaUserEntry": { "anyOf": [ { "$ref": "#/definitions/KalturaPermissionLevelUserEntry" }, { "$ref": "#/definitions/KalturaQuizUserEntry" }, { "$ref": "#/definitions/KalturaRegistrationUserEntry" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntry" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntry" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "entryId": { "description": "`insertOnly`", "type": "string" }, "extendedStatus": { "description": "Enum Type: `KalturaUserEntryExtendedStatus`", "enum": [ "quiz.SYNC_STATUS_ERROR", "quiz.SYNC_STATUS_SUCCESS", "viewHistory.PLAYBACK_COMPLETE", "viewHistory.PLAYBACK_STARTED", "viewHistory.VIEWED" ], "type": "string", "x-enumLabels": [ "SYNC_STATUS_ERROR", "SYNC_STATUS_SUCCESS", "PLAYBACK_COMPLETE", "PLAYBACK_STARTED", "VIEWED" ], "x-enumType": "KalturaUserEntryExtendedStatus" }, "id": { "description": "`readOnly`\n\nunique auto-generated identifier", "readOnly": true, "type": "integer" }, "objectType": { "enum": [ "KalturaPermissionLevelUserEntry", "KalturaQuizUserEntry", "KalturaRegistrationUserEntry", "KalturaViewHistoryUserEntry", "KalturaWatchLaterUserEntry" ], "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaUserEntryStatus`", "enum": [ "quiz.3", "1", "2" ], "readOnly": true, "type": "string", "x-enumLabels": [ "QUIZ_SUBMITTED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaUserEntryStatus" }, "type": { "description": "`readOnly`\n\nEnum Type: `KalturaUserEntryType`", "enum": [ "entryPermissionLevel.PERMISSION_LEVEL", "quiz.QUIZ", "registration.REGISTRATION", "viewHistory.VIEW_HISTORY", "watchLater.WATCH_LATER" ], "readOnly": true, "type": "string", "x-enumLabels": [ "PERMISSION_LEVEL", "QUIZ", "REGISTRATION", "VIEW_HISTORY", "WATCH_LATER" ], "x-enumType": "KalturaUserEntryType" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "userId": { "description": "`insertOnly`", "type": "string" } }, "title": "KalturaUserEntry", "type": "object", "x-abstract": true }, "KalturaUserEntryBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" }, { "$ref": "#/definitions/KalturaPermissionLevelUserEntryFilter" }, { "$ref": "#/definitions/KalturaRegistrationUserEntryFilter" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntryFilter" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntryFilter" }, { "$ref": "#/definitions/KalturaQuizUserEntryFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "entryIdEqual": { "type": "string" }, "entryIdIn": { "type": "string" }, "entryIdNotIn": { "type": "string" }, "extendedStatusEqual": { "description": "Enum Type: `KalturaUserEntryExtendedStatus`", "enum": [ "quiz.SYNC_STATUS_ERROR", "quiz.SYNC_STATUS_SUCCESS", "viewHistory.PLAYBACK_COMPLETE", "viewHistory.PLAYBACK_STARTED", "viewHistory.VIEWED" ], "type": "string", "x-enumLabels": [ "SYNC_STATUS_ERROR", "SYNC_STATUS_SUCCESS", "PLAYBACK_COMPLETE", "PLAYBACK_STARTED", "VIEWED" ], "x-enumType": "KalturaUserEntryExtendedStatus" }, "extendedStatusIn": { "type": "string" }, "extendedStatusNotIn": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "objectType": { "enum": [ "KalturaUserEntryFilter", "KalturaPermissionLevelUserEntryFilter", "KalturaRegistrationUserEntryFilter", "KalturaViewHistoryUserEntryFilter", "KalturaWatchLaterUserEntryFilter", "KalturaQuizUserEntryFilter" ], "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaUserEntryStatus`", "enum": [ "quiz.3", "1", "2" ], "type": "string", "x-enumLabels": [ "QUIZ_SUBMITTED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaUserEntryStatus" }, "typeEqual": { "description": "Enum Type: `KalturaUserEntryType`", "enum": [ "entryPermissionLevel.PERMISSION_LEVEL", "quiz.QUIZ", "registration.REGISTRATION", "viewHistory.VIEW_HISTORY", "watchLater.WATCH_LATER" ], "type": "string", "x-enumLabels": [ "PERMISSION_LEVEL", "QUIZ", "REGISTRATION", "VIEW_HISTORY", "WATCH_LATER" ], "x-enumType": "KalturaUserEntryType" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "userIdEqual": { "type": "string" }, "userIdIn": { "type": "string" }, "userIdNotIn": { "type": "string" } }, "title": "KalturaUserEntryBaseFilter", "type": "object", "x-abstract": true }, "KalturaUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" }, { "$ref": "#/definitions/KalturaPermissionLevelUserEntryFilter" }, { "$ref": "#/definitions/KalturaRegistrationUserEntryFilter" }, { "$ref": "#/definitions/KalturaViewHistoryUserEntryFilter" }, { "$ref": "#/definitions/KalturaWatchLaterUserEntryFilter" }, { "$ref": "#/definitions/KalturaQuizUserEntryFilter" } ], "discriminator": "objectType", "properties": { "isAnonymous": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "objectType": { "enum": [ "KalturaUserEntryFilter", "KalturaPermissionLevelUserEntryFilter", "KalturaRegistrationUserEntryFilter", "KalturaViewHistoryUserEntryFilter", "KalturaWatchLaterUserEntryFilter", "KalturaQuizUserEntryFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUserEntryOrderBy" }, "partnerId": { "type": "integer" }, "privacyContextEqual": { "type": "string" }, "privacyContextIn": { "type": "string" }, "userIdEqualCurrent": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "title": "KalturaUserEntryFilter", "type": "object" }, "KalturaUserEntryListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUserEntry" }, "type": "array" } }, "title": "KalturaUserEntryListResponse", "type": "object" }, "KalturaUserFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserFilter" }, { "$ref": "#/definitions/KalturaGroupFilter" }, { "$ref": "#/definitions/KalturaAdminUserFilter" } ], "discriminator": "objectType", "properties": { "firstNameOrLastNameStartsWith": { "type": "string" }, "idOrScreenNameStartsWith": { "type": "string" }, "loginEnabledEqual": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "objectType": { "enum": [ "KalturaUserFilter", "KalturaGroupFilter", "KalturaAdminUserFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUserOrderBy" }, "permissionNamesMultiLikeAnd": { "description": "Permission names filter expression", "type": "string" }, "permissionNamesMultiLikeOr": { "description": "Permission names filter expression", "type": "string" }, "roleIdEqual": { "type": "string" }, "roleIdsEqual": { "type": "string" }, "roleIdsIn": { "type": "string" } }, "title": "KalturaUserFilter", "type": "object" }, "KalturaUserListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUser" }, "type": "array" } }, "title": "KalturaUserListResponse", "type": "object" }, "KalturaUserLoginData": { "properties": { "id": { "type": "string" }, "loginEmail": { "type": "string" } }, "title": "KalturaUserLoginData", "type": "object" }, "KalturaUserLoginDataBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserLoginDataFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "loginEmailEqual": { "type": "string" }, "objectType": { "enum": [ "KalturaUserLoginDataFilter" ], "type": "string" } }, "title": "KalturaUserLoginDataBaseFilter", "type": "object", "x-abstract": true }, "KalturaUserLoginDataFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserLoginDataBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaUserLoginDataOrderBy" } }, "title": "KalturaUserLoginDataFilter", "type": "object" }, "KalturaUserLoginDataListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUserLoginData" }, "type": "array" } }, "title": "KalturaUserLoginDataListResponse", "type": "object" }, "KalturaUserRole": { "properties": { "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "description": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "permissionNames": { "type": "string" }, "status": { "description": "Enum Type: `KalturaUserRoleStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "BLOCKED", "DELETED" ], "x-enumType": "KalturaUserRoleStatus" }, "systemName": { "type": "string" }, "tags": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaUserRole", "type": "object" }, "KalturaUserRoleBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserRoleFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "descriptionLike": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "nameEqual": { "type": "string" }, "nameIn": { "type": "string" }, "objectType": { "enum": [ "KalturaUserRoleFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaUserRoleStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "BLOCKED", "DELETED" ], "x-enumType": "KalturaUserRoleStatus" }, "statusIn": { "type": "string" }, "systemNameEqual": { "type": "string" }, "systemNameIn": { "type": "string" }, "tagsMultiLikeAnd": { "type": "string" }, "tagsMultiLikeOr": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaUserRoleBaseFilter", "type": "object", "x-abstract": true }, "KalturaUserRoleCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "properties": { "roleIds": { "description": "Comma separated list of role ids", "type": "string" } }, "title": "KalturaUserRoleCondition", "type": "object" }, "KalturaUserRoleFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserRoleBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUserRoleOrderBy" } }, "title": "KalturaUserRoleFilter", "type": "object" }, "KalturaUserRoleListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUserRole" }, "type": "array" } }, "title": "KalturaUserRoleListResponse", "type": "object" }, "KalturaUserScoreProperties": { "properties": { "rank": { "type": "integer" }, "score": { "type": "integer" }, "userId": { "type": "string" } }, "title": "KalturaUserScoreProperties", "type": "object" }, "KalturaUserScorePropertiesBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUserScorePropertiesFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUserScorePropertiesFilter" ], "type": "string" } }, "title": "KalturaUserScorePropertiesBaseFilter", "type": "object", "x-abstract": true }, "KalturaUserScorePropertiesFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserScorePropertiesBaseFilter" } ], "properties": { "gameObjectId": { "type": "string" }, "gameObjectType": { "description": "Enum Type: `KalturaGameObjectType`", "enum": [ "1" ], "type": "string", "x-enumLabels": [ "LEADERBOARD" ], "x-enumType": "KalturaGameObjectType" }, "placesAboveUser": { "type": "integer" }, "placesBelowUser": { "type": "integer" }, "userIdEqual": { "type": "string" } }, "title": "KalturaUserScorePropertiesFilter", "type": "object" }, "KalturaUserScorePropertiesResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaUserScoreProperties" }, "type": "array" } }, "title": "KalturaUserScorePropertiesResponse", "type": "object" }, "KalturaUsersCsvJobData": { "allOf": [ { "$ref": "#/definitions/KalturaMappedObjectsCsvJobData" } ], "properties": { "filter": { "$ref": "#/definitions/KalturaUserFilter" } }, "title": "KalturaUsersCsvJobData", "type": "object" }, "KalturaUverseClickToOrderDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "backgroundImageStandard": { "type": "string" }, "backgroundImageWide": { "type": "string" }, "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaUverseClickToOrderDistributionProfile", "type": "object" }, "KalturaUverseClickToOrderDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUverseClickToOrderDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaUverseClickToOrderDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaUverseClickToOrderDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUverseClickToOrderDistributionProfileOrderBy" } }, "title": "KalturaUverseClickToOrderDistributionProfileFilter", "type": "object" }, "KalturaUverseClickToOrderDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaUverseClickToOrderDistributionProvider", "type": "object" }, "KalturaUverseClickToOrderDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUverseClickToOrderDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaUverseClickToOrderDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaUverseClickToOrderDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUverseClickToOrderDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaUverseClickToOrderDistributionProviderOrderBy" } }, "title": "KalturaUverseClickToOrderDistributionProviderFilter", "type": "object" }, "KalturaUverseDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "localAssetFilePath": { "description": "The local file path of the video asset that needs to be distributed", "type": "string" }, "remoteAssetFileName": { "description": "The file name of the remote video asset that was distributed", "type": "string" }, "remoteAssetUrl": { "description": "The remote URL of the video asset that was distributed", "type": "string" } }, "title": "KalturaUverseDistributionJobProviderData", "type": "object" }, "KalturaUverseDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "channelCopyright": { "type": "string" }, "channelDescription": { "type": "string" }, "channelImageLink": { "type": "string" }, "channelImageTitle": { "type": "string" }, "channelImageUrl": { "type": "string" }, "channelLanguage": { "type": "string" }, "channelLink": { "type": "string" }, "channelTitle": { "type": "string" }, "feedUrl": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "ftpHost": { "type": "string" }, "ftpLogin": { "type": "string" }, "ftpPassword": { "type": "string" } }, "title": "KalturaUverseDistributionProfile", "type": "object" }, "KalturaUverseDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUverseDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUverseDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaUverseDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaUverseDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUverseDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaUverseDistributionProfileOrderBy" } }, "title": "KalturaUverseDistributionProfileFilter", "type": "object" }, "KalturaUverseDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaUverseDistributionProvider", "type": "object" }, "KalturaUverseDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaUverseDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaUverseDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaUverseDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaUverseDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUverseDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaUverseDistributionProviderOrderBy" } }, "title": "KalturaUverseDistributionProviderFilter", "type": "object" }, "KalturaValidateActiveEdgeCondition": { "allOf": [ { "$ref": "#/definitions/KalturaCondition" } ], "properties": { "edgeServerIds": { "description": "Comma separated list of edge servers to validate are active", "type": "string" } }, "title": "KalturaValidateActiveEdgeCondition", "type": "object" }, "KalturaValue": { "anyOf": [ { "$ref": "#/definitions/KalturaBooleanValue" }, { "$ref": "#/definitions/KalturaStringValue" }, { "$ref": "#/definitions/KalturaIntegerValue" }, { "$ref": "#/definitions/KalturaEvalBooleanField" }, { "$ref": "#/definitions/KalturaAnonymousIPContextField" }, { "$ref": "#/definitions/KalturaCoordinatesContextField" }, { "$ref": "#/definitions/KalturaCountryContextField" }, { "$ref": "#/definitions/KalturaEvalStringField" }, { "$ref": "#/definitions/KalturaIpAddressContextField" }, { "$ref": "#/definitions/KalturaMetadataField" }, { "$ref": "#/definitions/KalturaObjectIdField" }, { "$ref": "#/definitions/KalturaUserAgentContextField" }, { "$ref": "#/definitions/KalturaUserEmailContextField" }, { "$ref": "#/definitions/KalturaTimeContextField" } ], "description": "`abstract`\n\nA representation to return an array of values", "discriminator": "objectType", "properties": { "description": { "type": "string" }, "objectType": { "enum": [ "KalturaBooleanValue", "KalturaStringValue", "KalturaIntegerValue", "KalturaEvalBooleanField", "KalturaAnonymousIPContextField", "KalturaCoordinatesContextField", "KalturaCountryContextField", "KalturaEvalStringField", "KalturaIpAddressContextField", "KalturaMetadataField", "KalturaObjectIdField", "KalturaUserAgentContextField", "KalturaUserEmailContextField", "KalturaTimeContextField" ], "type": "string" } }, "title": "KalturaValue", "type": "object", "x-abstract": true }, "KalturaVarConsolePartnerFilter": { "allOf": [ { "$ref": "#/definitions/KalturaPartnerFilter" } ], "properties": { "groupTypeEq": { "description": "Enum Type: `KalturaPartnerGroupType`\n\nEq filter for the partner's group type", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "PUBLISHER", "VAR_GROUP", "GROUP", "TEMPLATE" ], "x-enumType": "KalturaPartnerGroupType" }, "groupTypeIn": { "description": "In filter for the partner's group type", "type": "string" }, "partnerPermissionsExist": { "description": "Filter for partner permissions- filter contains comma-separated string of permission names which the returned partners should have.", "type": "string" } }, "title": "KalturaVarConsolePartnerFilter", "type": "object" }, "KalturaVarPartnerUsageItem": { "anyOf": [ { "$ref": "#/definitions/KalturaVarPartnerUsageItem" }, { "$ref": "#/definitions/KalturaVarPartnerUsageTotalItem" } ], "discriminator": "objectType", "properties": { "audioEntriesCount": { "description": "Number of new audio entries created during specific date range", "type": "integer" }, "avgStorage": { "description": "The average amount of storage consumption during the given date range for the specific publisher", "type": "number" }, "bandwidth": { "description": "The total bandwidth usage during the given date range (in MB)", "type": "number" }, "combinedStorageBandwidth": { "description": "The combined amount of bandwidth and storage consumed during the given date range for the specific publisher", "type": "number" }, "dateId": { "description": "TGhe date at which the report was taken - Unix Timestamp", "type": "string" }, "deletedStorage": { "description": "The deleted storage consumption (new uploads) during the given date range (in MB)", "type": "number" }, "entriesCount": { "description": "Number of new entries created during specific date range", "type": "integer" }, "imageEntriesCount": { "description": "Number of new image entries created during specific date range", "type": "integer" }, "mixEntriesCount": { "description": "Number of new mix entries created during specific date range", "type": "integer" }, "objectType": { "enum": [ "KalturaVarPartnerUsageItem", "KalturaVarPartnerUsageTotalItem" ], "type": "string" }, "partnerCreatedAt": { "description": "Partner creation date (Unix timestamp)", "type": "integer" }, "partnerId": { "description": "Partner ID", "type": "integer" }, "partnerName": { "description": "Partner name", "type": "string" }, "partnerPackage": { "description": "Partner package", "type": "integer" }, "partnerStatus": { "description": "Enum Type: `KalturaPartnerStatus`\n\nPartner status", "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" }, "peakStorage": { "description": "The peak amount of storage consumption during the given date range for the specific publisher", "type": "number" }, "plays": { "description": "Number of plays in the specific date range", "type": "integer" }, "storage": { "description": "The added storage consumption (new uploads) during the given date range (in MB)", "type": "number" }, "totalEntriesCount": { "description": "Total number of entries", "type": "integer" }, "totalStorage": { "description": "The total storage consumption (in MB)", "type": "number" }, "transcodingUsage": { "description": "Amount of transcoding usage in MB", "type": "number" }, "videoEntriesCount": { "description": "Number of new video entries created during specific date range", "type": "integer" }, "views": { "description": "Number of player loads in the specific date range", "type": "integer" } }, "title": "KalturaVarPartnerUsageItem", "type": "object" }, "KalturaVarPartnerUsageTotalItem": { "allOf": [ { "$ref": "#/definitions/KalturaVarPartnerUsageItem" } ], "properties": {}, "title": "KalturaVarPartnerUsageTotalItem", "type": "object" }, "KalturaVelocixProvisionJobData": { "allOf": [ { "$ref": "#/definitions/KalturaProvisionJobData" } ], "properties": { "password": { "type": "string", "x-inputType": "password" }, "provisioningParams": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "userName": { "type": "string" } }, "title": "KalturaVelocixProvisionJobData", "type": "object" }, "KalturaVendorAlignmentCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": { "outputFormat": { "description": "Enum Type: `KalturaVendorCatalogItemOutputFormat`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "SRT", "DFXP", "VTT" ], "x-enumType": "KalturaVendorCatalogItemOutputFormat" } }, "title": "KalturaVendorAlignmentCatalogItem", "type": "object" }, "KalturaVendorAlignmentCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorAlignmentCatalogItemFilter", "type": "object" }, "KalturaVendorAudioDescriptionCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": { "clearAudioFlavorParamsId": { "type": "integer" }, "flavorParamsId": { "type": "integer" } }, "title": "KalturaVendorAudioDescriptionCatalogItem", "type": "object" }, "KalturaVendorAudioDescriptionCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorAudioDescriptionCatalogItemFilter", "type": "object" }, "KalturaVendorCaptionsCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItem" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItem" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItem" } ], "discriminator": "objectType", "properties": { "enableSpeakerId": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "fixedPriceAddons": { "type": "integer" }, "objectType": { "enum": [ "KalturaVendorCaptionsCatalogItem", "KalturaVendorLiveCaptionCatalogItem", "KalturaVendorTranslationCatalogItem" ], "type": "string" }, "outputFormat": { "description": "Enum Type: `KalturaVendorCatalogItemOutputFormat`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "SRT", "DFXP", "VTT" ], "x-enumType": "KalturaVendorCatalogItemOutputFormat" } }, "title": "KalturaVendorCaptionsCatalogItem", "type": "object" }, "KalturaVendorCaptionsCatalogItemBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVendorAlignmentCatalogItemFilter", "KalturaVendorAudioDescriptionCatalogItemFilter", "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorChapteringCatalogItemFilter", "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "KalturaVendorLiveCaptionCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter" ], "type": "string" }, "outputFormatEqual": { "description": "Enum Type: `KalturaVendorCatalogItemOutputFormat`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "SRT", "DFXP", "VTT" ], "x-enumType": "KalturaVendorCatalogItemOutputFormat" }, "outputFormatIn": { "type": "string" }, "sourceLanguageEqual": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" }, "sourceLanguageIn": { "type": "string" } }, "title": "KalturaVendorCaptionsCatalogItemBaseFilter", "type": "object", "x-abstract": true }, "KalturaVendorCaptionsCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVendorCaptionsCatalogItemOrderBy" } }, "title": "KalturaVendorCaptionsCatalogItemFilter", "type": "object" }, "KalturaVendorCatalogItem": { "anyOf": [ { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItem" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItem" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItem" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItem" }, { "$ref": "#/definitions/KalturaVendorDubbingCatalogItem" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItem" }, { "$ref": "#/definitions/KalturaVendorIntelligentTaggingCatalogItem" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItem" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItem" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "allowResubmission": { "type": "boolean" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "engineType": { "description": "Enum Type: `KalturaReachVendorEngineType`\n\nProperty showing the catalog item's engine type, in case a vendor can offer the same service via different engines.", "enum": [ "OpenCalaisReachVendor.OPEN_CALAIS", "ReachInternal.HELLO_WORLD" ], "type": "string", "x-enumLabels": [ "OPEN_CALAIS", "HELLO_WORLD" ], "x-enumType": "KalturaReachVendorEngineType" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "objectType": { "enum": [ "KalturaVendorAlignmentCatalogItem", "KalturaVendorAudioDescriptionCatalogItem", "KalturaVendorCaptionsCatalogItem", "KalturaVendorChapteringCatalogItem", "KalturaVendorDubbingCatalogItem", "KalturaVendorExtendedAudioDescriptionCatalogItem", "KalturaVendorIntelligentTaggingCatalogItem", "KalturaVendorLiveCaptionCatalogItem", "KalturaVendorTranslationCatalogItem" ], "type": "string" }, "pricing": { "$ref": "#/definitions/KalturaVendorCatalogItemPricing" }, "serviceFeature": { "description": "`readOnly`\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": "Enum Type: `KalturaVendorServiceType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "HUMAN", "MACHINE" ], "x-enumType": "KalturaVendorServiceType" }, "sourceLanguage": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaVendorCatalogItemStatus`", "enum": [ 1, 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "DEPRECATED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaVendorCatalogItemStatus" }, "systemName": { "type": "string" }, "turnAroundTime": { "description": "Enum Type: `KalturaVendorServiceTurnAroundTime`", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 1800, 7200, 10800, 21600, 28800, 43200, 86400, 172800, 345600, 432000, 864000 ], "type": "integer", "x-enumLabels": [ "BEST_EFFORT", "IMMEDIATE", "ONE_BUSINESS_DAY", "TWO_BUSINESS_DAYS", "THREE_BUSINESS_DAYS", "FOUR_BUSINESS_DAYS", "FIVE_BUSINESS_DAYS", "SIX_BUSINESS_DAYS", "SEVEN_BUSINESS_DAYS", "THIRTY_MINUTES", "TWO_HOURS", "THREE_HOURS", "SIX_HOURS", "EIGHT_HOURS", "TWELVE_HOURS", "TWENTY_FOUR_HOURS", "FORTY_EIGHT_HOURS", "FOUR_DAYS", "FIVE_DAYS", "TEN_DAYS" ], "x-enumType": "KalturaVendorServiceTurnAroundTime" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "vendorPartnerId": { "type": "integer" } }, "title": "KalturaVendorCatalogItem", "type": "object", "x-abstract": true }, "KalturaVendorCatalogItemBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaRelatedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "objectType": { "enum": [ "KalturaVendorCatalogItemFilter", "KalturaVendorAlignmentCatalogItemFilter", "KalturaVendorAudioDescriptionCatalogItemFilter", "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorChapteringCatalogItemFilter", "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "KalturaVendorLiveCaptionCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter", "KalturaVendorDubbingCatalogItemFilter" ], "type": "string" }, "serviceFeatureEqual": { "description": "Enum Type: `KalturaVendorServiceFeature`", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], "type": "integer", "x-enumLabels": [ "CAPTIONS", "TRANSLATION", "ALIGNMENT", "AUDIO_DESCRIPTION", "CHAPTERING", "INTELLIGENT_TAGGING", "DUBBING", "LIVE_CAPTION", "EXTENDED_AUDIO_DESCRIPTION" ], "x-enumType": "KalturaVendorServiceFeature" }, "serviceFeatureIn": { "type": "string" }, "serviceTypeEqual": { "description": "Enum Type: `KalturaVendorServiceType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "HUMAN", "MACHINE" ], "x-enumType": "KalturaVendorServiceType" }, "serviceTypeIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaVendorCatalogItemStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DEPRECATED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaVendorCatalogItemStatus" }, "statusIn": { "type": "string" }, "turnAroundTimeEqual": { "description": "Enum Type: `KalturaVendorServiceTurnAroundTime`", "enum": [ -1, 0, 1, 2, 3, 4, 5, 6, 7, 1800, 7200, 10800, 21600, 28800, 43200, 86400, 172800, 345600, 432000, 864000 ], "type": "integer", "x-enumLabels": [ "BEST_EFFORT", "IMMEDIATE", "ONE_BUSINESS_DAY", "TWO_BUSINESS_DAYS", "THREE_BUSINESS_DAYS", "FOUR_BUSINESS_DAYS", "FIVE_BUSINESS_DAYS", "SIX_BUSINESS_DAYS", "SEVEN_BUSINESS_DAYS", "THIRTY_MINUTES", "TWO_HOURS", "THREE_HOURS", "SIX_HOURS", "EIGHT_HOURS", "TWELVE_HOURS", "TWENTY_FOUR_HOURS", "FORTY_EIGHT_HOURS", "FOUR_DAYS", "FIVE_DAYS", "TEN_DAYS" ], "x-enumType": "KalturaVendorServiceTurnAroundTime" }, "turnAroundTimeIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "vendorPartnerIdEqual": { "type": "integer" }, "vendorPartnerIdIn": { "type": "string" } }, "title": "KalturaVendorCatalogItemBaseFilter", "type": "object", "x-abstract": true }, "KalturaVendorCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItemBaseFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAlignmentCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorChapteringCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorExtendedAudioDescriptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorLiveCaptionCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" }, { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemFilter" } ], "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVendorCatalogItemFilter", "KalturaVendorAlignmentCatalogItemFilter", "KalturaVendorAudioDescriptionCatalogItemFilter", "KalturaVendorCaptionsCatalogItemFilter", "KalturaVendorChapteringCatalogItemFilter", "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "KalturaVendorLiveCaptionCatalogItemFilter", "KalturaVendorTranslationCatalogItemFilter", "KalturaVendorDubbingCatalogItemFilter" ], "type": "string" }, "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVendorCatalogItemOrderBy" }, "partnerIdEqual": { "type": "integer" } }, "title": "KalturaVendorCatalogItemFilter", "type": "object" }, "KalturaVendorCatalogItemListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaVendorCatalogItem" }, "type": "array" } }, "title": "KalturaVendorCatalogItemListResponse", "type": "object" }, "KalturaVendorCatalogItemPricing": { "properties": { "priceFunction": { "description": "Enum Type: `KalturaVendorCatalogItemPriceFunction`", "enum": [ "kReachUtils::calcPricePerMinute", "kReachUtils::calcPricePerSecond" ], "type": "string", "x-enumLabels": [ "PRICE_PER_MINUTE", "PRICE_PER_SECOND" ], "x-enumType": "KalturaVendorCatalogItemPriceFunction" }, "pricePerUnit": { "type": "number" } }, "title": "KalturaVendorCatalogItemPricing", "type": "object" }, "KalturaVendorChapteringCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": {}, "title": "KalturaVendorChapteringCatalogItem", "type": "object" }, "KalturaVendorChapteringCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorChapteringCatalogItemFilter", "type": "object" }, "KalturaVendorCredit": { "allOf": [ { "$ref": "#/definitions/KalturaBaseVendorCredit" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorCredit" }, { "$ref": "#/definitions/KalturaTimeRangeVendorCredit" }, { "$ref": "#/definitions/KalturaReoccurringVendorCredit" } ], "discriminator": "objectType", "properties": { "addOn": { "type": "integer" }, "credit": { "type": "integer" }, "fromDate": { "type": "integer", "x-inputType": "datetime" }, "objectType": { "enum": [ "KalturaVendorCredit", "KalturaTimeRangeVendorCredit", "KalturaReoccurringVendorCredit" ], "type": "string" }, "overageCredit": { "type": "integer" } }, "title": "KalturaVendorCredit", "type": "object" }, "KalturaVendorDubbingCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": { "clearAudioFlavorParamsId": { "type": "integer" }, "flavorParamsId": { "type": "integer" }, "targetLanguage": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" } }, "title": "KalturaVendorDubbingCatalogItem", "type": "object" }, "KalturaVendorDubbingCatalogItemBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVendorDubbingCatalogItemFilter" ], "type": "string" }, "targetLanguageEqual": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" }, "targetLanguageIn": { "type": "string" } }, "title": "KalturaVendorDubbingCatalogItemBaseFilter", "type": "object", "x-abstract": true }, "KalturaVendorDubbingCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorDubbingCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorDubbingCatalogItemFilter", "type": "object" }, "KalturaVendorExtendedAudioDescriptionCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": { "clearAudioFlavorParamsId": { "type": "integer" }, "flavorParamsId": { "type": "integer" }, "outputFormat": { "description": "Enum Type: `KalturaVendorCatalogItemOutputFormat`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "SRT", "DFXP", "VTT" ], "x-enumType": "KalturaVendorCatalogItemOutputFormat" } }, "title": "KalturaVendorExtendedAudioDescriptionCatalogItem", "type": "object" }, "KalturaVendorExtendedAudioDescriptionCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorExtendedAudioDescriptionCatalogItemFilter", "type": "object" }, "KalturaVendorIntelligentTaggingCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCatalogItem" } ], "properties": {}, "title": "KalturaVendorIntelligentTaggingCatalogItem", "type": "object" }, "KalturaVendorLiveCaptionCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItem" } ], "properties": { "durationLimit": { "type": "integer" }, "minimalOrderTime": { "type": "integer" }, "minimalRefundTime": { "type": "integer" } }, "title": "KalturaVendorLiveCaptionCatalogItem", "type": "object" }, "KalturaVendorLiveCaptionCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemBaseFilter" } ], "properties": {}, "title": "KalturaVendorLiveCaptionCatalogItemFilter", "type": "object" }, "KalturaVendorTaskData": { "anyOf": [ { "$ref": "#/definitions/KalturaIntelligentTaggingVendorTaskData" }, { "$ref": "#/definitions/KalturaScheduledVendorTaskData" }, { "$ref": "#/definitions/KalturaAlignmentVendorTaskData" }, { "$ref": "#/definitions/KalturaTranslationVendorTaskData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "entryDuration": { "description": "`readOnly`\n\nThe duration of the entry for which the task was created for in milliseconds", "readOnly": true, "type": "integer" }, "objectType": { "enum": [ "KalturaIntelligentTaggingVendorTaskData", "KalturaScheduledVendorTaskData", "KalturaAlignmentVendorTaskData", "KalturaTranslationVendorTaskData" ], "type": "string" } }, "title": "KalturaVendorTaskData", "type": "object", "x-abstract": true }, "KalturaVendorTaskDataCaptionAsset": { "allOf": [ { "$ref": "#/definitions/KalturaVendorTaskData" } ], "anyOf": [ { "$ref": "#/definitions/KalturaAlignmentVendorTaskData" }, { "$ref": "#/definitions/KalturaTranslationVendorTaskData" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "captionAssetId": { "description": "`insertOnly`\n\nOptional - The id of the caption asset object", "type": "string" }, "objectType": { "enum": [ "KalturaAlignmentVendorTaskData", "KalturaTranslationVendorTaskData" ], "type": "string" } }, "title": "KalturaVendorTaskDataCaptionAsset", "type": "object", "x-abstract": true }, "KalturaVendorTranslationCatalogItem": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItem" } ], "properties": { "targetLanguage": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" } }, "title": "KalturaVendorTranslationCatalogItem", "type": "object" }, "KalturaVendorTranslationCatalogItemBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorCaptionsCatalogItemFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVendorTranslationCatalogItemFilter" ], "type": "string" }, "targetLanguageEqual": { "description": "Enum Type: `KalturaCatalogItemLanguage`", "enum": [ "Arabic", "Cantonese", "Catalan", "Chinese", "Czech", "Danish", "Dutch", "English", "English (American)", "English (British)", "Finnish", "French", "French (Canada)", "Gaelic (Scottish)", "German", "Greek", "Hebrew", "Hindi", "Hungarian", "Icelandic", "Indonesian", "Irish", "Italian", "Japanese", "Korean", "Malayalam", "Mandarin Chinese", "Norwegian", "Polish", "Portuguese", "Portuguese (Brazil)", "Romanian", "Russian", "Spanish", "Spanish (Latin America)", "Swedish", "Taiwanese Mandarin", "Tamil", "Thai", "Turkish", "Ukrainian", "Urdu", "Vietnamese", "Welsh", "Zulu" ], "type": "string", "x-enumLabels": [ "AR", "YUE", "CA", "ZH", "CS", "DA", "NL", "EN", "EN_US", "EN_GB", "FI", "FR", "FR_CA", "GD", "DE", "EL", "HE", "HI", "HU", "IS", "IN", "GA", "IT", "JA", "KO", "ML", "CMN", "NO", "PL", "PT", "PT_BR", "RO", "RU", "ES", "ES_XL", "SV", "ZH_TW", "TA", "TH", "TR", "UK", "UR", "VI", "CY", "ZU" ], "x-enumType": "KalturaCatalogItemLanguage" }, "targetLanguageIn": { "type": "string" } }, "title": "KalturaVendorTranslationCatalogItemBaseFilter", "type": "object", "x-abstract": true }, "KalturaVendorTranslationCatalogItemFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVendorTranslationCatalogItemBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+updatedAt", "-createdAt", "-id", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVendorTranslationCatalogItemOrderBy" } }, "title": "KalturaVendorTranslationCatalogItemFilter", "type": "object" }, "KalturaVerizonVcastDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "xml": { "type": "string" } }, "title": "KalturaVerizonVcastDistributionJobProviderData", "type": "object" }, "KalturaVerizonVcastDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "allowDownload": { "type": "string" }, "allowStreaming": { "type": "string" }, "downloadPriceCode": { "type": "string" }, "entitlement": { "type": "string" }, "ftpHost": { "type": "string" }, "ftpLogin": { "type": "string" }, "ftpPass": { "type": "string" }, "priority": { "type": "string" }, "providerId": { "type": "string" }, "providerName": { "type": "string" }, "streamingPriceCode": { "type": "string" } }, "title": "KalturaVerizonVcastDistributionProfile", "type": "object" }, "KalturaVerizonVcastDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVerizonVcastDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVerizonVcastDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaVerizonVcastDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaVerizonVcastDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVerizonVcastDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVerizonVcastDistributionProfileOrderBy" } }, "title": "KalturaVerizonVcastDistributionProfileFilter", "type": "object" }, "KalturaVerizonVcastDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaVerizonVcastDistributionProvider", "type": "object" }, "KalturaVerizonVcastDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVerizonVcastDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVerizonVcastDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaVerizonVcastDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaVerizonVcastDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVerizonVcastDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaVerizonVcastDistributionProviderOrderBy" } }, "title": "KalturaVerizonVcastDistributionProviderFilter", "type": "object" }, "KalturaViewHistoryUserEntry": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntry" } ], "properties": { "lastTimeReached": { "description": "Last playback time reached by user", "type": "integer" }, "lastUpdateTime": { "type": "integer" }, "playbackContext": { "description": "Playback context", "type": "string" }, "playlistLastEntryId": { "description": "Property to save last entry ID played in a playlist.", "type": "string" } }, "title": "KalturaViewHistoryUserEntry", "type": "object" }, "KalturaViewHistoryUserEntryAdvancedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "properties": { "extendedStatusEqual": { "description": "Enum Type: `KalturaUserEntryExtendedStatus`", "enum": [ "quiz.SYNC_STATUS_ERROR", "quiz.SYNC_STATUS_SUCCESS", "viewHistory.PLAYBACK_COMPLETE", "viewHistory.PLAYBACK_STARTED", "viewHistory.VIEWED" ], "type": "string", "x-enumLabels": [ "SYNC_STATUS_ERROR", "SYNC_STATUS_SUCCESS", "PLAYBACK_COMPLETE", "PLAYBACK_STARTED", "VIEWED" ], "x-enumType": "KalturaUserEntryExtendedStatus" }, "extendedStatusIn": { "type": "string" }, "idEqual": { "type": "string" }, "idIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "string" }, "updatedAtLessThanOrEqual": { "type": "string" }, "userIdEqual": { "type": "string" }, "userIdIn": { "type": "string" } }, "title": "KalturaViewHistoryUserEntryAdvancedFilter", "type": "object" }, "KalturaViewHistoryUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" } ], "properties": {}, "title": "KalturaViewHistoryUserEntryFilter", "type": "object" }, "KalturaVirtualEvent": { "properties": { "adminsGroupIds": { "type": "string" }, "agendaScheduleEventId": { "type": "integer" }, "attendeesGroupIds": { "type": "string" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "deletionDueDate": { "type": "integer", "x-inputType": "datetime" }, "description": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "mainEventScheduleEventId": { "type": "integer" }, "name": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "registrationFormSchema": { "description": "JSON-Schema of the Registration Form", "type": "string" }, "registrationScheduleEventId": { "type": "integer" }, "status": { "description": "`readOnly`\n\nEnum Type: `KalturaVirtualEventStatus`", "enum": [ 2, 3 ], "readOnly": true, "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaVirtualEventStatus" }, "tags": { "type": "string" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaVirtualEvent", "type": "object" }, "KalturaVirtualEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVirtualEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "idNotIn": { "type": "string" }, "objectType": { "enum": [ "KalturaVirtualEventFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaVirtualEventStatus`", "enum": [ 2, 3 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DELETED" ], "x-enumType": "KalturaVirtualEventStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaVirtualEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaVirtualEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVirtualEventBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVirtualEventOrderBy" } }, "title": "KalturaVirtualEventFilter", "type": "object" }, "KalturaVirtualEventListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaVirtualEvent" }, "type": "array" } }, "title": "KalturaVirtualEventListResponse", "type": "object" }, "KalturaVirtualScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleEvent" } ], "properties": { "virtualEventId": { "description": "The ID of the virtual event connected to this Schedule Event", "type": "integer" }, "virtualScheduleEventSubType": { "description": "`insertOnly`\n\nEnum Type: `KalturaVirtualScheduleEventSubType`\n\nThe type of the Virtual Schedule Event", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "AGENDA", "REGISTRATION", "MAIN_EVENT" ], "x-enumType": "KalturaVirtualScheduleEventSubType" } }, "title": "KalturaVirtualScheduleEvent", "type": "object" }, "KalturaVirtualScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaScheduleEventFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVirtualScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVirtualScheduleEventFilter" ], "type": "string" } }, "title": "KalturaVirtualScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaVirtualScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVirtualScheduleEventBaseFilter" } ], "properties": {}, "title": "KalturaVirtualScheduleEventFilter", "type": "object" }, "KalturaVirusScanJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "fileContainer": { "$ref": "#/definitions/KalturaFileContainer" }, "flavorAssetId": { "type": "string" }, "scanResult": { "description": "Enum Type: `KalturaVirusScanJobResult`", "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SCAN_ERROR", "FILE_IS_CLEAN", "FILE_WAS_CLEANED", "FILE_INFECTED" ], "x-enumType": "KalturaVirusScanJobResult" }, "virusFoundAction": { "description": "Enum Type: `KalturaVirusFoundAction`", "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "NONE", "DELETE", "CLEAN_NONE", "CLEAN_DELETE" ], "x-enumType": "KalturaVirusFoundAction" } }, "title": "KalturaVirusScanJobData", "type": "object" }, "KalturaVirusScanProfile": { "properties": { "actionIfInfected": { "description": "Enum Type: `KalturaVirusFoundAction`", "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "NONE", "DELETE", "CLEAN_NONE", "CLEAN_DELETE" ], "x-enumType": "KalturaVirusFoundAction" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "engineType": { "description": "Enum Type: `KalturaVirusScanEngineType`", "enum": [ "clamAVScanEngine.ClamAV", "symantecScanEngine.SymantecScanDirectEngine", "symantecScanEngine.SymantecScanEngine", "symantecScanEngine.SymantecScanJavaEngine" ], "type": "string", "x-enumLabels": [ "CLAMAV_SCAN_ENGINE", "SYMANTEC_SCAN_DIRECT_ENGINE", "SYMANTEC_SCAN_ENGINE", "SYMANTEC_SCAN_JAVA_ENGINE" ], "x-enumType": "KalturaVirusScanEngineType" }, "entryFilter": { "$ref": "#/definitions/KalturaBaseEntryFilter" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "name": { "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "status": { "description": "Enum Type: `KalturaVirusScanProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaVirusScanProfileStatus" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaVirusScanProfile", "type": "object" }, "KalturaVirusScanProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVirusScanProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "engineTypeEqual": { "description": "Enum Type: `KalturaVirusScanEngineType`", "enum": [ "clamAVScanEngine.ClamAV", "symantecScanEngine.SymantecScanDirectEngine", "symantecScanEngine.SymantecScanEngine", "symantecScanEngine.SymantecScanJavaEngine" ], "type": "string", "x-enumLabels": [ "CLAMAV_SCAN_ENGINE", "SYMANTEC_SCAN_DIRECT_ENGINE", "SYMANTEC_SCAN_ENGINE", "SYMANTEC_SCAN_JAVA_ENGINE" ], "x-enumType": "KalturaVirusScanEngineType" }, "engineTypeIn": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "nameEqual": { "type": "string" }, "nameLike": { "type": "string" }, "objectType": { "enum": [ "KalturaVirusScanProfileFilter" ], "type": "string" }, "partnerIdEqual": { "type": "integer" }, "partnerIdIn": { "type": "string" }, "statusEqual": { "description": "Enum Type: `KalturaVirusScanProfileStatus`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaVirusScanProfileStatus" }, "statusIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaVirusScanProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaVirusScanProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVirusScanProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaVirusScanProfileOrderBy" } }, "title": "KalturaVirusScanProfileFilter", "type": "object" }, "KalturaVirusScanProfileListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaVirusScanProfile" }, "type": "array" } }, "title": "KalturaVirusScanProfileListResponse", "type": "object" }, "KalturaVodScheduleEvent": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEvent" } ], "properties": {}, "title": "KalturaVodScheduleEvent", "type": "object" }, "KalturaVodScheduleEventBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaEntryScheduleEventFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaVodScheduleEventFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaVodScheduleEventFilter" ], "type": "string" } }, "title": "KalturaVodScheduleEventBaseFilter", "type": "object", "x-abstract": true }, "KalturaVodScheduleEventFilter": { "allOf": [ { "$ref": "#/definitions/KalturaVodScheduleEventBaseFilter" } ], "properties": {}, "title": "KalturaVodScheduleEventFilter", "type": "object" }, "KalturaVoicebaseJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaIntegrationJobProviderData" } ], "properties": { "additionalParameters": { "description": "`readOnly`\n\nadditional parameters to send to VoiceBase", "readOnly": true, "type": "string" }, "apiKey": { "description": "`readOnly`\n\nApi key for service provider", "readOnly": true, "type": "string" }, "apiPassword": { "description": "`readOnly`\n\nApi key for service provider", "readOnly": true, "type": "string" }, "captionAssetFormats": { "description": "Caption formats", "type": "string" }, "entryId": { "description": "Entry ID", "type": "string" }, "fileLocation": { "description": "`readOnly`\n\nTranscript Content location", "readOnly": true, "type": "string" }, "flavorAssetId": { "description": "Flavor ID", "type": "string" }, "replaceMediaContent": { "description": "should replace remote media content", "type": "boolean" }, "spokenLanguage": { "description": "Enum Type: `KalturaLanguage`\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" }, "transcriptId": { "description": "input Transcript-asset ID", "type": "string" } }, "title": "KalturaVoicebaseJobProviderData", "type": "object" }, "KalturaVolatileInteractivity": { "allOf": [ { "$ref": "#/definitions/KalturaBaseInteractivity" } ], "properties": {}, "title": "KalturaVolatileInteractivity", "type": "object" }, "KalturaWatchLaterUserEntry": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntry" } ], "properties": {}, "title": "KalturaWatchLaterUserEntry", "type": "object" }, "KalturaWatchLaterUserEntryAdvancedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaSearchItem" } ], "properties": { "extendedStatusEqual": { "description": "Enum Type: `KalturaUserEntryExtendedStatus`", "enum": [ "quiz.SYNC_STATUS_ERROR", "quiz.SYNC_STATUS_SUCCESS", "viewHistory.PLAYBACK_COMPLETE", "viewHistory.PLAYBACK_STARTED", "viewHistory.VIEWED" ], "type": "string", "x-enumLabels": [ "SYNC_STATUS_ERROR", "SYNC_STATUS_SUCCESS", "PLAYBACK_COMPLETE", "PLAYBACK_STARTED", "VIEWED" ], "x-enumType": "KalturaUserEntryExtendedStatus" }, "extendedStatusIn": { "type": "string" }, "idEqual": { "type": "integer" }, "idIn": { "type": "string" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" }, "userIdEqual": { "type": "string" }, "userIdIn": { "type": "string" } }, "title": "KalturaWatchLaterUserEntryAdvancedFilter", "type": "object" }, "KalturaWatchLaterUserEntryFilter": { "allOf": [ { "$ref": "#/definitions/KalturaUserEntryFilter" } ], "properties": {}, "title": "KalturaWatchLaterUserEntryFilter", "type": "object" }, "KalturaWebcamTokenResource": { "allOf": [ { "$ref": "#/definitions/KalturaDataCenterContentResource" } ], "description": "Used to ingest media that streamed to the system and represented by token that returned from media server such as FMS or red5.", "properties": { "token": { "description": "Token that returned from media server such as FMS or red5.", "type": "string" } }, "title": "KalturaWebcamTokenResource", "type": "object" }, "KalturaWebexAPIDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "properties": { "webexAPIVendorIntegration": { "$ref": "#/definitions/KalturaWebexAPIIntegrationSetting" }, "webexAPIVendorIntegrationId": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaWebexAPIDropFolder", "type": "object" }, "KalturaWebexAPIDropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": { "contentUrl": { "type": "string" }, "description": { "type": "string" }, "fileExtension": { "type": "string" }, "hostEmail": { "type": "string" }, "meetingId": { "type": "string" }, "recordingId": { "type": "string" }, "recordingStartTime": { "type": "integer" }, "urlExpiry": { "type": "integer" } }, "title": "KalturaWebexAPIDropFolderFile", "type": "object" }, "KalturaWebexAPIIntegrationSetting": { "allOf": [ { "$ref": "#/definitions/KalturaIntegrationSetting" } ], "properties": { "enableRecordingUpload": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableTranscription": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "groupParticipationType": { "description": "Enum Type: `KalturaWebexAPIGroupParticipationType`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "NO_CLASSIFICATION", "OPT_IN", "OPT_OUT" ], "x-enumType": "KalturaWebexAPIGroupParticipationType" }, "optInGroupNames": { "type": "string" }, "optOutGroupNames": { "type": "string" }, "siteUrl": { "type": "string" }, "userMatchingMode": { "description": "Enum Type: `KalturaWebexAPIUsersMatching`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "DO_NOT_MODIFY", "ADD_POSTFIX", "REMOVE_POSTFIX" ], "x-enumType": "KalturaWebexAPIUsersMatching" }, "userPostfix": { "type": "string" }, "webexAccountDescription": { "type": "string" }, "webexCategory": { "type": "string" } }, "title": "KalturaWebexAPIIntegrationSetting", "type": "object" }, "KalturaWebexAPIIntegrationSettingResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaWebexAPIIntegrationSetting" }, "type": "array" } }, "title": "KalturaWebexAPIIntegrationSettingResponse", "type": "object" }, "KalturaWebexDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "properties": { "deleteFromRecycleBin": { "type": "boolean" }, "deleteFromTimestamp": { "type": "integer" }, "webexHostIdMetadataFieldName": { "type": "string" }, "webexPartnerId": { "type": "string" }, "webexPassword": { "type": "string" }, "webexServiceType": { "type": "string" }, "webexServiceUrl": { "type": "string" }, "webexSiteId": { "type": "integer" }, "webexSiteName": { "type": "string" }, "webexUserId": { "type": "string" } }, "title": "KalturaWebexDropFolder", "type": "object" }, "KalturaWebexDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWebexDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWebexDropFolderFilter" ], "type": "string" } }, "title": "KalturaWebexDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaWebexDropFolderContentProcessorJobData": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderContentProcessorJobData" } ], "properties": { "description": { "type": "string" }, "webexHostId": { "type": "string" } }, "title": "KalturaWebexDropFolderContentProcessorJobData", "type": "object" }, "KalturaWebexDropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": { "confId": { "type": "string" }, "contentUrl": { "type": "string" }, "description": { "type": "string" }, "recordingId": { "type": "integer" }, "webexHostId": { "type": "string" } }, "title": "KalturaWebexDropFolderFile", "type": "object" }, "KalturaWebexDropFolderFileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWebexDropFolderFileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWebexDropFolderFileFilter" ], "type": "string" } }, "title": "KalturaWebexDropFolderFileBaseFilter", "type": "object", "x-abstract": true }, "KalturaWebexDropFolderFileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWebexDropFolderFileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+fileName", "+fileSize", "+fileSizeLastSetAt", "+id", "+parsedFlavor", "+parsedSlug", "+updatedAt", "-createdAt", "-fileName", "-fileSize", "-fileSizeLastSetAt", "-id", "-parsedFlavor", "-parsedSlug", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "FILE_NAME_ASC", "FILE_SIZE_ASC", "FILE_SIZE_LAST_SET_AT_ASC", "ID_ASC", "PARSED_FLAVOR_ASC", "PARSED_SLUG_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "FILE_NAME_DESC", "FILE_SIZE_DESC", "FILE_SIZE_LAST_SET_AT_DESC", "ID_DESC", "PARSED_FLAVOR_DESC", "PARSED_SLUG_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaWebexDropFolderFileOrderBy" } }, "title": "KalturaWebexDropFolderFileFilter", "type": "object" }, "KalturaWebexDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWebexDropFolderBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+id", "+name", "+updatedAt", "-createdAt", "-id", "-name", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "ID_ASC", "NAME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "ID_DESC", "NAME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaWebexDropFolderOrderBy" } }, "title": "KalturaWebexDropFolderFilter", "type": "object" }, "KalturaWidevineFlavorAsset": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorAsset" } ], "properties": { "widevineAssetId": { "description": "Widevine unique asset id", "type": "integer" }, "widevineDistributionEndDate": { "description": "License distribution window end date", "type": "integer", "x-inputType": "datetime" }, "widevineDistributionStartDate": { "description": "License distribution window start date", "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaWidevineFlavorAsset", "type": "object" }, "KalturaWidevineFlavorAssetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorAssetFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorAssetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWidevineFlavorAssetFilter" ], "type": "string" } }, "title": "KalturaWidevineFlavorAssetBaseFilter", "type": "object", "x-abstract": true }, "KalturaWidevineFlavorAssetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorAssetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+deletedAt", "+size", "+updatedAt", "-createdAt", "-deletedAt", "-size", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "DELETED_AT_ASC", "SIZE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "DELETED_AT_DESC", "SIZE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaWidevineFlavorAssetOrderBy" } }, "title": "KalturaWidevineFlavorAssetFilter", "type": "object" }, "KalturaWidevineFlavorParams": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParams" } ], "properties": {}, "title": "KalturaWidevineFlavorParams", "type": "object" }, "KalturaWidevineFlavorParamsBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorParamsFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWidevineFlavorParamsFilter" ], "type": "string" } }, "title": "KalturaWidevineFlavorParamsBaseFilter", "type": "object", "x-abstract": true }, "KalturaWidevineFlavorParamsFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorParamsBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaWidevineFlavorParamsOrderBy" } }, "title": "KalturaWidevineFlavorParamsFilter", "type": "object" }, "KalturaWidevineFlavorParamsOutput": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutput" } ], "properties": { "widevineDistributionEndDate": { "description": "License distribution window end date", "type": "integer", "x-inputType": "datetime" }, "widevineDistributionStartDate": { "description": "License distribution window start date", "type": "integer", "x-inputType": "datetime" } }, "title": "KalturaWidevineFlavorParamsOutput", "type": "object" }, "KalturaWidevineFlavorParamsOutputBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWidevineFlavorParamsOutputFilter" ], "type": "string" } }, "title": "KalturaWidevineFlavorParamsOutputBaseFilter", "type": "object", "x-abstract": true }, "KalturaWidevineFlavorParamsOutputFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWidevineFlavorParamsOutputBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaWidevineFlavorParamsOutputOrderBy" } }, "title": "KalturaWidevineFlavorParamsOutputFilter", "type": "object" }, "KalturaWidevineProfile": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfile" } ], "properties": { "iv": { "type": "string" }, "key": { "type": "string" }, "maxGop": { "type": "integer" }, "owner": { "type": "string" }, "portal": { "type": "string" }, "regServerHost": { "type": "string" } }, "title": "KalturaWidevineProfile", "type": "object" }, "KalturaWidevineProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDrmProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWidevineProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWidevineProfileFilter" ], "type": "string" } }, "title": "KalturaWidevineProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaWidevineProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWidevineProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+id", "+name", "-id", "-name" ], "type": "string", "x-enumLabels": [ "ID_ASC", "NAME_ASC", "ID_DESC", "NAME_DESC" ], "x-enumType": "KalturaWidevineProfileOrderBy" } }, "title": "KalturaWidevineProfileFilter", "type": "object" }, "KalturaWidevineRepositorySyncJobData": { "allOf": [ { "$ref": "#/definitions/KalturaJobData" } ], "properties": { "modifiedAttributes": { "type": "string" }, "monitorSyncCompletion": { "type": "integer" }, "syncMode": { "description": "Enum Type: `KalturaWidevineRepositorySyncMode`", "enum": [ 0 ], "type": "integer", "x-enumLabels": [ "MODIFY" ], "x-enumType": "KalturaWidevineRepositorySyncMode" }, "wvAssetIds": { "type": "string" } }, "title": "KalturaWidevineRepositorySyncJobData", "type": "object" }, "KalturaWidget": { "properties": { "addEmbedHtml5Support": { "description": "Addes the HTML5 script line to the widget's embed code", "type": "boolean" }, "createdAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "enforceEntitlement": { "description": "Should enforce entitlement on feed entries", "type": "boolean" }, "entryId": { "type": "string" }, "id": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "partnerData": { "description": "Can be used to store various partner related data as a string", "type": "string" }, "partnerId": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "privacyContext": { "description": "Set privacy context for search entries that assiged to private and public categories within a category privacy context.", "type": "string" }, "privileges": { "type": "string" }, "roles": { "type": "string" }, "rootWidgetId": { "description": "`readOnly`", "readOnly": true, "type": "string" }, "securityPolicy": { "type": "integer" }, "securityType": { "description": "Enum Type: `KalturaWidgetSecurityType`", "enum": [ 1, 2 ], "type": "integer", "x-enumLabels": [ "NONE", "TIMEHASH" ], "x-enumType": "KalturaWidgetSecurityType" }, "sourceWidgetId": { "type": "string" }, "uiConfId": { "type": "integer" }, "updatedAt": { "description": "`readOnly`", "readOnly": true, "type": "integer" }, "widgetHTML": { "description": "`readOnly`", "readOnly": true, "type": "string" } }, "title": "KalturaWidget", "type": "object" }, "KalturaWidgetBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWidgetFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "createdAtGreaterThanOrEqual": { "type": "integer" }, "createdAtLessThanOrEqual": { "type": "integer" }, "entryIdEqual": { "type": "string" }, "idEqual": { "type": "string" }, "idIn": { "type": "string" }, "objectType": { "enum": [ "KalturaWidgetFilter" ], "type": "string" }, "partnerDataLike": { "type": "string" }, "partnerIdEqual": { "type": "integer" }, "rootWidgetIdEqual": { "type": "string" }, "sourceWidgetIdEqual": { "type": "string" }, "uiConfIdEqual": { "type": "integer" }, "updatedAtGreaterThanOrEqual": { "type": "integer" }, "updatedAtLessThanOrEqual": { "type": "integer" } }, "title": "KalturaWidgetBaseFilter", "type": "object", "x-abstract": true }, "KalturaWidgetFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWidgetBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "-createdAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "CREATED_AT_DESC" ], "x-enumType": "KalturaWidgetOrderBy" } }, "title": "KalturaWidgetFilter", "type": "object" }, "KalturaWidgetListResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaWidget" }, "type": "array" } }, "title": "KalturaWidgetListResponse", "type": "object" }, "KalturaWorkerQueueFilter": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "jobType": { "description": "Enum Type: `KalturaBatchJobType`", "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "schedulerId": { "type": "integer" }, "workerId": { "type": "integer" } }, "title": "KalturaWorkerQueueFilter", "type": "object" }, "KalturaWowzaMediaServerNode": { "allOf": [ { "$ref": "#/definitions/KalturaMediaServerNode" } ], "properties": { "GPUID": { "description": "Wowza Media server GPU index id", "type": "integer" }, "appPrefix": { "description": "Wowza Media server app prefix", "type": "string" }, "liveServiceInternalDomain": { "description": "Wowza media server live service internal domain", "type": "string" }, "liveServicePort": { "description": "Live service port", "type": "integer" }, "liveServiceProtocol": { "description": "Live service protocol", "type": "string" }, "transcoder": { "description": "Wowza Media server transcoder configuration overide", "type": "string" } }, "title": "KalturaWowzaMediaServerNode", "type": "object" }, "KalturaWowzaMediaServerNodeBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaMediaServerNodeFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaWowzaMediaServerNodeFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaWowzaMediaServerNodeFilter" ], "type": "string" } }, "title": "KalturaWowzaMediaServerNodeBaseFilter", "type": "object", "x-abstract": true }, "KalturaWowzaMediaServerNodeFilter": { "allOf": [ { "$ref": "#/definitions/KalturaWowzaMediaServerNodeBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+heartbeatTime", "+updatedAt", "-createdAt", "-heartbeatTime", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "HEARTBEAT_TIME_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "HEARTBEAT_TIME_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaWowzaMediaServerNodeOrderBy" } }, "title": "KalturaWowzaMediaServerNodeFilter", "type": "object" }, "KalturaYahooDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "largeThumbPath": { "type": "string" }, "smallThumbPath": { "type": "string" }, "videoAssetFilePath": { "type": "string" } }, "title": "KalturaYahooDistributionJobProviderData", "type": "object" }, "KalturaYahooDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "contactEmail": { "type": "string" }, "contactTelephone": { "type": "string" }, "ftpHost": { "type": "string" }, "ftpPassword": { "type": "string" }, "ftpPath": { "type": "string" }, "ftpUsername": { "type": "string" }, "processFeed": { "description": "Enum Type: `KalturaYahooDistributionProcessFeedActionStatus`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "MANUAL", "AUTOMATIC" ], "x-enumType": "KalturaYahooDistributionProcessFeedActionStatus" } }, "title": "KalturaYahooDistributionProfile", "type": "object" }, "KalturaYahooDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYahooDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYahooDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaYahooDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaYahooDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYahooDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaYahooDistributionProfileOrderBy" } }, "title": "KalturaYahooDistributionProfileFilter", "type": "object" }, "KalturaYahooDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaYahooDistributionProvider", "type": "object" }, "KalturaYahooDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYahooDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYahooDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaYahooDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaYahooDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYahooDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaYahooDistributionProviderOrderBy" } }, "title": "KalturaYahooDistributionProviderFilter", "type": "object" }, "KalturaYahooSyndicationFeed": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } ], "properties": { "adultContent": { "description": "Enum Type: `KalturaYahooSyndicationFeedAdultValues`", "enum": [ "adult", "nonadult" ], "type": "string", "x-enumLabels": [ "ADULT", "NON_ADULT" ], "x-enumType": "KalturaYahooSyndicationFeedAdultValues" }, "category": { "description": "`readOnly`\n\nEnum Type: `KalturaYahooSyndicationFeedCategories`", "enum": [ "Action", "Animals", "Art & Animation", "Commercials", "Entertainment & TV", "Family", "Food", "Funny Videos", "Games", "Health & Beauty", "How-To", "Movies & Shorts", "Music", "News & Politics", "People & Vlogs", "Products & Tech.", "Science & Environment", "Sports", "Transportation", "Travel" ], "readOnly": true, "type": "string", "x-enumLabels": [ "ACTION", "ANIMALS", "ART_AND_ANIMATION", "COMMERCIALS", "ENTERTAINMENT_AND_TV", "FAMILY", "FOOD", "FUNNY_VIDEOS", "GAMES", "HEALTH_AND_BEAUTY", "HOW_TO", "MOVIES_AND_SHORTS", "MUSIC", "NEWS_AND_POLITICS", "PEOPLE_AND_VLOGS", "PRODUCTS_AND_TECH", "SCIENCE_AND_ENVIRONMENT", "SPORTS", "TRANSPORTATION", "TRAVEL" ], "x-enumType": "KalturaYahooSyndicationFeedCategories" }, "feedDescription": { "description": "feed description", "type": "string" }, "feedLandingPage": { "description": "feed landing page (i.e publisher website)", "type": "string" } }, "title": "KalturaYahooSyndicationFeed", "type": "object" }, "KalturaYahooSyndicationFeedBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYahooSyndicationFeedFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYahooSyndicationFeedFilter" ], "type": "string" } }, "title": "KalturaYahooSyndicationFeedBaseFilter", "type": "object", "x-abstract": true }, "KalturaYahooSyndicationFeedFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYahooSyndicationFeedBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+name", "+playlistId", "+type", "+updatedAt", "-createdAt", "-name", "-playlistId", "-type", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "NAME_ASC", "PLAYLIST_ID_ASC", "TYPE_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "NAME_DESC", "PLAYLIST_ID_DESC", "TYPE_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaYahooSyndicationFeedOrderBy" } }, "title": "KalturaYahooSyndicationFeedFilter", "type": "object" }, "KalturaYouTubeApiCaptionDistributionInfo": { "properties": { "action": { "description": "Enum Type: `KalturaYouTubeApiDistributionCaptionAction`", "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "UPDATE_ACTION", "SUBMIT_ACTION", "DELETE_ACTION" ], "x-enumType": "KalturaYouTubeApiDistributionCaptionAction" }, "assetId": { "type": "string" }, "filePath": { "type": "string" }, "label": { "type": "string" }, "language": { "type": "string" }, "remoteId": { "type": "string" }, "version": { "type": "string" } }, "title": "KalturaYouTubeApiCaptionDistributionInfo", "type": "object" }, "KalturaYouTubeDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "captionAssetIds": { "type": "string" }, "captionsCsvMap": { "type": "string" }, "currentPlaylists": { "type": "string" }, "deleteVideoIds": { "type": "string" }, "deleteXml": { "type": "string" }, "googleClientId": { "type": "string" }, "googleClientSecret": { "type": "string" }, "googleTokenData": { "type": "string" }, "newPlaylists": { "type": "string" }, "sftpDirectory": { "type": "string" }, "sftpMetadataFilename": { "type": "string" }, "submitCsvMap": { "type": "string" }, "submitXml": { "type": "string" }, "thumbAssetFilePath": { "type": "string" }, "thumbAssetId": { "type": "string" }, "updateCsvMap": { "type": "string" }, "updateXml": { "type": "string" }, "videoAssetFilePath": { "type": "string" } }, "title": "KalturaYouTubeDistributionJobProviderData", "type": "object" }, "KalturaYouTubeDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "adServerPartnerId": { "type": "string" }, "allowAdsenseForVideo": { "type": "string" }, "allowComments": { "type": "string" }, "allowEmbedding": { "type": "string" }, "allowInvideo": { "type": "string" }, "allowMidRollAds": { "type": "boolean" }, "allowPostRollAds": { "type": "boolean" }, "allowPreRollAds": { "type": "boolean" }, "allowRatings": { "type": "string" }, "allowResponses": { "type": "string" }, "allowSyndication": { "type": "string" }, "apiAuthorizeUrl": { "type": "string" }, "blockOutsideOwnership": { "type": "string" }, "captionAutosync": { "type": "string" }, "claimType": { "type": "string" }, "commercialPolicy": { "type": "string" }, "defaultCategory": { "type": "string" }, "deleteReference": { "type": "boolean" }, "domainWhitelist": { "type": "string" }, "enableAdServer": { "type": "boolean" }, "enableContentId": { "type": "string" }, "feedSpecVersion": { "description": "Enum Type: `KalturaYouTubeDistributionFeedSpecVersion`", "enum": [ "1", "2", "3" ], "type": "string", "x-enumLabels": [ "VERSION_1", "VERSION_2", "VERSION_3" ], "x-enumType": "KalturaYouTubeDistributionFeedSpecVersion" }, "hideViewCount": { "type": "string" }, "instreamStandard": { "type": "string" }, "instreamTrueview": { "type": "string" }, "notificationEmail": { "type": "string" }, "notifySubscribers": { "type": "string" }, "overrideManualEdits": { "type": "string" }, "ownerName": { "type": "string" }, "privacyStatus": { "type": "string" }, "productListingAds": { "type": "string" }, "releaseClaims": { "type": "boolean" }, "sftpBaseDir": { "type": "string" }, "sftpHost": { "type": "string" }, "sftpLogin": { "type": "string" }, "sftpPort": { "type": "integer" }, "sftpPrivateKey": { "type": "string" }, "sftpPublicKey": { "type": "string" }, "strict": { "type": "string" }, "target": { "type": "string" }, "thirdPartyAds": { "type": "string" }, "ugcPolicy": { "type": "string" }, "urgentReference": { "type": "string" }, "username": { "type": "string" } }, "title": "KalturaYouTubeDistributionProfile", "type": "object" }, "KalturaYouTubeDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYouTubeDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYouTubeDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaYouTubeDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaYouTubeDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYouTubeDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaYouTubeDistributionProfileOrderBy" } }, "title": "KalturaYouTubeDistributionProfileFilter", "type": "object" }, "KalturaYouTubeDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaYouTubeDistributionProvider", "type": "object" }, "KalturaYouTubeDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYouTubeDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYouTubeDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaYouTubeDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaYouTubeDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYouTubeDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaYouTubeDistributionProviderOrderBy" } }, "title": "KalturaYouTubeDistributionProviderFilter", "type": "object" }, "KalturaYoutubeApiDistributionJobProviderData": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionJobProviderData" } ], "properties": { "captionsInfo": { "items": { "$ref": "#/definitions/KalturaYouTubeApiCaptionDistributionInfo" }, "type": "array" }, "thumbAssetFilePath": { "type": "string" }, "videoAssetFilePath": { "type": "string" } }, "title": "KalturaYoutubeApiDistributionJobProviderData", "type": "object" }, "KalturaYoutubeApiDistributionProfile": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfile" } ], "properties": { "allowComments": { "type": "string" }, "allowEmbedding": { "type": "string" }, "allowRatings": { "type": "string" }, "allowResponses": { "type": "string" }, "apiAuthorizeUrl": { "type": "string" }, "assumeSuccess": { "type": "boolean" }, "defaultCategory": { "type": "integer" }, "googleClientId": { "type": "string" }, "googleClientSecret": { "type": "string" }, "googleTokenData": { "type": "string" }, "privacyStatus": { "type": "string" }, "username": { "type": "string" } }, "title": "KalturaYoutubeApiDistributionProfile", "type": "object" }, "KalturaYoutubeApiDistributionProfileBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaConfigurableDistributionProfileFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYoutubeApiDistributionProfileFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYoutubeApiDistributionProfileFilter" ], "type": "string" } }, "title": "KalturaYoutubeApiDistributionProfileBaseFilter", "type": "object", "x-abstract": true }, "KalturaYoutubeApiDistributionProfileFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYoutubeApiDistributionProfileBaseFilter" } ], "properties": { "orderBy": { "enum": [ "+createdAt", "+updatedAt", "-createdAt", "-updatedAt" ], "type": "string", "x-enumLabels": [ "CREATED_AT_ASC", "UPDATED_AT_ASC", "CREATED_AT_DESC", "UPDATED_AT_DESC" ], "x-enumType": "KalturaYoutubeApiDistributionProfileOrderBy" } }, "title": "KalturaYoutubeApiDistributionProfileFilter", "type": "object" }, "KalturaYoutubeApiDistributionProvider": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProvider" } ], "properties": {}, "title": "KalturaYoutubeApiDistributionProvider", "type": "object" }, "KalturaYoutubeApiDistributionProviderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDistributionProviderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaYoutubeApiDistributionProviderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaYoutubeApiDistributionProviderFilter" ], "type": "string" } }, "title": "KalturaYoutubeApiDistributionProviderBaseFilter", "type": "object", "x-abstract": true }, "KalturaYoutubeApiDistributionProviderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaYoutubeApiDistributionProviderBaseFilter" } ], "properties": { "orderBy": { "type": "string", "x-enumLabels": [], "x-enumType": "KalturaYoutubeApiDistributionProviderOrderBy" } }, "title": "KalturaYoutubeApiDistributionProviderFilter", "type": "object" }, "KalturaZoomDropFolder": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolder" } ], "properties": { "lastHandledMeetingTime": { "type": "integer" }, "zoomVendorIntegration": { "$ref": "#/definitions/KalturaZoomIntegrationSetting" }, "zoomVendorIntegrationId": { "description": "`readOnly`", "readOnly": true, "type": "integer" } }, "title": "KalturaZoomDropFolder", "type": "object" }, "KalturaZoomDropFolderBaseFilter": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFilter" } ], "anyOf": [ { "$ref": "#/definitions/KalturaZoomDropFolderFilter" } ], "description": "`abstract`", "discriminator": "objectType", "properties": { "objectType": { "enum": [ "KalturaZoomDropFolderFilter" ], "type": "string" } }, "title": "KalturaZoomDropFolderBaseFilter", "type": "object", "x-abstract": true }, "KalturaZoomDropFolderFile": { "allOf": [ { "$ref": "#/definitions/KalturaDropFolderFile" } ], "properties": { "isParentEntry": { "type": "boolean" }, "meetingMetadata": { "$ref": "#/definitions/KalturaZoomMeetingMetadata" }, "parentEntryId": { "type": "string" }, "recordingFile": { "$ref": "#/definitions/KalturaZoomRecordingFile" } }, "title": "KalturaZoomDropFolderFile", "type": "object" }, "KalturaZoomDropFolderFilter": { "allOf": [ { "$ref": "#/definitions/KalturaZoomDropFolderBaseFilter" } ], "properties": {}, "title": "KalturaZoomDropFolderFilter", "type": "object" }, "KalturaZoomIntegrationSetting": { "allOf": [ { "$ref": "#/definitions/KalturaIntegrationSetting" } ], "properties": { "enableRecordingUpload": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableWebinarUploads": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "enableZoomTranscription": { "description": "Enum Type: `KalturaNullableBoolean`", "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" }, "groupParticipationType": { "description": "Enum Type: `KalturaZoomGroupParticipationType`", "enum": [ 0, 1, 2 ], "type": "integer", "x-enumLabels": [ "NO_CLASSIFICATION", "OPT_IN", "OPT_OUT" ], "x-enumType": "KalturaZoomGroupParticipationType" }, "jwtToken": { "type": "string" }, "optInGroupNames": { "type": "string" }, "optOutGroupNames": { "type": "string" }, "zoomAccountDescription": { "type": "string" }, "zoomCategory": { "type": "string" }, "zoomUserMatchingMode": { "description": "Enum Type: `KalturaZoomUsersMatching`", "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DO_NOT_MODIFY", "ADD_POSTFIX", "REMOVE_POSTFIX", "CMS_MATCHING" ], "x-enumType": "KalturaZoomUsersMatching" }, "zoomUserPostfix": { "type": "string" }, "zoomWebinarCategory": { "type": "string" } }, "title": "KalturaZoomIntegrationSetting", "type": "object" }, "KalturaZoomIntegrationSettingResponse": { "allOf": [ { "$ref": "#/definitions/KalturaListResponse" } ], "properties": { "objects": { "items": { "$ref": "#/definitions/KalturaZoomIntegrationSetting" }, "type": "array" } }, "title": "KalturaZoomIntegrationSettingResponse", "type": "object" }, "KalturaZoomMeetingMetadata": { "properties": { "accountId": { "type": "string" }, "hostId": { "type": "string" }, "meetingId": { "type": "string" }, "meetingStartTime": { "type": "string" }, "topic": { "type": "string" }, "type": { "description": "Enum Type: `KalturaRecordingType`", "enum": [ 0, 1 ], "type": "integer", "x-enumLabels": [ "MEETING", "WEBINAR" ], "x-enumType": "KalturaRecordingType" }, "uuid": { "type": "string" } }, "title": "KalturaZoomMeetingMetadata", "type": "object" }, "KalturaZoomRecordingFile": { "properties": { "downloadToken": { "type": "string" }, "downloadUrl": { "type": "string" }, "fileExtension": { "type": "string" }, "fileType": { "description": "Enum Type: `KalturaRecordingFileType`", "enum": [ 0, 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "UNDEFINED", "VIDEO", "CHAT", "TRANSCRIPT", "AUDIO", "CC" ], "x-enumType": "KalturaRecordingFileType" }, "id": { "type": "string" }, "recordingStart": { "type": "string" } }, "title": "KalturaZoomRecordingFile", "type": "object" } }, "host": "www.kaltura.com", "info": { "description": "The Kaltura VPaaS API", "title": "Kaltura VPaaS", "version": "19.3.0" }, "parameters": { "KalturaBulkUploadCategoryData:bulkUploadCategoryData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadCategoryData[objectType]", "type": "string", "x-group": "bulkUploadCategoryData" }, "KalturaBulkUploadCategoryEntryData:bulkUploadCategoryEntryData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadCategoryEntryData[objectType]", "type": "string", "x-group": "bulkUploadCategoryEntryData" }, "KalturaBulkUploadCategoryUserData:bulkUploadCategoryUserData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadCategoryUserData[objectType]", "type": "string", "x-group": "bulkUploadCategoryUserData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[columns]": { "in": "query", "items": { "anyOf": [ { "$ref": "#/definitions/KalturaString" } ], "type": "object" }, "name": "bulkUploadData[columns]", "type": "array", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[emailRecipients]": { "description": "Recipients of the email for bulk upload success/failure", "in": "query", "name": "bulkUploadData[emailRecipients]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[fileName]": { "description": "Friendly name of the file, used to be recognized later in the logs.", "in": "query", "name": "bulkUploadData[fileName]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[numOfErrorObjects]": { "description": "Number of objects that finished on error status", "in": "query", "name": "bulkUploadData[numOfErrorObjects]", "type": "integer", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[objectData][objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadData[objectData][objectType]", "type": "string", "x-group": "bulkUploadData[objectData]" }, "KalturaBulkUploadCsvJobData:bulkUploadData[objectType]": { "enum": [ "KalturaJobData", "KalturaBulkDownloadJobData", "KalturaBulkUploadJobData", "KalturaCaptureThumbJobData", "KalturaClipConcatJobData", "KalturaConcatJobData", "KalturaConvartableJobData", "KalturaConvertCaptionAssetJobData", "KalturaConvertLiveSegmentJobData", "KalturaConvertProfileJobData", "KalturaCopyCaptionsJobData", "KalturaCopyJobData", "KalturaCopyPartnerJobData", "KalturaDeleteFileJobData", "KalturaDeleteJobData", "KalturaDistributionJobData", "KalturaDropFolderContentProcessorJobData", "KalturaEventNotificationDispatchJobData", "KalturaExportCsvJobData", "KalturaFlattenJobData", "KalturaImportJobData", "KalturaImportMetadataJobData", "KalturaIndexJobData", "KalturaIndexTagsByPrivacyContextJobData", "KalturaIntegrationJobData", "KalturaLiveEntryArchiveJobData", "KalturaLiveReportExportJobData", "KalturaLiveToVodJobData", "KalturaMailJobData", "KalturaMoveCategoryEntriesJobData", "KalturaNotificationJobData", "KalturaParseCaptionAssetJobData", "KalturaParseMultiLanguageCaptionAssetJobData", "KalturaProvisionJobData", "KalturaReportExportJobData", "KalturaScheduledTaskJobData", "KalturaStorageJobData", "KalturaSyncCategoryPrivacyContextJobData", "KalturaTransformMetadataJobData", "KalturaVirusScanJobData", "KalturaWidevineRepositorySyncJobData", "KalturaBulkUploadCsvJobData", "KalturaBulkUploadFilterJobData", "KalturaBulkUploadXmlJobData", "KalturaBulkUploadICalJobData", "KalturaBulkUploadScheduleEventCsvJobData", "KalturaDropFolderXmlBulkUploadJobData", "KalturaConvertCollectionJobData", "KalturaConvertJobData", "KalturaExtractMediaJobData", "KalturaPostConvertJobData", "KalturaDistributionDeleteJobData", "KalturaDistributionFetchReportJobData", "KalturaDistributionSubmitJobData", "KalturaDistributionUpdateJobData", "KalturaDistributionDisableJobData", "KalturaDistributionEnableJobData", "KalturaWebexDropFolderContentProcessorJobData", "KalturaBusinessProcessNotificationDispatchJobData", "KalturaEmailNotificationDispatchJobData", "KalturaHttpNotificationDispatchJobData", "KalturaEntryVendorTaskCsvJobData", "KalturaMediaEsearchExportToCsvJobData", "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData", "KalturaSshImportJobData", "KalturaDropFolderImportJobData", "KalturaAkamaiProvisionJobData", "KalturaAkamaiUniversalProvisionJobData", "KalturaVelocixProvisionJobData", "KalturaRecalculateResponseProfileCacheJobData", "KalturaStorageDeleteJobData", "KalturaStorageExportJobData", "KalturaKontikiStorageDeleteJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData" ], "in": "query", "name": "bulkUploadData[objectType]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[privileges]": { "description": "privileges for the job", "in": "query", "name": "bulkUploadData[privileges]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[processObjectId]": { "description": "The object in process", "in": "query", "name": "bulkUploadData[processObjectId]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadCsvJobData:bulkUploadData[processObjectType]": { "description": "The type of the object in process", "in": "query", "name": "bulkUploadData[processObjectType]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadEntryData:bulkUploadEntryData[conversionProfileId]": { "description": "Selected profile id for all bulk entries", "in": "query", "name": "bulkUploadEntryData[conversionProfileId]", "type": "integer", "x-group": "bulkUploadEntryData" }, "KalturaBulkUploadEntryData:bulkUploadEntryData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadEntryData[objectType]", "type": "string", "x-group": "bulkUploadEntryData" }, "KalturaBulkUploadJobData:bulkUploadData[emailRecipients]": { "description": "Recipients of the email for bulk upload success/failure", "in": "query", "name": "bulkUploadData[emailRecipients]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadJobData:bulkUploadData[fileName]": { "description": "Friendly name of the file, used to be recognized later in the logs.", "in": "query", "name": "bulkUploadData[fileName]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]": { "description": "Number of objects that finished on error status", "in": "query", "name": "bulkUploadData[numOfErrorObjects]", "type": "integer", "x-group": "bulkUploadData" }, "KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadData[objectData][objectType]", "type": "string", "x-group": "bulkUploadData[objectData]" }, "KalturaBulkUploadJobData:bulkUploadData[objectType]": { "enum": [ "KalturaJobData", "KalturaBulkDownloadJobData", "KalturaBulkUploadJobData", "KalturaCaptureThumbJobData", "KalturaClipConcatJobData", "KalturaConcatJobData", "KalturaConvartableJobData", "KalturaConvertCaptionAssetJobData", "KalturaConvertLiveSegmentJobData", "KalturaConvertProfileJobData", "KalturaCopyCaptionsJobData", "KalturaCopyJobData", "KalturaCopyPartnerJobData", "KalturaDeleteFileJobData", "KalturaDeleteJobData", "KalturaDistributionJobData", "KalturaDropFolderContentProcessorJobData", "KalturaEventNotificationDispatchJobData", "KalturaExportCsvJobData", "KalturaFlattenJobData", "KalturaImportJobData", "KalturaImportMetadataJobData", "KalturaIndexJobData", "KalturaIndexTagsByPrivacyContextJobData", "KalturaIntegrationJobData", "KalturaLiveEntryArchiveJobData", "KalturaLiveReportExportJobData", "KalturaLiveToVodJobData", "KalturaMailJobData", "KalturaMoveCategoryEntriesJobData", "KalturaNotificationJobData", "KalturaParseCaptionAssetJobData", "KalturaParseMultiLanguageCaptionAssetJobData", "KalturaProvisionJobData", "KalturaReportExportJobData", "KalturaScheduledTaskJobData", "KalturaStorageJobData", "KalturaSyncCategoryPrivacyContextJobData", "KalturaTransformMetadataJobData", "KalturaVirusScanJobData", "KalturaWidevineRepositorySyncJobData", "KalturaBulkUploadCsvJobData", "KalturaBulkUploadFilterJobData", "KalturaBulkUploadXmlJobData", "KalturaBulkUploadICalJobData", "KalturaBulkUploadScheduleEventCsvJobData", "KalturaDropFolderXmlBulkUploadJobData", "KalturaConvertCollectionJobData", "KalturaConvertJobData", "KalturaExtractMediaJobData", "KalturaPostConvertJobData", "KalturaDistributionDeleteJobData", "KalturaDistributionFetchReportJobData", "KalturaDistributionSubmitJobData", "KalturaDistributionUpdateJobData", "KalturaDistributionDisableJobData", "KalturaDistributionEnableJobData", "KalturaWebexDropFolderContentProcessorJobData", "KalturaBusinessProcessNotificationDispatchJobData", "KalturaEmailNotificationDispatchJobData", "KalturaHttpNotificationDispatchJobData", "KalturaEntryVendorTaskCsvJobData", "KalturaMediaEsearchExportToCsvJobData", "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData", "KalturaSshImportJobData", "KalturaDropFolderImportJobData", "KalturaAkamaiProvisionJobData", "KalturaAkamaiUniversalProvisionJobData", "KalturaVelocixProvisionJobData", "KalturaRecalculateResponseProfileCacheJobData", "KalturaStorageDeleteJobData", "KalturaStorageExportJobData", "KalturaKontikiStorageDeleteJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData", "KalturaBulkUploadScheduleEventJobData" ], "in": "query", "name": "bulkUploadData[objectType]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadJobData:bulkUploadData[privileges]": { "description": "privileges for the job", "in": "query", "name": "bulkUploadData[privileges]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[emailRecipients]": { "description": "Recipients of the email for bulk upload success/failure", "in": "query", "name": "bulkUploadData[emailRecipients]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[fileName]": { "description": "Friendly name of the file, used to be recognized later in the logs.", "in": "query", "name": "bulkUploadData[fileName]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[numOfErrorObjects]": { "description": "Number of objects that finished on error status", "in": "query", "name": "bulkUploadData[numOfErrorObjects]", "type": "integer", "x-group": "bulkUploadData" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[objectData][objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadData[objectData][objectType]", "type": "string", "x-group": "bulkUploadData[objectData]" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[objectType]": { "enum": [ "KalturaJobData", "KalturaBulkDownloadJobData", "KalturaBulkUploadJobData", "KalturaCaptureThumbJobData", "KalturaClipConcatJobData", "KalturaConcatJobData", "KalturaConvartableJobData", "KalturaConvertCaptionAssetJobData", "KalturaConvertLiveSegmentJobData", "KalturaConvertProfileJobData", "KalturaCopyCaptionsJobData", "KalturaCopyJobData", "KalturaCopyPartnerJobData", "KalturaDeleteFileJobData", "KalturaDeleteJobData", "KalturaDistributionJobData", "KalturaDropFolderContentProcessorJobData", "KalturaEventNotificationDispatchJobData", "KalturaExportCsvJobData", "KalturaFlattenJobData", "KalturaImportJobData", "KalturaImportMetadataJobData", "KalturaIndexJobData", "KalturaIndexTagsByPrivacyContextJobData", "KalturaIntegrationJobData", "KalturaLiveEntryArchiveJobData", "KalturaLiveReportExportJobData", "KalturaLiveToVodJobData", "KalturaMailJobData", "KalturaMoveCategoryEntriesJobData", "KalturaNotificationJobData", "KalturaParseCaptionAssetJobData", "KalturaParseMultiLanguageCaptionAssetJobData", "KalturaProvisionJobData", "KalturaReportExportJobData", "KalturaScheduledTaskJobData", "KalturaStorageJobData", "KalturaSyncCategoryPrivacyContextJobData", "KalturaTransformMetadataJobData", "KalturaVirusScanJobData", "KalturaWidevineRepositorySyncJobData", "KalturaBulkUploadCsvJobData", "KalturaBulkUploadFilterJobData", "KalturaBulkUploadXmlJobData", "KalturaBulkUploadICalJobData", "KalturaBulkUploadScheduleEventCsvJobData", "KalturaDropFolderXmlBulkUploadJobData", "KalturaConvertCollectionJobData", "KalturaConvertJobData", "KalturaExtractMediaJobData", "KalturaPostConvertJobData", "KalturaDistributionDeleteJobData", "KalturaDistributionFetchReportJobData", "KalturaDistributionSubmitJobData", "KalturaDistributionUpdateJobData", "KalturaDistributionDisableJobData", "KalturaDistributionEnableJobData", "KalturaWebexDropFolderContentProcessorJobData", "KalturaBusinessProcessNotificationDispatchJobData", "KalturaEmailNotificationDispatchJobData", "KalturaHttpNotificationDispatchJobData", "KalturaEntryVendorTaskCsvJobData", "KalturaMediaEsearchExportToCsvJobData", "KalturaCategoriesCsvJobData", "KalturaEntriesCsvJobData", "KalturaUsersCsvJobData", "KalturaSshImportJobData", "KalturaDropFolderImportJobData", "KalturaAkamaiProvisionJobData", "KalturaAkamaiUniversalProvisionJobData", "KalturaVelocixProvisionJobData", "KalturaRecalculateResponseProfileCacheJobData", "KalturaStorageDeleteJobData", "KalturaStorageExportJobData", "KalturaKontikiStorageDeleteJobData", "KalturaAmazonS3StorageExportJobData", "KalturaKontikiStorageExportJobData" ], "in": "query", "name": "bulkUploadData[objectType]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadScheduleEventJobData:bulkUploadData[privileges]": { "description": "privileges for the job", "in": "query", "name": "bulkUploadData[privileges]", "type": "string", "x-group": "bulkUploadData" }, "KalturaBulkUploadUserData:bulkUploadUserData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadUserData[objectType]", "type": "string", "x-group": "bulkUploadUserData" }, "KalturaBulkUploadVendorCatalogItemData:bulkUploadVendorCatalogItemData[objectType]": { "enum": [ "KalturaBulkUploadCategoryData", "KalturaBulkUploadCategoryEntryData", "KalturaBulkUploadCategoryUserData", "KalturaBulkUploadEntryData", "KalturaBulkUploadUserData", "KalturaBulkUploadVendorCatalogItemData" ], "in": "query", "name": "bulkUploadVendorCatalogItemData[objectType]", "type": "string", "x-group": "bulkUploadVendorCatalogItemData" }, "KalturaMetadataProfile:metadataProfile[createMode]": { "description": "Enum Type: `KalturaMetadataProfileCreateMode`", "enum": [ 1, 2, 3 ], "in": "query", "name": "metadataProfile[createMode]", "type": "integer", "x-enumLabels": [ "API", "KMC", "APP" ], "x-enumType": "KalturaMetadataProfileCreateMode", "x-group": "metadataProfile" }, "KalturaMetadataProfile:metadataProfile[description]": { "in": "query", "name": "metadataProfile[description]", "type": "string", "x-group": "metadataProfile" }, "KalturaMetadataProfile:metadataProfile[disableReIndexing]": { "in": "query", "name": "metadataProfile[disableReIndexing]", "type": "boolean", "x-group": "metadataProfile" }, "KalturaMetadataProfile:metadataProfile[metadataObjectType]": { "description": "Enum Type: `KalturaMetadataObjectType`", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "in": "query", "name": "metadataProfile[metadataObjectType]", "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", "x-group": "metadataProfile" }, "KalturaMetadataProfile:metadataProfile[name]": { "in": "query", "name": "metadataProfile[name]", "type": "string", "x-group": "metadataProfile" }, "KalturaMetadataProfile:metadataProfile[systemName]": { "in": "query", "name": "metadataProfile[systemName]", "type": "string", "x-group": "metadataProfile" }, "clientTag": { "default": "devkcom", "in": "query", "name": "clientTag", "type": "string", "x-hidden": true }, "format": { "description": "The format of the response", "enum": [ 1, 2, 3 ], "in": "query", "name": "format", "type": "integer", "x-consoleDefault": 1, "x-enumLabels": [ "JSON", "XML", "PHP" ], "x-global": true }, "ks": { "in": "query", "name": "ks", "type": "string", "x-global": true }, "language": { "in": "query", "name": "language", "type": "string", "x-global": true, "x-volatile": false }, "partnerId": { "in": "query", "name": "partnerId", "type": "integer", "x-global": true, "x-volatile": false }, "responseProfile": { "in": "body", "name": "responseProfile", "schema": { "properties": { "responseProfile": { "$ref": "#/definitions/KalturaBaseResponseProfile" } }, "type": "object" }, "x-global": true, "x-volatile": true } }, "paths": { "/service/accesscontrol/action/add": { "post": { "description": "Add new Access Control Profile", "operationId": "accessControl.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accessControl": { "$ref": "#/definitions/KalturaAccessControl" } }, "required": [ "accessControl" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControl" } } }, "tags": [ "accessControl" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "accessControl" ] } }, "/service/accesscontrol/action/delete": { "post": { "description": "Delete Access Control Profile by id", "operationId": "accessControl.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "accessControl" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/accesscontrol/action/get": { "post": { "description": "Get Access Control Profile by id", "operationId": "accessControl.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControl" } } }, "tags": [ "accessControl" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/accesscontrol/action/list": { "post": { "description": "List Access Control Profiles by filter and pager", "operationId": "accessControl.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAccessControlFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControlListResponse" } } }, "tags": [ "accessControl" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/accesscontrol/action/update": { "post": { "description": "Update Access Control Profile by id", "operationId": "accessControl.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accessControl": { "$ref": "#/definitions/KalturaAccessControl" }, "id": { "type": "integer" } }, "required": [ "id", "accessControl" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControl" } }, "x-Errors": { "description": "* `ACCESS_CONTROL_ID_NOT_FOUND`: Access control id \"@ID@\" not found\n* `ACCESS_CONTROL_NEW_VERSION_UPDATE`: Access control id \"@ID@\" should be updated using AccessControlProfile service" } }, "tags": [ "accessControl" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "accessControl" ] } }, "/service/accesscontrolprofile/action/add": { "post": { "description": "Add new access control profile", "operationId": "accessControlProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accessControlProfile": { "$ref": "#/definitions/KalturaAccessControlProfile" } }, "required": [ "accessControlProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControlProfile" } } }, "tags": [ "accessControlProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "accessControlProfile" ] } }, "/service/accesscontrolprofile/action/delete": { "post": { "description": "Delete access control profile by id", "operationId": "accessControlProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ACCESS_CONTROL_ID_NOT_FOUND`: Access control id \"@ID@\" not found\n* `CANNOT_DELETE_DEFAULT_ACCESS_CONTROL`: Default access control cannot be deleted" } }, "tags": [ "accessControlProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/accesscontrolprofile/action/get": { "post": { "description": "Get access control profile by id", "operationId": "accessControlProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControlProfile" } }, "x-Errors": { "description": "* `ACCESS_CONTROL_ID_NOT_FOUND`: Access control id \"@ID@\" not found" } }, "tags": [ "accessControlProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/accesscontrolprofile/action/list": { "post": { "description": "List access control profiles by filter and pager", "operationId": "accessControlProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAccessControlProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControlProfileListResponse" } } }, "tags": [ "accessControlProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/accesscontrolprofile/action/update": { "post": { "description": "Update access control profile by id", "operationId": "accessControlProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accessControlProfile": { "$ref": "#/definitions/KalturaAccessControlProfile" }, "id": { "type": "integer" } }, "required": [ "id", "accessControlProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAccessControlProfile" } }, "x-Errors": { "description": "* `ACCESS_CONTROL_ID_NOT_FOUND`: Access control id \"@ID@\" not found" } }, "tags": [ "accessControlProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "accessControlProfile" ] } }, "/service/adminuser/action/login": { "post": { "description": "Get an admin session using admin email and password (Used for login to the KMC application)", "operationId": "adminUser.login", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "email": { "type": "string" }, "partnerId": { "type": "integer" }, "password": { "type": "string", "x-inputType": "password" } }, "required": [ "email", "password" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid" } }, "security": [], "tags": [ "adminUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "email", "password", "partnerId" ] } }, "/service/adminuser/action/resetPassword": { "post": { "description": "Reset admin user password and send it to the users email address", "operationId": "adminUser.resetPassword", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "email": { "type": "string" } }, "required": [ "email" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use" } }, "security": [], "tags": [ "adminUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "email" ] } }, "/service/adminuser/action/setInitialPassword": { "post": { "description": "Set initial users password", "operationId": "adminUser.setInitialPassword", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hashKey": { "type": "string" }, "newPassword": { "type": "string" } }, "required": [ "hashKey", "newPassword" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuthentication" } }, "x-Errors": { "description": "* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `NEW_PASSWORD_HASH_KEY_EXPIRED`: Given hash key has expired\n* `NEW_PASSWORD_HASH_KEY_INVALID`: Given hash key is invalid\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "security": [], "tags": [ "adminUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hashKey", "newPassword" ] } }, "/service/adminuser/action/updatePassword": { "post": { "deprecated": true, "description": "Update admin user password and email", "operationId": "adminUser.updatePassword", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "email": { "type": "string" }, "newEmail": { "type": "string" }, "newPassword": { "type": "string" }, "otp": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" } }, "required": [ "email", "password" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAdminUser" } }, "x-Errors": { "description": "* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `ADMIN_KUSER_WRONG_OLD_PASSWORD`: Old password is wrong\n* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use\n* `INVALID_OTP`: OTP provided failed to validate\n* `MISSING_OTP`: OTP is missing" } }, "security": [], "tags": [ "adminUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "email", "password", "newEmail", "newPassword", "otp" ] } }, "/service/analytics/action/query": { "post": { "deprecated": true, "description": "report query action allows to get a analytics data for specific query dimensions, metrics and filters.", "operationId": "analytics.query", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAnalyticsFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReportResponse" } } }, "tags": [ "analytics" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/annotation_annotation/action/add": { "post": { "description": "Allows you to add an annotation object associated with an entry", "operationId": "annotation.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "annotation": { "$ref": "#/definitions/KalturaCuePoint" } }, "required": [ "annotation" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAnnotation" } } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "annotation" ] } }, "/service/annotation_annotation/action/addFromBulk": { "post": { "description": "Allows you to add multiple cue points objects by uploading XML that contains multiple cue point definitions", "operationId": "annotation.addFromBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePointListResponse" } }, "x-Errors": { "description": "* `XML_FILE_NOT_FOUND`: XML file not found\n* `XML_INVALID`: XML is invalid" } }, "tags": [ "annotation" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/annotation_annotation/action/clone": { "post": { "description": "Clone cuePoint with id to given entry", "operationId": "annotation.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "id": { "type": "string" }, "parentId": { "type": "string" } }, "required": [ "id", "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAnnotation" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryId", "parentId" ] } }, "/service/annotation_annotation/action/count": { "post": { "description": "count cue point objects by filter", "operationId": "annotation.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/annotation_annotation/action/delete": { "post": { "description": "delete cue point by id, and delete all children cue points", "operationId": "annotation.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/annotation_annotation/action/get": { "post": { "description": "Retrieve an CuePoint object by id", "operationId": "annotation.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/annotation_annotation/action/list": { "post": { "description": "List annotation objects by filter and pager", "operationId": "annotation.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAnnotationListResponse" } } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/annotation_annotation/action/serveBulk": { "post": { "description": "Download multiple cue points objects as XML definitions", "operationId": "annotation.serveBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/annotation_annotation/action/update": { "post": { "description": "Update annotation by id", "operationId": "annotation.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "annotation": { "$ref": "#/definitions/KalturaCuePoint" }, "id": { "type": "string" } }, "required": [ "id", "annotation" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAnnotation" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "annotation" ] } }, "/service/annotation_annotation/action/updateCuePointsTimes": { "post": { "operationId": "annotation.updateCuePointsTimes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "endTime": { "type": "integer" }, "id": { "type": "string" }, "startTime": { "type": "integer" } }, "required": [ "id", "startTime" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "startTime", "endTime" ] } }, "/service/annotation_annotation/action/updateStatus": { "post": { "description": "Update cuePoint status by id", "operationId": "annotation.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "status": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "READY", "DELETED", "HANDLED", "PENDING" ], "x-enumType": "KalturaCuePointStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "annotation" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/apptoken/action/add": { "post": { "description": "Add new application authentication token", "operationId": "appToken.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "appToken": { "$ref": "#/definitions/KalturaAppToken" } }, "required": [ "appToken" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAppToken" } } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "appToken" ] } }, "/service/apptoken/action/delete": { "post": { "description": "Delete application authentication token by ID", "operationId": "appToken.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `APP_TOKEN_ID_NOT_FOUND`: Application token id \"@ID@\" not found" } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/apptoken/action/get": { "post": { "description": "Get application authentication token by ID", "operationId": "appToken.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAppToken" } }, "x-Errors": { "description": "* `APP_TOKEN_ID_NOT_FOUND`: Application token id \"@ID@\" not found" } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/apptoken/action/list": { "post": { "description": "List application authentication tokens by filter and pager", "operationId": "appToken.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAppTokenFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAppTokenListResponse" } } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/apptoken/action/startSession": { "post": { "description": "Starts a new KS (kaltura Session) based on an application authentication token ID", "operationId": "appToken.startSession", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "type": "integer" }, "id": { "type": "string" }, "sessionPrivileges": { "type": "string" }, "tokenHash": { "type": "string" }, "type": { "enum": [ 0, 2 ], "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" }, "userId": { "type": "string" } }, "required": [ "id", "tokenHash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSessionInfo" } }, "x-Errors": { "description": "* `APP_TOKEN_ID_NOT_FOUND`: Application token id \"@ID@\" not found" } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "tokenHash", "userId", "type", "expiry", "sessionPrivileges" ] } }, "/service/apptoken/action/update": { "post": { "description": "Update application authentication token by ID", "operationId": "appToken.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "appToken": { "$ref": "#/definitions/KalturaAppToken" }, "id": { "type": "string" } }, "required": [ "id", "appToken" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAppToken" } }, "x-Errors": { "description": "* `APP_TOKEN_ID_NOT_FOUND`: Application token id \"@ID@\" not found" } }, "tags": [ "appToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "appToken" ] } }, "/service/aspera_aspera/action/getFaspUrl": { "post": { "operationId": "aspera.getFaspUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorAssetId": { "type": "string" } }, "required": [ "flavorAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "aspera" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorAssetId" ] } }, "/service/attachment_attachmentasset/action/add": { "post": { "description": "Add attachment asset", "operationId": "attachmentAsset.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "attachmentAsset": { "$ref": "#/definitions/KalturaAttachmentAsset" }, "entryId": { "type": "string" } }, "required": [ "entryId", "attachmentAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAttachmentAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "attachmentAsset" ] } }, "/service/attachment_attachmentasset/action/delete": { "post": { "operationId": "attachmentAsset.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "attachmentAssetId": { "type": "string" } }, "required": [ "attachmentAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "attachmentAssetId" ] } }, "/service/attachment_attachmentasset/action/get": { "post": { "operationId": "attachmentAsset.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "attachmentAssetId": { "type": "string" } }, "required": [ "attachmentAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAttachmentAsset" } }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "attachmentAssetId" ] } }, "/service/attachment_attachmentasset/action/getRemotePaths": { "post": { "description": "Get remote storage existing paths for the asset", "operationId": "attachmentAsset.getRemotePaths", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRemotePathListResponse" } }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found\n* `ATTACHMENT_ASSET_IS_NOT_READY`: Attachment asset \"@ASSET_ID@\" is not ready" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/attachment_attachmentasset/action/getUrl": { "post": { "description": "Get download URL for the asset", "operationId": "attachmentAsset.getUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "storageId": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found\n* `ATTACHMENT_ASSET_IS_NOT_READY`: Attachment asset \"@ASSET_ID@\" is not ready" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "storageId" ] } }, "/service/attachment_attachmentasset/action/list": { "post": { "description": "List attachment Assets by filter and pager", "operationId": "attachmentAsset.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAssetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAttachmentAssetListResponse" } } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/attachment_attachmentasset/action/serve": { "post": { "description": "Serves attachment by its id", "operationId": "attachmentAsset.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "attachmentAssetId": { "type": "string" }, "serveOptions": { "$ref": "#/definitions/KalturaAttachmentServeOptions" } }, "required": [ "attachmentAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "attachmentAssetId", "serveOptions" ] } }, "/service/attachment_attachmentasset/action/setContent": { "post": { "description": "Update content of attachment asset", "operationId": "attachmentAsset.setContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contentResource": { "$ref": "#/definitions/KalturaContentResource" }, "id": { "type": "string" } }, "required": [ "id", "contentResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAttachmentAsset" } }, "x-Errors": { "description": "* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `ATTACHMENT_ASSET_ID_NOT_FOUND`: Attachment asset id \"@ASSET_ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "contentResource" ] } }, "/service/attachment_attachmentasset/action/update": { "post": { "description": "Update attachment asset", "operationId": "attachmentAsset.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "attachmentAsset": { "$ref": "#/definitions/KalturaAttachmentAsset" }, "id": { "type": "string" } }, "required": [ "id", "attachmentAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAttachmentAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "attachmentAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "attachmentAsset" ] } }, "/service/attuversedistribution_attuverse/action/getFeed": { "post": { "operationId": "attUverse.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "attUverse" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/audit_audittrail/action/add": { "post": { "description": "Allows you to add an audit trail object and audit trail content associated with Kaltura object", "operationId": "auditTrail.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "auditTrail": { "$ref": "#/definitions/KalturaAuditTrail" } }, "required": [ "auditTrail" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuditTrail" } }, "x-Errors": { "description": "* `AUDIT_TRAIL_DISABLED`: audit trail disabled for this partner [@PID@] object [@OBJ_TYPE@] action [@ACTION@]" } }, "tags": [ "auditTrail" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "auditTrail" ] } }, "/service/audit_audittrail/action/get": { "post": { "description": "Retrieve an audit trail object by id", "operationId": "auditTrail.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuditTrail" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "auditTrail" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/audit_audittrail/action/list": { "post": { "description": "List audit trail objects by filter and pager", "operationId": "auditTrail.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAuditTrailFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuditTrailListResponse" } } }, "tags": [ "auditTrail" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/avndistribution_avn/action/getFeed": { "post": { "operationId": "avn.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "avn" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/baseentry/action/add": { "post": { "description": "Generic add entry, should be used when the uploaded entry type is not known.", "operationId": "baseEntry.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entry": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": { "enum": [ "-1", "conference.CONFERENCE_ENTRY_SERVER", "externalMedia.externalMedia", "sip.SIP_ENTRY_SERVER", "1", "2", "5", "6", "7", "8", "10" ], "type": "string", "x-enumLabels": [ "AUTOMATIC", "CONFERENCE_ENTRY_SERVER", "EXTERNAL_MEDIA", "SIP_ENTRY_SERVER", "MEDIA_CLIP", "MIX", "PLAYLIST", "DATA", "LIVE_STREAM", "LIVE_CHANNEL", "DOCUMENT" ], "x-enumType": "KalturaEntryType" } }, "required": [ "entry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_TYPE_NOT_SUPPORTED`: Entry type \"@ENTRY_TYPE@\" not supported" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entry", "type" ] } }, "/service/baseentry/action/addContent": { "post": { "description": "Attach content resource to entry in status NO_MEDIA", "operationId": "baseEntry.addContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaResource" } }, "required": [ "entryId", "resource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_TYPE_NOT_SUPPORTED`: Entry type \"@ENTRY_TYPE@\" not supported" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource" ] } }, "/service/baseentry/action/addFromUploadedFile": { "post": { "description": "Generic add entry using an uploaded file, should be used when the uploaded entry type is not known.", "operationId": "baseEntry.addFromUploadedFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entry": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": { "enum": [ "-1", "conference.CONFERENCE_ENTRY_SERVER", "externalMedia.externalMedia", "sip.SIP_ENTRY_SERVER", "1", "2", "5", "6", "7", "8", "10" ], "type": "string", "x-enumLabels": [ "AUTOMATIC", "CONFERENCE_ENTRY_SERVER", "EXTERNAL_MEDIA", "SIP_ENTRY_SERVER", "MEDIA_CLIP", "MIX", "PLAYLIST", "DATA", "LIVE_STREAM", "LIVE_CHANNEL", "DOCUMENT" ], "x-enumType": "KalturaEntryType" }, "uploadTokenId": { "type": "string" } }, "required": [ "entry", "uploadTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entry", "uploadTokenId", "type" ] } }, "/service/baseentry/action/anonymousRank": { "post": { "description": "Anonymously rank an entry, no validation is done on duplicate rankings.", "operationId": "baseEntry.anonymousRank", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "rank": { "type": "integer" } }, "required": [ "entryId", "rank" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "rank" ] } }, "/service/baseentry/action/approve": { "post": { "description": "Approve the entry and mark the pending flags (if any) as moderated (this will make the entry playable).", "operationId": "baseEntry.approve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/baseentry/action/clone": { "post": { "description": "Clone an entry with optional attributes to apply to the clone", "operationId": "baseEntry.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "cloneOptions": { "items": { "$ref": "#/definitions/KalturaBaseEntryCloneOptionItem" }, "type": "array" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "cloneOptions" ] } }, "/service/baseentry/action/count": { "post": { "description": "Count base entries by filter.", "operationId": "baseEntry.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBaseEntryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/baseentry/action/delete": { "post": { "description": "Delete an entry.", "operationId": "baseEntry.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/baseentry/action/export": { "post": { "operationId": "baseEntry.export", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "storageProfileId": { "type": "integer" } }, "required": [ "entryId", "storageProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "storageProfileId" ] } }, "/service/baseentry/action/exportToCsv": { "post": { "description": "add batch job that sends an email with a link to download an updated CSV that contains list of entries", "operationId": "baseEntry.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "additionalFields": { "items": { "$ref": "#/definitions/KalturaCsvAdditionalFieldInfo" }, "type": "array" }, "filter": { "$ref": "#/definitions/KalturaBaseEntryFilter" }, "mappedFields": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "metadataProfileId": { "type": "integer" }, "options": { "$ref": "#/definitions/KalturaExportToCsvOptions" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "metadataProfileId", "additionalFields", "mappedFields", "options" ] } }, "/service/baseentry/action/flag": { "post": { "description": "Flag inappropriate entry for moderation.", "operationId": "baseEntry.flag", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "moderationFlag": { "$ref": "#/definitions/KalturaModerationFlag" } }, "required": [ "moderationFlag" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "moderationFlag" ] } }, "/service/baseentry/action/get": { "post": { "description": "Get base entry by ID.", "operationId": "baseEntry.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version" ] } }, "/service/baseentry/action/getByIds": { "post": { "description": "Get an array of KalturaBaseEntry objects by a comma-separated list of ids.", "operationId": "baseEntry.getByIds", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryIds": { "type": "string" } }, "required": [ "entryIds" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": "array" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryIds" ] } }, "/service/baseentry/action/getContextData": { "post": { "description": "This action delivers entry-related data, based on the user's context: access control, restriction, playback format and storage information.", "operationId": "baseEntry.getContextData", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contextDataParams": { "$ref": "#/definitions/KalturaEntryContextDataParams" }, "entryId": { "type": "string" } }, "required": [ "entryId", "contextDataParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryContextDataResult" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "contextDataParams" ] } }, "/service/baseentry/action/getPlaybackContext": { "post": { "description": "This action delivers all data relevant for player", "operationId": "baseEntry.getPlaybackContext", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contextDataParams": { "$ref": "#/definitions/KalturaPlaybackContextOptions" }, "entryId": { "type": "string" } }, "required": [ "entryId", "contextDataParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaybackContext" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "contextDataParams" ] } }, "/service/baseentry/action/getRemotePaths": { "post": { "description": "Get remote storage existing paths for the asset.", "operationId": "baseEntry.getRemotePaths", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRemotePathListResponse" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_NOT_READY`: Entry \"@ENTRY_NAME@\" is not ready" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/baseentry/action/index": { "post": { "description": "Index an entry by id.", "operationId": "baseEntry.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "shouldUpdate": { "default": true, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "shouldUpdate" ] } }, "/service/baseentry/action/list": { "post": { "description": "List base entries by filter with paging support.", "operationId": "baseEntry.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBaseEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntryListResponse" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/baseentry/action/listByReferenceId": { "post": { "description": "List base entries by filter according to reference id", "operationId": "baseEntry.listByReferenceId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "refId": { "type": "string" } }, "required": [ "refId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntryListResponse" } }, "x-Errors": { "description": "* `MISSING_MANDATORY_PARAMETER`: Missing parameter \"@PARAM_NAME@\"" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "refId", "pager" ] } }, "/service/baseentry/action/listFlags": { "post": { "description": "List all pending flags for the entry.", "operationId": "baseEntry.listFlags", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaModerationFlagListResponse" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "pager" ] } }, "/service/baseentry/action/reject": { "post": { "description": "Reject the entry and mark the pending flags (if any) as moderated (this will make the entry non-playable).", "operationId": "baseEntry.reject", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/baseentry/action/servePlaybackKey": { "post": { "description": "This action serves HLS encrypted key if access control is validated", "operationId": "baseEntry.servePlaybackKey", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/baseentry/action/update": { "post": { "description": "Update base entry. Only the properties that were set will be updated.", "operationId": "baseEntry.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "baseEntry": { "$ref": "#/definitions/KalturaBaseEntry" }, "entryId": { "type": "string" } }, "required": [ "entryId", "baseEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "baseEntry" ] } }, "/service/baseentry/action/updateContent": { "post": { "description": "Update the content resource associated with the entry.", "operationId": "baseEntry.updateContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "advancedOptions": { "$ref": "#/definitions/KalturaEntryReplacementOptions" }, "conversionProfileId": { "type": "integer" }, "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaResource" } }, "required": [ "entryId", "resource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource", "conversionProfileId", "advancedOptions" ] } }, "/service/baseentry/action/updateThumbnailFromSourceEntry": { "post": { "description": "Update entry thumbnail from a different entry by a specified time offset (in seconds).", "operationId": "baseEntry.updateThumbnailFromSourceEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "sourceEntryId": { "type": "string" }, "timeOffset": { "type": "integer" } }, "required": [ "entryId", "sourceEntryId", "timeOffset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "sourceEntryId", "timeOffset" ] } }, "/service/baseentry/action/updateThumbnailFromUrl": { "post": { "description": "Update entry thumbnail using URL.", "operationId": "baseEntry.updateThumbnailFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "url": { "type": "string" } }, "required": [ "entryId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "url" ] } }, "/service/baseentry/action/updateThumbnailJpeg": { "post": { "description": "Update entry thumbnail using a raw jpeg file.", "operationId": "baseEntry.updateThumbnailJpeg", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "Media entry id", "in": "query", "name": "entryId", "required": true, "type": "string" }, { "description": "Jpeg file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "baseEntry" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "entryId", "fileData" ] } }, "/service/baseentry/action/upload": { "post": { "deprecated": true, "description": "Upload a file to Kaltura, that can be used to create an entry.", "operationId": "baseEntry.upload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "The file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "baseEntry" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/batch/action/addBulkUploadResult": { "post": { "description": "batch addBulkUploadResultAction action adds KalturaBulkUploadResult to the DB", "operationId": "batch.addBulkUploadResult", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadResult": { "$ref": "#/definitions/KalturaBulkUploadResult" }, "pluginDataArray": { "items": { "$ref": "#/definitions/KalturaBulkUploadPluginData" }, "type": "array" } }, "required": [ "bulkUploadResult" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUploadResult" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadResult", "pluginDataArray" ] } }, "/service/batch/action/addMediaInfo": { "post": { "description": "batch addMediaInfoAction action saves a media info object", "operationId": "batch.addMediaInfo", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaInfo": { "$ref": "#/definitions/KalturaMediaInfo" } }, "required": [ "mediaInfo" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaInfo" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaInfo" ] } }, "/service/batch/action/checkEntryIsDone": { "post": { "description": "batch checkEntryIsDone Check weather a specified entry is done converting and changes it to ready.", "operationId": "batch.checkEntryIsDone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "batchJobId": { "type": "string" } }, "required": [ "batchJobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "batchJobId" ] } }, "/service/batch/action/checkFileExists": { "post": { "description": "batch checkFileExists action check if the file exists", "operationId": "batch.checkFileExists", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "localPath": { "type": "string" }, "size": { "type": "number" } }, "required": [ "localPath", "size" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileExistsResponse" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "localPath", "size" ] } }, "/service/batch/action/cleanExclusiveJobs": { "post": { "description": "batch cleanExclusiveJobs action mark as fatal error all expired jobs", "operationId": "batch.cleanExclusiveJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batch/action/countBulkUploadEntries": { "post": { "description": "Returns total created entries count and total error entries count", "operationId": "batch.countBulkUploadEntries", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadJobId": { "type": "integer" }, "bulkUploadObjectType": { "enum": [ "bulkUploadFilter.JOB", "scheduleBulkUpload.SCHEDULE_EVENT", "scheduleBulkUpload.SCHEDULE_RESOURCE", "1", "2", "3", "4", "5", "6", "7" ], "type": "string", "x-enumLabels": [ "JOB", "SCHEDULE_EVENT", "SCHEDULE_RESOURCE", "ENTRY", "CATEGORY", "USER", "CATEGORY_USER", "CATEGORY_ENTRY", "USER_ENTRY", "VENDOR_CATALOG_ITEM" ], "x-enumType": "KalturaBulkUploadObjectType" } }, "required": [ "bulkUploadJobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadJobId", "bulkUploadObjectType" ] } }, "/service/batch/action/extendLockExpiration": { "post": { "description": "batch extendLockExpiration action allows to extend the expiration of a BatchJobLock by job id", "operationId": "batch.extendLockExpiration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" }, "maxExecutionTime": { "type": "integer" } }, "required": [ "jobId", "maxExecutionTime" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId", "maxExecutionTime" ] } }, "/service/batch/action/freeExclusiveJob": { "post": { "description": "batch freeExclusiveJobAction action allows to get a generic BatchJob", "operationId": "batch.freeExclusiveJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" }, "resetExecutionAttempts": { "default": false, "type": "boolean" } }, "required": [ "id", "lockKey", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFreeJobResponse" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "lockKey", "jobType", "resetExecutionAttempts" ] } }, "/service/batch/action/getBulkUploadLastResult": { "post": { "description": "batch getBulkUploadLastResultAction action returns the last result of the bulk upload", "operationId": "batch.getBulkUploadLastResult", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadJobId": { "type": "integer" } }, "required": [ "bulkUploadJobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUploadResult" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadJobId" ] } }, "/service/batch/action/getExclusiveAlmostDone": { "post": { "description": "batch getExclusiveAlmostDone action allows to get a BatchJob that wait for remote closure", "operationId": "batch.getExclusiveAlmostDone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" }, "maxExecutionTime": { "type": "integer" }, "numberOfJobs": { "type": "integer" } }, "required": [ "lockKey", "maxExecutionTime", "numberOfJobs" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBatchJob" }, "type": "array" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "lockKey", "maxExecutionTime", "numberOfJobs", "filter", "jobType" ] } }, "/service/batch/action/getExclusiveJobs": { "post": { "description": "batch getExclusiveJobsAction action allows to get a BatchJob", "operationId": "batch.getExclusiveJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" }, "maxExecutionTime": { "type": "integer" }, "maxJobToPullForCache": { "default": 0, "type": "integer" }, "numberOfJobs": { "type": "integer" } }, "required": [ "lockKey", "maxExecutionTime", "numberOfJobs" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBatchJob" }, "type": "array" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "lockKey", "maxExecutionTime", "numberOfJobs", "filter", "jobType", "maxJobToPullForCache" ] } }, "/service/batch/action/getExclusiveNotificationJobs": { "post": { "description": "batch getExclusiveNotificationJob action allows to get a BatchJob of type NOTIFICATION", "operationId": "batch.getExclusiveNotificationJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" }, "maxExecutionTime": { "type": "integer" }, "numberOfJobs": { "type": "integer" } }, "required": [ "lockKey", "maxExecutionTime", "numberOfJobs" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchGetExclusiveNotificationJobsResponse" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "lockKey", "maxExecutionTime", "numberOfJobs", "filter" ] } }, "/service/batch/action/getQueueSize": { "post": { "description": "batch getQueueSize action get the queue size for job type", "operationId": "batch.getQueueSize", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "workerQueueFilter": { "$ref": "#/definitions/KalturaWorkerQueueFilter" } }, "required": [ "workerQueueFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "workerQueueFilter" ] } }, "/service/batch/action/logConversion": { "post": { "description": "Add the data to the flavor asset conversion log, creates it if doesn't exists", "operationId": "batch.logConversion", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "data": { "type": "string" }, "flavorAssetId": { "type": "string" } }, "required": [ "flavorAssetId", "data" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorAssetId", "data" ] } }, "/service/batch/action/putFile": { "post": { "description": "batch putFileAction action allows put file on server via http", "operationId": "batch.putFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "destPath", "required": true, "type": "string" }, { "in": "formData", "name": "data", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "batch" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "destPath", "data" ] } }, "/service/batch/action/resetJobExecutionAttempts": { "post": { "description": "batch resetJobExecutionAttempts action resets the execution attempts of the job", "operationId": "batch.resetJobExecutionAttempts", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" } }, "required": [ "id", "lockKey", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `UPDATE_EXCLUSIVE_JOB_FAILED`: Error while attempting to update job with id [@JOB_ID@] from scheduler [@PROC_LOC@] worker [@PROC_NAME@] batch [@SERIALIZED_JOB_ID@]\n[@ERR_TEXT@]\n* `UPDATE_EXCLUSIVE_JOB_WRONG_TYPE`: Attempting to update job of the wrong type with id [@JOB_ID@]\n key[@KEY@]\njob[@SERIALIZED_JOB_ID@]" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "lockKey", "jobType" ] } }, "/service/batch/action/suspendJobs": { "post": { "description": "batch suspendJobs action suspends jobs from running.", "operationId": "batch.suspendJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batch/action/updateBulkUploadResults": { "post": { "description": "batch updateBulkUploadResults action adds KalturaBulkUploadResult to the DB", "operationId": "batch.updateBulkUploadResults", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadJobId": { "type": "integer" } }, "required": [ "bulkUploadJobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadJobId" ] } }, "/service/batch/action/updateExclusiveConvertCollectionJob": { "post": { "description": "batch updateExclusiveConvertCollectionJobAction action updates a BatchJob of type CONVERT_PROFILE that was claimed using the getExclusiveConvertJobs", "operationId": "batch.updateExclusiveConvertCollectionJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorsData": { "items": { "$ref": "#/definitions/KalturaConvertCollectionFlavorData" }, "type": "array" }, "id": { "type": "integer" }, "job": { "$ref": "#/definitions/KalturaBatchJob" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" } }, "required": [ "id", "lockKey", "job" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJob" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "lockKey", "job", "flavorsData" ] } }, "/service/batch/action/updateExclusiveJob": { "post": { "description": "batch updateExclusiveJobAction action updates a BatchJob of extended type that was claimed using the getExclusiveJobs", "operationId": "batch.updateExclusiveJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "job": { "$ref": "#/definitions/KalturaBatchJob" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" } }, "required": [ "id", "lockKey", "job" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJob" } } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "lockKey", "job" ] } }, "/service/batch/action/updatePartnerLoadTable": { "post": { "description": "batch updatePartnerLoadTable action cleans the partner load table", "operationId": "batch.updatePartnerLoadTable", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "batch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batchcontrol/action/configLoaded": { "post": { "description": "batch configLoaded action saves the configuration as loaded by a remote scheduler", "operationId": "batchcontrol.configLoaded", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "configParam": { "type": "string" }, "configParamPart": { "type": "string" }, "configValue": { "type": "string" }, "scheduler": { "$ref": "#/definitions/KalturaScheduler" }, "workerConfigId": { "type": "integer" }, "workerName": { "type": "string" } }, "required": [ "scheduler", "configParam", "configValue" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSchedulerConfig" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduler", "configParam", "configValue", "configParamPart", "workerConfigId", "workerName" ] } }, "/service/batchcontrol/action/getCommand": { "post": { "description": "batch getCommand action returns the command with its current status", "operationId": "batchcontrol.getCommand", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "commandId": { "type": "integer" } }, "required": [ "commandId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "commandId" ] } }, "/service/batchcontrol/action/getFullStatus": { "post": { "description": "batch getFullStatus action returns the status of all schedulers and queues", "operationId": "batchcontrol.getFullStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFullStatusResponse" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batchcontrol/action/getOrCreateScheduler": { "post": { "operationId": "batchcontrol.getOrCreateScheduler", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduler": { "$ref": "#/definitions/KalturaScheduler" } }, "required": [ "scheduler" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduler" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduler" ] } }, "/service/batchcontrol/action/kill": { "post": { "description": "batch kill action forces stop of a batch on a remote scheduler", "operationId": "batchcontrol.kill", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "batchIndex": { "type": "integer" }, "cause": { "type": "string" }, "workerId": { "type": "integer" } }, "required": [ "workerId", "batchIndex", "adminId", "cause" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "workerId", "batchIndex", "adminId", "cause" ] } }, "/service/batchcontrol/action/listCommands": { "post": { "description": "list batch control commands", "operationId": "batchcontrol.listCommands", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaControlPanelCommandFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommandListResponse" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/batchcontrol/action/listSchedulers": { "post": { "description": "list all Schedulers", "operationId": "batchcontrol.listSchedulers", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSchedulerListResponse" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batchcontrol/action/listWorkers": { "post": { "description": "list all Workers", "operationId": "batchcontrol.listWorkers", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSchedulerWorkerListResponse" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/batchcontrol/action/reportStatus": { "post": { "description": "batch reportStatus action saves the status attribute from a remote scheduler and returns pending commands for the scheduler", "operationId": "batchcontrol.reportStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduler": { "$ref": "#/definitions/KalturaScheduler" }, "schedulerStatuses": { "items": { "$ref": "#/definitions/KalturaSchedulerStatus" }, "type": "array" }, "workerQueueFilters": { "items": { "$ref": "#/definitions/KalturaWorkerQueueFilter" }, "type": "array" } }, "required": [ "scheduler", "schedulerStatuses", "workerQueueFilters" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSchedulerStatusResponse" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduler", "schedulerStatuses", "workerQueueFilters" ] } }, "/service/batchcontrol/action/setCommandResult": { "post": { "description": "batch setCommandResult action saves the results of a command as received from a remote scheduler", "operationId": "batchcontrol.setCommandResult", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "commandId": { "type": "integer" }, "errorDescription": { "type": "string" }, "status": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "PENDING", "HANDLED", "DONE", "FAILED" ], "x-enumType": "KalturaControlPanelCommandStatus" } }, "required": [ "commandId", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "commandId", "status", "errorDescription" ] } }, "/service/batchcontrol/action/setSchedulerConfig": { "post": { "description": "batch sets a configuration parameter to be loaded by a scheduler", "operationId": "batchcontrol.setSchedulerConfig", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "cause": { "type": "string" }, "configParam": { "type": "string" }, "configParamPart": { "type": "string" }, "configValue": { "type": "string" }, "schedulerId": { "type": "integer" } }, "required": [ "schedulerId", "adminId", "configParam", "configValue" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "schedulerId", "adminId", "configParam", "configValue", "configParamPart", "cause" ] } }, "/service/batchcontrol/action/setWorkerConfig": { "post": { "description": "batch sets a configuration parameter to be loaded by a worker", "operationId": "batchcontrol.setWorkerConfig", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "cause": { "type": "string" }, "configParam": { "type": "string" }, "configParamPart": { "type": "string" }, "configValue": { "type": "string" }, "workerId": { "type": "integer" } }, "required": [ "workerId", "adminId", "configParam", "configValue" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "workerId", "adminId", "configParam", "configValue", "configParamPart", "cause" ] } }, "/service/batchcontrol/action/startWorker": { "post": { "description": "batch start action starts a job", "operationId": "batchcontrol.startWorker", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "cause": { "type": "string" }, "workerId": { "type": "integer" } }, "required": [ "workerId", "adminId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "workerId", "adminId", "cause" ] } }, "/service/batchcontrol/action/stopScheduler": { "post": { "description": "batch stop action stops a scheduler", "operationId": "batchcontrol.stopScheduler", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "cause": { "type": "string" }, "schedulerId": { "type": "integer" } }, "required": [ "schedulerId", "adminId", "cause" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "schedulerId", "adminId", "cause" ] } }, "/service/batchcontrol/action/stopWorker": { "post": { "description": "batch stop action stops a worker", "operationId": "batchcontrol.stopWorker", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminId": { "type": "integer" }, "cause": { "type": "string" }, "workerId": { "type": "integer" } }, "required": [ "workerId", "adminId", "cause" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaControlPanelCommand" } } }, "tags": [ "batchcontrol" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "workerId", "adminId", "cause" ] } }, "/service/beacon_beacon/action/add": { "post": { "operationId": "beacon.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "beacon": { "$ref": "#/definitions/KalturaBeacon" }, "shouldLog": { "default": 0, "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "required": [ "beacon" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "beacon" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "beacon", "shouldLog" ] } }, "/service/beacon_beacon/action/enhanceSearch": { "post": { "operationId": "beacon.enhanceSearch", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBeaconEnhanceFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBeaconListResponse" } } }, "tags": [ "beacon" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/beacon_beacon/action/list": { "post": { "operationId": "beacon.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBeaconFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBeaconListResponse" } } }, "tags": [ "beacon" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/beacon_beacon/action/searchScheduledResource": { "post": { "operationId": "beacon.searchScheduledResource", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaPager" }, "searchParams": { "$ref": "#/definitions/KalturaBeaconSearchParams" } }, "required": [ "searchParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBeaconListResponse" } } }, "tags": [ "beacon" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchParams", "pager" ] } }, "/service/bulkupload/action/abort": { "post": { "description": "Aborts the bulk upload and all its child jobs", "operationId": "bulkUpload.abort", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload/action/add": { "post": { "deprecated": true, "description": "Add new bulk upload batch job\n\nConversion profile id can be specified in the API or in the CSV file, the one in the CSV file will be stronger.\n\nIf no conversion profile was specified, partner's default will be used", "operationId": "bulkUpload.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "Conversion profile id to use for converting the current bulk (-1 to use partner's default)", "in": "query", "name": "conversionProfileId", "required": true, "type": "integer" }, { "description": "bulk upload file", "in": "formData", "name": "csvFileData", "required": true, "type": "file" }, { "description": "Enum Type: `KalturaBulkUploadType`", "enum": [ "bulkUploadCsv.CSV", "bulkUploadFilter.FILTER", "bulkUploadXml.XML", "dropFolderXmlBulkUpload.DROP_FOLDER_XML", "scheduleBulkUpload.ICAL", "scheduleDropFolder.DROP_FOLDER_ICAL" ], "in": "query", "name": "bulkUploadType", "required": false, "type": "string", "x-enumLabels": [ "CSV", "FILTER", "XML", "DROP_FOLDER_XML", "ICAL", "DROP_FOLDER_ICAL" ], "x-enumType": "KalturaBulkUploadType" }, { "in": "query", "name": "uploadedBy", "required": false, "type": "string" }, { "description": "Friendly name of the file, used to be recognized later in the logs.", "in": "query", "name": "fileName", "required": false, "type": "string" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "conversionProfileId", "csvFileData", "bulkUploadType", "uploadedBy", "fileName" ] } }, "/service/bulkupload/action/get": { "post": { "description": "Get bulk upload batch job by id", "operationId": "bulkUpload.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload/action/list": { "post": { "description": "List bulk upload batch jobs", "operationId": "bulkUpload.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUploadListResponse" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pager" ] } }, "/service/bulkupload/action/serve": { "post": { "description": "serve action return the original file.", "operationId": "bulkUpload.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload/action/serveLog": { "post": { "description": "serveLog action return the original file.", "operationId": "bulkUpload.serveLog", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "bulkUpload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload_bulk/action/abort": { "post": { "description": "Aborts the bulk upload and all its child jobs", "operationId": "bulk.abort", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "bulk" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload_bulk/action/get": { "post": { "description": "Get bulk upload batch job by id", "operationId": "bulk.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "bulk" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload_bulk/action/list": { "post": { "description": "List bulk upload batch jobs", "operationId": "bulk.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadFilter": { "$ref": "#/definitions/KalturaBulkUploadFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUploadListResponse" } } }, "tags": [ "bulk" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadFilter", "pager" ] } }, "/service/bulkupload_bulk/action/serve": { "post": { "description": "serve action returns the original file.", "operationId": "bulk.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "bulk" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bulkupload_bulk/action/serveLog": { "post": { "description": "serveLog action returns the log file for the bulk-upload job.", "operationId": "bulk.serveLog", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "bulk" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/bumper_bumper/action/add": { "post": { "description": "Adds a bumper to an entry", "operationId": "bumper.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bumper": { "$ref": "#/definitions/KalturaBumper" }, "entryId": { "type": "string" } }, "required": [ "entryId", "bumper" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBumper" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "bumper" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "bumper" ] } }, "/service/bumper_bumper/action/delete": { "post": { "description": "Delete bumper by EntryId", "operationId": "bumper.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBumper" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "bumper" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/bumper_bumper/action/get": { "post": { "description": "Allows to get the bumper", "operationId": "bumper.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBumper" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "bumper" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/bumper_bumper/action/update": { "post": { "description": "Allows to update a bumper", "operationId": "bumper.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bumper": { "$ref": "#/definitions/KalturaBumper" }, "entryId": { "type": "string" } }, "required": [ "entryId", "bumper" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBumper" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "bumper" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "bumper" ] } }, "/service/businessprocessnotification_businessprocesscase/action/abort": { "post": { "description": "Abort business-process case", "operationId": "businessProcessCase.abort", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "businessProcessStartNotificationTemplateId": { "type": "integer" }, "objectId": { "type": "string" }, "objectType": { "enum": [ "adCuePointEventNotifications.AdCuePoint", "annotationEventNotifications.Annotation", "attachmentAssetEventNotifications.AttachmentAsset", "captionAssetEventNotifications.CaptionAsset", "codeCuePointEventNotifications.CodeCuePoint", "contentDistributionEventNotifications.DistributionProfile", "contentDistributionEventNotifications.EntryDistribution", "cuePointEventNotifications.CuePoint", "dropFolderEventNotifications.DropFolder", "dropFolderEventNotifications.DropFolderFile", "metadataEventNotifications.Metadata", "transcriptAssetEventNotifications.TranscriptAsset", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" } }, "required": [ "objectType", "objectId", "businessProcessStartNotificationTemplateId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found\n* `BUSINESS_PROCESS_CASE_NOT_FOUND`: No business-process case found.\n* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessCase" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "objectType", "objectId", "businessProcessStartNotificationTemplateId" ] } }, "/service/businessprocessnotification_businessprocesscase/action/list": { "post": { "description": "list business-process cases", "operationId": "businessProcessCase.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "objectId": { "type": "string" }, "objectType": { "enum": [ "adCuePointEventNotifications.AdCuePoint", "annotationEventNotifications.Annotation", "attachmentAssetEventNotifications.AttachmentAsset", "captionAssetEventNotifications.CaptionAsset", "codeCuePointEventNotifications.CodeCuePoint", "contentDistributionEventNotifications.DistributionProfile", "contentDistributionEventNotifications.EntryDistribution", "cuePointEventNotifications.CuePoint", "dropFolderEventNotifications.DropFolder", "dropFolderEventNotifications.DropFolderFile", "metadataEventNotifications.Metadata", "transcriptAssetEventNotifications.TranscriptAsset", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" } }, "required": [ "objectType", "objectId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBusinessProcessCase" }, "type": "array" } }, "x-Errors": { "description": "* `BUSINESS_PROCESS_CASE_NOT_FOUND`: No business-process case found.\n* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessCase" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "objectType", "objectId" ] } }, "/service/businessprocessnotification_businessprocesscase/action/serveDiagram": { "post": { "description": "Server business-process case diagram", "operationId": "businessProcessCase.serveDiagram", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "businessProcessStartNotificationTemplateId": { "type": "integer" }, "objectId": { "type": "string" }, "objectType": { "enum": [ "adCuePointEventNotifications.AdCuePoint", "annotationEventNotifications.Annotation", "attachmentAssetEventNotifications.AttachmentAsset", "captionAssetEventNotifications.CaptionAsset", "codeCuePointEventNotifications.CodeCuePoint", "contentDistributionEventNotifications.DistributionProfile", "contentDistributionEventNotifications.EntryDistribution", "cuePointEventNotifications.CuePoint", "dropFolderEventNotifications.DropFolder", "dropFolderEventNotifications.DropFolderFile", "metadataEventNotifications.Metadata", "transcriptAssetEventNotifications.TranscriptAsset", "1", "2", "3", "4", "5", "8", "9", "10", "11", "12", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42" ], "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "ATTACHMENT_ASSET", "CAPTION_ASSET", "CODE_CUE_POINT", "DISTRIBUTION_PROFILE", "ENTRY_DISTRIBUTION", "CUE_POINT", "DROP_FOLDER", "DROP_FOLDER_FILE", "METADATA", "TRANSCRIPT_ASSET", "ENTRY", "CATEGORY", "ASSET", "FLAVORASSET", "THUMBASSET", "KUSER", "ACCESSCONTROL", "BATCHJOB", "BULKUPLOADRESULT", "CATEGORYKUSER", "CONVERSIONPROFILE2", "FLAVORPARAMS", "FLAVORPARAMSCONVERSIONPROFILE", "FLAVORPARAMSOUTPUT", "GENERICSYNDICATIONFEED", "KUSERTOUSERROLE", "PARTNER", "PERMISSION", "PERMISSIONITEM", "PERMISSIONTOPERMISSIONITEM", "SCHEDULER", "SCHEDULERCONFIG", "SCHEDULERSTATUS", "SCHEDULERWORKER", "STORAGEPROFILE", "SYNDICATIONFEED", "THUMBPARAMS", "THUMBPARAMSOUTPUT", "UPLOADTOKEN", "USERLOGINDATA", "USERROLE", "WIDGET", "CATEGORYENTRY", "LIVE_STREAM", "SERVER_NODE", "ENTRY_SERVER_NODE", "REACH_PROFILE", "ENTRY_VENDOR_TASK" ], "x-enumType": "KalturaEventNotificationEventObjectType" } }, "required": [ "objectType", "objectId", "businessProcessStartNotificationTemplateId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found\n* `BUSINESS_PROCESS_CASE_NOT_FOUND`: No business-process case found.\n* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessCase" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "objectType", "objectId", "businessProcessStartNotificationTemplateId" ] } }, "/service/businessprocessnotification_businessprocessserver/action/add": { "post": { "description": "Allows you to add a new Business-Process server object", "operationId": "businessProcessServer.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "businessProcessServer": { "$ref": "#/definitions/KalturaBusinessProcessServer" } }, "required": [ "businessProcessServer" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBusinessProcessServer" } } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "businessProcessServer" ] } }, "/service/businessprocessnotification_businessprocessserver/action/delete": { "post": { "description": "Delete an Business-Process server object", "operationId": "businessProcessServer.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/businessprocessnotification_businessprocessserver/action/get": { "post": { "description": "Retrieve an Business-Process server object by id", "operationId": "businessProcessServer.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBusinessProcessServer" } }, "x-Errors": { "description": "* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/businessprocessnotification_businessprocessserver/action/list": { "post": { "description": "list Business-Process server objects", "operationId": "businessProcessServer.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBusinessProcessServerFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBusinessProcessServerListResponse" } } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/businessprocessnotification_businessprocessserver/action/update": { "post": { "description": "Update an existing Business-Process server object", "operationId": "businessProcessServer.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "businessProcessServer": { "$ref": "#/definitions/KalturaBusinessProcessServer" }, "id": { "type": "integer" } }, "required": [ "id", "businessProcessServer" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBusinessProcessServer" } }, "x-Errors": { "description": "* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "businessProcessServer" ] } }, "/service/businessprocessnotification_businessprocessserver/action/updateStatus": { "post": { "description": "Update Business-Process server status by id", "operationId": "businessProcessServer.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ "1", "2", "3" ], "type": "string", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaBusinessProcessServerStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBusinessProcessServer" } }, "x-Errors": { "description": "* `BUSINESS_PROCESS_SERVER_NOT_FOUND`: Business-Process server id [@ID@] not found" } }, "tags": [ "businessProcessServer" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/caption_captionasset/action/add": { "post": { "description": "Add caption asset", "operationId": "captionAsset.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAsset": { "$ref": "#/definitions/KalturaCaptionAsset" }, "entryId": { "type": "string" } }, "required": [ "entryId", "captionAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `CAPTION_ASSET_ALREADY_EXISTS`: Caption asset \"@ASSET_ID@\" already exists for params id \"@PARAM_ID@\"\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "captionAsset" ] } }, "/service/caption_captionasset/action/delete": { "post": { "operationId": "captionAsset.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/caption_captionasset/action/export": { "post": { "description": "manually export an asset", "operationId": "captionAsset.export", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" }, "storageProfileId": { "type": "integer" } }, "required": [ "assetId", "storageProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId", "storageProfileId" ] } }, "/service/caption_captionasset/action/get": { "post": { "operationId": "captionAsset.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAsset" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/caption_captionasset/action/getRemotePaths": { "post": { "description": "Get remote storage existing paths for the asset", "operationId": "captionAsset.getRemotePaths", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRemotePathListResponse" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found\n* `CAPTION_ASSET_IS_NOT_READY`: Caption asset \"@ASSET_ID@\" is not ready" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/caption_captionasset/action/getUrl": { "post": { "description": "Get download URL for the asset", "operationId": "captionAsset.getUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "storageId": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found\n* `CAPTION_ASSET_IS_NOT_READY`: Caption asset \"@ASSET_ID@\" is not ready" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "storageId" ] } }, "/service/caption_captionasset/action/list": { "post": { "description": "List caption Assets by filter and pager", "operationId": "captionAsset.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAssetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAssetListResponse" } } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/caption_captionasset/action/serve": { "post": { "description": "Serves caption by its id", "operationId": "captionAsset.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/caption_captionasset/action/serveAsJson": { "post": { "description": "Serves caption file as Json by its ID", "operationId": "captionAsset.serveAsJson", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/caption_captionasset/action/serveByEntryId": { "post": { "description": "Serves caption by entry id and thumnail params id", "operationId": "captionAsset.serveByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionParamId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `CAPTION_ASSET_PARAMS_ID_NOT_FOUND`: Caption params id \"@PARAM_ID@\" not found\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "captionParamId" ] } }, "/service/caption_captionasset/action/serveWebVTT": { "post": { "description": "Serves caption by its id converting it to segmented WebVTT", "operationId": "captionAsset.serveWebVTT", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" }, "localTimestamp": { "default": 10000, "type": "integer" }, "segmentDuration": { "default": 30, "type": "integer" }, "segmentIndex": { "type": "integer" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId", "segmentDuration", "segmentIndex", "localTimestamp" ] } }, "/service/caption_captionasset/action/setAsDefault": { "post": { "description": "Markss the caption as default and removes that mark from all other caption assets of the entry.", "operationId": "captionAsset.setAsDefault", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/caption_captionasset/action/setContent": { "post": { "description": "Update content of caption asset", "operationId": "captionAsset.setContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contentResource": { "$ref": "#/definitions/KalturaContentResource" }, "id": { "type": "string" } }, "required": [ "id", "contentResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAsset" } }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "contentResource" ] } }, "/service/caption_captionasset/action/update": { "post": { "description": "Update caption asset", "operationId": "captionAsset.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAsset": { "$ref": "#/definitions/KalturaCaptionAsset" }, "id": { "type": "string" } }, "required": [ "id", "captionAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "captionAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "captionAsset" ] } }, "/service/caption_captionparams/action/add": { "post": { "description": "Add new Caption Params", "operationId": "captionParams.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionParams": { "$ref": "#/definitions/KalturaCaptionParams" } }, "required": [ "captionParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionParams" } } }, "tags": [ "captionParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionParams" ] } }, "/service/caption_captionparams/action/delete": { "post": { "description": "Delete Caption Params by ID", "operationId": "captionParams.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "captionParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/caption_captionparams/action/get": { "post": { "description": "Get Caption Params by ID", "operationId": "captionParams.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionParams" } } }, "tags": [ "captionParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/caption_captionparams/action/list": { "post": { "description": "List Caption Params by filter with paging support (By default - all system default params will be listed too)", "operationId": "captionParams.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCaptionParamsFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionParamsListResponse" } } }, "tags": [ "captionParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/caption_captionparams/action/update": { "post": { "description": "Update Caption Params by ID", "operationId": "captionParams.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionParams": { "$ref": "#/definitions/KalturaCaptionParams" }, "id": { "type": "integer" } }, "required": [ "id", "captionParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionParams" } } }, "tags": [ "captionParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "captionParams" ] } }, "/service/captionsearch_captionassetitem/action/list": { "post": { "description": "List caption asset items by filter and pager", "operationId": "captionAssetItem.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" }, "captionAssetItemFilter": { "$ref": "#/definitions/KalturaCaptionAssetItemFilter" }, "captionAssetItemPager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAssetItemListResponse" } } }, "tags": [ "captionAssetItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId", "captionAssetItemFilter", "captionAssetItemPager" ] } }, "/service/captionsearch_captionassetitem/action/parse": { "post": { "description": "Parse content of caption asset and index it", "operationId": "captionAssetItem.parse", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetId": { "type": "string" } }, "required": [ "captionAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CAPTION_ASSET_ID_NOT_FOUND`: Caption asset id \"@ASSET_ID@\" not found" } }, "tags": [ "captionAssetItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "captionAssetId" ] } }, "/service/captionsearch_captionassetitem/action/search": { "post": { "description": "Search caption asset items by filter, pager and free text", "operationId": "captionAssetItem.search", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetItemFilter": { "$ref": "#/definitions/KalturaCaptionAssetItemFilter" }, "captionAssetItemPager": { "$ref": "#/definitions/KalturaFilterPager" }, "entryFilter": { "$ref": "#/definitions/KalturaBaseEntryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptionAssetItemListResponse" } } }, "tags": [ "captionAssetItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryFilter", "captionAssetItemFilter", "captionAssetItemPager" ] } }, "/service/captionsearch_captionassetitem/action/searchEntries": { "post": { "description": "Search caption asset items by filter, pager and free text", "operationId": "captionAssetItem.searchEntries", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "captionAssetItemFilter": { "$ref": "#/definitions/KalturaCaptionAssetItemFilter" }, "captionAssetItemPager": { "$ref": "#/definitions/KalturaFilterPager" }, "entryFilter": { "$ref": "#/definitions/KalturaBaseEntryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntryListResponse" } } }, "tags": [ "captionAssetItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryFilter", "captionAssetItemFilter", "captionAssetItemPager" ] } }, "/service/capturespace_capturespace/action/clientUpdates": { "post": { "description": "Returns latest version and URL", "operationId": "captureSpace.clientUpdates", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hashAlgorithm": { "enum": [ "md5", "sha1", "sha256", "sha512" ], "type": "string", "x-enumLabels": [ "MD5", "SHA1", "SHA256", "SHA512" ], "x-enumType": "KalturaCaptureSpaceHashAlgorithm" }, "os": { "type": "string" }, "version": { "type": "string" } }, "required": [ "os", "version" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCaptureSpaceUpdateResponse" } }, "x-Errors": { "description": "* `ALREADY_LATEST_VERSION`: Version [@VERSION@] is already the latest version for [@OS@]\n* `NO_UPDATE_IS_AVAILABLE`: No update is available for version [@VERSION@] for [@OS@]" } }, "security": [], "tags": [ "captureSpace" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "os", "version", "hashAlgorithm" ] } }, "/service/capturespace_capturespace/action/serveInstall": { "post": { "description": "Serve installation file", "operationId": "captureSpace.serveInstall", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "os": { "type": "string" } }, "required": [ "os" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `NO_INSTALL_IS_AVAILABLE`: No installation file is available for operating system [@OS@]" } }, "security": [], "tags": [ "captureSpace" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "os" ] } }, "/service/capturespace_capturespace/action/serveUpdate": { "post": { "description": "Serve update file", "operationId": "captureSpace.serveUpdate", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "os": { "type": "string" }, "version": { "type": "string" } }, "required": [ "os", "version" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `NO_UPDATE_IS_AVAILABLE`: No update is available for version [@VERSION@] for [@OS@]" } }, "security": [], "tags": [ "captureSpace" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "os", "version" ] } }, "/service/category/action/add": { "post": { "description": "Add new Category", "operationId": "category.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "category": { "$ref": "#/definitions/KalturaCategory" } }, "required": [ "category" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategory" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "category" ] } }, "/service/category/action/addFromBulkUpload": { "post": { "operationId": "category.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadCategoryData:bulkUploadCategoryData[objectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "category" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadCategoryData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadCategoryData`", "name": "bulkUploadCategoryData", "schema": { "$ref": "#/definitions/KalturaBulkUploadCategoryData" }, "subGroups": [] } ] } }, "/service/category/action/clone": { "post": { "description": "Clone Category", "operationId": "category.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "fromPartnerId": { "type": "integer" }, "parentCategoryId": { "type": "integer" } }, "required": [ "categoryId", "fromPartnerId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategory" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "fromPartnerId", "parentCategoryId" ] } }, "/service/category/action/delete": { "post": { "description": "Delete a Category", "operationId": "category.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "moveEntriesToParentCategory": { "default": 1, "enum": [ -1, 0, 1 ], "type": "integer", "x-enumLabels": [ "NULL_VALUE", "FALSE_VALUE", "TRUE_VALUE" ], "x-enumType": "KalturaNullableBoolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "moveEntriesToParentCategory" ] } }, "/service/category/action/exportToCsv": { "post": { "description": "Creates a batch job that sends an email with a link to download a CSV containing a list of categories", "operationId": "category.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "additionalFields": { "items": { "$ref": "#/definitions/KalturaCsvAdditionalFieldInfo" }, "type": "array" }, "filter": { "$ref": "#/definitions/KalturaCategoryFilter" }, "mappedFields": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "metadataProfileId": { "type": "integer" }, "options": { "$ref": "#/definitions/KalturaExportToCsvOptions" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "metadataProfileId", "additionalFields", "mappedFields", "options" ] } }, "/service/category/action/get": { "post": { "description": "Get Category by id", "operationId": "category.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategory" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/category/action/index": { "post": { "description": "Index Category by id", "operationId": "category.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "shouldUpdate": { "default": true, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "shouldUpdate" ] } }, "/service/category/action/list": { "post": { "description": "List all categories", "operationId": "category.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCategoryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryListResponse" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/category/action/move": { "post": { "description": "Move categories that belong to the same parent category to a target category - enabled only for ks with disable entitlement", "operationId": "category.move", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryIds": { "type": "string" }, "targetCategoryParentId": { "type": "integer" } }, "required": [ "categoryIds", "targetCategoryParentId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryIds", "targetCategoryParentId" ] } }, "/service/category/action/unlockCategories": { "post": { "description": "Unlock categories", "operationId": "category.unlockCategories", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/category/action/update": { "post": { "description": "Update Category", "operationId": "category.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "category": { "$ref": "#/definitions/KalturaCategory" }, "id": { "type": "integer" } }, "required": [ "id", "category" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategory" } } }, "tags": [ "category" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "category" ] } }, "/service/categoryentry/action/activate": { "post": { "description": "activate CategoryEntry when it is pending moderation", "operationId": "categoryEntry.activate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `CATEGORY_NOT_FOUND`: Category id \"@ID@\" not found\n* `ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY`: Entry doesn't assigned to category\n* `CANNOT_ACTIVATE_CATEGORY_ENTRY`: Cannot activate categoryEntry" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "categoryId" ] } }, "/service/categoryentry/action/add": { "post": { "description": "Add new CategoryEntry", "operationId": "categoryEntry.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryEntry": { "$ref": "#/definitions/KalturaCategoryEntry" } }, "required": [ "categoryEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryEntry" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `CATEGORY_NOT_FOUND`: Category id \"@ID@\" not found\n* `CANNOT_ASSIGN_ENTRY_TO_CATEGORY`: Cannot assign entry to category\n* `MAX_CATEGORIES_FOR_ENTRY_REACHED`: Entry can be linked with a maximum of \"@CATEGORIES@\" categories\n* `CATEGORY_ENTRY_ALREADY_EXISTS`: Entry already assigned to this category" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryEntry" ] } }, "/service/categoryentry/action/addFromBulkUpload": { "post": { "operationId": "categoryEntry.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadCategoryEntryData": { "$ref": "#/definitions/KalturaBulkUploadCategoryEntryData" }, "bulkUploadData": { "$ref": "#/definitions/KalturaBulkServiceData" } }, "required": [ "bulkUploadData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "bulkUploadData", "bulkUploadCategoryEntryData" ] } }, "/service/categoryentry/action/delete": { "post": { "description": "Delete CategoryEntry", "operationId": "categoryEntry.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `CATEGORY_NOT_FOUND`: Category id \"@ID@\" not found\n* `CANNOT_REMOVE_ENTRY_FROM_CATEGORY`: Cannot remove entry from category\n* `ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY`: Entry doesn't assigned to category" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "categoryId" ] } }, "/service/categoryentry/action/index": { "post": { "description": "Index CategoryEntry by Id", "operationId": "categoryEntry.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "entryId": { "type": "string" }, "shouldUpdate": { "default": true, "type": "boolean" } }, "required": [ "entryId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY`: Entry doesn't assigned to category" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "categoryId", "shouldUpdate" ] } }, "/service/categoryentry/action/list": { "post": { "description": "List all categoryEntry", "operationId": "categoryEntry.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCategoryEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryEntryListResponse" } }, "x-Errors": { "description": "* `MUST_FILTER_ENTRY_ID_EQUAL`: Must filter on entry id\n* `MUST_FILTER_ON_ENTRY_OR_CATEGORY`: Must filter on entry id or category" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/categoryentry/action/reject": { "post": { "description": "activate CategoryEntry when it is pending moderation", "operationId": "categoryEntry.reject", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `CATEGORY_NOT_FOUND`: Category id \"@ID@\" not found\n* `ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY`: Entry doesn't assigned to category\n* `CANNOT_ACTIVATE_CATEGORY_ENTRY`: Cannot activate categoryEntry" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "categoryId" ] } }, "/service/categoryentry/action/syncPrivacyContext": { "post": { "description": "update privacy context from the category", "operationId": "categoryEntry.syncPrivacyContext", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `CATEGORY_NOT_FOUND`: Category id \"@ID@\" not found\n* `ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY`: Entry doesn't assigned to category" } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "categoryId" ] } }, "/service/categoryentry/action/updateStatusFromBulk": { "post": { "operationId": "categoryEntry.updateStatusFromBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadCategoryEntryData:bulkUploadCategoryEntryData[objectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "categoryEntry" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadCategoryEntryData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadCategoryEntryData`", "name": "bulkUploadCategoryEntryData", "schema": { "$ref": "#/definitions/KalturaBulkUploadCategoryEntryData" }, "subGroups": [] } ] } }, "/service/categoryuser/action/activate": { "post": { "description": "activate CategoryUser", "operationId": "categoryUser.activate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "categoryId", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUser" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "userId" ] } }, "/service/categoryuser/action/add": { "post": { "description": "Add new CategoryUser", "operationId": "categoryUser.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryUser": { "$ref": "#/definitions/KalturaCategoryUser" } }, "required": [ "categoryUser" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUser" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryUser" ] } }, "/service/categoryuser/action/addFromBulkUpload": { "post": { "operationId": "categoryUser.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadCategoryUserData:bulkUploadCategoryUserData[objectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadCategoryUserData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadCategoryUserData`", "name": "bulkUploadCategoryUserData", "schema": { "$ref": "#/definitions/KalturaBulkUploadCategoryUserData" }, "subGroups": [] } ] } }, "/service/categoryuser/action/copyFromCategory": { "post": { "description": "Copy all member from parent category", "operationId": "categoryUser.copyFromCategory", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" } }, "required": [ "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId" ] } }, "/service/categoryuser/action/deactivate": { "post": { "description": "reject CategoryUser", "operationId": "categoryUser.deactivate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "categoryId", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUser" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "userId" ] } }, "/service/categoryuser/action/delete": { "post": { "description": "Delete a CategoryUser", "operationId": "categoryUser.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "categoryId", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "userId" ] } }, "/service/categoryuser/action/get": { "post": { "description": "Get CategoryUser by id", "operationId": "categoryUser.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "categoryId", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUser" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "userId" ] } }, "/service/categoryuser/action/index": { "post": { "description": "Index CategoryUser by userid and category id", "operationId": "categoryUser.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "shouldUpdate": { "default": true, "type": "boolean" }, "userId": { "type": "string" } }, "required": [ "userId", "categoryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `INVALID_CATEGORY_USER_ID`: Invalid CategoryUser for category [\"@CAT@\"] and for user [\"@USER@\"]" } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "categoryId", "shouldUpdate" ] } }, "/service/categoryuser/action/list": { "post": { "description": "List all categories", "operationId": "categoryUser.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCategoryUserFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUserListResponse" } }, "x-Errors": { "description": "* `MUST_FILTER_USERS_OR_CATEGORY`: Must filter users or categories" } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/categoryuser/action/update": { "post": { "description": "Update CategoryUser by id", "operationId": "categoryUser.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "categoryUser": { "$ref": "#/definitions/KalturaCategoryUser" }, "override": { "default": false, "type": "boolean" }, "userId": { "type": "string" } }, "required": [ "categoryId", "userId", "categoryUser" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCategoryUser" } } }, "tags": [ "categoryUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "userId", "categoryUser", "override" ] } }, "/service/comcastmrssdistribution_comcastmrss/action/getFeed": { "post": { "operationId": "comcastMrss.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "comcastMrss" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/confmaps_confmaps/action/add": { "post": { "description": "Add configuration map", "operationId": "confMaps.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "map": { "$ref": "#/definitions/KalturaConfMaps" } }, "required": [ "map" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConfMaps" } }, "x-Errors": { "description": "* `MAP_ALREADY_EXIST`: Map already exist for this map name {@NAME@} and host {@HOST@}" } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "map" ] } }, "/service/confmaps_confmaps/action/get": { "post": { "description": "Get configuration map", "operationId": "confMaps.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaConfMapsFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConfMaps" } } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/confmaps_confmaps/action/getBatchMap": { "post": { "description": "Get batch configuration map", "operationId": "confMaps.getBatchMap", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hostName": { "type": "string" } }, "required": [ "hostName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hostName" ] } }, "/service/confmaps_confmaps/action/getCacheVersionId": { "post": { "description": "Get configuration map cache key", "operationId": "confMaps.getCacheVersionId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/confmaps_confmaps/action/getMapNames": { "post": { "description": "List configuration maps names", "operationId": "confMaps.getMapNames", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaString" }, "type": "array" } } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/confmaps_confmaps/action/list": { "post": { "description": "List configuration maps", "operationId": "confMaps.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaConfMapsFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConfMapsListResponse" } }, "x-Errors": { "description": "* `MISSING_MAP_NAME`: Map name must be supplied" } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/confmaps_confmaps/action/update": { "post": { "description": "Update configuration map", "operationId": "confMaps.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "map": { "$ref": "#/definitions/KalturaConfMaps" } }, "required": [ "map" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConfMaps" } }, "x-Errors": { "description": "* `MAP_DOES_NOT_EXIST`: Map does not exist" } }, "tags": [ "confMaps" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "map" ] } }, "/service/contentdistribution_contentdistributionbatch/action/createRequiredJobs": { "post": { "description": "creates all required jobs according to entry distribution dirty flags", "operationId": "contentDistributionBatch.createRequiredJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "contentDistributionBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/contentdistribution_contentdistributionbatch/action/getAssetUrl": { "post": { "description": "returns absolute valid url for asset file", "operationId": "contentDistributionBatch.getAssetUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" } }, "required": [ "assetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `FLAVOR_ASSET_IS_NOT_READY`: The flavor asset is not ready\n* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found" } }, "tags": [ "contentDistributionBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId" ] } }, "/service/contentdistribution_contentdistributionbatch/action/updateSunStatus": { "post": { "description": "updates entry distribution sun status in the search engine", "operationId": "contentDistributionBatch.updateSunStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "contentDistributionBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/contentdistribution_distributionprofile/action/add": { "post": { "description": "Add new Distribution Profile", "operationId": "distributionProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfile": { "$ref": "#/definitions/KalturaDistributionProfile" } }, "required": [ "distributionProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfile" } }, "x-Errors": { "description": "* `DISTRIBUTION_PROVIDER_NOT_FOUND`: Distrbution provider type not found [@TYPE@]" } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfile" ] } }, "/service/contentdistribution_distributionprofile/action/delete": { "post": { "description": "Delete Distribution Profile by id", "operationId": "distributionProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]" } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_distributionprofile/action/get": { "post": { "description": "Get Distribution Profile by id", "operationId": "distributionProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfile" } }, "x-Errors": { "description": "* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]" } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_distributionprofile/action/list": { "post": { "description": "List all distribution providers", "operationId": "distributionProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDistributionProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfileListResponse" } } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_distributionprofile/action/listByPartner": { "post": { "operationId": "distributionProfile.listByPartner", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPartnerFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfileListResponse" } } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_distributionprofile/action/update": { "post": { "description": "Update Distribution Profile by id", "operationId": "distributionProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfile": { "$ref": "#/definitions/KalturaDistributionProfile" }, "id": { "type": "integer" } }, "required": [ "id", "distributionProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfile" } }, "x-Errors": { "description": "* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]" } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "distributionProfile" ] } }, "/service/contentdistribution_distributionprofile/action/updateStatus": { "post": { "description": "Update Distribution Profile status by id", "operationId": "distributionProfile.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaDistributionProfileStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProfile" } }, "x-Errors": { "description": "* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]" } }, "tags": [ "distributionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/contentdistribution_distributionprovider/action/list": { "post": { "description": "List all distribution providers", "operationId": "distributionProvider.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDistributionProviderFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDistributionProviderListResponse" } } }, "tags": [ "distributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_entrydistribution/action/add": { "post": { "description": "Add new Entry Distribution", "operationId": "entryDistribution.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryDistribution": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "required": [ "entryDistribution" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `ENTRY_DISTRIBUTION_ALREADY_EXISTS`: Entry distrbution already exists for entry id [@ENTRY_ID@] and profile id [@PROFILE_ID@]\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryDistribution" ] } }, "/service/contentdistribution_entrydistribution/action/delete": { "post": { "description": "Delete Entry Distribution by id", "operationId": "entryDistribution.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/get": { "post": { "description": "Get Entry Distribution by id", "operationId": "entryDistribution.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/list": { "post": { "description": "List all distribution providers", "operationId": "entryDistribution.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEntryDistributionFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistributionListResponse" } } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_entrydistribution/action/retrySubmit": { "post": { "description": "Retries last submit action", "operationId": "entryDistribution.retrySubmit", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/serveReturnedData": { "post": { "description": "Serves entry distribution returned data", "operationId": "entryDistribution.serveReturnedData", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "actionType": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "id": { "type": "integer" } }, "required": [ "id", "actionType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `ENTRY_DISTRIBUTION_MISSING_LOG`: Entry distrbution [@ENTRY_ID@] file type [@PROFILE_ID@]\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "actionType" ] } }, "/service/contentdistribution_entrydistribution/action/serveSentData": { "post": { "description": "Serves entry distribution sent data", "operationId": "entryDistribution.serveSentData", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "actionType": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "id": { "type": "integer" } }, "required": [ "id", "actionType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `ENTRY_DISTRIBUTION_MISSING_LOG`: Entry distrbution [@ENTRY_ID@] file type [@PROFILE_ID@]\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "actionType" ] } }, "/service/contentdistribution_entrydistribution/action/submitAdd": { "post": { "description": "Submits Entry Distribution to the remote destination", "operationId": "entryDistribution.submitAdd", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "submitWhenReady": { "default": false, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]\n* `ENTRY_DISTRIBUTION_STATUS`: Entry distrbution [@ENTRY_ID@] wrong status [@STATUS@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "submitWhenReady" ] } }, "/service/contentdistribution_entrydistribution/action/submitDelete": { "post": { "description": "Deletes Entry Distribution from the remote destination", "operationId": "entryDistribution.submitDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]\n* `ENTRY_DISTRIBUTION_STATUS`: Entry distrbution [@ENTRY_ID@] wrong status [@STATUS@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/submitFetchReport": { "post": { "description": "Submits Entry Distribution report request", "operationId": "entryDistribution.submitFetchReport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]\n* `ENTRY_DISTRIBUTION_STATUS`: Entry distrbution [@ENTRY_ID@] wrong status [@STATUS@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/submitUpdate": { "post": { "description": "Submits Entry Distribution changes to the remote destination", "operationId": "entryDistribution.submitUpdate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]\n* `ENTRY_DISTRIBUTION_STATUS`: Entry distrbution [@ENTRY_ID@] wrong status [@STATUS@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_entrydistribution/action/update": { "post": { "description": "Update Entry Distribution by id", "operationId": "entryDistribution.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryDistribution": { "$ref": "#/definitions/KalturaEntryDistribution" }, "id": { "type": "integer" } }, "required": [ "id", "entryDistribution" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryDistribution" ] } }, "/service/contentdistribution_entrydistribution/action/validate": { "post": { "description": "Validates Entry Distribution by id for submission", "operationId": "entryDistribution.validate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryDistribution" } }, "x-Errors": { "description": "* `ENTRY_DISTRIBUTION_NOT_FOUND`: Entry distrbution not found [@ENTRY_ID@]\n* `DISTRIBUTION_PROFILE_NOT_FOUND`: Distrbution profile not found [@PROFILE_ID@]\n* `DISTRIBUTION_PROFILE_DISABLED`: Distrbution profile disabled [@PROFILE_ID@]" } }, "tags": [ "entryDistribution" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_genericdistributionprovider/action/add": { "post": { "description": "Add new Generic Distribution Provider", "operationId": "genericDistributionProvider.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "genericDistributionProvider": { "$ref": "#/definitions/KalturaGenericDistributionProvider" } }, "required": [ "genericDistributionProvider" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProvider" } } }, "tags": [ "genericDistributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "genericDistributionProvider" ] } }, "/service/contentdistribution_genericdistributionprovider/action/delete": { "post": { "description": "Delete Generic Distribution Provider by id", "operationId": "genericDistributionProvider.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND`: Generic distrbution provider not found [@PROVIDER_ID@]\n* `CANNOT_DELETE_DEFAULT_DISTRIBUTION_PROVIDER`: Cannot delete default generic distribution provider" } }, "tags": [ "genericDistributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_genericdistributionprovider/action/get": { "post": { "description": "Get Generic Distribution Provider by id", "operationId": "genericDistributionProvider.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProvider" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND`: Generic distrbution provider not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_genericdistributionprovider/action/list": { "post": { "description": "List all distribution providers", "operationId": "genericDistributionProvider.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaGenericDistributionProviderFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderListResponse" } } }, "tags": [ "genericDistributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_genericdistributionprovider/action/update": { "post": { "description": "Update Generic Distribution Provider by id", "operationId": "genericDistributionProvider.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "genericDistributionProvider": { "$ref": "#/definitions/KalturaGenericDistributionProvider" }, "id": { "type": "integer" } }, "required": [ "id", "genericDistributionProvider" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProvider" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND`: Generic distrbution provider not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProvider" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "genericDistributionProvider" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/add": { "post": { "description": "Add new Generic Distribution Provider Action", "operationId": "genericDistributionProviderAction.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "genericDistributionProviderAction": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "required": [ "genericDistributionProviderAction" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND`: Generic distrbution provider not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "genericDistributionProviderAction" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addMrssTransform": { "post": { "description": "Add MRSS transform file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addMrssTransform", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "xslData": { "type": "string" } }, "required": [ "id", "xslData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "xslData" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addMrssTransformFromFile": { "post": { "description": "Add MRSS transform file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addMrssTransformFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "the id of the generic distribution provider action", "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "XSL MRSS transformation file", "in": "formData", "name": "xslFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]\n* `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xslFile" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addMrssValidate": { "post": { "description": "Add MRSS validate file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addMrssValidate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "xsdData": { "type": "string" } }, "required": [ "id", "xsdData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "xsdData" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addMrssValidateFromFile": { "post": { "description": "Add MRSS validate file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addMrssValidateFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "the id of the generic distribution provider action", "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "XSD MRSS validatation file", "in": "formData", "name": "xsdFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]\n* `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xsdFile" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addResultsTransform": { "post": { "description": "Add results transform file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addResultsTransform", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "transformData": { "type": "string" } }, "required": [ "id", "transformData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "transformData" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/addResultsTransformFromFile": { "post": { "description": "Add MRSS transform file to generic distribution provider action", "operationId": "genericDistributionProviderAction.addResultsTransformFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "the id of the generic distribution provider action", "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "transformation file xsl, xPath or regex", "in": "formData", "name": "transformFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]\n* `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "transformFile" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/delete": { "post": { "description": "Delete Generic Distribution Provider Action by id", "operationId": "genericDistributionProviderAction.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/deleteByProviderId": { "post": { "description": "Delete Generic Distribution Provider Action by provider id", "operationId": "genericDistributionProviderAction.deleteByProviderId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "actionType": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "genericDistributionProviderId": { "type": "integer" } }, "required": [ "genericDistributionProviderId", "actionType" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "genericDistributionProviderId", "actionType" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/get": { "post": { "description": "Get Generic Distribution Provider Action by id", "operationId": "genericDistributionProviderAction.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/getByProviderId": { "post": { "description": "Get Generic Distribution Provider Action by provider id", "operationId": "genericDistributionProviderAction.getByProviderId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "actionType": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "genericDistributionProviderId": { "type": "integer" } }, "required": [ "genericDistributionProviderId", "actionType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "genericDistributionProviderId", "actionType" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/list": { "post": { "description": "List all distribution providers", "operationId": "genericDistributionProviderAction.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaGenericDistributionProviderActionFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderActionListResponse" } } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/update": { "post": { "description": "Update Generic Distribution Provider Action by id", "operationId": "genericDistributionProviderAction.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "genericDistributionProviderAction": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" }, "id": { "type": "integer" } }, "required": [ "id", "genericDistributionProviderAction" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "genericDistributionProviderAction" ] } }, "/service/contentdistribution_genericdistributionprovideraction/action/updateByProviderId": { "post": { "description": "Update Generic Distribution Provider Action by provider id", "operationId": "genericDistributionProviderAction.updateByProviderId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "actionType": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "SUBMIT", "UPDATE", "DELETE", "FETCH_REPORT" ], "x-enumType": "KalturaDistributionAction" }, "genericDistributionProviderAction": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" }, "genericDistributionProviderId": { "type": "integer" } }, "required": [ "genericDistributionProviderId", "actionType", "genericDistributionProviderAction" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGenericDistributionProviderAction" } }, "x-Errors": { "description": "* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]" } }, "tags": [ "genericDistributionProviderAction" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "genericDistributionProviderId", "actionType", "genericDistributionProviderAction" ] } }, "/service/conversionprofile/action/add": { "post": { "description": "Add new Conversion Profile", "operationId": "conversionProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfile": { "$ref": "#/definitions/KalturaConversionProfile" } }, "required": [ "conversionProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfile" } }, "x-Errors": { "description": "* `ASSET_PARAMS_INVALID_TYPE`: Asset params id \"@ASSET_PARAMS_ID@\" type \"@TYPE@\" is invalid" } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "conversionProfile" ] } }, "/service/conversionprofile/action/delete": { "post": { "description": "Delete Conversion Profile by ID", "operationId": "conversionProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found\n* `CANNOT_DELETE_DEFAULT_CONVERSION_PROFILE`: Default conversion profile cannot be deleted" } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/conversionprofile/action/get": { "post": { "description": "Get Conversion Profile by ID", "operationId": "conversionProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfile" } }, "x-Errors": { "description": "* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found" } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/conversionprofile/action/getDefault": { "post": { "description": "Get the partner's default conversion profile", "operationId": "conversionProfile.getDefault", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "type": { "enum": [ "1", "2" ], "type": "string", "x-enumLabels": [ "MEDIA", "LIVE_STREAM" ], "x-enumType": "KalturaConversionProfileType" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfile" } } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "type" ] } }, "/service/conversionprofile/action/list": { "post": { "description": "List Conversion Profiles by filter with paging support", "operationId": "conversionProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaConversionProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfileListResponse" } } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/conversionprofile/action/setAsDefault": { "post": { "description": "Set Conversion Profile to be the partner default", "operationId": "conversionProfile.setAsDefault", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfile" } }, "x-Errors": { "description": "* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found" } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/conversionprofile/action/update": { "post": { "description": "Update Conversion Profile by ID", "operationId": "conversionProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfile": { "$ref": "#/definitions/KalturaConversionProfile" }, "id": { "type": "integer" } }, "required": [ "id", "conversionProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfile" } }, "x-Errors": { "description": "* `ASSET_PARAMS_INVALID_TYPE`: Asset params id \"@ASSET_PARAMS_ID@\" type \"@TYPE@\" is invalid\n* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found" } }, "tags": [ "conversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "conversionProfile" ] } }, "/service/conversionprofileassetparams/action/list": { "post": { "description": "Lists asset parmas of conversion profile by ID", "operationId": "conversionProfileAssetParams.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaConversionProfileAssetParamsFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfileAssetParamsListResponse" } } }, "tags": [ "conversionProfileAssetParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/conversionprofileassetparams/action/update": { "post": { "description": "Update asset parmas of conversion profile by ID", "operationId": "conversionProfileAssetParams.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetParamsId": { "type": "integer" }, "conversionProfileAssetParams": { "$ref": "#/definitions/KalturaConversionProfileAssetParams" }, "conversionProfileId": { "type": "integer" } }, "required": [ "conversionProfileId", "assetParamsId", "conversionProfileAssetParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaConversionProfileAssetParams" } } }, "tags": [ "conversionProfileAssetParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "conversionProfileId", "assetParamsId", "conversionProfileAssetParams" ] } }, "/service/cuepoint_cuepoint/action/add": { "post": { "description": "Allows you to add an cue point object associated with an entry", "operationId": "cuePoint.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "cuePoint": { "$ref": "#/definitions/KalturaCuePoint" } }, "required": [ "cuePoint" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "cuePoint" ] } }, "/service/cuepoint_cuepoint/action/addFromBulk": { "post": { "description": "Allows you to add multiple cue points objects by uploading XML that contains multiple cue point definitions", "operationId": "cuePoint.addFromBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePointListResponse" } }, "x-Errors": { "description": "* `XML_FILE_NOT_FOUND`: XML file not found\n* `XML_INVALID`: XML is invalid" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/cuepoint_cuepoint/action/clone": { "post": { "description": "Clone cuePoint with id to given entry", "operationId": "cuePoint.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "id": { "type": "string" } }, "required": [ "id", "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryId" ] } }, "/service/cuepoint_cuepoint/action/count": { "post": { "description": "count cue point objects by filter", "operationId": "cuePoint.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/cuepoint_cuepoint/action/delete": { "post": { "description": "delete cue point by id, and delete all children cue points", "operationId": "cuePoint.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/cuepoint_cuepoint/action/get": { "post": { "description": "Retrieve an CuePoint object by id", "operationId": "cuePoint.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/cuepoint_cuepoint/action/list": { "post": { "description": "List cue point objects by filter and pager", "operationId": "cuePoint.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePointListResponse" } } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/cuepoint_cuepoint/action/serveBulk": { "post": { "description": "Download multiple cue points objects as XML definitions", "operationId": "cuePoint.serveBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaCuePointFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/cuepoint_cuepoint/action/update": { "post": { "description": "Update cue point by id", "operationId": "cuePoint.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "cuePoint": { "$ref": "#/definitions/KalturaCuePoint" }, "id": { "type": "string" } }, "required": [ "id", "cuePoint" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "cuePoint" ] } }, "/service/cuepoint_cuepoint/action/updateCuePointsTimes": { "post": { "operationId": "cuePoint.updateCuePointsTimes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "endTime": { "type": "integer" }, "id": { "type": "string" }, "startTime": { "type": "integer" } }, "required": [ "id", "startTime" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCuePoint" } }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "startTime", "endTime" ] } }, "/service/cuepoint_cuepoint/action/updateStatus": { "post": { "description": "Update cuePoint status by id", "operationId": "cuePoint.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "status": { "enum": [ 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "READY", "DELETED", "HANDLED", "PENDING" ], "x-enumType": "KalturaCuePointStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_CUE_POINT_ID`: Invalid cue point id [@ID@]" } }, "tags": [ "cuePoint" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/data/action/add": { "post": { "description": "Adds a new data entry", "operationId": "data.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dataEntry": { "$ref": "#/definitions/KalturaDataEntry" } }, "required": [ "dataEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDataEntry" } } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dataEntry" ] } }, "/service/data/action/addContent": { "post": { "description": "Update the dataContent of data entry using a resource", "operationId": "data.addContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaGenericDataCenterContentResource" } }, "required": [ "entryId", "resource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource" ] } }, "/service/data/action/delete": { "post": { "description": "Delete a data entry.", "operationId": "data.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/data/action/get": { "post": { "description": "Get data entry by ID.", "operationId": "data.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDataEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version" ] } }, "/service/data/action/list": { "post": { "description": "List data entries by filter with paging support.", "operationId": "data.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDataEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDataListResponse" } } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/data/action/serve": { "post": { "description": "return the file from dataContent field.", "operationId": "data.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "forceProxy": { "default": false, "type": "boolean" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version", "forceProxy" ] } }, "/service/data/action/update": { "post": { "description": "Update data entry. Only the properties that were set will be updated.", "operationId": "data.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "documentEntry": { "$ref": "#/definitions/KalturaDataEntry" }, "entryId": { "type": "string" } }, "required": [ "entryId", "documentEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDataEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "data" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "documentEntry" ] } }, "/service/deliveryprofile/action/add": { "post": { "description": "Add new delivery.", "operationId": "deliveryProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "delivery": { "$ref": "#/definitions/KalturaDeliveryProfile" } }, "required": [ "delivery" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDeliveryProfile" } } }, "tags": [ "deliveryProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "delivery" ] } }, "/service/deliveryprofile/action/clone": { "post": { "description": "Add delivery based on existing delivery.\n\nMust provide valid sourceDeliveryId", "operationId": "deliveryProfile.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "deliveryId": { "type": "integer" } }, "required": [ "deliveryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDeliveryProfile" } } }, "tags": [ "deliveryProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "deliveryId" ] } }, "/service/deliveryprofile/action/get": { "post": { "description": "Get delivery by id", "operationId": "deliveryProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDeliveryProfile" } } }, "tags": [ "deliveryProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/deliveryprofile/action/list": { "post": { "description": "Retrieve a list of available delivery depends on the filter given", "operationId": "deliveryProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDeliveryProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDeliveryProfileListResponse" } } }, "tags": [ "deliveryProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/deliveryprofile/action/update": { "post": { "description": "Update existing delivery profile", "operationId": "deliveryProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "delivery": { "$ref": "#/definitions/KalturaDeliveryProfile" }, "id": { "type": "string" } }, "required": [ "id", "delivery" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDeliveryProfile" } } }, "tags": [ "deliveryProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "delivery" ] } }, "/service/document_documents/action/addFromEntry": { "post": { "description": "Copy entry into new entry", "operationId": "documents.addFromEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "documentEntry": { "$ref": "#/definitions/KalturaDocumentEntry" }, "sourceEntryId": { "type": "string" }, "sourceFlavorParamsId": { "type": "integer" } }, "required": [ "sourceEntryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ORIGINAL_FLAVOR_ASSET_IS_MISSING`: The original flavor asset is missing\n* `FLAVOR_PARAMS_NOT_FOUND`: Flavor params not found\n* `ORIGINAL_FLAVOR_ASSET_NOT_CREATED`: The original flavor asset could not be created [@DATA@]" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "sourceEntryId", "documentEntry", "sourceFlavorParamsId" ] } }, "/service/document_documents/action/addFromFlavorAsset": { "post": { "description": "Copy flavor asset into new entry", "operationId": "documents.addFromFlavorAsset", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "documentEntry": { "$ref": "#/definitions/KalturaDocumentEntry" }, "sourceFlavorAssetId": { "type": "string" } }, "required": [ "sourceFlavorAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ORIGINAL_FLAVOR_ASSET_NOT_CREATED`: The original flavor asset could not be created [@DATA@]" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "sourceFlavorAssetId", "documentEntry" ] } }, "/service/document_documents/action/addFromUploadedFile": { "post": { "description": "Add new document entry after the specific document file was uploaded and the upload token id exists", "operationId": "documents.addFromUploadedFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "documentEntry": { "$ref": "#/definitions/KalturaDocumentEntry" }, "uploadTokenId": { "type": "string" } }, "required": [ "documentEntry", "uploadTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "documentEntry", "uploadTokenId" ] } }, "/service/document_documents/action/approveReplace": { "post": { "description": "Approves document replacement", "operationId": "documents.approveReplace", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/document_documents/action/cancelReplace": { "post": { "description": "Cancels document replacement", "operationId": "documents.cancelReplace", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/document_documents/action/convert": { "post": { "description": "Convert entry", "operationId": "documents.convert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfileId": { "type": "integer" }, "dynamicConversionAttributes": { "items": { "$ref": "#/definitions/KalturaConversionAttribute" }, "type": "array" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found\n* `FLAVOR_PARAMS_NOT_FOUND`: Flavor params not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "conversionProfileId", "dynamicConversionAttributes" ] } }, "/service/document_documents/action/convertPptToSwf": { "post": { "description": "This will queue a batch job for converting the document file to swf\n\nReturns the URL where the new swf will be available", "operationId": "documents.convertPptToSwf", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/document_documents/action/delete": { "post": { "description": "Delete a document entry.", "operationId": "documents.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/document_documents/action/get": { "post": { "description": "Get document entry by ID.", "operationId": "documents.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version" ] } }, "/service/document_documents/action/list": { "post": { "description": "List document entries by filter with paging support.", "operationId": "documents.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDocumentEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentListResponse" } } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/document_documents/action/serve": { "post": { "description": "Serves the file content", "operationId": "documents.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorAssetId": { "type": "string" }, "forceProxy": { "default": false, "type": "boolean" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `FLAVOR_ASSET_IS_NOT_READY`: The flavor asset is not ready\n* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "flavorAssetId", "forceProxy" ] } }, "/service/document_documents/action/serveByFlavorParamsId": { "post": { "description": "Serves the file content", "operationId": "documents.serveByFlavorParamsId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorParamsId": { "type": "string" }, "forceProxy": { "default": false, "type": "boolean" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `FLAVOR_ASSET_IS_NOT_READY`: The flavor asset is not ready\n* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "flavorParamsId", "forceProxy" ] } }, "/service/document_documents/action/update": { "post": { "description": "Update document entry. Only the properties that were set will be updated.", "operationId": "documents.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "documentEntry": { "$ref": "#/definitions/KalturaDocumentEntry" }, "entryId": { "type": "string" } }, "required": [ "entryId", "documentEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "documentEntry" ] } }, "/service/document_documents/action/updateContent": { "post": { "description": "Replace content associated with the given document entry.", "operationId": "documents.updateContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfileId": { "type": "integer" }, "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaResource" } }, "required": [ "entryId", "resource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDocumentEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_REPLACEMENT_ALREADY_EXISTS`: Entry already in replacement\n* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "documents" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource", "conversionProfileId" ] } }, "/service/document_documents/action/upload": { "post": { "deprecated": true, "description": "Upload a document file to Kaltura, then the file can be used to create a document entry.", "operationId": "documents.upload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "The file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "documents" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/doubleclickdistribution_doubleclick/action/getFeed": { "post": { "operationId": "doubleClick.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" }, "ignoreScheduling": { "default": false, "type": "boolean" }, "page": { "default": 1, "type": "integer" }, "period": { "default": -1, "type": "integer" }, "state": { "type": "string" }, "version": { "default": 2, "type": "integer" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "doubleClick" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash", "page", "period", "state", "ignoreScheduling", "version" ] } }, "/service/doubleclickdistribution_doubleclick/action/getFeedByEntryId": { "post": { "operationId": "doubleClick.getFeedByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "entryId": { "type": "string" }, "hash": { "type": "string" }, "version": { "default": 2, "type": "integer" } }, "required": [ "distributionProfileId", "hash", "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "doubleClick" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash", "entryId", "version" ] } }, "/service/drm_drmlicenseaccess/action/getAccess": { "post": { "description": "getAccessAction\n input: flavor ids, drmProvider\n Get Access Action", "operationId": "drmLicenseAccess.getAccess", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorIds": { "type": "string" }, "referrer": { "type": "string" } }, "required": [ "entryId", "flavorIds", "referrer" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmLicenseAccessDetails" } } }, "tags": [ "drmLicenseAccess" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "flavorIds", "referrer" ] } }, "/service/drm_drmpolicy/action/add": { "post": { "description": "Allows you to add a new DrmPolicy object", "operationId": "drmPolicy.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmPolicy": { "$ref": "#/definitions/KalturaDrmPolicy" } }, "required": [ "drmPolicy" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmPolicy" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null" } }, "tags": [ "drmPolicy" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmPolicy" ] } }, "/service/drm_drmpolicy/action/delete": { "post": { "description": "Mark the KalturaDrmPolicy object as deleted", "operationId": "drmPolicy.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmPolicyId": { "type": "integer" } }, "required": [ "drmPolicyId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmPolicy" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmPolicy" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmPolicyId" ] } }, "/service/drm_drmpolicy/action/get": { "post": { "description": "Retrieve a KalturaDrmPolicy object by ID", "operationId": "drmPolicy.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmPolicyId": { "type": "integer" } }, "required": [ "drmPolicyId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmPolicy" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmPolicy" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmPolicyId" ] } }, "/service/drm_drmpolicy/action/list": { "post": { "description": "List KalturaDrmPolicy objects", "operationId": "drmPolicy.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDrmPolicyFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmPolicyListResponse" } } }, "tags": [ "drmPolicy" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/drm_drmpolicy/action/update": { "post": { "description": "Update an existing KalturaDrmPolicy object", "operationId": "drmPolicy.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmPolicy": { "$ref": "#/definitions/KalturaDrmPolicy" }, "drmPolicyId": { "type": "integer" } }, "required": [ "drmPolicyId", "drmPolicy" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmPolicy" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmPolicy" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmPolicyId", "drmPolicy" ] } }, "/service/drm_drmprofile/action/add": { "post": { "description": "Allows you to add a new DrmProfile object", "operationId": "drmProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmProfile": { "$ref": "#/definitions/KalturaDrmProfile" } }, "required": [ "drmProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfile" } }, "x-Errors": { "description": "* `PLUGIN_NOT_AVAILABLE_FOR_PARTNER`: Plugin [@PLUGIN@] is not available for partner [@PARTNER@]\n* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `ACTIVE_PROVIDER_PROFILE_ALREADY_EXIST`: Active profile for provider [@PROVIDER@] already exists." } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmProfile" ] } }, "/service/drm_drmprofile/action/delete": { "post": { "description": "Mark the KalturaDrmProfile object as deleted", "operationId": "drmProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmProfileId": { "type": "integer" } }, "required": [ "drmProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmProfileId" ] } }, "/service/drm_drmprofile/action/get": { "post": { "description": "Retrieve a KalturaDrmProfile object by ID", "operationId": "drmProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmProfileId": { "type": "integer" } }, "required": [ "drmProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmProfileId" ] } }, "/service/drm_drmprofile/action/getByProvider": { "post": { "description": "Retrieve a KalturaDrmProfile object by provider, if no specific profile defined return default profile", "operationId": "drmProfile.getByProvider", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "provider": { "enum": [ "fairplay.FAIRPLAY", "playReady.PLAY_READY", "widevine.WIDEVINE", "1" ], "type": "string", "x-enumLabels": [ "FAIRPLAY", "PLAY_READY", "WIDEVINE", "CENC" ], "x-enumType": "KalturaDrmProviderType" } }, "required": [ "provider" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfile" } } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "provider" ] } }, "/service/drm_drmprofile/action/list": { "post": { "description": "List KalturaDrmProfile objects", "operationId": "drmProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDrmProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfileListResponse" } } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/drm_drmprofile/action/update": { "post": { "description": "Update an existing KalturaDrmProfile object", "operationId": "drmProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "drmProfile": { "$ref": "#/definitions/KalturaDrmProfile" }, "drmProfileId": { "type": "integer" } }, "required": [ "drmProfileId", "drmProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDrmProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "drmProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "drmProfileId", "drmProfile" ] } }, "/service/dropfolder_dropfolder/action/add": { "post": { "description": "Allows you to add a new KalturaDropFolder object", "operationId": "dropFolder.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolder": { "$ref": "#/definitions/KalturaDropFolder" } }, "required": [ "dropFolder" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `INGESTION_PROFILE_ID_NOT_FOUND`: Ingestion profile id \"@ID@\" not found\n* `DROP_FOLDER_ALREADY_EXISTS`: Drop folder with path [@PATH@] already exists\n* `DATA_CENTER_ID_NOT_FOUND`: There is no data center with id [@DCID@]" } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolder" ] } }, "/service/dropfolder_dropfolder/action/delete": { "post": { "description": "Mark the KalturaDropFolder object as deleted", "operationId": "dropFolder.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderId": { "type": "integer" } }, "required": [ "dropFolderId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId" ] } }, "/service/dropfolder_dropfolder/action/freeExclusiveDropFolder": { "post": { "description": "freeExclusive KalturaDropFolder object", "operationId": "dropFolder.freeExclusiveDropFolder", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderId": { "type": "integer" }, "errorCode": { "type": "string" }, "errorDescription": { "type": "string" } }, "required": [ "dropFolderId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId", "errorCode", "errorDescription" ] } }, "/service/dropfolder_dropfolder/action/get": { "post": { "description": "Retrieve a KalturaDropFolder object by ID", "operationId": "dropFolder.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderId": { "type": "integer" } }, "required": [ "dropFolderId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId" ] } }, "/service/dropfolder_dropfolder/action/getExclusiveDropFolder": { "post": { "description": "getExclusive KalturaDropFolder object", "operationId": "dropFolder.getExclusiveDropFolder", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "maxTime": { "type": "integer" }, "tag": { "type": "string" } }, "required": [ "tag", "maxTime" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "tag", "maxTime" ] } }, "/service/dropfolder_dropfolder/action/list": { "post": { "description": "List KalturaDropFolder objects", "operationId": "dropFolder.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDropFolderFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderListResponse" } } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/dropfolder_dropfolder/action/update": { "post": { "description": "Update an existing KalturaDropFolder object", "operationId": "dropFolder.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolder": { "$ref": "#/definitions/KalturaDropFolder" }, "dropFolderId": { "type": "integer" } }, "required": [ "dropFolderId", "dropFolder" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `INGESTION_PROFILE_ID_NOT_FOUND`: Ingestion profile id \"@ID@\" not found\n* `DATA_CENTER_ID_NOT_FOUND`: There is no data center with id [@DCID@]" } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId", "dropFolder" ] } }, "/service/dropfolder_dropfolder/action/updateBasicFields": { "post": { "operationId": "dropFolder.updateBasicFields", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolder": { "$ref": "#/definitions/KalturaBasicFieldsDropFolder" }, "dropFolderId": { "type": "integer" } }, "required": [ "dropFolderId", "dropFolder" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolder" } } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId", "dropFolder" ] } }, "/service/dropfolder_dropfolder/action/updateStatus": { "post": { "operationId": "dropFolder.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderId": { "type": "integer" }, "status": { "enum": [ 0, 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED", "ERROR" ], "x-enumType": "KalturaDropFolderStatus" } }, "required": [ "dropFolderId", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "dropFolder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderId", "status" ] } }, "/service/dropfolder_dropfolderfile/action/add": { "post": { "description": "Allows you to add a new KalturaDropFolderFile object", "operationId": "dropFolderFile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFile": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "required": [ "dropFolderFile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `DROP_FOLDER_NOT_FOUND`: Drop folder id [@FOLDER_ID@] not found" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFile" ] } }, "/service/dropfolder_dropfolderfile/action/delete": { "post": { "description": "Mark the KalturaDropFolderFile object as deleted", "operationId": "dropFolderFile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFileId": { "type": "integer" } }, "required": [ "dropFolderFileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFileId" ] } }, "/service/dropfolder_dropfolderfile/action/get": { "post": { "description": "Retrieve a KalturaDropFolderFile object by ID", "operationId": "dropFolderFile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFileId": { "type": "integer" } }, "required": [ "dropFolderFileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFileId" ] } }, "/service/dropfolder_dropfolderfile/action/ignore": { "post": { "description": "Set the KalturaDropFolderFile status to ignore (KalturaDropFolderFileStatus::IGNORE)", "operationId": "dropFolderFile.ignore", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFileId": { "type": "integer" } }, "required": [ "dropFolderFileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFileId" ] } }, "/service/dropfolder_dropfolderfile/action/list": { "post": { "description": "List KalturaDropFolderFile objects", "operationId": "dropFolderFile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaDropFolderFileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFileListResponse" } } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/dropfolder_dropfolderfile/action/update": { "post": { "description": "Update an existing KalturaDropFolderFile object", "operationId": "dropFolderFile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFile": { "$ref": "#/definitions/KalturaDropFolderFile" }, "dropFolderFileId": { "type": "integer" } }, "required": [ "dropFolderFileId", "dropFolderFile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFileId", "dropFolderFile" ] } }, "/service/dropfolder_dropfolderfile/action/updateStatus": { "post": { "description": "Update status of KalturaDropFolderFile", "operationId": "dropFolderFile.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dropFolderFileId": { "type": "integer" }, "status": { "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" } }, "required": [ "dropFolderFileId", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaDropFolderFile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "dropFolderFile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "dropFolderFileId", "status" ] } }, "/service/elasticsearch_esearch/action/searchCategory": { "post": { "operationId": "eSearch.searchCategory", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaPager" }, "searchParams": { "$ref": "#/definitions/KalturaESearchCategoryParams" } }, "required": [ "searchParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaESearchCategoryResponse" } } }, "tags": [ "eSearch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchParams", "pager" ] } }, "/service/elasticsearch_esearch/action/searchEntry": { "post": { "operationId": "eSearch.searchEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaPager" }, "searchParams": { "$ref": "#/definitions/KalturaESearchEntryParams" } }, "required": [ "searchParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaESearchEntryResponse" } } }, "tags": [ "eSearch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchParams", "pager" ] } }, "/service/elasticsearch_esearch/action/searchGroup": { "post": { "operationId": "eSearch.searchGroup", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaPager" }, "searchParams": { "$ref": "#/definitions/KalturaESearchGroupParams" } }, "required": [ "searchParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaESearchGroupResponse" } } }, "tags": [ "eSearch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchParams", "pager" ] } }, "/service/elasticsearch_esearch/action/searchUser": { "post": { "operationId": "eSearch.searchUser", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaPager" }, "searchParams": { "$ref": "#/definitions/KalturaESearchUserParams" } }, "required": [ "searchParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaESearchUserResponse" } } }, "tags": [ "eSearch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchParams", "pager" ] } }, "/service/emailingestionprofile/action/add": { "post": { "description": "EmailIngestionProfile Add action allows you to add a EmailIngestionProfile to Kaltura DB", "operationId": "EmailIngestionProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "EmailIP": { "$ref": "#/definitions/KalturaEmailIngestionProfile" } }, "required": [ "EmailIP" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEmailIngestionProfile" } }, "x-Errors": { "description": "* `EMAIL_INGESTION_PROFILE_EMAIL_EXISTS`: Another email profile already using this email address [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "EmailIP" ] } }, "/service/emailingestionprofile/action/addMediaEntry": { "post": { "description": "add KalturaMediaEntry from email ingestion", "operationId": "EmailIngestionProfile.addMediaEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "emailMsgId": { "type": "string" }, "emailProfId": { "type": "integer" }, "fromAddress": { "type": "string" }, "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "uploadTokenId": { "type": "string" } }, "required": [ "mediaEntry", "uploadTokenId", "emailProfId", "fromAddress", "emailMsgId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `EMAIL_INGESTION_PROFILE_NOT_FOUND`: No records found for [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "uploadTokenId", "emailProfId", "fromAddress", "emailMsgId" ] } }, "/service/emailingestionprofile/action/delete": { "post": { "description": "Delete an existing EmailIngestionProfile", "operationId": "EmailIngestionProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `EMAIL_INGESTION_PROFILE_NOT_FOUND`: No records found for [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/emailingestionprofile/action/get": { "post": { "description": "Retrieve a EmailIngestionProfile by id", "operationId": "EmailIngestionProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEmailIngestionProfile" } }, "x-Errors": { "description": "* `EMAIL_INGESTION_PROFILE_NOT_FOUND`: No records found for [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/emailingestionprofile/action/getByEmailAddress": { "post": { "description": "Retrieve a EmailIngestionProfile by email address", "operationId": "EmailIngestionProfile.getByEmailAddress", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "emailAddress": { "type": "string" } }, "required": [ "emailAddress" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEmailIngestionProfile" } }, "x-Errors": { "description": "* `EMAIL_INGESTION_PROFILE_NOT_FOUND`: No records found for [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "emailAddress" ] } }, "/service/emailingestionprofile/action/update": { "post": { "description": "Update an existing EmailIngestionProfile", "operationId": "EmailIngestionProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "EmailIP": { "$ref": "#/definitions/KalturaEmailIngestionProfile" }, "id": { "type": "integer" } }, "required": [ "id", "EmailIP" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEmailIngestionProfile" } }, "x-Errors": { "description": "* `EMAIL_INGESTION_PROFILE_NOT_FOUND`: No records found for [@EMAIL@]" } }, "tags": [ "EmailIngestionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "EmailIP" ] } }, "/service/entryservernode/action/get": { "post": { "operationId": "entryServerNode.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryServerNode" } } }, "tags": [ "entryServerNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/entryservernode/action/list": { "post": { "operationId": "entryServerNode.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEntryServerNodeFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryServerNodeListResponse" } } }, "tags": [ "entryServerNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/entryservernode/action/update": { "post": { "operationId": "entryServerNode.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryServerNode": { "$ref": "#/definitions/KalturaEntryServerNode" }, "id": { "type": "integer" } }, "required": [ "id", "entryServerNode" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryServerNode" } } }, "tags": [ "entryServerNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryServerNode" ] } }, "/service/entryservernode/action/updateStatus": { "post": { "operationId": "entryServerNode.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "status": { "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" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryServerNode" } } }, "tags": [ "entryServerNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/entryservernode/action/validateRegisteredEntryServerNode": { "post": { "description": "Validates server node still registered on entry", "operationId": "entryServerNode.validateRegisteredEntryServerNode", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "entryServerNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/eventnotification_eventnotificationtemplate/action/add": { "post": { "description": "This action allows for the creation of new backend event types in the system. This action requires access to the Kaltura server Admin Console. If you're looking to register to existing event types, please use the clone action instead.", "operationId": "eventNotificationTemplate.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "eventNotificationTemplate": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } }, "required": [ "eventNotificationTemplate" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "eventNotificationTemplate" ] } }, "/service/eventnotification_eventnotificationtemplate/action/clone": { "post": { "description": "This action allows registering to various backend event. Use this action to create notifications that will react to events such as new video was uploaded or metadata field was updated. To see the list of available event types, call the listTemplates action.", "operationId": "eventNotificationTemplate.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "eventNotificationTemplate": { "$ref": "#/definitions/KalturaEventNotificationTemplate" }, "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found\n* `EVENT_NOTIFICATION_WRONG_TYPE`: Event notification template id [@ID@] is of type [@TYPE@]\n* `EVENT_NOTIFICATION_TEMPLATE_DUPLICATE_SYSTEM_NAME`: Event notification template with system name [@NAME@] already exists." } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "eventNotificationTemplate" ] } }, "/service/eventnotification_eventnotificationtemplate/action/delete": { "post": { "description": "Delete an event notification template object", "operationId": "eventNotificationTemplate.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/eventnotification_eventnotificationtemplate/action/dispatch": { "post": { "description": "Dispatch event notification object by id", "operationId": "eventNotificationTemplate.dispatch", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "scope": { "$ref": "#/definitions/KalturaEventNotificationScope" } }, "required": [ "id", "scope" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found\n* `EVENT_NOTIFICATION_DISPATCH_DISABLED`: Dispatching event notification template id [@ID@] is not allowed\n* `EVENT_NOTIFICATION_DISPATCH_FAILED`: Dispatching event notification template id [@ID@] failed" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "scope" ] } }, "/service/eventnotification_eventnotificationtemplate/action/get": { "post": { "description": "Retrieve an event notification template object by id", "operationId": "eventNotificationTemplate.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/eventnotification_eventnotificationtemplate/action/list": { "post": { "description": "list event notification template objects", "operationId": "eventNotificationTemplate.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplateListResponse" } } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/eventnotification_eventnotificationtemplate/action/listByPartner": { "post": { "operationId": "eventNotificationTemplate.listByPartner", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPartnerFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplateListResponse" } } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/eventnotification_eventnotificationtemplate/action/listTemplates": { "post": { "description": "Action lists the template partner event notification templates.", "operationId": "eventNotificationTemplate.listTemplates", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEventNotificationTemplateFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplateListResponse" } } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/eventnotification_eventnotificationtemplate/action/register": { "post": { "description": "Register to a queue from which event messages will be provided according to given template. Queue will be created if not already exists", "operationId": "eventNotificationTemplate.register", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "notificationTemplateSystemName": { "type": "string" }, "pushNotificationParams": { "$ref": "#/definitions/KalturaPushNotificationParams" } }, "required": [ "notificationTemplateSystemName", "pushNotificationParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPushNotificationData" } } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "notificationTemplateSystemName", "pushNotificationParams" ] } }, "/service/eventnotification_eventnotificationtemplate/action/sendCommand": { "post": { "description": "Clear queue messages", "operationId": "eventNotificationTemplate.sendCommand", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "command": { "enum": [ "CLEAR_QUEUE" ], "type": "string", "x-enumLabels": [ "CLEAR_QUEUE" ], "x-enumType": "KalturaPushNotificationCommandType" }, "notificationTemplateSystemName": { "type": "string" }, "pushNotificationParams": { "$ref": "#/definitions/KalturaPushNotificationParams" } }, "required": [ "notificationTemplateSystemName", "pushNotificationParams", "command" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "notificationTemplateSystemName", "pushNotificationParams", "command" ] } }, "/service/eventnotification_eventnotificationtemplate/action/update": { "post": { "description": "Update an existing event notification template object", "operationId": "eventNotificationTemplate.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "eventNotificationTemplate": { "$ref": "#/definitions/KalturaEventNotificationTemplate" }, "id": { "type": "integer" } }, "required": [ "id", "eventNotificationTemplate" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "eventNotificationTemplate" ] } }, "/service/eventnotification_eventnotificationtemplate/action/updateStatus": { "post": { "description": "Update event notification template status by id", "operationId": "eventNotificationTemplate.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaEventNotificationTemplateStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEventNotificationTemplate" } }, "x-Errors": { "description": "* `EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND`: Event notification template id [@ID@] not found" } }, "tags": [ "eventNotificationTemplate" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/exportcsv/action/serveCsv": { "post": { "description": "Will serve a requested CSV", "operationId": "exportcsv.serveCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "exportcsv" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/externalmedia_externalmedia/action/add": { "post": { "description": "Add external media entry", "operationId": "externalMedia.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entry": { "$ref": "#/definitions/KalturaExternalMediaEntry" } }, "required": [ "entry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaExternalMediaEntry" } } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entry" ] } }, "/service/externalmedia_externalmedia/action/count": { "post": { "description": "Count media entries by filter.", "operationId": "externalMedia.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/externalmedia_externalmedia/action/delete": { "post": { "description": "Delete a external media entry.", "operationId": "externalMedia.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/externalmedia_externalmedia/action/get": { "post": { "description": "Get external media entry by ID.", "operationId": "externalMedia.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaExternalMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/externalmedia_externalmedia/action/list": { "post": { "description": "List media entries by filter with paging support.", "operationId": "externalMedia.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaExternalMediaEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaExternalMediaEntryListResponse" } } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/externalmedia_externalmedia/action/update": { "post": { "description": "Update external media entry. Only the properties that were set will be updated.", "operationId": "externalMedia.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entry": { "$ref": "#/definitions/KalturaExternalMediaEntry" }, "id": { "type": "string" } }, "required": [ "id", "entry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaExternalMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "externalMedia" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entry" ] } }, "/service/fileasset/action/add": { "post": { "description": "Add new file asset", "operationId": "fileAsset.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "fileAsset": { "$ref": "#/definitions/KalturaFileAsset" } }, "required": [ "fileAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileAsset" } } }, "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "fileAsset" ] } }, "/service/fileasset/action/delete": { "post": { "description": "Delete file asset by id", "operationId": "fileAsset.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `FILE_ASSET_ID_NOT_FOUND`: File asset id [\"@ASSET_ID@\"] not found" } }, "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/fileasset/action/get": { "post": { "description": "Get file asset by id", "operationId": "fileAsset.get", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileAsset" } }, "x-Errors": { "description": "* `FILE_ASSET_ID_NOT_FOUND`: File asset id [\"@ASSET_ID@\"] not found" } }, "security": [], "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/fileasset/action/list": { "post": { "description": "List file assets by filter and pager", "operationId": "fileAsset.list", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileAssetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileAssetListResponse" } } }, "security": [], "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/fileasset/action/serve": { "post": { "description": "Serve file asset by id", "operationId": "fileAsset.serve", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `FILE_ASSET_ID_NOT_FOUND`: File asset id [\"@ASSET_ID@\"] not found\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "security": [], "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/fileasset/action/setContent": { "post": { "description": "Set content of file asset", "operationId": "fileAsset.setContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contentResource": { "$ref": "#/definitions/KalturaContentResource" }, "id": { "type": "integer" } }, "required": [ "id", "contentResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileAsset" } }, "x-Errors": { "description": "* `FILE_ASSET_ID_NOT_FOUND`: File asset id [\"@ASSET_ID@\"] not found\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "contentResource" ] } }, "/service/fileasset/action/update": { "post": { "description": "Update file asset by id", "operationId": "fileAsset.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "fileAsset": { "$ref": "#/definitions/KalturaFileAsset" }, "id": { "type": "integer" } }, "required": [ "id", "fileAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileAsset" } }, "x-Errors": { "description": "* `FILE_ASSET_ID_NOT_FOUND`: File asset id [\"@ASSET_ID@\"] not found" } }, "tags": [ "fileAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "fileAsset" ] } }, "/service/filesync_filesync/action/deleteLocalFileSyncs": { "post": { "description": "Delete local file syncs by filter", "operationId": "fileSync.deleteLocalFileSyncs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileSyncFilter" }, "lockExpiryTimeout": { "type": "integer" }, "relativeTimeDeletionLimit": { "type": "integer" }, "relativeTimeRange": { "type": "integer" }, "workerId": { "type": "integer" } }, "required": [ "filter", "workerId", "relativeTimeDeletionLimit", "relativeTimeRange", "lockExpiryTimeout" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileSyncListResponse" } } }, "tags": [ "fileSync" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "workerId", "relativeTimeDeletionLimit", "relativeTimeRange", "lockExpiryTimeout" ] } }, "/service/filesync_filesync/action/list": { "post": { "description": "List file syce objects by filter and pager", "operationId": "fileSync.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileSyncFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileSyncListResponse" } } }, "tags": [ "fileSync" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/filesync_filesync/action/lockFileSyncs": { "post": { "description": "lockFileSyncs action locks file syncs for the file sync periodic worker", "operationId": "fileSync.lockFileSyncs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileSyncFilter" }, "lockExpiryTimeout": { "type": "integer" }, "maxCount": { "type": "integer" }, "relativeTimeLimit": { "type": "integer" }, "relativeTimeRange": { "type": "integer" }, "workerId": { "type": "integer" } }, "required": [ "filter", "workerId", "relativeTimeLimit", "relativeTimeRange", "lockExpiryTimeout", "maxCount" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLockFileSyncsResponse" } } }, "tags": [ "fileSync" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "workerId", "relativeTimeLimit", "relativeTimeRange", "lockExpiryTimeout", "maxCount" ] } }, "/service/filesync_filesync/action/update": { "post": { "description": "Update file sync by id", "operationId": "fileSync.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "fileSync": { "$ref": "#/definitions/KalturaFileSync" }, "id": { "type": "integer" } }, "required": [ "id", "fileSync" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFileSync" } }, "x-Errors": { "description": "* `FILESYNC_ID_NOT_FOUND`: File sync id \"@ID@\" not found" } }, "tags": [ "fileSync" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "fileSync" ] } }, "/service/flavorasset/action/add": { "post": { "description": "Add flavor asset", "operationId": "flavorAsset.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorAsset": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "required": [ "entryId", "flavorAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `FLAVOR_ASSET_ALREADY_EXISTS`: Flavor asset id \"@ASSET_ID@\" already use flavor params id \"@PARAMS_ID@\"" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "flavorAsset" ] } }, "/service/flavorasset/action/convert": { "post": { "description": "Add and convert new Flavor Asset for Entry with specific Flavor Params", "operationId": "flavorAsset.convert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorParamsId": { "type": "integer" }, "priority": { "default": 0, "type": "integer" } }, "required": [ "entryId", "flavorParamsId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "flavorParamsId", "priority" ] } }, "/service/flavorasset/action/delete": { "post": { "description": "Delete Flavor Asset by ID", "operationId": "flavorAsset.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorasset/action/deleteLocalContent": { "post": { "description": "delete all local file syncs for this asset", "operationId": "flavorAsset.deleteLocalContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" } }, "required": [ "assetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId" ] } }, "/service/flavorasset/action/export": { "post": { "description": "manually export an asset", "operationId": "flavorAsset.export", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" }, "storageProfileId": { "type": "integer" } }, "required": [ "assetId", "storageProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId", "storageProfileId" ] } }, "/service/flavorasset/action/get": { "post": { "description": "Get Flavor Asset by ID", "operationId": "flavorAsset.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorasset/action/getByEntryId": { "post": { "deprecated": true, "description": "Get Flavor Assets for Entry", "operationId": "flavorAsset.getByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaFlavorAsset" }, "type": "array" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/flavorasset/action/getDownloadUrl": { "post": { "deprecated": true, "description": "Get download URL for the Flavor Asset", "operationId": "flavorAsset.getDownloadUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "useCdn": { "default": false, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "useCdn" ] } }, "/service/flavorasset/action/getFlavorAssetsWithParams": { "post": { "description": "Get Flavor Asset with the relevant Flavor Params (Flavor Params can exist without Flavor Asset & vice versa)", "operationId": "flavorAsset.getFlavorAssetsWithParams", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaFlavorAssetWithParams" }, "type": "array" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/flavorasset/action/getRemotePaths": { "post": { "description": "Get remote storage existing paths for the asset", "operationId": "flavorAsset.getRemotePaths", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRemotePathListResponse" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `FLAVOR_ASSET_IS_NOT_READY`: The flavor asset is not ready" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorasset/action/getUrl": { "post": { "description": "Get download URL for the asset", "operationId": "flavorAsset.getUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "forceProxy": { "default": false, "type": "boolean" }, "id": { "type": "string" }, "options": { "$ref": "#/definitions/KalturaFlavorAssetUrlOptions" }, "storageId": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `FLAVOR_ASSET_IS_NOT_READY`: The flavor asset is not ready" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "storageId", "forceProxy", "options" ] } }, "/service/flavorasset/action/getVolumeMap": { "post": { "description": "Get volume map by entry id", "operationId": "flavorAsset.getVolumeMap", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorId": { "type": "string" } }, "required": [ "flavorId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorId" ] } }, "/service/flavorasset/action/getWebPlayableByEntryId": { "post": { "deprecated": true, "description": "Get web playable Flavor Assets for Entry", "operationId": "flavorAsset.getWebPlayableByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaFlavorAsset" }, "type": "array" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/flavorasset/action/list": { "post": { "description": "List Flavor Assets by filter and pager", "operationId": "flavorAsset.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAssetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAssetListResponse" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/flavorasset/action/reconvert": { "post": { "description": "Reconvert Flavor Asset by ID", "operationId": "flavorAsset.reconvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorasset/action/serveAdStitchCmd": { "post": { "description": "serve cmd line to transcode the ad", "operationId": "flavorAsset.serveAdStitchCmd", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" }, "duration": { "type": "string" }, "ffprobeJson": { "type": "string" } }, "required": [ "assetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId", "ffprobeJson", "duration" ] } }, "/service/flavorasset/action/setAsSource": { "post": { "description": "Set a given flavor as the original flavor", "operationId": "flavorAsset.setAsSource", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" } }, "required": [ "assetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ASSET_ID_NOT_FOUND`: Asset id \"@ID@\" not found" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId" ] } }, "/service/flavorasset/action/setContent": { "post": { "description": "Update content of flavor asset", "operationId": "flavorAsset.setContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contentResource": { "$ref": "#/definitions/KalturaContentResource" }, "id": { "type": "string" } }, "required": [ "id", "contentResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "contentResource" ] } }, "/service/flavorasset/action/update": { "post": { "description": "Update flavor asset", "operationId": "flavorAsset.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorAsset": { "$ref": "#/definitions/KalturaFlavorAsset" }, "id": { "type": "string" } }, "required": [ "id", "flavorAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found" } }, "tags": [ "flavorAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "flavorAsset" ] } }, "/service/flavorparams/action/add": { "post": { "description": "Add new Flavor Params", "operationId": "flavorParams.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorParams": { "$ref": "#/definitions/KalturaFlavorParams" } }, "required": [ "flavorParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParams" } } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorParams" ] } }, "/service/flavorparams/action/delete": { "post": { "description": "Delete Flavor Params by ID", "operationId": "flavorParams.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorparams/action/get": { "post": { "description": "Get Flavor Params by ID", "operationId": "flavorParams.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParams" } } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorparams/action/getByConversionProfileId": { "post": { "description": "Get Flavor Params by Conversion Profile ID", "operationId": "flavorParams.getByConversionProfileId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfileId": { "type": "integer" } }, "required": [ "conversionProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaFlavorParams" }, "type": "array" } } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "conversionProfileId" ] } }, "/service/flavorparams/action/list": { "post": { "description": "List Flavor Params by filter with paging support (By default - all system default params will be listed too)", "operationId": "flavorParams.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFlavorParamsFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParamsListResponse" } } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/flavorparams/action/update": { "post": { "description": "Update Flavor Params by ID", "operationId": "flavorParams.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorParams": { "$ref": "#/definitions/KalturaFlavorParams" }, "id": { "type": "integer" } }, "required": [ "id", "flavorParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParams" } } }, "tags": [ "flavorParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "flavorParams" ] } }, "/service/flavorparamsoutput/action/get": { "post": { "description": "Get flavor params output object by ID", "operationId": "flavorParamsOutput.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParamsOutput" } }, "x-Errors": { "description": "* `FLAVOR_PARAMS_OUTPUT_ID_NOT_FOUND`: Flavor params output id \"@ID@\" not found" } }, "tags": [ "flavorParamsOutput" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/flavorparamsoutput/action/list": { "post": { "description": "List flavor params output objects by filter and pager", "operationId": "flavorParamsOutput.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFlavorParamsOutputFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorParamsOutputListResponse" } } }, "tags": [ "flavorParamsOutput" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/game_userscore/action/delete": { "post": { "operationId": "userScore.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "gameObjectId": { "type": "string" }, "gameObjectType": { "enum": [ "1" ], "type": "string", "x-enumLabels": [ "LEADERBOARD" ], "x-enumType": "KalturaGameObjectType" }, "userId": { "type": "string" } }, "required": [ "gameObjectId", "gameObjectType", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserScorePropertiesResponse" } } }, "tags": [ "userScore" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "gameObjectId", "gameObjectType", "userId" ] } }, "/service/game_userscore/action/list": { "post": { "operationId": "userScore.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserScorePropertiesFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserScorePropertiesResponse" } } }, "tags": [ "userScore" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/game_userscore/action/update": { "post": { "operationId": "userScore.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "gameObjectId": { "type": "string" }, "gameObjectType": { "enum": [ "1" ], "type": "string", "x-enumLabels": [ "LEADERBOARD" ], "x-enumType": "KalturaGameObjectType" }, "score": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "gameObjectId", "gameObjectType", "userId", "score" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserScorePropertiesResponse" } } }, "tags": [ "userScore" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "gameObjectId", "gameObjectType", "userId", "score" ] } }, "/service/group_group/action/add": { "post": { "description": "Adds a new group (user of type group).", "operationId": "group.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "group": { "$ref": "#/definitions/KalturaGroup" } }, "required": [ "group" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroup" } }, "x-Errors": { "description": "* `DUPLICATE_USER_BY_ID`: User with id [@UID@] already exists in system\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `DUPLICATE_USER_BY_LOGIN_ID`: Loginable user with email [@EMAIL@] already exists in system" } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "group" ] } }, "/service/group_group/action/clone": { "post": { "description": "clone the group (groupId), and set group id with the neeGroupName.", "operationId": "group.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "newGroupId": { "type": "string" }, "newGroupName": { "type": "string" }, "originalGroupId": { "type": "string" } }, "required": [ "originalGroupId", "newGroupId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroup" } }, "x-Errors": { "description": "* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `INVALID_GROUP_ID`: Invalid group id - @ID@" } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "originalGroupId", "newGroupId", "newGroupName" ] } }, "/service/group_group/action/delete": { "post": { "description": "Delete group by ID", "operationId": "group.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "groupId": { "type": "string" } }, "required": [ "groupId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroup" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "groupId" ] } }, "/service/group_group/action/get": { "post": { "description": "Retrieves a group object for a specified group ID.", "operationId": "group.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "groupId": { "type": "string" } }, "required": [ "groupId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroup" } }, "x-Errors": { "description": "* `INVALID_GROUP_ID`: Invalid group id - @ID@" } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "groupId" ] } }, "/service/group_group/action/list": { "post": { "description": "Lists group objects that are associated with an account.\n\nBlocked users are listed unless you use a filter to exclude them.\n\nDeleted users are not listed unless you use a filter to include them.", "operationId": "group.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaGroupFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroupListResponse" } } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/group_group/action/update": { "post": { "description": "Update group by ID", "operationId": "group.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "group": { "$ref": "#/definitions/KalturaGroup" }, "groupId": { "type": "string" } }, "required": [ "groupId", "group" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroup" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "group" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "groupId", "group" ] } }, "/service/groupuser/action/add": { "post": { "description": "Add new GroupUser", "operationId": "groupUser.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "groupUser": { "$ref": "#/definitions/KalturaGroupUser" } }, "required": [ "groupUser" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroupUser" } } }, "tags": [ "groupUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "groupUser" ] } }, "/service/groupuser/action/delete": { "post": { "description": "delete by userId and groupId", "operationId": "groupUser.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "groupId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "userId", "groupId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "groupUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "groupId" ] } }, "/service/groupuser/action/list": { "post": { "description": "List all GroupUsers", "operationId": "groupUser.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaGroupUserFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroupUserListResponse" } } }, "tags": [ "groupUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/groupuser/action/sync": { "post": { "description": "sync by userId and groupIds", "operationId": "groupUser.sync", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "createNewGroups": { "default": true, "type": "boolean" }, "groupIds": { "type": "string" }, "removeFromExistingGroups": { "default": true, "type": "boolean" }, "userId": { "type": "string" } }, "required": [ "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "groupUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "groupIds", "removeFromExistingGroups", "createNewGroups" ] } }, "/service/groupuser/action/update": { "post": { "description": "update GroupUser", "operationId": "groupUser.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "groupUser": { "$ref": "#/definitions/KalturaGroupUser" }, "groupUserId": { "type": "string" } }, "required": [ "groupUserId", "groupUser" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaGroupUser" } } }, "tags": [ "groupUser" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "groupUserId", "groupUser" ] } }, "/service/integration_integration/action/dispatch": { "post": { "description": "Dispatch integration task", "operationId": "integration.dispatch", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "data": { "$ref": "#/definitions/KalturaIntegrationJobData" }, "objectId": { "type": "string" }, "objectType": { "enum": [ "contentDistribution.EntryDistribution", "dropFolderXmlBulkUpload.DropFolderFile", "metadata.Metadata", "metadata.MetadataProfile", "scheduledTask.ScheduledTaskProfile", "1", "2", "3", "4" ], "type": "string", "x-enumLabels": [ "ENTRY_DISTRIBUTION", "DROP_FOLDER_FILE", "METADATA", "METADATA_PROFILE", "SCHEDULED_TASK_PROFILE", "ENTRY", "CATEGORY", "FILE_SYNC", "ASSET" ], "x-enumType": "KalturaBatchJobObjectType" } }, "required": [ "data", "objectType", "objectId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `INTEGRATION_DISPATCH_FAILED`: Dispatching integration type [@TYPE@] failed" } }, "tags": [ "integration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "data", "objectType", "objectId" ] } }, "/service/integration_integration/action/notify": { "post": { "operationId": "integration.notify", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "integration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/interactivity_interactivity/action/add": { "post": { "description": "Add a interactivity object", "operationId": "interactivity.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "kalturaInteractivity": { "$ref": "#/definitions/KalturaInteractivity" } }, "required": [ "entryId", "kalturaInteractivity" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaInteractivity" } } }, "tags": [ "interactivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "kalturaInteractivity" ] } }, "/service/interactivity_interactivity/action/delete": { "post": { "description": "Delete a interactivity object by entry id", "operationId": "interactivity.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "interactivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/interactivity_interactivity/action/get": { "post": { "description": "Retrieve a interactivity object by entry id", "operationId": "interactivity.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dataFilter": { "$ref": "#/definitions/KalturaInteractivityDataFilter" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaInteractivity" } } }, "tags": [ "interactivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "dataFilter" ] } }, "/service/interactivity_interactivity/action/update": { "post": { "description": "Update an existing interactivity object", "operationId": "interactivity.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "kalturaInteractivity": { "$ref": "#/definitions/KalturaInteractivity" }, "version": { "type": "integer" } }, "required": [ "entryId", "version", "kalturaInteractivity" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaInteractivity" } } }, "tags": [ "interactivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version", "kalturaInteractivity" ] } }, "/service/interactivity_volatileinteractivity/action/add": { "post": { "description": "add a volatile interactivity object", "operationId": "volatileInteractivity.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "kalturaVolatileInteractivity": { "$ref": "#/definitions/KalturaVolatileInteractivity" } }, "required": [ "entryId", "kalturaVolatileInteractivity" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVolatileInteractivity" } } }, "tags": [ "volatileInteractivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "kalturaVolatileInteractivity" ] } }, "/service/interactivity_volatileinteractivity/action/delete": { "post": { "description": "Delete a volatile interactivity object by entry id", "operationId": "volatileInteractivity.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "volatileInteractivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/interactivity_volatileinteractivity/action/get": { "post": { "description": "Retrieve a volatile interactivity object by entry id", "operationId": "volatileInteractivity.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVolatileInteractivity" } } }, "tags": [ "volatileInteractivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/interactivity_volatileinteractivity/action/update": { "post": { "description": "Update a volatile interactivity object", "operationId": "volatileInteractivity.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "kalturaVolatileInteractivity": { "$ref": "#/definitions/KalturaVolatileInteractivity" }, "version": { "type": "integer" } }, "required": [ "entryId", "version", "kalturaVolatileInteractivity" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVolatileInteractivity" } } }, "tags": [ "volatileInteractivity" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version", "kalturaVolatileInteractivity" ] } }, "/service/jobs/action/abortBulkUpload": { "post": { "description": "batch abortBulkUploadAction aborts and returns the status of bulk upload task", "operationId": "jobs.abortBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortCaptureThumb": { "post": { "description": "batch abortCaptureThumbAction aborts and returns the status of capture thumbnail task", "operationId": "jobs.abortCaptureThumb", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortConvert": { "post": { "description": "batch abortConvertAction aborts and returns the status of convert task", "operationId": "jobs.abortConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortConvertCollection": { "post": { "description": "batch abortConvertCollectionAction aborts and returns the status of convert profile task", "operationId": "jobs.abortConvertCollection", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortConvertProfile": { "post": { "description": "batch abortConvertProfileAction aborts and returns the status of convert profile task", "operationId": "jobs.abortConvertProfile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortExtractMedia": { "post": { "description": "batch abortExtractMediaAction aborts and returns the status of extract media task", "operationId": "jobs.abortExtractMedia", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortImport": { "post": { "description": "batch abortImportAction aborts and returns the status of import task", "operationId": "jobs.abortImport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortJob": { "post": { "description": "batch abortJobAction aborts and returns the status of task", "operationId": "jobs.abortJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" } }, "required": [ "jobId", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId", "jobType" ] } }, "/service/jobs/action/abortMail": { "post": { "description": "batch abortMailAction aborts and returns the status of mail task", "operationId": "jobs.abortMail", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortNotification": { "post": { "description": "batch abortNotificationAction aborts and returns the status of notification task", "operationId": "jobs.abortNotification", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortPostConvert": { "post": { "description": "batch abortPostConvertAction aborts and returns the status of post convert task", "operationId": "jobs.abortPostConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortProvisionDelete": { "post": { "description": "batch abortProvisionDeleteAction aborts and returns the status of ProvisionDelete task", "operationId": "jobs.abortProvisionDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortProvisionProvide": { "post": { "description": "batch abortProvisionProvideAction aborts and returns the status of ProvisionProvide task", "operationId": "jobs.abortProvisionProvide", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortStorageDelete": { "post": { "description": "batch abortStorageDeleteAction aborts and returns the status of export task", "operationId": "jobs.abortStorageDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/abortStorageExport": { "post": { "description": "batch abortStorageExportAction aborts and returns the status of export task", "operationId": "jobs.abortStorageExport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/addBatchJob": { "post": { "description": "batch addBatchJob action allows to add a generic BatchJob", "operationId": "jobs.addBatchJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "batchJob": { "$ref": "#/definitions/KalturaBatchJob" } }, "required": [ "batchJob" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJob" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "batchJob" ] } }, "/service/jobs/action/addConvertProfileJob": { "post": { "description": "batch addConvertProfileJobAction creates a new convert profile job", "operationId": "jobs.addConvertProfileJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/jobs/action/addMailJob": { "post": { "description": "Adds new mail job", "operationId": "jobs.addMailJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mailJobData": { "$ref": "#/definitions/KalturaMailJobData" } }, "required": [ "mailJobData" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mailJobData" ] } }, "/service/jobs/action/boostEntryJobs": { "post": { "description": "batch boostEntryJobsAction boosts all the jobs associated with the entry", "operationId": "jobs.boostEntryJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/jobs/action/deleteBulkUpload": { "post": { "description": "batch deleteBulkUploadAction deletes and returns the status of bulk upload task", "operationId": "jobs.deleteBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteCaptureThumb": { "post": { "description": "batch deleteCaptureThumbAction deletes and returns the status of capture thumbnail task", "operationId": "jobs.deleteCaptureThumb", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteConvert": { "post": { "description": "batch deleteConvertAction deletes and returns the status of convert task", "operationId": "jobs.deleteConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteConvertCollection": { "post": { "description": "batch deleteConvertCollectionAction deletes and returns the status of convert profile task", "operationId": "jobs.deleteConvertCollection", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteConvertProfile": { "post": { "description": "batch deleteConvertProfileAction deletes and returns the status of convert profile task", "operationId": "jobs.deleteConvertProfile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteExtractMedia": { "post": { "description": "batch deleteExtractMediaAction deletes and returns the status of extract media task", "operationId": "jobs.deleteExtractMedia", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteImport": { "post": { "description": "batch deleteImportAction deletes and returns the status of import task", "operationId": "jobs.deleteImport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteJob": { "post": { "description": "batch deleteJobAction deletes and returns the status of task", "operationId": "jobs.deleteJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" } }, "required": [ "jobId", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId", "jobType" ] } }, "/service/jobs/action/deleteMail": { "post": { "description": "batch deleteMailAction deletes and returns the status of mail task", "operationId": "jobs.deleteMail", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteNotification": { "post": { "description": "batch deleteNotificationAction deletes and returns the status of notification task", "operationId": "jobs.deleteNotification", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deletePostConvert": { "post": { "description": "batch deletePostConvertAction deletes and returns the status of post convert task", "operationId": "jobs.deletePostConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteProvisionDelete": { "post": { "description": "batch deleteProvisionDeleteAction deletes and returns the status of ProvisionDelete task", "operationId": "jobs.deleteProvisionDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteProvisionProvide": { "post": { "description": "batch deleteProvisionProvideAction deletes and returns the status of ProvisionProvide task", "operationId": "jobs.deleteProvisionProvide", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteStorageDelete": { "post": { "description": "batch deleteStorageDeleteAction deletes and returns the status of export task", "operationId": "jobs.deleteStorageDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/deleteStorageExport": { "post": { "description": "batch deleteStorageExportAction deletes and returns the status of export task", "operationId": "jobs.deleteStorageExport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getBulkUploadStatus": { "post": { "description": "// --------------------------------- ProvisionDeleteJob functions \t--------------------------------- //\n\n// --------------------------------- BulkUploadJob functions \t--------------------------------- //\n\n/batch getBulkUploadStatusAction returns the status of bulk upload task", "operationId": "jobs.getBulkUploadStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getCaptureThumbStatus": { "post": { "description": "batch getCaptureThumbStatusAction returns the status of capture thumbnail task", "operationId": "jobs.getCaptureThumbStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getConvertCollectionStatus": { "post": { "description": "batch getConvertCollectionStatusAction returns the status of convert task", "operationId": "jobs.getConvertCollectionStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getConvertProfileStatus": { "post": { "description": "batch getConvertProfileStatusAction returns the status of convert task", "operationId": "jobs.getConvertProfileStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getConvertStatus": { "post": { "description": "batch getConvertStatusAction returns the status of convert task", "operationId": "jobs.getConvertStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getExtractMediaStatus": { "post": { "description": "batch getExtractMediaStatusAction returns the status of extract media task", "operationId": "jobs.getExtractMediaStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getImportStatus": { "post": { "description": "batch getImportStatusAction returns the status of import task", "operationId": "jobs.getImportStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getMailStatus": { "post": { "description": "batch getMailStatusAction returns the status of mail task", "operationId": "jobs.getMailStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getNotificationStatus": { "post": { "description": "batch getNotificationStatusAction returns the status of Notification task", "operationId": "jobs.getNotificationStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getPostConvertStatus": { "post": { "description": "batch getPostConvertStatusAction returns the status of post convert task", "operationId": "jobs.getPostConvertStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getProvisionDeleteStatus": { "post": { "description": "// --------------------------------- ProvisionProvideJob functions \t--------------------------------- //\n\n// --------------------------------- ProvisionDeleteJob functions \t--------------------------------- //\n\n/batch getProvisionDeleteStatusAction returns the status of ProvisionDelete task", "operationId": "jobs.getProvisionDeleteStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getProvisionProvideStatus": { "post": { "description": "// --------------------------------- ImportJob functions \t--------------------------------- //\n\n// --------------------------------- ProvisionProvideJob functions \t--------------------------------- //\n\n/batch getProvisionProvideStatusAction returns the status of ProvisionProvide task", "operationId": "jobs.getProvisionProvideStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getStatus": { "post": { "description": "batch getStatusAction returns the status of task", "operationId": "jobs.getStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "jobId", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId", "jobType", "pager" ] } }, "/service/jobs/action/getStorageDeleteStatus": { "post": { "description": "batch getStorageDeleteStatusAction returns the status of export task", "operationId": "jobs.getStorageDeleteStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/getStorageExportStatus": { "post": { "description": "batch getStorageExportStatusAction returns the status of export task", "operationId": "jobs.getStorageExportStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/listBatchJobs": { "post": { "description": "list Batch Jobs", "operationId": "jobs.listBatchJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobListResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/jobs/action/retryBulkUpload": { "post": { "description": "batch retryBulkUploadAction retries and returns the status of bulk upload task", "operationId": "jobs.retryBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryCaptureThumb": { "post": { "description": "batch retryCaptureThumbAction retries and returns the status of capture thumbnail task", "operationId": "jobs.retryCaptureThumb", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryConvert": { "post": { "description": "batch retryConvertAction retries and returns the status of convert task", "operationId": "jobs.retryConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryConvertCollection": { "post": { "description": "batch retryConvertCollectionAction retries and returns the status of convert profile task", "operationId": "jobs.retryConvertCollection", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryConvertProfile": { "post": { "description": "batch retryConvertProfileAction retries and returns the status of convert profile task", "operationId": "jobs.retryConvertProfile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryExtractMedia": { "post": { "description": "batch retryExtractMediaAction retries and returns the status of extract media task", "operationId": "jobs.retryExtractMedia", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryImport": { "post": { "description": "batch retryImportAction retries and returns the status of import task", "operationId": "jobs.retryImport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryJob": { "post": { "description": "batch retryJobAction aborts and returns the status of task", "operationId": "jobs.retryJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "force": { "default": false, "type": "boolean" }, "jobId": { "type": "integer" }, "jobType": { "enum": [ "ReachInternal.ReachInternalQueueHandler", "0", "caption.convertcaptionasset", "caption.parsemultilanguagecaptionasset", "captionSearch.parseCaptionAsset", "contentDistribution.DistributionDelete", "contentDistribution.DistributionDisable", "contentDistribution.DistributionEnable", "contentDistribution.DistributionFetchReport", "contentDistribution.DistributionSubmit", "contentDistribution.DistributionSync", "contentDistribution.DistributionUpdate", "dropFolder.DropFolderContentProcessor", "dropFolder.DropFolderWatcher", "eventNotification.EventNotificationHandler", "integration.Integration", "reach.EntryVendorTasksCsv", "reach.SyncReachCreditTask", "scheduledTask.ScheduledTask", "tagSearch.IndexTagsByPrivacyContext", "tagSearch.TagResolve", "virusScan.VirusScan", "widevine.WidevineRepositorySync", "1", "2", "3", "4", "5", "6", "7", "10", "11", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56" ], "type": "string", "x-enumLabels": [ "REACH_INTERNAL_QUEUE_HANDLER", "CONVERT", "CONVERT_CAPTION_ASSET", "PARSE_MULTI_LANGUAGE_CAPTION_ASSET", "PARSE_CAPTION_ASSET", "DISTRIBUTION_DELETE", "DISTRIBUTION_DISABLE", "DISTRIBUTION_ENABLE", "DISTRIBUTION_FETCH_REPORT", "DISTRIBUTION_SUBMIT", "DISTRIBUTION_SYNC", "DISTRIBUTION_UPDATE", "DROP_FOLDER_CONTENT_PROCESSOR", "DROP_FOLDER_WATCHER", "EVENT_NOTIFICATION_HANDLER", "INTEGRATION", "ENTRY_VENDOR_TASK_CSV", "SYNC_REACH_CREDIT_TASK", "SCHEDULED_TASK", "INDEX_TAGS", "TAG_RESOLVE", "VIRUS_SCAN", "WIDEVINE_REPOSITORY_SYNC", "IMPORT", "DELETE", "FLATTEN", "BULKUPLOAD", "DVDCREATOR", "DOWNLOAD", "OOCONVERT", "CONVERT_PROFILE", "POSTCONVERT", "EXTRACT_MEDIA", "MAIL", "NOTIFICATION", "CLEANUP", "SCHEDULER_HELPER", "BULKDOWNLOAD", "DB_CLEANUP", "PROVISION_PROVIDE", "CONVERT_COLLECTION", "STORAGE_EXPORT", "PROVISION_DELETE", "STORAGE_DELETE", "EMAIL_INGESTION", "METADATA_IMPORT", "METADATA_TRANSFORM", "FILESYNC_IMPORT", "CAPTURE_THUMB", "DELETE_FILE", "INDEX", "MOVE_CATEGORY_ENTRIES", "COPY", "CONCAT", "CONVERT_LIVE_SEGMENT", "COPY_PARTNER", "VALIDATE_LIVE_MEDIA_SERVERS", "SYNC_CATEGORY_PRIVACY_CONTEXT", "LIVE_REPORT_EXPORT", "RECALCULATE_CACHE", "LIVE_TO_VOD", "COPY_CAPTIONS", "CHUNKED_ENCODE_JOB_SCHEDULER", "SERVER_NODE_MONITOR", "USERS_CSV", "CLIP_CONCAT", "COPY_CUE_POINTS", "EXPORT_CSV", "REPORT_EXPORT", "LIVE_ENTRY_ARCHIVE", "STORAGE_UPDATE", "STORAGE_PERIODIC_EXPORT", "STORAGE_PERIODIC_PURGE", "STORAGE_PERIODIC_DELETE_LOCAL", "REACH_JOB_CLEANER" ], "x-enumType": "KalturaBatchJobType" } }, "required": [ "jobId", "jobType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId", "jobType", "force" ] } }, "/service/jobs/action/retryMail": { "post": { "description": "batch retryMailAction retries and returns the status of mail task", "operationId": "jobs.retryMail", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryNotification": { "post": { "description": "batch retryNotificationAction retries and returns the status of notification task", "operationId": "jobs.retryNotification", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryPostConvert": { "post": { "description": "batch retryPostConvertAction retries and returns the status of post convert task", "operationId": "jobs.retryPostConvert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryProvisionDelete": { "post": { "description": "batch retryProvisionDeleteAction retries and returns the status of ProvisionDelete task", "operationId": "jobs.retryProvisionDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryProvisionProvide": { "post": { "description": "batch retryProvisionProvideAction retries and returns the status of ProvisionProvide task", "operationId": "jobs.retryProvisionProvide", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryStorageDelete": { "post": { "description": "batch retryStorageDeleteAction retries and returns the status of export task", "operationId": "jobs.retryStorageDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/jobs/action/retryStorageExport": { "post": { "description": "batch retryStorageExportAction retries and returns the status of export task", "operationId": "jobs.retryStorageExport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jobId": { "type": "integer" } }, "required": [ "jobId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBatchJobResponse" } } }, "tags": [ "jobs" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jobId" ] } }, "/service/kalturasharepointextension_sharepointextension/action/isVersionSupported": { "post": { "description": "Is this Kaltura-Sharepoint-Server-Plugin supports minimum version of $major.$minor.$build (which is required by the extension)", "operationId": "sharepointExtension.isVersionSupported", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverBuild": { "type": "integer" }, "serverMajor": { "type": "integer" }, "serverMinor": { "type": "integer" } }, "required": [ "serverMajor", "serverMinor", "serverBuild" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "security": [], "tags": [ "sharepointExtension" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverMajor", "serverMinor", "serverBuild" ] } }, "/service/kalturasharepointextension_sharepointextension/action/listUiconfs": { "post": { "description": "list uiconfs for sharepoint extension", "operationId": "sharepointExtension.listUiconfs", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConfListResponse" } }, "x-Errors": { "description": "* `NOT_SUPPORTED_MISSING_UICONFS`: This Kaltura server does not have uiconfs compliant with your Sharepoint extension. Please contact support through KMC." } }, "security": [], "tags": [ "sharepointExtension" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/like_like/action/checkLikeExists": { "post": { "operationId": "like.checkLikeExists", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "like" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "userId" ] } }, "/service/like_like/action/like": { "post": { "operationId": "like.like", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } }, "x-Errors": { "description": "* `USER_LIKE_FOR_ENTRY_ALREADY_EXISTS`: This user already likes this entry\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "like" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/like_like/action/list": { "post": { "operationId": "like.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaLikeFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLikeListResponse" } } }, "tags": [ "like" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/like_like/action/unlike": { "post": { "operationId": "like.unlike", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "like" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/livereports/action/exportToCsv": { "post": { "operationId": "liveReports.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "params": { "$ref": "#/definitions/KalturaLiveReportExportParams" }, "reportType": { "enum": [ 1, 2, 11, 12, 21, 22, 31, 32 ], "type": "integer", "x-enumLabels": [ "PARTNER_TOTAL_ALL", "PARTNER_TOTAL_LIVE", "ENTRY_TIME_LINE_ALL", "ENTRY_TIME_LINE_LIVE", "LOCATION_ALL", "LOCATION_LIVE", "SYNDICATION_ALL", "SYNDICATION_LIVE" ], "x-enumType": "KalturaLiveReportExportType" } }, "required": [ "reportType", "params" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveReportExportResponse" } } }, "tags": [ "liveReports" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "params" ] } }, "/service/livereports/action/getEvents": { "post": { "operationId": "liveReports.getEvents", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaLiveReportInputFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "reportType": { "enum": [ "ENTRY_GEO_TIME_LINE", "ENTRY_SYNDICATION_TOTAL", "ENTRY_TIME_LINE", "ENTRY_TOTAL", "PARTNER_TOTAL" ], "type": "string", "x-enumLabels": [ "ENTRY_GEO_TIME_LINE", "ENTRY_SYNDICATION_TOTAL", "ENTRY_TIME_LINE", "ENTRY_TOTAL", "PARTNER_TOTAL" ], "x-enumType": "KalturaLiveReportType" } }, "required": [ "reportType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaReportGraph" }, "type": "array" } } }, "tags": [ "liveReports" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "filter", "pager" ] } }, "/service/livereports/action/getReport": { "post": { "operationId": "liveReports.getReport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaLiveReportInputFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "reportType": { "enum": [ "ENTRY_GEO_TIME_LINE", "ENTRY_SYNDICATION_TOTAL", "ENTRY_TIME_LINE", "ENTRY_TOTAL", "PARTNER_TOTAL" ], "type": "string", "x-enumLabels": [ "ENTRY_GEO_TIME_LINE", "ENTRY_SYNDICATION_TOTAL", "ENTRY_TIME_LINE", "ENTRY_TOTAL", "PARTNER_TOTAL" ], "x-enumType": "KalturaLiveReportType" } }, "required": [ "reportType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStatsListResponse" } } }, "tags": [ "liveReports" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "filter", "pager" ] } }, "/service/livereports/action/serveReport": { "post": { "description": "Will serve a requested report", "operationId": "liveReports.serveReport", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "liveReports" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/livestats/action/collect": { "post": { "description": "Will write to the event log a single line representing the event\n\nKalturaStatsEvent $event", "operationId": "liveStats.collect", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "event": { "$ref": "#/definitions/KalturaLiveStatsEvent" } }, "required": [ "event" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "liveStats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "event" ] } }, "/service/livestream/action/add": { "post": { "description": "Adds new live stream entry.\n\nThe entry will be queued for provision.", "operationId": "liveStream.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "liveStreamEntry": { "$ref": "#/definitions/KalturaLiveStreamEntry" }, "sourceType": { "enum": [ "limeLight.LIVE_STREAM", "velocix.VELOCIX_LIVE", "1", "2", "5", "6", "29", "30", "31", "32", "33", "34", "35", "36", "37", "42" ], "type": "string", "x-enumLabels": [ "LIMELIGHT_LIVE", "VELOCIX_LIVE", "FILE", "WEBCAM", "URL", "SEARCH_PROVIDER", "AKAMAI_LIVE", "MANUAL_LIVE_STREAM", "AKAMAI_UNIVERSAL_LIVE", "LIVE_STREAM", "LIVE_CHANNEL", "RECORDED_LIVE", "CLIP", "KALTURA_RECORDED_LIVE", "LECTURE_CAPTURE", "LIVE_STREAM_ONTEXTDATA_CAPTIONS" ], "x-enumType": "KalturaSourceType" } }, "required": [ "liveStreamEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "liveStreamEntry", "sourceType" ] } }, "/service/livestream/action/addLiveStreamPushPublishConfiguration": { "post": { "description": "Add new pushPublish configuration to entry", "operationId": "liveStream.addLiveStreamPushPublishConfiguration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "liveStreamConfiguration": { "$ref": "#/definitions/KalturaLiveStreamConfiguration" }, "protocol": { "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" }, "url": { "type": "string" } }, "required": [ "entryId", "protocol" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "protocol", "url", "liveStreamConfiguration" ] } }, "/service/livestream/action/allocateConferenceRoom": { "post": { "description": "Allocates a conference room or returns ones that has already been allocated", "operationId": "liveStream.allocateConferenceRoom", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "env": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRoomDetails" } } }, "tags": [ "liveStream" ], "x-beta": true, "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "env" ] } }, "/service/livestream/action/appendRecording": { "post": { "description": "Append recorded video to live entry", "operationId": "liveStream.appendRecording", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" }, "duration": { "type": "number" }, "entryId": { "type": "string" }, "isLastChunk": { "default": false, "type": "boolean" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" }, "resource": { "$ref": "#/definitions/KalturaDataCenterContentResource" } }, "required": [ "entryId", "assetId", "mediaServerIndex", "resource", "duration" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "assetId", "mediaServerIndex", "resource", "duration", "isLastChunk" ] } }, "/service/livestream/action/archive": { "post": { "description": "Archive a live entry which was recorded", "operationId": "liveStream.archive", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "liveEntryId": { "type": "string" }, "vodEntryId": { "type": "string" } }, "required": [ "liveEntryId", "vodEntryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "liveEntryId", "vodEntryId" ] } }, "/service/livestream/action/authenticate": { "post": { "description": "Authenticate live-stream entry against stream token and partner limitations", "operationId": "liveStream.authenticate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "applicationName": { "type": "string" }, "entryId": { "type": "string" }, "hostname": { "type": "string" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" }, "token": { "type": "string" } }, "required": [ "entryId", "token" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `LIVE_STREAM_INVALID_TOKEN`: Invalid token supplied for live entry [@ENTRY_ID@]" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "token", "hostname", "mediaServerIndex", "applicationName" ] } }, "/service/livestream/action/createPeriodicSyncPoints": { "post": { "deprecated": true, "description": "Creates periodic metadata sync-point events on a live stream", "operationId": "liveStream.createPeriodicSyncPoints", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "duration": { "type": "integer" }, "entryId": { "type": "string" }, "interval": { "type": "integer" } }, "required": [ "entryId", "interval", "duration" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `NO_MEDIA_SERVER_FOUND`: No media server found for entry [@ENTRY_ID@]\n* `MEDIA_SERVER_SERVICE_NOT_FOUND`: Media server [@MEDIA_SERVER_ID@] service [@SERVICE@] not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "interval", "duration" ] } }, "/service/livestream/action/createRecordedEntry": { "post": { "description": "Create recorded entry id if it doesn't exist and make sure it happens on the DC that the live entry was created on.", "operationId": "liveStream.createRecordedEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "liveEntryStatus": { "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" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" } }, "required": [ "entryId", "mediaServerIndex", "liveEntryStatus" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "mediaServerIndex", "liveEntryStatus" ] } }, "/service/livestream/action/delete": { "post": { "description": "Delete a live stream entry.", "operationId": "liveStream.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/livestream/action/finishConf": { "post": { "description": "When the conf is finished this API should be called.", "operationId": "liveStream.finishConf", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "serverNodeId": { "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "liveStream" ], "x-beta": true, "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "serverNodeId" ] } }, "/service/livestream/action/get": { "post": { "description": "Get live stream entry by ID.", "operationId": "liveStream.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version" ] } }, "/service/livestream/action/getDetails": { "post": { "description": "Delivering the status of a live stream (on-air/offline) if it is possible", "operationId": "liveStream.getDetails", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamDetails" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/livestream/action/isLive": { "post": { "description": "Delivering the status of a live stream (on-air/offline) if it is possible", "operationId": "liveStream.isLive", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "protocol": { "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" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } }, "x-Errors": { "description": "* `LIVE_STREAM_STATUS_CANNOT_BE_DETERMINED`: Status cannot be determined for live stream protocol [@PROT@]\n* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "protocol" ] } }, "/service/livestream/action/list": { "post": { "description": "List live stream entries by filter with paging support.", "operationId": "liveStream.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaLiveStreamEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamListResponse" } } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/livestream/action/regenerateStreamToken": { "post": { "description": "Regenerate new secure token for liveStream", "operationId": "liveStream.regenerateStreamToken", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/livestream/action/registerConf": { "post": { "description": "Mark that the conference has actually started", "operationId": "liveStream.registerConf", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "liveStream" ], "x-beta": true, "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/livestream/action/registerMediaServer": { "post": { "description": "Register media server to live entry", "operationId": "liveStream.registerMediaServer", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "applicationName": { "type": "string" }, "entryId": { "type": "string" }, "hostname": { "type": "string" }, "liveEntryStatus": { "default": 1, "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" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" }, "shouldCreateRecordedEntry": { "default": true, "type": "boolean" } }, "required": [ "entryId", "hostname", "mediaServerIndex" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `SERVER_NODE_NOT_FOUND`: server node with host name [@HOST_NAME@] not found\n* `ENTRY_SERVER_NODE_MULTI_RESULT`" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "hostname", "mediaServerIndex", "applicationName", "liveEntryStatus", "shouldCreateRecordedEntry" ] } }, "/service/livestream/action/removeLiveStreamPushPublishConfiguration": { "post": { "description": "Remove push publish configuration from entry", "operationId": "liveStream.removeLiveStreamPushPublishConfiguration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "protocol": { "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" } }, "required": [ "entryId", "protocol" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "protocol" ] } }, "/service/livestream/action/setRecordedContent": { "post": { "description": "Set recorded video to live entry", "operationId": "liveStream.setRecordedContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "duration": { "type": "number" }, "entryId": { "type": "string" }, "flavorParamsId": { "type": "integer" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" }, "recordedEntryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaDataCenterContentResource" } }, "required": [ "entryId", "mediaServerIndex", "resource", "duration" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `RECORDED_ENTRY_LIVE_MISMATCH`: Recorded entry [@RECORDED_ENTRY_ID@] was not created while streaming to the given live entry [@LIVE_ENTRY_ID@]\n* `KALTURA_RECORDING_DISABLED`: Kaltura recording is disabled for partner [@PARTNER_ID@] use liveStream->appendRecording to set the live recorded content\n* `FLAVOR_PARAMS_ID_NOT_FOUND`: Flavor params id \"@ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "mediaServerIndex", "resource", "duration", "recordedEntryId", "flavorParamsId" ] } }, "/service/livestream/action/unregisterMediaServer": { "post": { "description": "Unregister media server from live entry", "operationId": "liveStream.unregisterMediaServer", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "hostname": { "type": "string" }, "mediaServerIndex": { "enum": [ "0", "1", "2" ], "type": "string", "x-enumLabels": [ "LIVE_PRIMARY", "LIVE_BACKUP", "LIVE_CLIPPING_TASK" ], "x-enumType": "KalturaEntryServerNodeType" } }, "required": [ "entryId", "hostname", "mediaServerIndex" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `SERVER_NODE_NOT_FOUND`: server node with host name [@HOST_NAME@] not found\n* `ENTRY_SERVER_NODE_MULTI_RESULT`" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "hostname", "mediaServerIndex" ] } }, "/service/livestream/action/update": { "post": { "description": "Update live stream entry. Only the properties that were set will be updated.", "operationId": "liveStream.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "liveStreamEntry": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "required": [ "entryId", "liveStreamEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "liveStreamEntry" ] } }, "/service/livestream/action/updateOfflineThumbnailFromUrl": { "post": { "description": "Update entry thumbnail using url", "operationId": "liveStream.updateOfflineThumbnailFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "url": { "type": "string" } }, "required": [ "entryId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "url" ] } }, "/service/livestream/action/updateOfflineThumbnailJpeg": { "post": { "description": "Update live stream entry thumbnail using a raw jpeg file", "operationId": "liveStream.updateOfflineThumbnailJpeg", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "live stream entry id", "in": "query", "name": "entryId", "required": true, "type": "string" }, { "description": "Jpeg file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "liveStream" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "entryId", "fileData" ] } }, "/service/livestream/action/validateRegisteredMediaServers": { "post": { "description": "Validates all registered media servers", "operationId": "liveStream.validateRegisteredMediaServers", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "liveStream" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/add": { "post": { "description": "Add entry", "operationId": "media.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entry": { "$ref": "#/definitions/KalturaMediaEntry" } }, "required": [ "entry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entry" ] } }, "/service/media/action/addContent": { "post": { "description": "Add content to media entry which is not yet associated with content (therefore is in status NO_CONTENT).\n If the requirement is to replace the entry's associated content, use action updateContent.", "operationId": "media.addContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaResource" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_ALREADY_WITH_CONTENT`: Entry already associated with content" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource" ] } }, "/service/media/action/addFromBulk": { "post": { "deprecated": true, "description": "Adds new media entry by importing an HTTP or FTP URL.\n\nThe entry will be queued for import and then for conversion.\n\nThis action should be exposed only to the batches", "operationId": "media.addFromBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "bulkUploadId": { "type": "integer" }, "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "url": { "type": "string" } }, "required": [ "mediaEntry", "url", "bulkUploadId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "url", "bulkUploadId" ] } }, "/service/media/action/addFromEntry": { "post": { "deprecated": true, "description": "Copy entry into new entry", "operationId": "media.addFromEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "sourceEntryId": { "type": "string" }, "sourceFlavorParamsId": { "type": "integer" } }, "required": [ "sourceEntryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ORIGINAL_FLAVOR_ASSET_IS_MISSING`: The original flavor asset is missing\n* `FLAVOR_PARAMS_NOT_FOUND`: Flavor params not found\n* `ORIGINAL_FLAVOR_ASSET_NOT_CREATED`: The original flavor asset could not be created [@DATA@]" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "sourceEntryId", "mediaEntry", "sourceFlavorParamsId" ] } }, "/service/media/action/addFromFlavorAsset": { "post": { "deprecated": true, "description": "Copy flavor asset into new entry", "operationId": "media.addFromFlavorAsset", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "sourceFlavorAssetId": { "type": "string" } }, "required": [ "sourceFlavorAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `FLAVOR_ASSET_ID_NOT_FOUND`: Flavor asset id \"@ID@\" not found\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ORIGINAL_FLAVOR_ASSET_NOT_CREATED`: The original flavor asset could not be created [@DATA@]" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "sourceFlavorAssetId", "mediaEntry" ] } }, "/service/media/action/addFromRecordedWebcam": { "post": { "deprecated": true, "description": "Add new entry after the file was recorded on the server and the token id exists", "operationId": "media.addFromRecordedWebcam", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "webcamTokenId": { "type": "string" } }, "required": [ "mediaEntry", "webcamTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "webcamTokenId" ] } }, "/service/media/action/addFromSearchResult": { "post": { "deprecated": true, "description": "Adds new media entry by importing the media file from a search provider.\n\nThis action should be used with the search service result.", "operationId": "media.addFromSearchResult", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "searchResult": { "$ref": "#/definitions/KalturaSearchResult" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "searchResult" ] } }, "/service/media/action/addFromUploadedFile": { "post": { "deprecated": true, "description": "Add new entry after the specific media file was uploaded and the upload token id exists", "operationId": "media.addFromUploadedFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "uploadTokenId": { "type": "string" } }, "required": [ "mediaEntry", "uploadTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "uploadTokenId" ] } }, "/service/media/action/addFromUrl": { "post": { "deprecated": true, "description": "Adds new media entry by importing an HTTP or FTP URL.\n\nThe entry will be queued for import and then for conversion.", "operationId": "media.addFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" }, "url": { "type": "string" } }, "required": [ "mediaEntry", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_MIN_LENGTH`: The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "mediaEntry", "url" ] } }, "/service/media/action/anonymousRank": { "post": { "description": "Anonymously rank a media entry, no validation is done on duplicate rankings", "operationId": "media.anonymousRank", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "rank": { "type": "integer" } }, "required": [ "entryId", "rank" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "rank" ] } }, "/service/media/action/approve": { "post": { "description": "Approve the media entry and mark the pending flags (if any) as moderated (this will make the entry playable)", "operationId": "media.approve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/approveReplace": { "post": { "description": "Approves media replacement", "operationId": "media.approveReplace", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/bulkUploadAdd": { "post": { "description": "Add new bulk upload batch job\n\nConversion profile id can be specified in the API or in the CSV file, the one in the CSV file will be stronger.\n\nIf no conversion profile was specified, partner's default will be used", "operationId": "media.bulkUploadAdd", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadEntryData:bulkUploadEntryData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadEntryData:bulkUploadEntryData[conversionProfileId]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "media" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadEntryData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadEntryData`", "name": "bulkUploadEntryData", "schema": { "$ref": "#/definitions/KalturaBulkUploadEntryData" }, "subGroups": [] } ] } }, "/service/media/action/cancelReplace": { "post": { "description": "Cancels media replacement", "operationId": "media.cancelReplace", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/convert": { "post": { "description": "Convert entry", "operationId": "media.convert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfileId": { "type": "integer" }, "dynamicConversionAttributes": { "items": { "$ref": "#/definitions/KalturaConversionAttribute" }, "type": "array" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `CONVERSION_PROFILE_ID_NOT_FOUND`: Conversion profile id \"@ID@\" not found\n* `FLAVOR_PARAMS_NOT_FOUND`: Flavor params not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "conversionProfileId", "dynamicConversionAttributes" ] } }, "/service/media/action/count": { "post": { "description": "Count media entries by filter.", "operationId": "media.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaMediaEntryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/media/action/delete": { "post": { "description": "Delete a media entry.", "operationId": "media.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/exportToCsv": { "post": { "description": "Creates a batch job that sends an email with a link to download a CSV containing a list of entries", "operationId": "media.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "data": { "$ref": "#/definitions/KalturaMediaEsearchExportToCsvJobData" } }, "required": [ "data" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `USER_EMAIL_NOT_FOUND`: Email address for user [@USER_ID@] was not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "data" ] } }, "/service/media/action/flag": { "post": { "description": "Flag inappropriate media entry for moderation", "operationId": "media.flag", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "moderationFlag": { "$ref": "#/definitions/KalturaModerationFlag" } }, "required": [ "moderationFlag" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "moderationFlag" ] } }, "/service/media/action/get": { "post": { "description": "Get media entry by ID.", "operationId": "media.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string", "x-dynamicEnum": { "array": "objects", "label": "name", "method": "post", "path": "/service/media/action/list", "value": "id" }, "x-inputType": "text" }, "version": { "default": -1, "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "version" ] } }, "/service/media/action/getMrss": { "post": { "description": "Get MRSS by entry id\n XML will return as an escaped string", "operationId": "media.getMrss", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "extendingItemsArray": { "items": { "$ref": "#/definitions/KalturaExtendingItemMrssParameter" }, "type": "array" }, "features": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "extendingItemsArray", "features" ] } }, "/service/media/action/getVolumeMap": { "post": { "description": "Get volume map by entry id", "operationId": "media.getVolumeMap", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/list": { "post": { "description": "List media entries by filter with paging support.", "operationId": "media.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaMediaEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaListResponse" } } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/media/action/listFlags": { "post": { "description": "List all pending flags for the media entry", "operationId": "media.listFlags", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaModerationFlagListResponse" } } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "pager" ] } }, "/service/media/action/reject": { "post": { "description": "Reject the media entry and mark the pending flags (if any) as moderated (this will make the entry non playable)", "operationId": "media.reject", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/media/action/requestConversion": { "post": { "description": "Request a new conversion job, this can be used to convert the media entry to a different format", "operationId": "media.requestConversion", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "fileFormat": { "type": "string" } }, "required": [ "entryId", "fileFormat" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "fileFormat" ] } }, "/service/media/action/update": { "post": { "description": "Update media entry. Only the properties that were set will be updated.", "operationId": "media.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "mediaEntry": { "$ref": "#/definitions/KalturaMediaEntry" } }, "required": [ "entryId", "mediaEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "mediaEntry" ] } }, "/service/media/action/updateContent": { "post": { "description": "Replace content associated with the media entry.", "operationId": "media.updateContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "advancedOptions": { "$ref": "#/definitions/KalturaEntryReplacementOptions" }, "conversionProfileId": { "type": "integer" }, "entryId": { "type": "string" }, "resource": { "$ref": "#/definitions/KalturaResource" } }, "required": [ "entryId", "resource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_REPLACEMENT_ALREADY_EXISTS`: Entry already in replacement\n* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "resource", "conversionProfileId", "advancedOptions" ] } }, "/service/media/action/updateThumbnail": { "post": { "deprecated": true, "description": "Update media entry thumbnail by a specified time offset (In seconds)\n\nIf flavor params id not specified, source flavor will be used by default", "operationId": "media.updateThumbnail", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorParamsId": { "type": "integer" }, "timeOffset": { "type": "integer" } }, "required": [ "entryId", "timeOffset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "timeOffset", "flavorParamsId" ] } }, "/service/media/action/updateThumbnailFromSourceEntry": { "post": { "deprecated": true, "description": "Update media entry thumbnail from a different entry by a specified time offset (In seconds)\n\nIf flavor params id not specified, source flavor will be used by default", "operationId": "media.updateThumbnailFromSourceEntry", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "flavorParamsId": { "type": "integer" }, "sourceEntryId": { "type": "string" }, "timeOffset": { "type": "integer" } }, "required": [ "entryId", "sourceEntryId", "timeOffset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "sourceEntryId", "timeOffset", "flavorParamsId" ] } }, "/service/media/action/updateThumbnailFromUrl": { "post": { "deprecated": true, "description": "Update entry thumbnail using URL", "operationId": "media.updateThumbnailFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "url": { "type": "string" } }, "required": [ "entryId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "media" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "url" ] } }, "/service/media/action/updateThumbnailJpeg": { "post": { "deprecated": true, "description": "Update media entry thumbnail using a raw jpeg file", "operationId": "media.updateThumbnailJpeg", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "Media entry id", "in": "query", "name": "entryId", "required": true, "type": "string" }, { "description": "Jpeg file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaEntry" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PERMISSION_DENIED_TO_UPDATE_ENTRY`: User can update only the entries he own, otherwise an admin session must be used" } }, "tags": [ "media" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "entryId", "fileData" ] } }, "/service/media/action/upload": { "post": { "deprecated": true, "description": "Upload a media file to Kaltura, then the file can be used to create a media entry.", "operationId": "media.upload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "The file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "media" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/mediainfo/action/list": { "post": { "description": "List media info objects by filter and pager", "operationId": "mediaInfo.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaMediaInfoFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMediaInfoListResponse" } } }, "tags": [ "mediaInfo" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/metadata_metadata/action/add": { "post": { "description": "Allows you to add a metadata object and metadata content associated with Kaltura object", "operationId": "metadata.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "metadataProfileId": { "type": "integer" }, "objectId": { "type": "string" }, "objectType": { "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" }, "xmlData": { "type": "string" } }, "required": [ "metadataProfileId", "objectType", "objectId", "xmlData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `INCOMPATIBLE_METADATA_PROFILE_OBJECT_TYPE`: Metadata Profile object type is @OBJ_TYPE@, metadata object type is @META_OBJ_TYPE@\n* `METADATA_ALREADY_EXISTS`: Metadata already exists id [@ID@]\n* `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfileId", "objectType", "objectId", "xmlData" ] } }, "/service/metadata_metadata/action/addFromBulk": { "post": { "description": "Allows you to add a metadata XML data from remote URL.\n\nEnables different permissions than addFromUrl action.", "operationId": "metadata.addFromBulk", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "metadataProfileId": { "type": "integer" }, "objectId": { "type": "string" }, "objectType": { "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" }, "url": { "type": "string" } }, "required": [ "metadataProfileId", "objectType", "objectId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfileId", "objectType", "objectId", "url" ] } }, "/service/metadata_metadata/action/addFromFile": { "post": { "description": "Allows you to add a metadata object and metadata file associated with Kaltura object", "operationId": "metadata.addFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "metadataProfileId", "required": true, "type": "integer" }, { "description": "Enum Type: `KalturaMetadataObjectType`", "enum": [ "adCuePointMetadata.AdCuePoint", "annotationMetadata.Annotation", "codeCuePointMetadata.CodeCuePoint", "quiz.AnswerCuePoint", "quiz.QuestionCuePoint", "thumbCuePointMetadata.thumbCuePoint", "1", "2", "3", "4", "5", "6" ], "in": "query", "name": "objectType", "required": true, "type": "string", "x-enumLabels": [ "AD_CUE_POINT", "ANNOTATION", "CODE_CUE_POINT", "ANSWER_CUE_POINT", "QUESTION_CUE_POINT", "THUMB_CUE_POINT", "ENTRY", "CATEGORY", "USER", "PARTNER", "DYNAMIC_OBJECT", "USER_ENTRY" ], "x-enumType": "KalturaMetadataObjectType" }, { "in": "query", "name": "objectId", "required": true, "type": "string" }, { "description": "XML metadata", "in": "formData", "name": "xmlFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `METADATA_ALREADY_EXISTS`: Metadata already exists id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]\n* `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@" } }, "tags": [ "metadata" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "metadataProfileId", "objectType", "objectId", "xmlFile" ] } }, "/service/metadata_metadata/action/addFromUrl": { "post": { "description": "Allows you to add a metadata XML data from remote URL", "operationId": "metadata.addFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "metadataProfileId": { "type": "integer" }, "objectId": { "type": "string" }, "objectType": { "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" }, "url": { "type": "string" } }, "required": [ "metadataProfileId", "objectType", "objectId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfileId", "objectType", "objectId", "url" ] } }, "/service/metadata_metadata/action/delete": { "post": { "description": "Delete an existing metadata", "operationId": "metadata.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadata/action/get": { "post": { "description": "Retrieve a metadata object by id", "operationId": "metadata.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadata/action/index": { "post": { "description": "Index metadata by id, will also index the related object", "operationId": "metadata.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "shouldUpdate": { "type": "boolean" } }, "required": [ "id", "shouldUpdate" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "shouldUpdate" ] } }, "/service/metadata_metadata/action/invalidate": { "post": { "description": "Mark existing metadata as invalid\n\nUsed by batch metadata transform", "operationId": "metadata.invalidate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "version": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]\n* `INVALID_METADATA_VERSION`: invalid metadata version [@VERSION@]" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "version" ] } }, "/service/metadata_metadata/action/list": { "post": { "description": "List metadata objects by filter and pager", "operationId": "metadata.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaMetadataFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataListResponse" } } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/metadata_metadata/action/serve": { "post": { "description": "Serves metadata XML file", "operationId": "metadata.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadata/action/update": { "post": { "description": "Update an existing metadata object with new XML content", "operationId": "metadata.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "version": { "type": "integer" }, "xmlData": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]\n* `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@\n* `INVALID_METADATA_VERSION`: invalid metadata version [@VERSION@]\n* `XSLT_VALIDATION_ERROR`: XSLT validation error [@ERR_MSG@]" } }, "tags": [ "metadata" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "xmlData", "version" ] } }, "/service/metadata_metadata/action/updateFromFile": { "post": { "description": "Update an existing metadata object with new XML file", "operationId": "metadata.updateFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "XML metadata", "in": "formData", "name": "xmlFile", "required": false, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]\n* `INVALID_METADATA_DATA`: invalid metadata data: @ERR_MSG@" } }, "tags": [ "metadata" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xmlFile" ] } }, "/service/metadata_metadata/action/updateFromXSL": { "post": { "description": "Action transforms current metadata object XML using a provided XSL.", "operationId": "metadata.updateFromXSL", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "id", "required": true, "type": "integer" }, { "in": "formData", "name": "xslFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadata" } }, "x-Errors": { "description": "* `XSLT_VALIDATION_ERROR`: XSLT validation error [@ERR_MSG@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]\n* `METADATA_NOT_FOUND`: metadata not found, id [@ID@]" } }, "tags": [ "metadata" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xslFile" ] } }, "/service/metadata_metadatabatch/action/getExclusiveTransformMetadataJobs": { "post": { "description": "batch getExclusiveTransformMetadataJob action allows to get a BatchJob of type METADATA_TRANSFORM", "operationId": "metadataBatch.getExclusiveTransformMetadataJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBatchJobFilter" }, "lockKey": { "$ref": "#/definitions/KalturaExclusiveLockKey" }, "maxExecutionTime": { "type": "integer" }, "maxJobToPull": { "type": "integer" }, "numberOfJobs": { "type": "integer" } }, "required": [ "lockKey", "maxExecutionTime", "numberOfJobs" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBatchJob" }, "type": "array" } } }, "tags": [ "metadataBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "lockKey", "maxExecutionTime", "numberOfJobs", "filter", "maxJobToPull" ] } }, "/service/metadata_metadatabatch/action/getTransformMetadataObjects": { "post": { "description": "batch getTransformMetadataObjects action retrieve all metadata objects that requires upgrade and the total count", "operationId": "metadataBatch.getTransformMetadataObjects", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "destVersion": { "type": "integer" }, "metadataProfileId": { "type": "integer" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "srcVersion": { "type": "integer" } }, "required": [ "metadataProfileId", "srcVersion", "destVersion" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaTransformMetadataResponse" } } }, "tags": [ "metadataBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfileId", "srcVersion", "destVersion", "pager" ] } }, "/service/metadata_metadataprofile/action/add": { "post": { "description": "Allows you to add a metadata profile object and metadata profile content associated with Kaltura object type", "operationId": "metadataProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "metadataProfile": { "$ref": "#/definitions/KalturaMetadataProfile" }, "viewsData": { "type": "string" }, "xsdData": { "type": "string" } }, "required": [ "metadataProfile", "xsdData" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfile", "xsdData", "viewsData" ] } }, "/service/metadata_metadataprofile/action/addFromFile": { "post": { "description": "Allows you to add a metadata profile object and metadata profile file associated with Kaltura object type", "operationId": "metadataProfile.addFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[metadataObjectType]" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[name]" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[systemName]" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[description]" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[createMode]" }, { "$ref": "#/parameters/KalturaMetadataProfile:metadataProfile[disableReIndexing]" }, { "description": "XSD metadata definition", "in": "formData", "name": "xsdFile", "required": true, "type": "file" }, { "description": "UI views definition", "in": "formData", "name": "viewsFile", "required": false, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "metadataProfile", "xsdFile", "viewsFile" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaMetadataProfile`", "name": "metadataProfile", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" }, "subGroups": [] } ] } }, "/service/metadata_metadataprofile/action/delete": { "post": { "description": "Delete an existing metadata profile", "operationId": "metadataProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadataprofile/action/get": { "post": { "description": "Retrieve a metadata profile object by id", "operationId": "metadataProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadataprofile/action/list": { "post": { "description": "List metadata profile objects by filter and pager", "operationId": "metadataProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaMetadataProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfileListResponse" } } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/metadata_metadataprofile/action/listFields": { "post": { "description": "List metadata profile fields by metadata profile id", "operationId": "metadataProfile.listFields", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "metadataProfileId": { "type": "integer" } }, "required": [ "metadataProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfileFieldListResponse" } } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "metadataProfileId" ] } }, "/service/metadata_metadataprofile/action/revert": { "post": { "description": "Update an existing metadata object definition file", "operationId": "metadataProfile.revert", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "toVersion": { "type": "integer" } }, "required": [ "id", "toVersion" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]\n* `METADATA_UNABLE_TO_TRANSFORM`: Unable to transform metadata [@ERR_MSG@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "toVersion" ] } }, "/service/metadata_metadataprofile/action/serve": { "post": { "description": "Serves metadata profile XSD file", "operationId": "metadataProfile.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadataprofile/action/serveView": { "post": { "description": "Serves metadata profile view file", "operationId": "metadataProfile.serveView", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `FILE_DOESNT_EXIST`: File doesnt exist" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/metadata_metadataprofile/action/update": { "post": { "description": "Update an existing metadata object", "operationId": "metadataProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "metadataProfile": { "$ref": "#/definitions/KalturaMetadataProfile" }, "viewsData": { "type": "string" }, "xsdData": { "type": "string" } }, "required": [ "id", "metadataProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `METADATA_UNABLE_TO_TRANSFORM`: Unable to transform metadata [@ERR_MSG@]\n* `METADATA_TRANSFORMING`: Metadata profile is currently transforming\n* `METADATA_PROFILE_FILE_NOT_FOUND`: Metadata profile file not found [@FILE_NAME@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "metadataProfile", "xsdData", "viewsData" ] } }, "/service/metadata_metadataprofile/action/updateDefinitionFromFile": { "post": { "description": "Update an existing metadata object definition file", "operationId": "metadataProfile.updateDefinitionFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "XSD metadata definition", "in": "formData", "name": "xsdFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]\n* `METADATA_UNABLE_TO_TRANSFORM`: Unable to transform metadata [@ERR_MSG@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xsdFile" ] } }, "/service/metadata_metadataprofile/action/updateTransformationFromFile": { "post": { "description": "Update an existing metadata object XSLT file", "operationId": "metadataProfile.updateTransformationFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "XSLT file, will be executed on every metadata add/update", "in": "formData", "name": "xsltFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "xsltFile" ] } }, "/service/metadata_metadataprofile/action/updateViewsFromFile": { "post": { "description": "Update an existing metadata object views file", "operationId": "metadataProfile.updateViewsFromFile", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "id", "required": true, "type": "integer" }, { "description": "UI views file", "in": "formData", "name": "viewsFile", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaMetadataProfile" } }, "x-Errors": { "description": "* `METADATA_PROFILE_NOT_FOUND`: metadata profile not found, id [@ID@]\n* `METADATA_FILE_NOT_FOUND`: Metadata file not found [@FILE_NAME@]" } }, "tags": [ "metadataProfile" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "id", "viewsFile" ] } }, "/service/multicenters_filesyncimportbatch/action/extendFileSyncLock": { "post": { "description": "batch extendFileSyncLock action extends the expiration of a file sync lock", "operationId": "filesyncImportBatch.extendFileSyncLock", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "filesyncImportBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/multicenters_filesyncimportbatch/action/lockPendingFileSyncs": { "post": { "description": "batch lockPendingFileSyncs action locks file syncs for import by the file sync periodic worker", "operationId": "filesyncImportBatch.lockPendingFileSyncs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileSyncFilter" }, "maxCount": { "type": "integer" }, "maxSize": { "type": "integer" }, "sourceDc": { "type": "integer" }, "workerId": { "type": "integer" } }, "required": [ "filter", "workerId", "sourceDc", "maxCount" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLockFileSyncsResponse" } } }, "tags": [ "filesyncImportBatch" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "workerId", "sourceDc", "maxCount", "maxSize" ] } }, "/service/ndndistribution_ndn/action/getFeed": { "post": { "operationId": "ndn.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "ndn" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/notification/action/getClientNotification": { "post": { "description": "Return the notifications for a specific entry id and type", "operationId": "notification.getClientNotification", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "type": { "enum": [ 1, 2, 3, 4, 5, 6, 7, 21, 26 ], "type": "integer", "x-enumLabels": [ "ENTRY_ADD", "ENTR_UPDATE_PERMISSIONS", "ENTRY_DELETE", "ENTRY_BLOCK", "ENTRY_UPDATE", "ENTRY_UPDATE_THUMBNAIL", "ENTRY_UPDATE_MODERATION", "USER_ADD", "USER_BANNED" ], "x-enumType": "KalturaNotificationType" } }, "required": [ "entryId", "type" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaClientNotification" } } }, "tags": [ "notification" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "type" ] } }, "/service/partner/action/count": { "post": { "description": "Count partner's existing sub-publishers (count includes the partner itself).", "operationId": "partner.count", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPartnerFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/partner/action/get": { "post": { "description": "Retrieve partner object by Id", "operationId": "partner.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/partner/action/getInfo": { "post": { "deprecated": true, "description": "Retrieve all info attributed to the partner\n\nThis action expects no parameters. It returns information for the current KS partnerId.", "operationId": "partner.getInfo", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/partner/action/getPublicInfo": { "post": { "description": "Returns partner public info by Id", "operationId": "partner.getPublicInfo", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerPublicInfo" } }, "x-Errors": { "description": "* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/partner/action/getSecrets": { "post": { "description": "Retrieve partner secret and admin secret", "operationId": "partner.getSecrets", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "adminEmail": { "type": "string" }, "cmsPassword": { "type": "string" }, "otp": { "type": "string" }, "partnerId": { "type": "integer" } }, "required": [ "partnerId", "adminEmail", "cmsPassword" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid" } }, "security": [], "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerId", "adminEmail", "cmsPassword", "otp" ] } }, "/service/partner/action/getStatistics": { "post": { "description": "Get usage statistics for a partner\n\nCalculation is done according to partner's package", "operationId": "partner.getStatistics", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerStatistics" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/partner/action/getUsage": { "post": { "deprecated": true, "description": "Get usage statistics for a partner\n\nCalculation is done according to partner's package\n\nAdditional data returned is a graph points of streaming usage in a time frame\n\nThe resolution can be \"days\" or \"months\"", "operationId": "partner.getUsage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "month": { "default": 1, "type": "integer" }, "resolution": { "enum": [ "days", "hours", "minutes", "months", "ten_minutes", "ten_seconds", "years" ], "type": "string", "x-enumLabels": [ "DAYS", "HOURS", "MINUTES", "MONTHS", "TEN_MINUTES", "TEN_SECONDS", "YEARS" ], "x-enumType": "KalturaReportInterval" }, "year": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerUsage" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "year", "month", "resolution" ] } }, "/service/partner/action/list": { "post": { "description": "List partners by filter with paging support\n\nCurrent implementation will only list the sub partners of the partner initiating the API call (using the current KS).\n\nThis action is only partially implemented to support listing sub partners of a VAR partner.", "operationId": "partner.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPartnerFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerListResponse" } } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/partner/action/listFeatureStatus": { "post": { "description": "List partner's current processes' statuses", "operationId": "partner.listFeatureStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFeatureStatusListResponse" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/partner/action/listPartnersForUser": { "post": { "description": "Retrieve a list of partner objects which the current user is allowed to access.", "operationId": "partner.listPartnersForUser", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "partnerFilter": { "$ref": "#/definitions/KalturaPartnerFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerListResponse" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerFilter", "pager" ] } }, "/service/partner/action/register": { "post": { "description": "Create a new Partner object", "operationId": "partner.register", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "cmsPassword": { "type": "string" }, "partner": { "$ref": "#/definitions/KalturaPartner" }, "silent": { "default": false, "type": "boolean" }, "templatePartnerId": { "type": "integer" } }, "required": [ "partner" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `PARTNER_REGISTRATION_ERROR`: Error while registering partner with message \"@MESSAGE@\"" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partner", "cmsPassword", "templatePartnerId", "silent" ] } }, "/service/partner/action/registrationValidation": { "post": { "description": "Create a new Partner object", "operationId": "partner.registrationValidation", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "cmsPassword": { "type": "string" }, "partner": { "$ref": "#/definitions/KalturaPartner" }, "silent": { "default": false, "type": "boolean" }, "templatePartnerId": { "type": "integer" } }, "required": [ "partner" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } }, "x-Errors": { "description": "* `PARTNER_REGISTRATION_ERROR`: Error while registering partner with message \"@MESSAGE@\"" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partner", "cmsPassword", "templatePartnerId", "silent" ] } }, "/service/partner/action/update": { "post": { "description": "Update details and settings of an existing partner", "operationId": "partner.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "allowEmpty": { "default": false, "type": "boolean" }, "partner": { "$ref": "#/definitions/KalturaPartner" } }, "required": [ "partner" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "partner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partner", "allowEmpty" ] } }, "/service/permission/action/add": { "post": { "description": "Adds a new permission object to the account.", "operationId": "permission.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permission": { "$ref": "#/definitions/KalturaPermission" } }, "required": [ "permission" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermission" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `PROPERTY_VALIDATION_NOT_UPDATABLE`: The property \"@PROP_NAME@\" cannot be updated" } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permission" ] } }, "/service/permission/action/delete": { "post": { "description": "Deletes an existing permission object.", "operationId": "permission.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionName": { "type": "string" } }, "required": [ "permissionName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermission" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionName" ] } }, "/service/permission/action/get": { "post": { "description": "Retrieves a permission object using its ID.", "operationId": "permission.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionName": { "type": "string" } }, "required": [ "permissionName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermission" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionName" ] } }, "/service/permission/action/getCurrentPermissions": { "post": { "description": "Retrieves a list of permissions that apply to the current KS.", "operationId": "permission.getCurrentPermissions", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/permission/action/list": { "post": { "description": "Lists permission objects that are associated with an account.\n\nBlocked permissions are listed unless you use a filter to exclude them.\n\nBlocked permissions are listed unless you use a filter to exclude them.", "operationId": "permission.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPermissionFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionListResponse" } } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/permission/action/update": { "post": { "description": "Updates an existing permission object.", "operationId": "permission.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permission": { "$ref": "#/definitions/KalturaPermission" }, "permissionName": { "type": "string" } }, "required": [ "permissionName", "permission" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermission" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permission" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionName", "permission" ] } }, "/service/permissionitem/action/add": { "post": { "description": "Adds a new permission item object to the account.\n\nThis action is available only to Kaltura system administrators.", "operationId": "permissionItem.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionItem": { "$ref": "#/definitions/KalturaPermissionItem" } }, "required": [ "permissionItem" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionItem" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `PROPERTY_VALIDATION_NOT_UPDATABLE`: The property \"@PROP_NAME@\" cannot be updated" } }, "tags": [ "permissionItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionItem" ] } }, "/service/permissionitem/action/delete": { "post": { "description": "Deletes an existing permission item object.\n\nThis action is available only to Kaltura system administrators.", "operationId": "permissionItem.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionItemId": { "type": "integer" } }, "required": [ "permissionItemId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionItem" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permissionItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionItemId" ] } }, "/service/permissionitem/action/get": { "post": { "description": "Retrieves a permission item object using its ID.", "operationId": "permissionItem.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionItemId": { "type": "integer" } }, "required": [ "permissionItemId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionItem" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permissionItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionItemId" ] } }, "/service/permissionitem/action/list": { "post": { "description": "Lists permission item objects that are associated with an account.", "operationId": "permissionItem.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPermissionItemFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionItemListResponse" } } }, "tags": [ "permissionItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/permissionitem/action/update": { "post": { "description": "Updates an existing permission item object.\n\nThis action is available only to Kaltura system administrators.", "operationId": "permissionItem.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "permissionItem": { "$ref": "#/definitions/KalturaPermissionItem" }, "permissionItemId": { "type": "integer" } }, "required": [ "permissionItemId", "permissionItem" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPermissionItem" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "permissionItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "permissionItemId", "permissionItem" ] } }, "/service/playlist/action/add": { "post": { "description": "Add new playlist\n\nNote that all entries used in a playlist will become public and may appear in KalturaNetwork", "operationId": "playlist.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "playlist": { "$ref": "#/definitions/KalturaPlaylist" }, "updateStats": { "default": false, "type": "boolean" } }, "required": [ "playlist" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylist" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "playlist", "updateStats" ] } }, "/service/playlist/action/clone": { "post": { "description": "Clone an existing playlist", "operationId": "playlist.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "newPlaylist": { "$ref": "#/definitions/KalturaPlaylist" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylist" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `INVALID_PLAYLIST_TYPE`: Invalid playlist type" } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "newPlaylist" ] } }, "/service/playlist/action/delete": { "post": { "description": "Delete existing playlist", "operationId": "playlist.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `INVALID_PLAYLIST_TYPE`: Invalid playlist type" } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/playlist/action/execute": { "post": { "description": "Retrieve playlist for playing purpose", "operationId": "playlist.execute", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "detailed": { "type": "string" }, "filter": { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, "id": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "playlistContext": { "$ref": "#/definitions/KalturaContext" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": "array" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "detailed", "playlistContext", "filter", "pager" ] } }, "/service/playlist/action/executeFromContent": { "post": { "description": "Retrieve playlist for playing purpose, based on content", "operationId": "playlist.executeFromContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "detailed": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "playlistContent": { "type": "string" }, "playlistType": { "enum": [ 3, 10, 101, 102 ], "type": "integer", "x-enumLabels": [ "STATIC_LIST", "DYNAMIC", "EXTERNAL", "PATH" ], "x-enumType": "KalturaPlaylistType" } }, "required": [ "playlistType", "playlistContent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": "array" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "playlistType", "playlistContent", "detailed", "pager" ] } }, "/service/playlist/action/executeFromFilters": { "post": { "description": "Retrieve playlist for playing purpose, based on media entry filters", "operationId": "playlist.executeFromFilters", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "detailed": { "default": "1", "type": "string" }, "filters": { "items": { "$ref": "#/definitions/KalturaMediaEntryFilterForPlaylist" }, "type": "array" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "totalResults": { "type": "integer" } }, "required": [ "filters", "totalResults" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaBaseEntry" }, "type": "array" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filters", "totalResults", "detailed", "pager" ] } }, "/service/playlist/action/get": { "post": { "description": "Retrieve a playlist", "operationId": "playlist.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "version": { "default": -1, "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylist" } }, "x-Errors": { "description": "* `INVALID_ENTRY_ID`: Invalid entry id [\"@ID@\"]\n* `INVALID_PLAYLIST_TYPE`: Invalid playlist type" } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "version" ] } }, "/service/playlist/action/getStatsFromContent": { "post": { "deprecated": true, "description": "Retrieve playlist statistics", "operationId": "playlist.getStatsFromContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "playlistContent": { "type": "string" }, "playlistType": { "enum": [ 3, 10, 101, 102 ], "type": "integer", "x-enumLabels": [ "STATIC_LIST", "DYNAMIC", "EXTERNAL", "PATH" ], "x-enumType": "KalturaPlaylistType" } }, "required": [ "playlistType", "playlistContent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylist" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "playlistType", "playlistContent" ] } }, "/service/playlist/action/list": { "post": { "description": "List available playlists", "operationId": "playlist.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaPlaylistFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylistListResponse" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/playlist/action/update": { "post": { "description": "Update existing playlist\n\nNote - you cannot change playlist type. Updated playlist must be of the same type.", "operationId": "playlist.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "playlist": { "$ref": "#/definitions/KalturaPlaylist" }, "updateStats": { "default": false, "type": "boolean" } }, "required": [ "id", "playlist" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlaylist" } } }, "tags": [ "playlist" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "playlist", "updateStats" ] } }, "/service/playready_playreadydrm/action/generateKey": { "post": { "description": "Generate key id and content key for PlayReady encryption", "operationId": "playReadyDrm.generateKey", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlayReadyContentKey" } } }, "tags": [ "playReadyDrm" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/playready_playreadydrm/action/getContentKeys": { "post": { "description": "Get content keys for input key ids", "operationId": "playReadyDrm.getContentKeys", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "keyIds": { "type": "string" } }, "required": [ "keyIds" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaPlayReadyContentKey" }, "type": "array" } } }, "tags": [ "playReadyDrm" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "keyIds" ] } }, "/service/playready_playreadydrm/action/getEntryContentKey": { "post": { "description": "Get content key and key id for the given entry", "operationId": "playReadyDrm.getEntryContentKey", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "createIfMissing": { "default": false, "type": "boolean" }, "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlayReadyContentKey" } } }, "tags": [ "playReadyDrm" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "createIfMissing" ] } }, "/service/playready_playreadydrm/action/getLicenseDetails": { "post": { "description": "Get Play Ready policy and dates for license creation", "operationId": "playReadyDrm.getLicenseDetails", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "deviceId": { "type": "string" }, "deviceType": { "type": "integer" }, "entryId": { "type": "string" }, "keyId": { "type": "string" }, "referrer": { "type": "string" } }, "required": [ "keyId", "deviceId", "deviceType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPlayReadyLicenseDetails" } }, "x-Errors": { "description": "* `MISSING_MANDATORY_PARAMETER`: Missing parameter \"@PARAM_NAME@\"\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_NOT_FOUND_BY_KEY_ID`: Entry not found by PlayReady key id [@KEY_ID@].\n* `PLAYREADY_POLICY_NOT_FOUND`: PlayReady policy not found for entry [@ENTRY_ID@]." } }, "tags": [ "playReadyDrm" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "keyId", "deviceId", "deviceType", "entryId", "referrer" ] } }, "/service/poll_poll/action/add": { "post": { "description": "Add Action", "operationId": "poll.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pollType": { "default": "SINGLE_ANONYMOUS", "type": "string" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "poll" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pollType" ] } }, "/service/poll_poll/action/getVote": { "post": { "description": "Vote Action", "operationId": "poll.getVote", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pollId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "pollId", "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "poll" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pollId", "userId" ] } }, "/service/poll_poll/action/getVotes": { "post": { "description": "Get Votes Action", "operationId": "poll.getVotes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "answerIds": { "type": "string" }, "pollId": { "type": "string" } }, "required": [ "pollId", "answerIds" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "poll" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pollId", "answerIds" ] } }, "/service/poll_poll/action/resetVotes": { "post": { "description": "Get resetVotes Action", "operationId": "poll.resetVotes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pollId": { "type": "string" } }, "required": [ "pollId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "poll" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pollId" ] } }, "/service/poll_poll/action/vote": { "post": { "description": "Vote Action", "operationId": "poll.vote", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "answerIds": { "type": "string" }, "pollId": { "type": "string" }, "userId": { "type": "string" } }, "required": [ "pollId", "userId", "answerIds" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "poll" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pollId", "userId", "answerIds" ] } }, "/service/quiz_quiz/action/add": { "post": { "description": "Allows to add a quiz to an entry", "operationId": "quiz.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "quiz": { "$ref": "#/definitions/KalturaQuiz" } }, "required": [ "entryId", "quiz" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaQuiz" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_USER_ID`: Invalid user id\n* `PROVIDED_ENTRY_IS_ALREADY_A_QUIZ`: Provided entry [@ENTRY_ID@] is already a quiz" } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "quiz" ] } }, "/service/quiz_quiz/action/get": { "post": { "description": "Allows to get a quiz", "operationId": "quiz.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaQuiz" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/quiz_quiz/action/getUrl": { "post": { "description": "sends a with an api request for pdf from quiz object", "operationId": "quiz.getUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "quizOutputType": { "enum": [ 1 ], "type": "integer", "x-enumLabels": [ "PDF" ], "x-enumType": "KalturaQuizOutputType" } }, "required": [ "entryId", "quizOutputType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PROVIDED_ENTRY_IS_NOT_A_QUIZ`: Provided entry [@ENTRY_ID@] is not a quiz\n* `QUIZ_CANNOT_BE_DOWNLOAD`: Quiz cannot be download" } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "quizOutputType" ] } }, "/service/quiz_quiz/action/list": { "post": { "description": "List quiz objects by filter and pager", "operationId": "quiz.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaQuizFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaQuizListResponse" } } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/quiz_quiz/action/serve": { "post": { "description": "creates a pdf from quiz object\n\nThe Output type defines the file format in which the quiz will be generated\n\nCurrently only PDF files are supported", "operationId": "quiz.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "quizOutputType": { "enum": [ 1 ], "type": "integer", "x-enumLabels": [ "PDF" ], "x-enumType": "KalturaQuizOutputType" } }, "required": [ "entryId", "quizOutputType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `PROVIDED_ENTRY_IS_NOT_A_QUIZ`: Provided entry [@ENTRY_ID@] is not a quiz" } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "quizOutputType" ] } }, "/service/quiz_quiz/action/update": { "post": { "description": "Allows to update a quiz", "operationId": "quiz.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "quiz": { "$ref": "#/definitions/KalturaQuiz" } }, "required": [ "entryId", "quiz" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaQuiz" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_USER_ID`: Invalid user id\n* `PROVIDED_ENTRY_IS_NOT_A_QUIZ`: Provided entry [@ENTRY_ID@] is not a quiz" } }, "tags": [ "quiz" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "quiz" ] } }, "/service/rating_rating/action/checkRating": { "post": { "operationId": "rating.checkRating", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "rating" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/rating_rating/action/getRatingCounts": { "post": { "operationId": "rating.getRatingCounts", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaRatingCountFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRatingCountListResponse" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `MUST_FILTER_BY_RANK`: Must pass either rankIn or rankEqual on filter" } }, "tags": [ "rating" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/rating_rating/action/rate": { "post": { "operationId": "rating.rate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "rank": { "type": "integer" } }, "required": [ "entryId", "rank" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_RANK_VALUE`: Invalid rank value, rank should be between 1 and 5" } }, "tags": [ "rating" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "rank" ] } }, "/service/rating_rating/action/removeRating": { "post": { "operationId": "rating.removeRating", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `USER_RATING_FOR_ENTRY_NOT_FOUND`: This user has not rated this entry" } }, "tags": [ "rating" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/reach_entryvendortask/action/abort": { "post": { "description": "Cancel entry task. will only occur for task in PENDING or PENDING_MODERATION status", "operationId": "entryVendorTask.abort", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "abortReason": { "type": "string" }, "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "abortReason" ] } }, "/service/reach_entryvendortask/action/add": { "post": { "description": "Allows you to add a entry vendor task", "operationId": "entryVendorTask.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryVendorTask": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "required": [ "entryVendorTask" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]\n* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]\n* `ENTRY_VENDOR_TASK_DUPLICATION`: Entry vendor task already exists for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@] and version [@VERSION@]\n* `EXCEEDED_MAX_CREDIT_ALLOWED`: Exceeded max credit allowed, task could not be added for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryVendorTask" ] } }, "/service/reach_entryvendortask/action/approve": { "post": { "description": "Approve entry vendor task for execution.", "operationId": "entryVendorTask.approve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]\n* `CANNOT_APPROVE_NOT_MODERATED_TASK`: Cannot approve task which is not pending moderation\n* `EXCEEDED_MAX_CREDIT_ALLOWED`: Exceeded max credit allowed, task could not be added for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_entryvendortask/action/exportToCsv": { "post": { "description": "add batch job that sends an email with a link to download an updated CSV that contains list of users", "operationId": "entryVendorTask.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEntryVendorTaskFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/reach_entryvendortask/action/extendAccessKey": { "post": { "description": "Extend access key in case the existing one has expired.", "operationId": "entryVendorTask.extendAccessKey", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]\n* `CANNOT_EXTEND_ACCESS_KEY`: Extending accessKey for non processing task is not allowed" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_entryvendortask/action/get": { "post": { "description": "Retrieve specific entry vendor task by id", "operationId": "entryVendorTask.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_entryvendortask/action/getJobs": { "post": { "description": "get KalturaEntryVendorTask objects for specific vendor partner", "operationId": "entryVendorTask.getJobs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEntryVendorTaskFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTaskListResponse" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/reach_entryvendortask/action/getServeUrl": { "post": { "operationId": "entryVendorTask.getServeUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dueDate": { "type": "string", "x-inputType": "datetime" }, "filterInput": { "type": "integer" }, "filterType": { "type": "string" }, "status": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filterType", "filterInput", "status", "dueDate" ] } }, "/service/reach_entryvendortask/action/list": { "post": { "description": "List KalturaEntryVendorTask objects", "operationId": "entryVendorTask.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaEntryVendorTaskFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTaskListResponse" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/reach_entryvendortask/action/reject": { "post": { "description": "Reject entry vendor task for execution.", "operationId": "entryVendorTask.reject", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "rejectReason": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]\n* `CANNOT_REJECT_NOT_MODERATED_TASK`: Cannot reject task which is not pending moderation" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "rejectReason" ] } }, "/service/reach_entryvendortask/action/serve": { "post": { "operationId": "entryVendorTask.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dueDate": { "type": "string", "x-inputType": "datetime" }, "partnerId": { "type": "integer" }, "status": { "type": "integer" }, "vendorPartnerId": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "vendorPartnerId", "partnerId", "status", "dueDate" ] } }, "/service/reach_entryvendortask/action/serveCsv": { "post": { "deprecated": true, "description": "Will serve a requested csv", "operationId": "entryVendorTask.serveCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_entryvendortask/action/update": { "post": { "description": "Update entry vendor task. Only the properties that were set will be updated.", "operationId": "entryVendorTask.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryVendorTask": { "$ref": "#/definitions/KalturaEntryVendorTask" }, "id": { "type": "integer" } }, "required": [ "id", "entryVendorTask" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryVendorTask" ] } }, "/service/reach_entryvendortask/action/updateJob": { "post": { "description": "Update entry vendor task. Only the properties that were set will be updated.", "operationId": "entryVendorTask.updateJob", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryVendorTask": { "$ref": "#/definitions/KalturaEntryVendorTask" }, "id": { "type": "integer" } }, "required": [ "id", "entryVendorTask" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaEntryVendorTask" } }, "x-Errors": { "description": "* `ENTRY_VENDOR_TASK_NOT_FOUND`: Entry vendor task item with id provided not found [@ID@]" } }, "tags": [ "entryVendorTask" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "entryVendorTask" ] } }, "/service/reach_partnercatalogitem/action/add": { "post": { "description": "Assign existing catalogItem to specific account", "operationId": "PartnerCatalogItem.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]\n* `VENDOR_CATALOG_ITEM_ALREADY_ENABLED_ON_PARTNER`: Vendor catalog item with id [@ID@] already enabled for partner [@PARTNER_ID@]" } }, "tags": [ "PartnerCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_partnercatalogitem/action/delete": { "post": { "description": "Remove existing catalogItem from specific account", "operationId": "PartnerCatalogItem.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]\n* `VENDOR_CATALOG_ITEM_ALREADY_ENABLED_ON_PARTNER`: Vendor catalog item with id [@ID@] already enabled for partner [@PARTNER_ID@]" } }, "tags": [ "PartnerCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_reachprofile/action/add": { "post": { "description": "Allows you to add a partner specific reach profile", "operationId": "reachProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "reachProfile": { "$ref": "#/definitions/KalturaReachProfile" } }, "required": [ "reachProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfile" } } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reachProfile" ] } }, "/service/reach_reachprofile/action/delete": { "post": { "description": "Delete vednor profile by id", "operationId": "reachProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_reachprofile/action/get": { "post": { "description": "Retrieve specific reach profile by id", "operationId": "reachProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfile" } }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_reachprofile/action/list": { "post": { "description": "List KalturaReachProfile objects", "operationId": "reachProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaReachProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfileListResponse" } } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/reach_reachprofile/action/syncCredit": { "post": { "description": "sync vendor profile credit", "operationId": "reachProfile.syncCredit", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "reachProfileId": { "type": "integer" } }, "required": [ "reachProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfile" } }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reachProfileId" ] } }, "/service/reach_reachprofile/action/update": { "post": { "description": "Update an existing reach profile object", "operationId": "reachProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "reachProfile": { "$ref": "#/definitions/KalturaReachProfile" } }, "required": [ "id", "reachProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfile" } }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "reachProfile" ] } }, "/service/reach_reachprofile/action/updateStatus": { "post": { "description": "Update reach profile status by id", "operationId": "reachProfile.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaReachProfileStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReachProfile" } }, "x-Errors": { "description": "* `REACH_PROFILE_NOT_FOUND`: Reach profile with id provided not found [@ID@]" } }, "tags": [ "reachProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/reach_vendorcatalogitem/action/add": { "post": { "description": "Allows you to add an service catalog item", "operationId": "vendorCatalogItem.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "vendorCatalogItem": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "required": [ "vendorCatalogItem" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItem" } } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "vendorCatalogItem" ] } }, "/service/reach_vendorcatalogitem/action/addFromBulkUpload": { "post": { "operationId": "vendorCatalogItem.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadVendorCatalogItemData:bulkUploadVendorCatalogItemData[objectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadVendorCatalogItemData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadVendorCatalogItemData`", "name": "bulkUploadVendorCatalogItemData", "schema": { "$ref": "#/definitions/KalturaBulkUploadVendorCatalogItemData" }, "subGroups": [] } ] } }, "/service/reach_vendorcatalogitem/action/delete": { "post": { "description": "Delete vedor catalog item object", "operationId": "vendorCatalogItem.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]" } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_vendorcatalogitem/action/get": { "post": { "description": "Retrieve specific catalog item by id", "operationId": "vendorCatalogItem.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]" } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/reach_vendorcatalogitem/action/getServeUrl": { "post": { "operationId": "vendorCatalogItem.getServeUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "vendorPartnerId": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "vendorPartnerId" ] } }, "/service/reach_vendorcatalogitem/action/list": { "post": { "description": "List KalturaVendorCatalogItem objects", "operationId": "vendorCatalogItem.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaVendorCatalogItemFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItemListResponse" } } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/reach_vendorcatalogitem/action/serve": { "post": { "operationId": "vendorCatalogItem.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "vendorPartnerId": { "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "vendorPartnerId" ] } }, "/service/reach_vendorcatalogitem/action/update": { "post": { "description": "Update an existing vedor catalog item object", "operationId": "vendorCatalogItem.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "vendorCatalogItem": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "required": [ "id", "vendorCatalogItem" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]" } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "vendorCatalogItem" ] } }, "/service/reach_vendorcatalogitem/action/updateStatus": { "post": { "description": "Update vendor catalog item status by id", "operationId": "vendorCatalogItem.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DEPRECATED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaVendorCatalogItemStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVendorCatalogItem" } }, "x-Errors": { "description": "* `CATALOG_ITEM_NOT_FOUND`: Catalog item with id provided not found [@ID@]\n* `VENDOR_CATALOG_ITEM_DUPLICATE_SYSTEM_NAME`: Vendor catalog item with system name [@NAME@] already exists." } }, "tags": [ "vendorCatalogItem" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/report/action/execute": { "post": { "operationId": "report.execute", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "params": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReportResponse" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "params" ] } }, "/service/report/action/exportToCsv": { "post": { "operationId": "report.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "params": { "$ref": "#/definitions/KalturaReportExportParams" } }, "required": [ "params" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReportExportResponse" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "params" ] } }, "/service/report/action/getBaseTotal": { "post": { "description": "report getBaseTotal action allows to get the total base for storage reports", "operationId": "report.getBaseTotal", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "objectIds": { "type": "string" }, "reportInputFilter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "reportType": { "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "required": [ "reportType", "reportInputFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaReportBaseTotal" }, "type": "array" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "reportInputFilter", "objectIds", "responseOptions" ] } }, "/service/report/action/getCsv": { "post": { "operationId": "report.getCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "excludedFields": { "type": "string" }, "id": { "type": "integer" }, "params": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "params", "excludedFields" ] } }, "/service/report/action/getCsvFromStringParams": { "post": { "description": "Returns report CSV file executed by string params with the following convention: param1=value1;param2=value2\n\nexcludedFields can be supplied comma separated", "operationId": "report.getCsvFromStringParams", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "excludedFields": { "type": "string" }, "id": { "type": "integer" }, "params": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "params", "excludedFields" ] } }, "/service/report/action/getGraphs": { "post": { "description": "report getGraphs action allows to get a graph data for a specific report.", "operationId": "report.getGraphs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dimension": { "type": "string" }, "objectIds": { "type": "string" }, "reportInputFilter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "reportType": { "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "required": [ "reportType", "reportInputFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaReportGraph" }, "type": "array" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "reportInputFilter", "dimension", "objectIds", "responseOptions" ] } }, "/service/report/action/getTable": { "post": { "description": "report getTable action allows to get a graph data for a specific report.", "operationId": "report.getTable", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "objectIds": { "type": "string" }, "order": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "reportInputFilter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "reportType": { "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "required": [ "reportType", "reportInputFilter", "pager" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReportTable" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "reportInputFilter", "pager", "order", "objectIds", "responseOptions" ] } }, "/service/report/action/getTotal": { "post": { "description": "report getTotal action allows to get a graph data for a specific report.", "operationId": "report.getTotal", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "objectIds": { "type": "string" }, "reportInputFilter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "reportType": { "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "required": [ "reportType", "reportInputFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaReportTotal" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportType", "reportInputFilter", "objectIds", "responseOptions" ] } }, "/service/report/action/getUrlForReportAsCsv": { "post": { "description": "will create a CSV file for the given report and return the URL to access it", "operationId": "report.getUrlForReportAsCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "dimension": { "type": "string" }, "headers": { "type": "string" }, "objectIds": { "type": "string" }, "order": { "type": "string" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "reportInputFilter": { "$ref": "#/definitions/KalturaReportInputFilter" }, "reportText": { "type": "string" }, "reportTitle": { "type": "string" }, "reportType": { "enum": [ "quiz.QUIZ", "quiz.QUIZ_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION", "quiz.QUIZ_USER_PERCENTAGE", "1", "2", "3", "4", "5", "6", "7", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "201", "10001", "10002", "10003", "10004", "10005", "10006", "10007", "10008", "10009", "10010", "10011", "10012", "10013", "10014", "10015", "20001", "20002", "20003", "20004", "20005", "20006", "20007", "20008", "20009", "20010", "20011", "20012", "20013", "20014", "20015", "20016", "20017", "20018", "20019", "20020", "20021", "20022", "20023", "30001", "30002", "30003", "30004", "30005", "30006", "30007", "30008", "30009", "30010", "30011", "30012", "30013", "30014", "30015", "30016", "30017", "30018", "30019", "30020", "30021", "30022", "30023", "30024", "30025", "30026", "30027", "30028", "30029", "30030", "30031", "30032", "30033", "30034", "30035", "30036", "30037", "30038", "30039", "30040", "30041", "30042", "30043", "30044", "30045", "30046", "30047", "30048", "30049", "30050", "30051", "30052", "30053", "30054", "30055", "30056", "30057", "30058", "30059", "30060", "30061", "30062", "30063", "30064", "40001", "40002", "40003", "40004", "40005", "40006", "40007", "40008", "40009", "40010", "40011", "40012", "40013", "50000", "50001", "50002", "50003", "50004", "50005" ], "type": "string", "x-enumLabels": [ "QUIZ", "QUIZ_AGGREGATE_BY_QUESTION", "QUIZ_USER_AGGREGATE_BY_QUESTION", "QUIZ_USER_PERCENTAGE", "TOP_CONTENT", "CONTENT_DROPOFF", "CONTENT_INTERACTIONS", "MAP_OVERLAY", "TOP_CONTRIBUTORS", "TOP_SYNDICATION", "CONTENT_CONTRIBUTIONS", "USER_ENGAGEMENT", "SPECIFIC_USER_ENGAGEMENT", "USER_TOP_CONTENT", "USER_CONTENT_DROPOFF", "USER_CONTENT_INTERACTIONS", "APPLICATIONS", "USER_USAGE", "SPECIFIC_USER_USAGE", "VAR_USAGE", "TOP_CREATORS", "PLATFORMS", "OPERATING_SYSTEM", "BROWSERS", "LIVE", "TOP_PLAYBACK_CONTEXT", "VPAAS_USAGE", "ENTRY_USAGE", "REACH_USAGE", "TOP_CUSTOM_VAR1", "MAP_OVERLAY_CITY", "OPERATING_SYSTEM_FAMILIES", "BROWSERS_FAMILIES", "USER_ENGAGEMENT_TIMELINE", "UNIQUE_USERS_PLAY", "MAP_OVERLAY_COUNTRY", "MAP_OVERLAY_REGION", "TOP_CONTENT_CREATOR", "TOP_CONTENT_CONTRIBUTORS", "APP_DOMAIN_UNIQUE_ACTIVE_USERS", "TOP_SOURCES", "VPAAS_USAGE_MULTI", "PERCENTILES", "CONTENT_REPORT_REASONS", "PLAYER_RELATED_INTERACTIONS", "PLAYBACK_RATE", "TOP_USER_CONTENT", "USER_HIGHLIGHTS", "USER_INTERACTIVE_VIDEO", "INTERACTIVE_VIDEO_TOP_NODES", "LATEST_PLAYED_ENTRIES", "CATEGORY_HIGHLIGHTS", "SUB_CATEGORIES", "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS", "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS", "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES", "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES", "TOP_CUSTOM_VAR2", "TOP_CUSTOM_VAR3", "SELF_SERVE_USAGE", "FLAVOR_PARAMS_TRANSCODING_USAGE", "PLAYER_HIGHLIGHTS", "PARTNER_USAGE_HIGHLIGHTS", "CDN_BANDWIDTH_USAGE", "REACH_CATALOG_USAGE", "REACH_PROFILE_USAGE", "SELF_SERVE_BANDWIDTH", "PARTNER_USAGE", "MAP_OVERLAY_COUNTRY_REALTIME", "MAP_OVERLAY_REGION_REALTIME", "MAP_OVERLAY_CITY_REALTIME", "PLATFORMS_REALTIME", "USERS_OVERVIEW_REALTIME", "QOS_OVERVIEW_REALTIME", "DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME", "ENTRY_LEVEL_USERS_STATUS_REALTIME", "PLATFORMS_DISCOVERY_REALTIME", "PLAYBACK_TYPE_REALTIME", "CONTENT_REALTIME", "DISCOVERY_VIEW_REALTIME", "TOP_ENDED_BROADCAST_ENTRIES", "TOP_LIVE_NOW_ENTRIES", "CONTENT_DROPOFF_VPAAS", "TOP_SYNDICATION_VPAAS", "USER_TOP_CONTENT_VPAAS", "USER_USAGE_VPAAS", "PLATFORMS_VPAAS", "OPERATING_SYSTEM_VPAAS", "BROWSERS_VPAAS", "OPERATING_SYSTEM_FAMILIES_VPAAS", "BROWSERS_FAMILIES_VPAAS", "USER_ENGAGEMENT_TIMELINE_VPAAS", "UNIQUE_USERS_PLAY_VPAAS", "MAP_OVERLAY_COUNTRY_VPAAS", "MAP_OVERLAY_REGION_VPAAS", "MAP_OVERLAY_CITY_VPAAS", "TOP_CONTENT_CREATOR_VPAAS", "TOP_CONTENT_CONTRIBUTORS_VPAAS", "TOP_SOURCES_VPAAS", "CONTENT_REPORT_REASONS_VPAAS", "PLAYER_RELATED_INTERACTIONS_VPAAS", "PLAYBACK_RATE_VPAAS", "PARTNER_USAGE_VPAAS", "TOP_PLAYBACK_CONTEXT_VPAAS", "SELF_SERVE_USAGE_VPAAS", "QOE_OVERVIEW", "QOE_EXPERIENCE", "QOE_EXPERIENCE_PLATFORMS", "QOE_EXPERIENCE_COUNTRY", "QOE_EXPERIENCE_REGION", "QOE_EXPERIENCE_CITY", "QOE_EXPERIENCE_BROWSERS_FAMILIES", "QOE_EXPERIENCE_BROWSERS", "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES", "QOE_EXPERIENCE_OPERATING_SYSTEM", "QOE_EXPERIENCE_PLAYER_VERSION", "QOE_EXPERIENCE_ENTRY", "QOE_EXPERIENCE_ISP", "QOE_ENGAGEMENT", "QOE_ENGAGEMENT_PLATFORMS", "QOE_ENGAGEMENT_COUNTRY", "QOE_ENGAGEMENT_REGION", "QOE_ENGAGEMENT_CITY", "QOE_ENGAGEMENT_BROWSERS_FAMILIES", "QOE_ENGAGEMENT_BROWSERS", "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES", "QOE_ENGAGEMENT_OPERATING_SYSTEM", "QOE_ENGAGEMENT_PLAYER_VERSION", "QOE_ENGAGEMENT_ENTRY", "QOE_ENGAGEMENT_ISP", "QOE_STREAM_QUALITY", "QOE_STREAM_QUALITY_PLATFORMS", "QOE_STREAM_QUALITY_COUNTRY", "QOE_STREAM_QUALITY_REGION", "QOE_STREAM_QUALITY_CITY", "QOE_STREAM_QUALITY_BROWSERS_FAMILIES", "QOE_STREAM_QUALITY_BROWSERS", "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES", "QOE_STREAM_QUALITY_OPERATING_SYSTEM", "QOE_STREAM_QUALITY_PLAYER_VERSION", "QOE_STREAM_QUALITY_ENTRY", "QOE_STREAM_QUALITY_ISP", "QOE_ERROR_TRACKING", "QOE_ERROR_TRACKING_CODES", "QOE_ERROR_TRACKING_PLATFORMS", "QOE_ERROR_TRACKING_BROWSERS_FAMILIES", "QOE_ERROR_TRACKING_BROWSERS", "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES", "QOE_ERROR_TRACKING_OPERATING_SYSTEM", "QOE_ERROR_TRACKING_PLAYER_VERSION", "QOE_ERROR_TRACKING_ENTRY", "QOE_VOD_SESSION_FLOW", "QOE_LIVE_SESSION_FLOW", "QOE_EXPERIENCE_CUSTOM_VAR1", "QOE_EXPERIENCE_CUSTOM_VAR2", "QOE_EXPERIENCE_CUSTOM_VAR3", "QOE_ENGAGEMENT_CUSTOM_VAR1", "QOE_ENGAGEMENT_CUSTOM_VAR2", "QOE_ENGAGEMENT_CUSTOM_VAR3", "QOE_STREAM_QUALITY_CUSTOM_VAR1", "QOE_STREAM_QUALITY_CUSTOM_VAR2", "QOE_STREAM_QUALITY_CUSTOM_VAR3", "QOE_ERROR_TRACKING_CUSTOM_VAR1", "QOE_ERROR_TRACKING_CUSTOM_VAR2", "QOE_ERROR_TRACKING_CUSTOM_VAR3", "QOE_EXPERIENCE_APPLICATION_VERSION", "QOE_ENGAGEMENT_APPLICATION_VERSION", "QOE_STREAM_QUALITY_APPLICATION_VERSION", "QOE_ERROR_TRACKING_APPLICATION_VERSION", "HIGHLIGHTS_WEBCAST", "ENGAGEMENT_WEBCAST", "QUALITY_WEBCAST", "MAP_OVERLAY_COUNTRY_WEBCAST", "MAP_OVERLAY_REGION_WEBCAST", "MAP_OVERLAY_CITY_WEBCAST", "PLATFORMS_WEBCAST", "TOP_DOMAINS_WEBCAST", "TOP_USERS_WEBCAST", "ENGAGEMENT_BREAKDOWN_WEBCAST", "ENGAGMENT_TIMELINE_WEBCAST", "ENGAGEMENT_TOOLS_WEBCAST", "REACTIONS_BREAKDOWN_WEBCAST", "VE_HIGHLIGHTS", "VE_REGISTERED_PLATFORMS", "VE_REGISTERED_INDUSTRY", "VE_REGISTERED_ROLES", "VE_REGISTERED_COUNTRIES", "VE_REGISTERED_WORLD_REGIONS" ], "x-enumType": "KalturaReportType" }, "responseOptions": { "$ref": "#/definitions/KalturaReportResponseOptions" } }, "required": [ "reportTitle", "reportText", "headers", "reportType", "reportInputFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "reportTitle", "reportText", "headers", "reportType", "reportInputFilter", "dimension", "pager", "order", "objectIds", "responseOptions" ] } }, "/service/report/action/serve": { "post": { "description": "Will serve a requested report", "operationId": "report.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "report" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/responseprofile/action/add": { "post": { "description": "Add new response profile", "operationId": "responseProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "addResponseProfile": { "$ref": "#/definitions/KalturaResponseProfile" } }, "required": [ "addResponseProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfile" } } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "addResponseProfile" ] } }, "/service/responseprofile/action/clone": { "post": { "description": "Clone an existing response profile", "operationId": "responseProfile.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "profile": { "$ref": "#/definitions/KalturaResponseProfile" } }, "required": [ "id", "profile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfile" } }, "x-Errors": { "description": "* `RESPONSE_PROFILE_ID_NOT_FOUND`: Response profile id [@ID@] not found\n* `RESPONSE_PROFILE_DUPLICATE_SYSTEM_NAME`: Response profile system-name [@SYSTEM_NAME@] already exists" } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "profile" ] } }, "/service/responseprofile/action/delete": { "post": { "description": "Delete response profile by id", "operationId": "responseProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `RESPONSE_PROFILE_ID_NOT_FOUND`: Response profile id [@ID@] not found" } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/responseprofile/action/get": { "post": { "description": "Get response profile by id", "operationId": "responseProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfile" } }, "x-Errors": { "description": "* `RESPONSE_PROFILE_ID_NOT_FOUND`: Response profile id [@ID@] not found" } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/responseprofile/action/list": { "post": { "description": "List response profiles by filter and pager", "operationId": "responseProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaResponseProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfileListResponse" } } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/responseprofile/action/recalculate": { "post": { "description": "Recalculate response profile cached objects", "operationId": "responseProfile.recalculate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "options": { "$ref": "#/definitions/KalturaResponseProfileCacheRecalculateOptions" } }, "required": [ "options" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfileCacheRecalculateResults" } } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "options" ] } }, "/service/responseprofile/action/update": { "post": { "description": "Update response profile by id", "operationId": "responseProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "updateResponseProfile": { "$ref": "#/definitions/KalturaResponseProfile" } }, "required": [ "id", "updateResponseProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfile" } }, "x-Errors": { "description": "* `RESPONSE_PROFILE_ID_NOT_FOUND`: Response profile id [@ID@] not found" } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "updateResponseProfile" ] } }, "/service/responseprofile/action/updateStatus": { "post": { "description": "Update response profile status by id", "operationId": "responseProfile.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ENABLED", "DELETED" ], "x-enumType": "KalturaResponseProfileStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaResponseProfile" } }, "x-Errors": { "description": "* `RESPONSE_PROFILE_ID_NOT_FOUND`: Response profile id [@ID@] not found" } }, "tags": [ "responseProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/schedule_scheduleevent/action/add": { "post": { "description": "Allows you to add a new KalturaScheduleEvent object", "operationId": "scheduleEvent.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEvent": { "$ref": "#/definitions/KalturaScheduleEvent" } }, "required": [ "scheduleEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEvent" } } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEvent" ] } }, "/service/schedule_scheduleevent/action/addFromBulkUpload": { "post": { "description": "Add new bulk upload batch job", "operationId": "scheduleEvent.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadScheduleEventJobData:bulkUploadData[privileges]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadScheduleEventJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadScheduleEventJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] } ] } }, "/service/schedule_scheduleevent/action/cancel": { "post": { "description": "Mark the KalturaScheduleEvent object as cancelled", "operationId": "scheduleEvent.cancel", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" } }, "required": [ "scheduleEventId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEvent" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId" ] } }, "/service/schedule_scheduleevent/action/delete": { "post": { "description": "Mark the KalturaScheduleEvent object as deleted", "operationId": "scheduleEvent.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" } }, "required": [ "scheduleEventId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEvent" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `RECURRENCE_CANT_BE_DELETE`: Recurence [@ID@] cannot be deleted, use cancel or delete the parent recurring event [@PARENT_ID@]" } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId" ] } }, "/service/schedule_scheduleevent/action/get": { "post": { "description": "Retrieve a KalturaScheduleEvent object by ID", "operationId": "scheduleEvent.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" } }, "required": [ "scheduleEventId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEvent" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId" ] } }, "/service/schedule_scheduleevent/action/getConflicts": { "post": { "description": "List conflicting events for resourcesIds by event's dates", "operationId": "scheduleEvent.getConflicts", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "resourceIds": { "type": "string" }, "scheduleEvent": { "$ref": "#/definitions/KalturaScheduleEvent" }, "scheduleEventConflictType": { "default": 1, "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "RESOURCE_CONFLICT", "BLACKOUT_CONFLICT", "BOTH" ], "x-enumType": "KalturaScheduleEventConflictType" }, "scheduleEventIdToIgnore": { "type": "string" } }, "required": [ "resourceIds", "scheduleEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventListResponse" } } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "resourceIds", "scheduleEvent", "scheduleEventIdToIgnore", "scheduleEventConflictType" ] } }, "/service/schedule_scheduleevent/action/list": { "post": { "description": "List KalturaScheduleEvent objects", "operationId": "scheduleEvent.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaScheduleEventFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventListResponse" } } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/schedule_scheduleevent/action/update": { "post": { "description": "Update an existing KalturaScheduleEvent object", "operationId": "scheduleEvent.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEvent": { "$ref": "#/definitions/KalturaScheduleEvent" }, "scheduleEventId": { "type": "integer" } }, "required": [ "scheduleEventId", "scheduleEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEvent" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId", "scheduleEvent" ] } }, "/service/schedule_scheduleevent/action/updateLiveFeature": { "post": { "description": "Add feature to live event", "operationId": "scheduleEvent.updateLiveFeature", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "featureName": { "type": "string" }, "liveFeature": { "$ref": "#/definitions/KalturaLiveFeature" }, "scheduledEventId": { "type": "integer" } }, "required": [ "scheduledEventId", "featureName", "liveFeature" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLiveStreamScheduleEvent" } } }, "tags": [ "scheduleEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduledEventId", "featureName", "liveFeature" ] } }, "/service/schedule_scheduleeventresource/action/add": { "post": { "description": "Allows you to add a new KalturaScheduleEventResource object", "operationId": "scheduleEventResource.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventResource": { "$ref": "#/definitions/KalturaScheduleEventResource" } }, "required": [ "scheduleEventResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventResource" } } }, "tags": [ "scheduleEventResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventResource" ] } }, "/service/schedule_scheduleeventresource/action/delete": { "post": { "description": "Mark the KalturaScheduleEventResource object as deleted", "operationId": "scheduleEventResource.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" }, "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleEventId", "scheduleResourceId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEventResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId", "scheduleResourceId" ] } }, "/service/schedule_scheduleeventresource/action/get": { "post": { "description": "Retrieve a KalturaScheduleEventResource object by ID", "operationId": "scheduleEventResource.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" }, "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleEventId", "scheduleResourceId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventResource" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEventResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId", "scheduleResourceId" ] } }, "/service/schedule_scheduleeventresource/action/list": { "post": { "description": "List KalturaScheduleEventResource objects", "operationId": "scheduleEventResource.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaScheduleEventResourceFilter" }, "filterBlackoutConflicts": { "default": true, "type": "boolean" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventResourceListResponse" } } }, "tags": [ "scheduleEventResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager", "filterBlackoutConflicts" ] } }, "/service/schedule_scheduleeventresource/action/update": { "post": { "description": "Update an existing KalturaScheduleEventResource object", "operationId": "scheduleEventResource.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleEventId": { "type": "integer" }, "scheduleEventResource": { "$ref": "#/definitions/KalturaScheduleEventResource" }, "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleEventId", "scheduleResourceId", "scheduleEventResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleEventResource" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleEventResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleEventId", "scheduleResourceId", "scheduleEventResource" ] } }, "/service/schedule_scheduleresource/action/add": { "post": { "description": "Allows you to add a new KalturaScheduleResource object", "operationId": "scheduleResource.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleResource": { "$ref": "#/definitions/KalturaScheduleResource" } }, "required": [ "scheduleResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleResource" } } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleResource" ] } }, "/service/schedule_scheduleresource/action/addFromBulkUpload": { "post": { "description": "Add new bulk upload batch job", "operationId": "scheduleResource.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[columns]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[processObjectId]" }, { "$ref": "#/parameters/KalturaBulkUploadCsvJobData:bulkUploadData[processObjectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadCsvJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadCsvJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] } ] } }, "/service/schedule_scheduleresource/action/delete": { "post": { "description": "Mark the KalturaScheduleResource object as deleted", "operationId": "scheduleResource.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleResourceId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleResource" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleResourceId" ] } }, "/service/schedule_scheduleresource/action/get": { "post": { "description": "Retrieve a KalturaScheduleResource object by ID", "operationId": "scheduleResource.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleResourceId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleResource" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleResourceId" ] } }, "/service/schedule_scheduleresource/action/list": { "post": { "description": "List KalturaScheduleResource objects", "operationId": "scheduleResource.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaScheduleResourceFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleResourceListResponse" } } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/schedule_scheduleresource/action/update": { "post": { "description": "Update an existing KalturaScheduleResource object", "operationId": "scheduleResource.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduleResource": { "$ref": "#/definitions/KalturaScheduleResource" }, "scheduleResourceId": { "type": "integer" } }, "required": [ "scheduleResourceId", "scheduleResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduleResource" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "scheduleResource" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduleResourceId", "scheduleResource" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/add": { "post": { "description": "Add a new scheduled task profile", "operationId": "scheduledTaskProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "scheduledTaskProfile": { "$ref": "#/definitions/KalturaScheduledTaskProfile" } }, "required": [ "scheduledTaskProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduledTaskProfile" } } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduledTaskProfile" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/delete": { "post": { "description": "Delete a scheduled task profile", "operationId": "scheduledTaskProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `SCHEDULED_TASK_PROFILE_NOT_FOUND`: Scheduled task profile [@ID@] not found" } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/get": { "post": { "description": "Retrieve a scheduled task profile by id", "operationId": "scheduledTaskProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduledTaskProfile" } }, "x-Errors": { "description": "* `SCHEDULED_TASK_PROFILE_NOT_FOUND`: Scheduled task profile [@ID@] not found" } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/getDryRunResults": { "post": { "operationId": "scheduledTaskProfile.getDryRunResults", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "requestId": { "type": "integer" } }, "required": [ "requestId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaObjectListResponse" } } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "requestId" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/list": { "post": { "description": "List scheduled task profiles", "operationId": "scheduledTaskProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaScheduledTaskProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduledTaskProfileListResponse" } } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/requestDryRun": { "post": { "operationId": "scheduledTaskProfile.requestDryRun", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "maxResults": { "default": 500, "type": "integer" }, "scheduledTaskProfileId": { "type": "integer" } }, "required": [ "scheduledTaskProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "scheduledTaskProfileId", "maxResults" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/serveDryRunResults": { "post": { "description": "Serves dry run results by its request id", "operationId": "scheduledTaskProfile.serveDryRunResults", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "requestId": { "type": "integer" } }, "required": [ "requestId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "requestId" ] } }, "/service/scheduledtask_scheduledtaskprofile/action/update": { "post": { "description": "Update an existing scheduled task profile", "operationId": "scheduledTaskProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "scheduledTaskProfile": { "$ref": "#/definitions/KalturaScheduledTaskProfile" } }, "required": [ "id", "scheduledTaskProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaScheduledTaskProfile" } }, "x-Errors": { "description": "* `SCHEDULED_TASK_PROFILE_NOT_FOUND`: Scheduled task profile [@ID@] not found" } }, "tags": [ "scheduledTaskProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "scheduledTaskProfile" ] } }, "/service/schema/action/serve": { "post": { "description": "Serves the requested XSD according to the type and name.", "operationId": "schema.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "type": { "enum": [ "bulkUploadXml.bulkUploadResultXML", "bulkUploadXml.bulkUploadXML", "cuePoint.ingestAPI", "cuePoint.serveAPI", "dropFolderXmlBulkUpload.dropFolderXml", "syndication" ], "type": "string", "x-enumLabels": [ "BULK_UPLOAD_RESULT_XML", "BULK_UPLOAD_XML", "INGEST_API", "SERVE_API", "DROP_FOLDER_XML", "SYNDICATION" ], "x-enumType": "KalturaSchemaType" } }, "required": [ "type" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "schema" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "type" ] } }, "/service/searchhistory_searchhistory/action/delete": { "post": { "operationId": "searchHistory.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "searchTerm": { "type": "string" } }, "required": [ "searchTerm" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "searchHistory" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "searchTerm" ] } }, "/service/searchhistory_searchhistory/action/list": { "post": { "operationId": "searchHistory.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaESearchHistoryFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaESearchHistoryListResponse" } } }, "tags": [ "searchHistory" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/servernode/action/add": { "post": { "description": "Adds a server node to the Kaltura DB.", "operationId": "serverNode.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNode": { "$ref": "#/definitions/KalturaServerNode" } }, "required": [ "serverNode" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNode" ] } }, "/service/servernode/action/delete": { "post": { "description": "delete server node by id", "operationId": "serverNode.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNodeId": { "type": "string" } }, "required": [ "serverNodeId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId" ] } }, "/service/servernode/action/disable": { "post": { "description": "Disable server node by id", "operationId": "serverNode.disable", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNodeId": { "type": "string" } }, "required": [ "serverNodeId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId" ] } }, "/service/servernode/action/enable": { "post": { "description": "Enable server node by id", "operationId": "serverNode.enable", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNodeId": { "type": "string" } }, "required": [ "serverNodeId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId" ] } }, "/service/servernode/action/get": { "post": { "description": "Get server node by id", "operationId": "serverNode.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNodeId": { "type": "integer" } }, "required": [ "serverNodeId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId" ] } }, "/service/servernode/action/getFullPath": { "post": { "description": "Get the edge server node full path", "operationId": "serverNode.getFullPath", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "deliveryFormat": { "type": "string" }, "deliveryType": { "type": "string" }, "hostName": { "type": "string" }, "protocol": { "default": "http", "type": "string" } }, "required": [ "hostName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hostName", "protocol", "deliveryFormat", "deliveryType" ] } }, "/service/servernode/action/list": { "post": { "operationId": "serverNode.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaServerNodeFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNodeListResponse" } } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/servernode/action/markOffline": { "post": { "description": "Mark server node offline", "operationId": "serverNode.markOffline", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNodeId": { "type": "string" } }, "required": [ "serverNodeId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId" ] } }, "/service/servernode/action/reportStatus": { "post": { "description": "Update server node status", "operationId": "serverNode.reportStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hostName": { "type": "string" }, "serverNode": { "$ref": "#/definitions/KalturaServerNode" }, "serverNodeStatus": { "default": 1, "enum": [ 1, 2, 3, 4, 5 ], "type": "integer", "x-enumLabels": [ "ACTIVE", "DISABLED", "DELETED", "NOT_REGISTERED", "NOT_OPERATIONAL" ], "x-enumType": "KalturaServerNodeStatus" } }, "required": [ "hostName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hostName", "serverNode", "serverNodeStatus" ] } }, "/service/servernode/action/update": { "post": { "description": "Update server node by id", "operationId": "serverNode.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "serverNode": { "$ref": "#/definitions/KalturaServerNode" }, "serverNodeId": { "type": "integer" } }, "required": [ "serverNodeId", "serverNode" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaServerNode" } } }, "tags": [ "serverNode" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "serverNodeId", "serverNode" ] } }, "/service/session/action/end": { "post": { "description": "End a session with the Kaltura server, making the current KS invalid.", "operationId": "session.end", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/session/action/get": { "post": { "description": "Parse session key and return its info", "operationId": "session.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "session": { "type": "string" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSessionInfo" } }, "x-Errors": { "description": "* `START_SESSION_ERROR`: Error while starting session for partner [@PID@]" } }, "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "session" ] } }, "/service/session/action/impersonate": { "post": { "description": "Start an impersonated session with Kaltura's server.\n\nThe result KS is the session key that you should pass to all services that requires a ticket.", "operationId": "session.impersonate", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "default": 86400, "type": "integer" }, "impersonatedPartnerId": { "type": "integer" }, "partnerId": { "type": "integer" }, "privileges": { "type": "string" }, "secret": { "type": "string", "x-inputType": "password" }, "type": { "default": 0, "enum": [ 0, 2 ], "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" }, "userId": { "type": "string" } }, "required": [ "secret", "impersonatedPartnerId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `START_SESSION_ERROR`: Error while starting session for partner [@PID@]" } }, "security": [], "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "secret", "impersonatedPartnerId", "userId", "type", "partnerId", "expiry", "privileges" ] } }, "/service/session/action/impersonateByKs": { "post": { "description": "Start an impersonated session with Kaltura's server.\n\nThe result KS info contains the session key that you should pass to all services that requires a ticket.\n\nType, expiry and privileges won't be changed if they're not set", "operationId": "session.impersonateByKs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "type": "integer" }, "privileges": { "type": "string" }, "session": { "type": "string" }, "type": { "enum": [ 0, 2 ], "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" } }, "required": [ "session" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSessionInfo" } }, "x-Errors": { "description": "* `START_SESSION_ERROR`: Error while starting session for partner [@PID@]" } }, "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "session", "type", "expiry", "privileges" ] } }, "/service/session/action/start": { "post": { "description": "Start a session with Kaltura's server.\n\nThe result KS is the session key that you should pass to all services that requires a ticket.", "operationId": "session.start", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "default": 86400, "type": "integer" }, "partnerId": { "type": "integer" }, "privileges": { "type": "string" }, "secret": { "type": "string", "x-inputType": "password" }, "type": { "default": 0, "enum": [ 0, 2 ], "type": "integer", "x-enumLabels": [ "USER", "ADMIN" ], "x-enumType": "KalturaSessionType" }, "userId": { "type": "string" } }, "required": [ "secret" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `START_SESSION_ERROR`: Error while starting session for partner [@PID@]" } }, "security": [], "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "secret", "userId", "type", "partnerId", "expiry", "privileges" ] } }, "/service/session/action/startWidgetSession": { "post": { "description": "Start a session for Kaltura's flash widgets", "operationId": "session.startWidgetSession", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "default": 86400, "type": "integer" }, "widgetId": { "type": "string" } }, "required": [ "widgetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaStartWidgetSessionResponse" } }, "x-Errors": { "description": "* `INVALID_WIDGET_ID`: Unknown widget [@WIDGET_ID@]\n* `MISSING_KS`: Missing KS, session not established\n* `INVALID_KS`: Invalid KS \"@KSID@\", Error \"@ERR_CODE@,@ERR_DESC@\"\n* `START_WIDGET_SESSION_ERROR`: error while starting session for widget id [@WIDGET_ID@]" } }, "security": [], "tags": [ "session" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "widgetId", "expiry" ] } }, "/service/shortlink_shortlink/action/add": { "post": { "description": "Allows you to add a short link object", "operationId": "shortLink.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "shortLink": { "$ref": "#/definitions/KalturaShortLink" } }, "required": [ "shortLink" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaShortLink" } } }, "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "shortLink" ] } }, "/service/shortlink_shortlink/action/delete": { "post": { "description": "Mark the short link as deleted", "operationId": "shortLink.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaShortLink" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/shortlink_shortlink/action/get": { "post": { "description": "Retrieve an short link object by id", "operationId": "shortLink.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaShortLink" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/shortlink_shortlink/action/goto": { "post": { "description": "Serves short link", "operationId": "shortLink.goto", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "proxy": { "default": false, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "security": [], "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "proxy" ] } }, "/service/shortlink_shortlink/action/list": { "post": { "description": "List short link objects by filter and pager", "operationId": "shortLink.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaShortLinkFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaShortLinkListResponse" } } }, "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/shortlink_shortlink/action/update": { "post": { "description": "Update existing short link", "operationId": "shortLink.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "shortLink": { "$ref": "#/definitions/KalturaShortLink" } }, "required": [ "id", "shortLink" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaShortLink" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "shortLink" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "shortLink" ] } }, "/service/sip_pexip/action/generateSipUrl": { "post": { "operationId": "pexip.generateSipUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "regenerate": { "default": false, "type": "boolean" }, "sourceType": { "default": 1, "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "PICTURE_IN_PICTURE", "TALKING_HEADS", "SCREEN_SHARE" ], "x-enumType": "KalturaSipSourceType" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "pexip" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "regenerate", "sourceType" ] } }, "/service/sip_pexip/action/handleIncomingCall": { "post": { "operationId": "pexip.handleIncomingCall", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "pexip" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/sip_pexip/action/listRooms": { "post": { "operationId": "pexip.listRooms", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "activeOnly": { "default": false, "type": "boolean" }, "offset": { "default": 0, "type": "integer" }, "pageSize": { "default": 500, "type": "integer" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaStringValue" }, "type": "array" } } }, "tags": [ "pexip" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "offset", "pageSize", "activeOnly" ] } }, "/service/sso_sso/action/add": { "post": { "description": "Adds a new sso configuration.", "operationId": "sso.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "sso": { "$ref": "#/definitions/KalturaSso" } }, "required": [ "sso" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSso" } }, "x-Errors": { "description": "* `DUPLICATE_SSO`: SSO with id [@ID@] already exists in system" } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "sso" ] } }, "/service/sso_sso/action/delete": { "post": { "description": "Delete sso by ID", "operationId": "sso.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "ssoId": { "type": "integer" } }, "required": [ "ssoId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSso" } }, "x-Errors": { "description": "* `INVALID_SSO_ID`: Invalid sso id - @ID@" } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "ssoId" ] } }, "/service/sso_sso/action/get": { "post": { "description": "Retrieves sso object", "operationId": "sso.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "ssoId": { "type": "integer" } }, "required": [ "ssoId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSso" } }, "x-Errors": { "description": "* `INVALID_SSO_ID`: Invalid sso id - @ID@" } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "ssoId" ] } }, "/service/sso_sso/action/list": { "post": { "description": "Lists sso objects that are associated with an account.", "operationId": "sso.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaSsoFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSsoListResponse" } } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/sso_sso/action/login": { "post": { "description": "Login with SSO, getting redirect url according to application type and partner Id\n\nor according to application type and domain", "operationId": "sso.login", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "applicationType": { "type": "string" }, "partnerId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "userId", "applicationType" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `SSO_NOT_FOUND`" } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "applicationType", "partnerId" ] } }, "/service/sso_sso/action/update": { "post": { "description": "Update sso by ID", "operationId": "sso.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "sso": { "$ref": "#/definitions/KalturaSso" }, "ssoId": { "type": "integer" } }, "required": [ "ssoId", "sso" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSso" } }, "x-Errors": { "description": "* `INVALID_SSO_ID`: Invalid sso id - @ID@" } }, "tags": [ "sso" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "ssoId", "sso" ] } }, "/service/stats/action/collect": { "post": { "description": "Will write to the event log a single line representing the event\n\nclient version - will help interpret the line structure. Different client versions might have slightly different data/data formats in the line\nevent_id - number is the row number in yuval's excel\ndatetime - same format as MySql's datetime - can change and should reflect the time zone\nsession id - can be some big random number or guid\npartner id\nentry id\nunique viewer\nwidget id\nui_conf id\nuid - the puser id as set by the ppartner\ncurrent point - in milliseconds\nduration - milliseconds\nuser ip\nprocess duration - in milliseconds\ncontrol id\nseek\nnew point\nreferrer\n\nKalturaStatsEvent $event", "operationId": "stats.collect", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "event": { "$ref": "#/definitions/KalturaStatsEvent" } }, "required": [ "event" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "security": [], "tags": [ "stats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "event" ] } }, "/service/stats/action/kmcCollect": { "post": { "description": "Will collect the kmcEvent sent form the KMC client\n\n// this will actually be an empty function because all events will be sent using GET and will anyway be logged in the Apache log", "operationId": "stats.kmcCollect", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "kmcEvent": { "$ref": "#/definitions/KalturaStatsKmcEvent" } }, "required": [ "kmcEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "security": [], "tags": [ "stats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "kmcEvent" ] } }, "/service/stats/action/reportDeviceCapabilities": { "post": { "description": "Use this action to report device capabilities to the kaltura server.", "operationId": "stats.reportDeviceCapabilities", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "data": { "type": "string" } }, "required": [ "data" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "security": [], "tags": [ "stats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "data" ] } }, "/service/stats/action/reportError": { "post": { "description": "Use this action to report errors to the kaltura server.", "operationId": "stats.reportError", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "errorCode": { "type": "string" }, "errorMessage": { "type": "string" } }, "required": [ "errorCode", "errorMessage" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "security": [], "tags": [ "stats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "errorCode", "errorMessage" ] } }, "/service/stats/action/reportKceError": { "post": { "operationId": "stats.reportKceError", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "kalturaCEError": { "$ref": "#/definitions/KalturaCEError" } }, "required": [ "kalturaCEError" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaCEError" } } }, "security": [], "tags": [ "stats" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "kalturaCEError" ] } }, "/service/storageprofile/action/add": { "post": { "description": "Adds a storage profile to the Kaltura DB.", "operationId": "storageProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "storageProfile": { "$ref": "#/definitions/KalturaStorageProfile" } }, "required": [ "storageProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaStorageProfile" } } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "storageProfile" ] } }, "/service/storageprofile/action/get": { "post": { "description": "Get storage profile by id", "operationId": "storageProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "storageProfileId": { "type": "integer" } }, "required": [ "storageProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaStorageProfile" } } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "storageProfileId" ] } }, "/service/storageprofile/action/list": { "post": { "operationId": "storageProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaStorageProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaStorageProfileListResponse" } } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/storageprofile/action/lockPendingFileSyncs": { "post": { "description": "storage profile lockPendingFileSyncs action locks file syncs for export by the file sync periodic worker", "operationId": "storageProfile.lockPendingFileSyncs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaFileSyncFilter" }, "maxCount": { "type": "integer" }, "maxSize": { "default": 9223372036854776000, "type": "integer" }, "storageProfileId": { "type": "integer" }, "workerId": { "type": "integer" } }, "required": [ "filter", "workerId", "storageProfileId", "maxCount" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaLockFileSyncsResponse" } } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "workerId", "storageProfileId", "maxCount", "maxSize" ] } }, "/service/storageprofile/action/update": { "post": { "description": "Update storage profile by id", "operationId": "storageProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "storageProfile": { "$ref": "#/definitions/KalturaStorageProfile" }, "storageProfileId": { "type": "integer" } }, "required": [ "storageProfileId", "storageProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaStorageProfile" } } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "storageProfileId", "storageProfile" ] } }, "/service/storageprofile/action/updateStatus": { "post": { "operationId": "storageProfile.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "AUTOMATIC", "MANUAL" ], "x-enumType": "KalturaStorageProfileStatus" }, "storageId": { "type": "integer" } }, "required": [ "storageId", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "storageProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "storageId", "status" ] } }, "/service/synacorhbodistribution_synacorhbo/action/getFeed": { "post": { "operationId": "synacorHbo.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "synacorHbo" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/syndicationfeed/action/add": { "post": { "description": "Add new Syndication Feed", "operationId": "syndicationFeed.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "syndicationFeed": { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } }, "required": [ "syndicationFeed" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "syndicationFeed" ] } }, "/service/syndicationfeed/action/delete": { "post": { "description": "Delete Syndication Feed by ID", "operationId": "syndicationFeed.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_FEED_ID`: Unknown feed [@FEED_ID@]" } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/syndicationfeed/action/get": { "post": { "description": "Get Syndication Feed by ID", "operationId": "syndicationFeed.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } }, "x-Errors": { "description": "* `INVALID_FEED_ID`: Unknown feed [@FEED_ID@]" } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/syndicationfeed/action/getEntryCount": { "post": { "description": "get entry count for a syndication feed", "operationId": "syndicationFeed.getEntryCount", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "feedId": { "type": "string" } }, "required": [ "feedId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSyndicationFeedEntryCount" } }, "x-Errors": { "description": "* `INVALID_FEED_ID`: Unknown feed [@FEED_ID@]" } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "feedId" ] } }, "/service/syndicationfeed/action/list": { "post": { "description": "List Syndication Feeds by filter with paging support", "operationId": "syndicationFeed.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaBaseSyndicationFeedFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseSyndicationFeedListResponse" } } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/syndicationfeed/action/requestConversion": { "post": { "description": "request conversion for all entries that doesn't have the required flavor param\n\nreturns a comma-separated ids of conversion jobs", "operationId": "syndicationFeed.requestConversion", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "feedId": { "type": "string" } }, "required": [ "feedId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `INVALID_FEED_ID`: Unknown feed [@FEED_ID@]" } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "feedId" ] } }, "/service/syndicationfeed/action/update": { "post": { "description": "Update Syndication Feed by ID", "operationId": "syndicationFeed.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "syndicationFeed": { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } }, "required": [ "id", "syndicationFeed" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBaseSyndicationFeed" } }, "x-Errors": { "description": "* `INVALID_FEED_ID`: Unknown feed [@FEED_ID@]" } }, "tags": [ "syndicationFeed" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "syndicationFeed" ] } }, "/service/system/action/getHealthCheck": { "post": { "operationId": "system.getHealthCheck", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "security": [], "tags": [ "system" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/system/action/getTime": { "post": { "operationId": "system.getTime", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "security": [], "tags": [ "system" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/system/action/getVersion": { "post": { "operationId": "system.getVersion", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "security": [], "tags": [ "system" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/system/action/ping": { "post": { "operationId": "system.ping", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "security": [], "tags": [ "system" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/system/action/pingDatabase": { "post": { "operationId": "system.pingDatabase", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "security": [], "tags": [ "system" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/get": { "post": { "description": "Retrieve all info about partner\n\nThis service gets partner id as parameter and accessable to the admin console partner only", "operationId": "systemPartner.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pId": { "type": "integer" } }, "required": [ "pId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartner" } }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pId" ] } }, "/service/systempartner_systempartner/action/getAdminSession": { "post": { "operationId": "systemPartner.getAdminSession", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "pId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pId", "userId" ] } }, "/service/systempartner_systempartner/action/getConfiguration": { "post": { "operationId": "systemPartner.getConfiguration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pId": { "type": "integer" } }, "required": [ "pId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSystemPartnerConfiguration" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pId" ] } }, "/service/systempartner_systempartner/action/getPackages": { "post": { "operationId": "systemPartner.getPackages", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaSystemPartnerPackage" }, "type": "array" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/getPackagesClassOfService": { "post": { "operationId": "systemPartner.getPackagesClassOfService", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaSystemPartnerPackage" }, "type": "array" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/getPackagesVertical": { "post": { "operationId": "systemPartner.getPackagesVertical", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaSystemPartnerPackage" }, "type": "array" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/getPlayerDeliveryTypes": { "post": { "operationId": "systemPartner.getPlayerDeliveryTypes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaPlayerDeliveryType" }, "type": "array" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/getPlayerEmbedCodeTypes": { "post": { "operationId": "systemPartner.getPlayerEmbedCodeTypes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaPlayerEmbedCodeType" }, "type": "array" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/systempartner_systempartner/action/getUsage": { "post": { "operationId": "systemPartner.getUsage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "partnerFilter": { "$ref": "#/definitions/KalturaPartnerFilter" }, "usageFilter": { "$ref": "#/definitions/KalturaSystemPartnerUsageFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSystemPartnerUsageListResponse" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerFilter", "usageFilter", "pager" ] } }, "/service/systempartner_systempartner/action/list": { "post": { "operationId": "systemPartner.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaSystemPartnerFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerListResponse" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/systempartner_systempartner/action/listUserLoginData": { "post": { "operationId": "systemPartner.listUserLoginData", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserLoginDataFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserLoginDataListResponse" } } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/systempartner_systempartner/action/resetUserPassword": { "post": { "operationId": "systemPartner.resetUserPassword", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "newPassword": { "type": "string" }, "pId": { "type": "integer" }, "userId": { "type": "string" } }, "required": [ "userId", "pId", "newPassword" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "pId", "newPassword" ] } }, "/service/systempartner_systempartner/action/updateConfiguration": { "post": { "operationId": "systemPartner.updateConfiguration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "configuration": { "$ref": "#/definitions/KalturaSystemPartnerConfiguration" }, "pId": { "type": "integer" } }, "required": [ "pId", "configuration" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pId", "configuration" ] } }, "/service/systempartner_systempartner/action/updateStatus": { "post": { "operationId": "systemPartner.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "reason": { "type": "string" }, "status": { "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" } }, "required": [ "id", "status", "reason" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "systemPartner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status", "reason" ] } }, "/service/tagsearch_tag/action/deletePending": { "post": { "description": "Action goes over all tags with instanceCount==0 and checks whether they need to be removed from the DB. Returns number of removed tags.", "operationId": "tag.deletePending", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } } }, "tags": [ "tag" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/tagsearch_tag/action/indexCategoryEntryTags": { "post": { "operationId": "tag.indexCategoryEntryTags", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "categoryId": { "type": "integer" }, "pcToDecrement": { "type": "string" }, "pcToIncrement": { "type": "string" } }, "required": [ "categoryId", "pcToDecrement", "pcToIncrement" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "tag" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "categoryId", "pcToDecrement", "pcToIncrement" ] } }, "/service/tagsearch_tag/action/search": { "post": { "operationId": "tag.search", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "tagFilter": { "$ref": "#/definitions/KalturaTagFilter" } }, "required": [ "tagFilter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaTagListResponse" } } }, "tags": [ "tag" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "tagFilter", "pager" ] } }, "/service/thumbasset/action/add": { "post": { "description": "Add thumbnail asset", "operationId": "thumbAsset.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "thumbAsset": { "$ref": "#/definitions/KalturaThumbAsset" } }, "required": [ "entryId", "thumbAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `THUMB_ASSET_ALREADY_EXISTS`: Thumbnail asset id \"@ASSET_ID@\" already use thumbnail params id \"@PARAMS_ID@\"\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "thumbAsset" ] } }, "/service/thumbasset/action/addFromImage": { "post": { "operationId": "thumbAsset.addFromImage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "entryId", "required": true, "type": "string" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "entryId", "fileData" ] } }, "/service/thumbasset/action/addFromUrl": { "post": { "deprecated": true, "operationId": "thumbAsset.addFromUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "url": { "type": "string" } }, "required": [ "entryId", "url" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "url" ] } }, "/service/thumbasset/action/delete": { "post": { "operationId": "thumbAsset.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "thumbAssetId": { "type": "string" } }, "required": [ "thumbAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbAssetId" ] } }, "/service/thumbasset/action/export": { "post": { "description": "manually export an asset", "operationId": "thumbAsset.export", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "assetId": { "type": "string" }, "storageProfileId": { "type": "integer" } }, "required": [ "assetId", "storageProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaFlavorAsset" } }, "x-Errors": { "description": "* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "assetId", "storageProfileId" ] } }, "/service/thumbasset/action/generate": { "post": { "operationId": "thumbAsset.generate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "sourceAssetId": { "type": "string" }, "thumbParams": { "$ref": "#/definitions/KalturaThumbParams" } }, "required": [ "entryId", "thumbParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_TYPE_NOT_SUPPORTED`: Entry type \"@ENTRY_TYPE@\" not supported\n* `ENTRY_MEDIA_TYPE_NOT_SUPPORTED`: Entry media type \"@MEDIA_TYPE@\" not supported\n* `THUMB_ASSET_PARAMS_ID_NOT_FOUND`\n* `INVALID_ENTRY_STATUS`: Invalid entry status\n* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "thumbParams", "sourceAssetId" ] } }, "/service/thumbasset/action/generateByEntryId": { "post": { "operationId": "thumbAsset.generateByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "destThumbParamsId": { "type": "integer" }, "entryId": { "type": "string" } }, "required": [ "entryId", "destThumbParamsId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_TYPE_NOT_SUPPORTED`: Entry type \"@ENTRY_TYPE@\" not supported\n* `ENTRY_MEDIA_TYPE_NOT_SUPPORTED`: Entry media type \"@MEDIA_TYPE@\" not supported\n* `THUMB_ASSET_PARAMS_ID_NOT_FOUND`\n* `INVALID_ENTRY_STATUS`: Invalid entry status\n* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "destThumbParamsId" ] } }, "/service/thumbasset/action/get": { "post": { "operationId": "thumbAsset.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "thumbAssetId": { "type": "string" } }, "required": [ "thumbAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbAssetId" ] } }, "/service/thumbasset/action/getByEntryId": { "post": { "deprecated": true, "operationId": "thumbAsset.getByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaThumbAsset" }, "type": "array" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId" ] } }, "/service/thumbasset/action/getRemotePaths": { "post": { "description": "Get remote storage existing paths for the asset", "operationId": "thumbAsset.getRemotePaths", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaRemotePathListResponse" } }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/thumbasset/action/getUrl": { "post": { "description": "Get download URL for the asset", "operationId": "thumbAsset.getUrl", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "storageId": { "type": "integer" }, "thumbParams": { "$ref": "#/definitions/KalturaThumbParams" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "storageId", "thumbParams" ] } }, "/service/thumbasset/action/list": { "post": { "description": "List Thumbnail Assets by filter and pager", "operationId": "thumbAsset.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaAssetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAssetListResponse" } } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/thumbasset/action/regenerate": { "post": { "operationId": "thumbAsset.regenerate", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "thumbAssetId": { "type": "string" } }, "required": [ "thumbAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `ENTRY_TYPE_NOT_SUPPORTED`: Entry type \"@ENTRY_TYPE@\" not supported\n* `ENTRY_MEDIA_TYPE_NOT_SUPPORTED`: Entry media type \"@MEDIA_TYPE@\" not supported\n* `THUMB_ASSET_PARAMS_ID_NOT_FOUND`\n* `INVALID_ENTRY_STATUS`: Invalid entry status" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbAssetId" ] } }, "/service/thumbasset/action/serve": { "post": { "description": "Serves thumbnail by its id", "operationId": "thumbAsset.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "options": { "$ref": "#/definitions/KalturaThumbnailServeOptions" }, "thumbAssetId": { "type": "string" }, "thumbParams": { "$ref": "#/definitions/KalturaThumbParams" }, "version": { "type": "integer" } }, "required": [ "thumbAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready\n* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbAssetId", "version", "thumbParams", "options" ] } }, "/service/thumbasset/action/serveByEntryId": { "post": { "description": "Serves thumbnail by entry id and thumbnail params id", "operationId": "thumbAsset.serveByEntryId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryId": { "type": "string" }, "thumbParamId": { "type": "integer" } }, "required": [ "entryId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `THUMB_ASSET_IS_NOT_READY`: The thumbnail asset is not ready\n* `THUMB_ASSET_PARAMS_ID_NOT_FOUND`\n* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryId", "thumbParamId" ] } }, "/service/thumbasset/action/setAsDefault": { "post": { "description": "Tags the thumbnail as DEFAULT_THUMB and removes that tag from all other thumbnail assets of the entry.\n\nCreate a new file sync link on the entry thumbnail that points to the thumbnail asset file sync.", "operationId": "thumbAsset.setAsDefault", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "thumbAssetId": { "type": "string" } }, "required": [ "thumbAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbAssetId" ] } }, "/service/thumbasset/action/setContent": { "post": { "description": "Update content of thumbnail asset", "operationId": "thumbAsset.setContent", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "contentResource": { "$ref": "#/definitions/KalturaContentResource" }, "id": { "type": "string" } }, "required": [ "id", "contentResource" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY`: Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used\n* `UPLOADED_FILE_NOT_FOUND_BY_TOKEN`: The uploaded file was not found by the given token id, or was already used\n* `RECORDED_WEBCAM_FILE_NOT_FOUND`: The recorded webcam file was not found by the given token id, or was already used\n* `THUMB_ASSET_ID_NOT_FOUND`: The Thumbnail asset id \"@ID@\" not found\n* `STORAGE_PROFILE_ID_NOT_FOUND`: Storage profile id @ID@ not found\n* `RESOURCE_TYPE_NOT_SUPPORTED`: Resource type \"@RES_TYPE@\" not supported" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "contentResource" ] } }, "/service/thumbasset/action/update": { "post": { "description": "Update thumbnail asset", "operationId": "thumbAsset.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "thumbAsset": { "$ref": "#/definitions/KalturaThumbAsset" } }, "required": [ "id", "thumbAsset" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbAsset" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found" } }, "tags": [ "thumbAsset" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "thumbAsset" ] } }, "/service/thumbnail_thumbnail/action/transform": { "post": { "description": "Retrieves a thumbnail according to the required transformation", "operationId": "thumbnail.transform", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "transformString": { "type": "string" } }, "required": [ "transformString" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "thumbnail" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "transformString" ] } }, "/service/thumbparams/action/add": { "post": { "description": "Add new Thumb Params", "operationId": "thumbParams.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "thumbParams": { "$ref": "#/definitions/KalturaThumbParams" } }, "required": [ "thumbParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParams" } } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "thumbParams" ] } }, "/service/thumbparams/action/delete": { "post": { "description": "Delete Thumb Params by ID", "operationId": "thumbParams.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/thumbparams/action/get": { "post": { "description": "Get Thumb Params by ID", "operationId": "thumbParams.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParams" } } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/thumbparams/action/getByConversionProfileId": { "post": { "description": "Get Thumb Params by Conversion Profile ID", "operationId": "thumbParams.getByConversionProfileId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "conversionProfileId": { "type": "integer" } }, "required": [ "conversionProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaThumbParams" }, "type": "array" } } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "conversionProfileId" ] } }, "/service/thumbparams/action/list": { "post": { "description": "List Thumb Params by filter with paging support (By default - all system default params will be listed too)", "operationId": "thumbParams.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaThumbParamsFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParamsListResponse" } } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/thumbparams/action/update": { "post": { "description": "Update Thumb Params by ID", "operationId": "thumbParams.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "thumbParams": { "$ref": "#/definitions/KalturaThumbParams" } }, "required": [ "id", "thumbParams" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParams" } } }, "tags": [ "thumbParams" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "thumbParams" ] } }, "/service/thumbparamsoutput/action/get": { "post": { "description": "Get thumb params output object by ID", "operationId": "thumbParamsOutput.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParamsOutput" } }, "x-Errors": { "description": "* `THUMB_PARAMS_OUTPUT_ID_NOT_FOUND`: Thumbnail params output id \"@ID@\" not found" } }, "tags": [ "thumbParamsOutput" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/thumbparamsoutput/action/list": { "post": { "description": "List thumb params output objects by filter and pager", "operationId": "thumbParamsOutput.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaThumbParamsOutputFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaThumbParamsOutputListResponse" } } }, "tags": [ "thumbParamsOutput" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/timewarnerdistribution_timewarner/action/getFeed": { "post": { "operationId": "timeWarner.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "timeWarner" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/tvcomdistribution_tvcom/action/getFeed": { "post": { "operationId": "tvCom.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "tvCom" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/uiconf/action/add": { "post": { "description": "UIConf Add action allows you to add a UIConf to Kaltura DB", "operationId": "uiConf.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "uiConf": { "$ref": "#/definitions/KalturaUiConf" } }, "required": [ "uiConf" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConf" } } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "uiConf" ] } }, "/service/uiconf/action/clone": { "post": { "description": "Clone an existing UIConf", "operationId": "uiConf.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConf" } }, "x-Errors": { "description": "* `INVALID_UI_CONF_ID`: Unknown uiConf [@UI_CONF_ID@]" } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/uiconf/action/delete": { "post": { "description": "Delete an existing UIConf", "operationId": "uiConf.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_UI_CONF_ID`: Unknown uiConf [@UI_CONF_ID@]" } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/uiconf/action/get": { "post": { "description": "Retrieve a UIConf by id", "operationId": "uiConf.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConf" } }, "x-Errors": { "description": "* `INVALID_UI_CONF_ID`: Unknown uiConf [@UI_CONF_ID@]" } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/uiconf/action/getAvailableTypes": { "post": { "description": "Retrieve a list of all available versions by object type", "operationId": "uiConf.getAvailableTypes", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "items": { "$ref": "#/definitions/KalturaUiConfTypeInfo" }, "type": "array" } } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/uiconf/action/list": { "post": { "description": "Retrieve a list of available UIConfs", "operationId": "uiConf.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUiConfFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConfListResponse" } } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/uiconf/action/listTemplates": { "post": { "description": "retrieve a list of available template UIConfs", "operationId": "uiConf.listTemplates", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUiConfFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConfListResponse" } } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/uiconf/action/update": { "post": { "description": "Update an existing UIConf", "operationId": "uiConf.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "uiConf": { "$ref": "#/definitions/KalturaUiConf" } }, "required": [ "id", "uiConf" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUiConf" } }, "x-Errors": { "description": "* `INVALID_UI_CONF_ID`: Unknown uiConf [@UI_CONF_ID@]" } }, "tags": [ "uiConf" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "uiConf" ] } }, "/service/unicorndistribution_unicorn/action/notify": { "post": { "operationId": "unicorn.notify", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "security": [], "tags": [ "unicorn" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/upload/action/getUploadedFileTokenByFileName": { "post": { "operationId": "upload.getUploadedFileTokenByFileName", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "fileName": { "type": "string" } }, "required": [ "fileName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUploadResponse" } } }, "tags": [ "upload" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "fileName" ] } }, "/service/upload/action/upload": { "post": { "operationId": "upload.upload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "description": "The file data", "in": "formData", "name": "fileData", "required": true, "type": "file" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "upload" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData" ] } }, "/service/uploadtoken/action/add": { "post": { "description": "Adds new upload token to upload a file", "operationId": "uploadToken.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "uploadToken": { "$ref": "#/definitions/KalturaUploadToken" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUploadToken" } } }, "tags": [ "uploadToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "uploadToken" ] } }, "/service/uploadtoken/action/delete": { "post": { "description": "Deletes the upload token by upload token id", "operationId": "uploadToken.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "uploadTokenId": { "type": "string" } }, "required": [ "uploadTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "uploadToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "uploadTokenId" ] } }, "/service/uploadtoken/action/get": { "post": { "description": "Get upload token by id", "operationId": "uploadToken.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "uploadTokenId": { "type": "string" } }, "required": [ "uploadTokenId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUploadToken" } } }, "tags": [ "uploadToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "uploadTokenId" ] } }, "/service/uploadtoken/action/list": { "post": { "description": "List upload token by filter with pager support. \n\nWhen using a user session the service will be restricted to users objects only.", "operationId": "uploadToken.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUploadTokenFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUploadTokenListResponse" } } }, "tags": [ "uploadToken" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/uploadtoken/action/upload": { "post": { "description": "Upload a file using the upload token id, returns an error on failure (an exception will be thrown when using one of the Kaltura clients)\n\nChunks can be uploaded in parallel and they will be appended according to their resumeAt position.\n\nA parallel upload session should have three stages:\n\n1. A single upload with resume=false and finalChunk=false\n\n2. Parallel upload requests each with resume=true,finalChunk=false and the expected resumetAt position.\n\nIf a chunk fails to upload it can be re-uploaded.\n\n3. After all of the chunks have been uploaded a final chunk (can be of zero size) should be uploaded \n\nwith resume=true, finalChunk=true and the expected resumeAt position. In case an UPLOAD_TOKEN_CANNOT_MATCH_EXPECTED_SIZE exception\n\nhas been returned (indicating not all of the chunks were appended yet) the final request can be retried.", "operationId": "uploadToken.upload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "query", "name": "uploadTokenId", "required": true, "type": "string" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "default": false, "in": "query", "name": "resume", "required": false, "type": "boolean" }, { "default": true, "in": "query", "name": "finalChunk", "required": false, "type": "boolean" }, { "default": -1, "in": "query", "name": "resumeAt", "required": false, "type": "number" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUploadToken" } } }, "tags": [ "uploadToken" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "uploadTokenId", "fileData", "resume", "finalChunk", "resumeAt" ] } }, "/service/user/action/add": { "post": { "description": "Adds a new user to an existing account in the Kaltura database.\n\nInput param $id is the unique identifier in the partner's system.", "operationId": "user.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "user": { "$ref": "#/definitions/KalturaUser" } }, "required": [ "user" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `DUPLICATE_USER_BY_ID`: User with id [@UID@] already exists in system\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]\n* `ADMIN_LOGIN_USERS_QUOTA_EXCEEDED`: Partner login users quota exceeded\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `DUPLICATE_USER_BY_LOGIN_ID`: Loginable user with email [@EMAIL@] already exists in system\n* `USER_ROLE_NOT_FOUND`: User role not found" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "user" ] } }, "/service/user/action/addFromBulkUpload": { "post": { "operationId": "user.addFromBulkUpload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "in": "formData", "name": "fileData", "required": true, "type": "file" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[fileName]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[objectData][objectType]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[emailRecipients]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[numOfErrorObjects]" }, { "$ref": "#/parameters/KalturaBulkUploadJobData:bulkUploadData[privileges]" }, { "$ref": "#/parameters/KalturaBulkUploadUserData:bulkUploadUserData[objectType]" } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaBulkUpload" } } }, "tags": [ "user" ], "x-kaltura-format": "file", "x-kaltura-parameters": [ "fileData", "bulkUploadData", "bulkUploadUserData" ], "x-parameterGroups": [ { "description": "Object Type: `KalturaBulkUploadJobData`", "name": "bulkUploadData", "schema": { "$ref": "#/definitions/KalturaBulkUploadJobData" }, "subGroups": [ { "name": "bulkUploadData[objectData]" } ] }, { "description": "Object Type: `KalturaBulkUploadUserData`", "name": "bulkUploadUserData", "schema": { "$ref": "#/definitions/KalturaBulkUploadUserData" }, "subGroups": [] } ] } }, "/service/user/action/checkLoginDataExists": { "post": { "description": "Action which checks whther user login", "operationId": "user.checkLoginDataExists", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserLoginDataFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "boolean" } } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/user/action/delete": { "post": { "description": "Deletes a user from a partner account.", "operationId": "user.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userId": { "type": "string" } }, "required": [ "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId" ] } }, "/service/user/action/disableLogin": { "post": { "description": "Disables a user's ability to log into a partner account using an email address and a password.\n\nYou may use either a userId or a loginId parameter for this action.", "operationId": "user.disableLogin", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "loginId": { "type": "string" }, "userId": { "type": "string" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `USER_LOGIN_ALREADY_DISABLED`: User is already not allowed to login\n* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `USER_NOT_FOUND`: User was not found\n* `CANNOT_DISABLE_LOGIN_FOR_ADMIN_USER`: Login cannot be disabled for admin users" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "loginId" ] } }, "/service/user/action/enableLogin": { "post": { "description": "Enables a user to log into a partner account using an email address and a password", "operationId": "user.enableLogin", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "loginId": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" }, "userId": { "type": "string" } }, "required": [ "userId", "loginId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `USER_LOGIN_ALREADY_ENABLED`: User is already allowed to login\n* `USER_NOT_FOUND`: User was not found\n* `ADMIN_LOGIN_USERS_QUOTA_EXCEEDED`: Partner login users quota exceeded\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "loginId", "password" ] } }, "/service/user/action/exportToCsv": { "post": { "description": "Creates a batch job that sends an email with a link to download a CSV containing a list of users", "operationId": "user.exportToCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "additionalFields": { "items": { "$ref": "#/definitions/KalturaCsvAdditionalFieldInfo" }, "type": "array" }, "filter": { "$ref": "#/definitions/KalturaUserFilter" }, "mappedFields": { "items": { "$ref": "#/definitions/KalturaKeyValue" }, "type": "array" }, "metadataProfileId": { "type": "integer" }, "options": { "$ref": "#/definitions/KalturaExportToCsvOptions" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `USER_EMAIL_NOT_FOUND`: Email address for user [@USER_ID@] was not found\n* `INVALID_METADATA_PROFILE`: invalid metadata profile [@PROFILE_ID@]\n* `METADATA_PROFILE_NOT_SPECIFIED`: Metadata Profile need to be specified" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "metadataProfileId", "additionalFields", "mappedFields", "options" ] } }, "/service/user/action/generateQrCode": { "post": { "description": "get QR image content", "operationId": "user.generateQrCode", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hashKey": { "type": "string" } }, "required": [ "hashKey" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `INVALID_HASH`: hashKey is not valid\n* `INVALID_USER_ID`: Invalid user id\n* `ERROR_IN_QR_GENERATION`: Could not generate QR code" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hashKey" ] } }, "/service/user/action/get": { "post": { "description": "Retrieves a user object for a specified user ID.", "operationId": "user.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userId": { "type": "string" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId" ] } }, "/service/user/action/getByLoginId": { "post": { "description": "Retrieves a user object for a user's login ID and partner ID.\n\nA login ID is the email address used by a user to log into the system.", "operationId": "user.getByLoginId", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "loginId": { "type": "string" } }, "required": [ "loginId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `LOGIN_DATA_NOT_FOUND`: Login id not found\n* `USER_NOT_FOUND`: User was not found" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "loginId" ] } }, "/service/user/action/index": { "post": { "description": "Index an entry by id.", "operationId": "user.index", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "shouldUpdate": { "default": true, "type": "boolean" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `USER_NOT_FOUND`: User was not found" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "shouldUpdate" ] } }, "/service/user/action/list": { "post": { "description": "Lists user objects that are associated with an account.\n\nBlocked users are listed unless you use a filter to exclude them.\n\nDeleted users are not listed unless you use a filter to include them.", "operationId": "user.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserListResponse" } } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/user/action/login": { "post": { "description": "Logs a user into a partner account with a partner ID, a partner user ID (puser), and a user password.", "operationId": "user.login", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "default": 86400, "type": "integer" }, "partnerId": { "type": "integer" }, "password": { "type": "string", "x-inputType": "password" }, "privileges": { "default": "*", "type": "string" }, "userId": { "type": "string" } }, "required": [ "partnerId", "userId", "password" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `USER_NOT_FOUND`: User was not found\n* `USER_WRONG_PASSWORD`: Wrong password supplied\n* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"\n* `LOGIN_RETRIES_EXCEEDED`: Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours\n* `LOGIN_BLOCKED`: You account is locked\n* `PASSWORD_EXPIRED`: Current password has expired\n* `USER_IS_BLOCKED`: User is blocked" } }, "security": [], "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerId", "userId", "password", "expiry", "privileges" ] } }, "/service/user/action/loginByKs": { "post": { "description": "Logs a user to the destination account provided the KS' user ID is associated with the destination account and the loginData ID matches", "operationId": "user.loginByKs", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "requestedPartnerId": { "type": "integer" } }, "required": [ "requestedPartnerId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaSessionResponse" } }, "x-Errors": { "description": "* `PARTNER_CHANGE_ACCOUNT_DISABLED`: Partner change account is disabled for current session\n* `INVALID_USER_ID`: Invalid user id\n* `PARTNER_CHANGE_ACCOUNT_DISABLED`: Partner change account is disabled for current session\n* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `LOGIN_DATA_NOT_FOUND`: Login id not found\n* `LOGIN_BLOCKED`: You account is locked\n* `USER_IS_BLOCKED`: User is blocked\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred\n* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]\n* `SERVICE_ACCESS_CONTROL_RESTRICTED`: The access to service [@SERVICE@] is forbidden due to access control restriction\n* `DIRECT_LOGIN_BLOCKED`: Direct login is blocked on this partner" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "requestedPartnerId" ] } }, "/service/user/action/loginByLoginId": { "post": { "description": "Logs a user into a partner account with a user login ID and a user password.", "operationId": "user.loginByLoginId", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "expiry": { "default": 86400, "type": "integer" }, "loginId": { "type": "string" }, "otp": { "type": "string" }, "partnerId": { "type": "integer" }, "password": { "type": "string", "x-inputType": "password" }, "privileges": { "default": "*", "type": "string" } }, "required": [ "loginId", "password" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `USER_NOT_FOUND`: User was not found\n* `USER_WRONG_PASSWORD`: Wrong password supplied\n* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"\n* `LOGIN_RETRIES_EXCEEDED`: Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours\n* `LOGIN_BLOCKED`: You account is locked\n* `PASSWORD_EXPIRED`: Current password has expired\n* `USER_IS_BLOCKED`: User is blocked\n* `DIRECT_LOGIN_BLOCKED`: Direct login is blocked on this partner" } }, "security": [], "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "loginId", "password", "partnerId", "expiry", "privileges", "otp" ] } }, "/service/user/action/loginDataResetPassword": { "post": { "description": "Resets user login password", "operationId": "user.loginDataResetPassword", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "loginDataId": { "type": "string" }, "newPassword": { "type": "string" } }, "required": [ "loginDataId", "newPassword" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use\n* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `LOGIN_RETRIES_EXCEEDED`: Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours\n* `LOGIN_BLOCKED`: You account is locked" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "loginDataId", "newPassword" ] } }, "/service/user/action/notifyBan": { "post": { "description": "Notifies that a user is banned from an account.", "operationId": "user.notifyBan", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userId": { "type": "string" } }, "required": [ "userId" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId" ] } }, "/service/user/action/resetPassword": { "post": { "description": "Reset user's password and send the user an email to generate a new one.", "operationId": "user.resetPassword", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "email": { "type": "string" }, "linkType": { "enum": [ "1", "2", "3" ], "type": "string", "x-enumLabels": [ "KMC", "KMS", "KME" ], "x-enumType": "KalturaResetPassLinkType" } }, "required": [ "email" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `LOGIN_DATA_NOT_FOUND`: Login id not found\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use" } }, "security": [], "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "email", "linkType" ] } }, "/service/user/action/serveCsv": { "post": { "deprecated": true, "description": "Will serve a requested CSV", "operationId": "user.serveCsv", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/user/action/setInitialPassword": { "post": { "description": "Set initial user password", "operationId": "user.setInitialPassword", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hashKey": { "type": "string" }, "newPassword": { "type": "string" } }, "required": [ "hashKey", "newPassword" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuthentication" } }, "x-Errors": { "description": "* `LOGIN_DATA_NOT_FOUND`: Login id not found\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `NEW_PASSWORD_HASH_KEY_EXPIRED`: Given hash key has expired\n* `NEW_PASSWORD_HASH_KEY_INVALID`: Given hash key is invalid\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "security": [], "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hashKey", "newPassword" ] } }, "/service/user/action/update": { "post": { "description": "Updates an existing user object.\n\nYou can also use this action to update the userId.", "operationId": "user.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "user": { "$ref": "#/definitions/KalturaUser" }, "userId": { "type": "string" } }, "required": [ "userId", "user" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUser" } }, "x-Errors": { "description": "* `INVALID_USER_ID`: Invalid user id\n* `CANNOT_DELETE_OR_BLOCK_ROOT_ADMIN_USER`: Root admin user cannot be deleted\n* `USER_ROLE_NOT_FOUND`: User role not found\n* `ACCOUNT_OWNER_NEEDS_PARTNER_ADMIN_ROLE`: Account owner must have a partner administrator role" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userId", "user" ] } }, "/service/user/action/updateLoginData": { "post": { "description": "Updates a user's login data: email, password, name.", "operationId": "user.updateLoginData", "parameters": [ { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "newFirstName": { "type": "string" }, "newLastName": { "type": "string" }, "newLoginId": { "type": "string" }, "newPassword": { "type": "string" }, "oldLoginId": { "type": "string" }, "otp": { "type": "string" }, "password": { "type": "string", "x-inputType": "password" } }, "required": [ "oldLoginId", "password" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `INVALID_FIELD_VALUE`: value in field [@FIELD_NAME@] is not valid\n* `PASSWORD_STRUCTURE_INVALID`: The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@\n* `PASSWORD_ALREADY_USED`: Chosen password has already been used\n* `LOGIN_ID_ALREADY_USED`: Same login id is already in use\n* `ADMIN_KUSER_NOT_FOUND`: The data you entered is invalid\n* `LOGIN_RETRIES_EXCEEDED`: Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours\n* `LOGIN_BLOCKED`: You account is locked" } }, "security": [], "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "oldLoginId", "password", "newLoginId", "newPassword", "newFirstName", "newLastName", "otp" ] } }, "/service/user/action/validateHashKey": { "post": { "description": "Validate hash key", "operationId": "user.validateHashKey", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "hashKey": { "type": "string" } }, "required": [ "hashKey" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaAuthentication" } }, "x-Errors": { "description": "* `LOGIN_DATA_NOT_FOUND`: Login id not found\n* `NEW_PASSWORD_HASH_KEY_INVALID`: Given hash key is invalid\n* `NEW_PASSWORD_HASH_KEY_EXPIRED`: Given hash key has expired\n* `INVALID_ACCESS_TO_PARTNER_SPECIFIC_SEARCH`: Invalid access to PARTNER_SPECIFIC search from partner [@PID@]\n* `INTERNAL_SERVERL_ERROR`: Internal server error occurred" } }, "tags": [ "user" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "hashKey" ] } }, "/service/userentry/action/add": { "post": { "description": "Adds a user_entry to the Kaltura DB.", "operationId": "userEntry.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userEntry": { "$ref": "#/definitions/KalturaUserEntry" } }, "required": [ "userEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserEntry" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userEntry" ] } }, "/service/userentry/action/bulkDelete": { "post": { "operationId": "userEntry.bulkDelete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserEntryFilter" } }, "required": [ "filter" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `FAILED_TO_CREATE_BULK_DELETE`: Failed to create bulk delete" } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter" ] } }, "/service/userentry/action/delete": { "post": { "operationId": "userEntry.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserEntry" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/userentry/action/get": { "post": { "operationId": "userEntry.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserEntry" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/userentry/action/list": { "post": { "operationId": "userEntry.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserEntryFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserEntryListResponse" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/userentry/action/submitQuiz": { "post": { "description": "Submits the quiz so that it's status will be submitted and calculates the score for the quiz", "operationId": "userEntry.submitQuiz", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaQuizUserEntry" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/userentry/action/update": { "post": { "operationId": "userEntry.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "userEntry": { "$ref": "#/definitions/KalturaUserEntry" } }, "required": [ "id", "userEntry" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserEntry" } } }, "tags": [ "userEntry" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "userEntry" ] } }, "/service/userrole/action/add": { "post": { "description": "Adds a new user role object to the account.", "operationId": "userRole.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userRole": { "$ref": "#/definitions/KalturaUserRole" } }, "required": [ "userRole" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRole" } }, "x-Errors": { "description": "* `PROPERTY_VALIDATION_CANNOT_BE_NULL`: The property \"@PROP_NAME@\" cannot be null\n* `PROPERTY_VALIDATION_NOT_UPDATABLE`: The property \"@PROP_NAME@\" cannot be updated\n* `PERMISSION_NOT_FOUND`: @ERR_TEXT@" } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userRole" ] } }, "/service/userrole/action/clone": { "post": { "description": "Creates a new user role object that is a duplicate of an existing role.", "operationId": "userRole.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userRoleId": { "type": "integer" } }, "required": [ "userRoleId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRole" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userRoleId" ] } }, "/service/userrole/action/delete": { "post": { "description": "Deletes an existing user role object.", "operationId": "userRole.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userRoleId": { "type": "integer" } }, "required": [ "userRoleId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRole" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `ROLE_IS_BEING_USED`: Role is being used" } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userRoleId" ] } }, "/service/userrole/action/get": { "post": { "description": "Retrieves a user role object using its ID.", "operationId": "userRole.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userRoleId": { "type": "integer" } }, "required": [ "userRoleId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRole" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userRoleId" ] } }, "/service/userrole/action/list": { "post": { "description": "Lists user role objects that are associated with an account.\n\nBlocked user roles are listed unless you use a filter to exclude them.\n\nDeleted user roles are not listed unless you use a filter to include them.", "operationId": "userRole.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaUserRoleFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRoleListResponse" } } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/userrole/action/update": { "post": { "description": "Updates an existing user role object.", "operationId": "userRole.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "userRole": { "$ref": "#/definitions/KalturaUserRole" }, "userRoleId": { "type": "integer" } }, "required": [ "userRoleId", "userRole" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaUserRole" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `PERMISSION_NOT_FOUND`: @ERR_TEXT@" } }, "tags": [ "userRole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "userRoleId", "userRole" ] } }, "/service/uverseclicktoorderdistribution_uverseclicktoorder/action/getFeed": { "post": { "operationId": "uverseClickToOrder.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "uverseClickToOrder" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/uversedistribution_uverse/action/getFeed": { "post": { "operationId": "uverse.getFeed", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "distributionProfileId": { "type": "integer" }, "hash": { "type": "string" } }, "required": [ "distributionProfileId", "hash" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "uverse" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "distributionProfileId", "hash" ] } }, "/service/varconsole_varconsole/action/getPartnerUsage": { "post": { "description": "Function which calulates partner usage of a group of a VAR's sub-publishers", "operationId": "varConsole.getPartnerUsage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" }, "partnerFilter": { "$ref": "#/definitions/KalturaPartnerFilter" }, "usageFilter": { "$ref": "#/definitions/KalturaReportInputFilter" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaPartnerUsageListResponse" } }, "x-Errors": { "description": "* `MAX_SUB_PUBLISHERS_EXCEEDED`: Maximum number of sub-publishers exceeded" } }, "tags": [ "varConsole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerFilter", "usageFilter", "pager" ] } }, "/service/varconsole_varconsole/action/updateStatus": { "post": { "description": "Function to change a sub-publisher's status", "operationId": "varConsole.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "x-enumLabels": [ "DELETED", "ACTIVE", "BLOCKED", "FULL_BLOCK", "READ_ONLY" ], "x-enumType": "KalturaPartnerStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `UNKNOWN_PARTNER_ID`: Unknown partner_id [@PID@]" } }, "tags": [ "varConsole" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/vendor_vendorintegration/action/add": { "post": { "description": "Add new integration setting object", "operationId": "vendorIntegration.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "integration": { "$ref": "#/definitions/KalturaIntegrationSetting" }, "remoteId": { "type": "string" } }, "required": [ "integration", "remoteId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "vendorIntegration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "integration", "remoteId" ] } }, "/service/vendor_vendorintegration/action/delete": { "post": { "description": "Delete integration object by ID", "operationId": "vendorIntegration.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "integrationId": { "type": "integer" } }, "required": [ "integrationId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "vendorIntegration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "integrationId" ] } }, "/service/vendor_vendorintegration/action/get": { "post": { "description": "Retrieve integration setting object by ID", "operationId": "vendorIntegration.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "integrationId": { "type": "integer" } }, "required": [ "integrationId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "vendorIntegration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "integrationId" ] } }, "/service/vendor_vendorintegration/action/update": { "post": { "description": "Update an existing vedor catalog item object", "operationId": "vendorIntegration.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "integrationSetting": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "required": [ "id", "integrationSetting" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "vendorIntegration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "integrationSetting" ] } }, "/service/vendor_vendorintegration/action/updateStatus": { "post": { "description": "Update vendor catalog item status by id", "operationId": "vendorIntegration.updateStatus", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "status": { "enum": [ 1, 2, 3 ], "type": "integer", "x-enumLabels": [ "DISABLED", "ACTIVE", "DELETED" ], "x-enumType": "KalturaVendorIntegrationStatus" } }, "required": [ "id", "status" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "vendorIntegration" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "status" ] } }, "/service/vendor_zoomvendor/action/deAuthorization": { "post": { "operationId": "zoomVendor.deAuthorization", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/vendor_zoomvendor/action/fetchRegistrationPage": { "post": { "operationId": "zoomVendor.fetchRegistrationPage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "iv": { "type": "string" }, "tokensData": { "type": "string" } }, "required": [ "tokensData", "iv" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "tokensData", "iv" ] } }, "/service/vendor_zoomvendor/action/get": { "post": { "description": "Retrieve zoom integration setting object by partner id", "operationId": "zoomVendor.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "partnerId": { "type": "integer" } }, "required": [ "partnerId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaZoomIntegrationSetting" } }, "x-Errors": { "description": "* `INVALID_PARTNER_ID`: Invalid partner id \"@PID@\"" } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "partnerId" ] } }, "/service/vendor_zoomvendor/action/list": { "post": { "description": "List KalturaZoomIntegrationSetting objects", "operationId": "zoomVendor.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaZoomIntegrationSettingResponse" } } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pager" ] } }, "/service/vendor_zoomvendor/action/localRegistrationPage": { "post": { "operationId": "zoomVendor.localRegistrationPage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "jwt": { "type": "string" } }, "required": [ "jwt" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "jwt" ] } }, "/service/vendor_zoomvendor/action/oauthValidation": { "post": { "description": "load html page the that will ask the user for its KMC URL, derive the region of the user from it,\n\nand redirect to the registration page in the correct region, while forwarding the necessary code for registration", "operationId": "zoomVendor.oauthValidation", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/vendor_zoomvendor/action/preOauthValidation": { "post": { "operationId": "zoomVendor.preOauthValidation", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/vendor_zoomvendor/action/recordingComplete": { "post": { "operationId": "zoomVendor.recordingComplete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/vendor_zoomvendor/action/submitRegistration": { "post": { "operationId": "zoomVendor.submitRegistration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accountId": { "type": "string" }, "integrationSetting": { "$ref": "#/definitions/KalturaZoomIntegrationSetting" } }, "required": [ "accountId", "integrationSetting" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "zoomVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "accountId", "integrationSetting" ] } }, "/service/virtualevent_virtualevent/action/add": { "post": { "description": "Add a new virtual event", "operationId": "virtualEvent.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "virtualEvent": { "$ref": "#/definitions/KalturaVirtualEvent" } }, "required": [ "virtualEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirtualEvent" } } }, "tags": [ "virtualEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "virtualEvent" ] } }, "/service/virtualevent_virtualevent/action/delete": { "post": { "description": "Delete a virtual event", "operationId": "virtualEvent.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success" }, "x-Errors": { "description": "* `VIRTUAL_EVENT_NOT_FOUND`: Virtual Event [@ID@] not found" } }, "tags": [ "virtualEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/virtualevent_virtualevent/action/get": { "post": { "description": "Retrieve a virtual event by id", "operationId": "virtualEvent.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirtualEvent" } }, "x-Errors": { "description": "* `VIRTUAL_EVENT_NOT_FOUND`: Virtual Event [@ID@] not found" } }, "tags": [ "virtualEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/virtualevent_virtualevent/action/list": { "post": { "description": "List virtual events", "operationId": "virtualEvent.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaVirtualEventFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirtualEventListResponse" } } }, "tags": [ "virtualEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/virtualevent_virtualevent/action/update": { "post": { "description": "Update an existing virtual event", "operationId": "virtualEvent.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "integer" }, "virtualEvent": { "$ref": "#/definitions/KalturaVirtualEvent" } }, "required": [ "id", "virtualEvent" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirtualEvent" } }, "x-Errors": { "description": "* `VIRTUAL_EVENT_NOT_FOUND`: Virtual Event [@ID@] not found" } }, "tags": [ "virtualEvent" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "virtualEvent" ] } }, "/service/virusscan_virusscanprofile/action/add": { "post": { "description": "Allows you to add an virus scan profile object and virus scan profile content associated with Kaltura object", "operationId": "virusScanProfile.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "virusScanProfile": { "$ref": "#/definitions/KalturaVirusScanProfile" } }, "required": [ "virusScanProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirusScanProfile" } } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "virusScanProfile" ] } }, "/service/virusscan_virusscanprofile/action/delete": { "post": { "description": "Mark the virus scan profile as deleted", "operationId": "virusScanProfile.delete", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "virusScanProfileId": { "type": "integer" } }, "required": [ "virusScanProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirusScanProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "virusScanProfileId" ] } }, "/service/virusscan_virusscanprofile/action/get": { "post": { "description": "Retrieve an virus scan profile object by id", "operationId": "virusScanProfile.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "virusScanProfileId": { "type": "integer" } }, "required": [ "virusScanProfileId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirusScanProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "virusScanProfileId" ] } }, "/service/virusscan_virusscanprofile/action/list": { "post": { "description": "List virus scan profile objects by filter and pager", "operationId": "virusScanProfile.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaVirusScanProfileFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirusScanProfileListResponse" } } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/virusscan_virusscanprofile/action/scan": { "post": { "description": "Scan flavor asset according to virus scan profile", "operationId": "virusScanProfile.scan", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorAssetId": { "type": "string" }, "virusScanProfileId": { "type": "integer" } }, "required": [ "flavorAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "integer" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]\n* `INVALID_FLAVOR_ASSET_ID`: Invalid flavor asset id @FLAV_ASSET_ID@\n* `INVALID_FILE_SYNC_ID`: Invalid file sync id [@FILE_SYNC_ID@]" } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorAssetId", "virusScanProfileId" ] } }, "/service/virusscan_virusscanprofile/action/update": { "post": { "description": "Update existing virus scan profile, it is possible to update the virus scan profile id too", "operationId": "virusScanProfile.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "virusScanProfile": { "$ref": "#/definitions/KalturaVirusScanProfile" }, "virusScanProfileId": { "type": "integer" } }, "required": [ "virusScanProfileId", "virusScanProfile" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaVirusScanProfile" } }, "x-Errors": { "description": "* `INVALID_OBJECT_ID`: Invalid object id [@ID@]" } }, "tags": [ "virusScanProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "virusScanProfileId", "virusScanProfile" ] } }, "/service/webexapidropfolder_webexvendor/action/fetchRegistrationPage": { "post": { "operationId": "webexVendor.fetchRegistrationPage", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "iv": { "type": "string" }, "tokensData": { "type": "string" } }, "required": [ "tokensData", "iv" ], "type": "object" } } ], "responses": { "200": { "description": "Success" } }, "tags": [ "webexVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "tokensData", "iv" ] } }, "/service/webexapidropfolder_webexvendor/action/list": { "post": { "description": "List KalturaWebexAPIIntegrationSetting objects", "operationId": "webexVendor.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWebexAPIIntegrationSettingResponse" } } }, "tags": [ "webexVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "pager" ] } }, "/service/webexapidropfolder_webexvendor/action/oauthValidation": { "post": { "operationId": "webexVendor.oauthValidation", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "webexVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/webexapidropfolder_webexvendor/action/preOauthValidation": { "post": { "operationId": "webexVendor.preOauthValidation", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" } ], "responses": { "200": { "description": "Success" } }, "tags": [ "webexVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [] } }, "/service/webexapidropfolder_webexvendor/action/submitRegistration": { "post": { "operationId": "webexVendor.submitRegistration", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "accountId": { "type": "string" }, "integrationSetting": { "$ref": "#/definitions/KalturaWebexAPIIntegrationSetting" } }, "required": [ "accountId", "integrationSetting" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "webexVendor" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "accountId", "integrationSetting" ] } }, "/service/widevine_widevinedrm/action/getLicense": { "post": { "description": "Get license for encrypted content playback", "operationId": "widevineDrm.getLicense", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "flavorAssetId": { "type": "string" }, "referrer": { "type": "string" } }, "required": [ "flavorAssetId" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "widevineDrm" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "flavorAssetId", "referrer" ] } }, "/service/widget/action/add": { "post": { "description": "Add new widget, can be attached to entry or kshow\n\nSourceWidget is ignored.", "operationId": "widget.add", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "widget": { "$ref": "#/definitions/KalturaWidget" } }, "required": [ "widget" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWidget" } } }, "tags": [ "widget" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "widget" ] } }, "/service/widget/action/clone": { "post": { "description": "Add widget based on existing widget.\n\nMust provide valid sourceWidgetId", "operationId": "widget.clone", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "widget": { "$ref": "#/definitions/KalturaWidget" } }, "required": [ "widget" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWidget" } } }, "tags": [ "widget" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "widget" ] } }, "/service/widget/action/get": { "post": { "description": "Get widget by id", "operationId": "widget.get", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWidget" } } }, "tags": [ "widget" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id" ] } }, "/service/widget/action/list": { "post": { "description": "Retrieve a list of available widget depends on the filter given", "operationId": "widget.list", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "filter": { "$ref": "#/definitions/KalturaWidgetFilter" }, "pager": { "$ref": "#/definitions/KalturaFilterPager" } }, "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWidgetListResponse" } } }, "tags": [ "widget" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "filter", "pager" ] } }, "/service/widget/action/update": { "post": { "description": "Update existing widget", "operationId": "widget.update", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "id": { "type": "string" }, "widget": { "$ref": "#/definitions/KalturaWidget" } }, "required": [ "id", "widget" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "$ref": "#/definitions/KalturaWidget" } } }, "tags": [ "widget" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "id", "widget" ] } }, "/service/wowza_liveconversionprofile/action/serve": { "post": { "description": "Serve XML rendition of the Kaltura Live Transcoding Profile usable by the Wowza transcoding add-on", "operationId": "liveConversionProfile.serve", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "extraParams": { "type": "string" }, "hostname": { "type": "string" }, "streamName": { "type": "string" } }, "required": [ "streamName" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } }, "x-Errors": { "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `INVALID_STREAM_NAME`: Invalid stream name [@STREAM_NAME@]\n* `INGEST_NOT_FOUND_IN_CONVERSION_PROFILE`: Ingest \"@STREAM_NAME@\" is not in conversion profile" } }, "tags": [ "liveConversionProfile" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "streamName", "hostname", "extraParams" ] } }, "/service/xinternal/action/xAddBulkDownload": { "post": { "description": "Creates new download job for multiple entry ids (comma separated), an email will be sent when the job is done\n\nThis service support the following entries: \n\n- MediaEntry\n\n- Video will be converted using the flavor params id\n\n- Audio will be downloaded as MP3\n\n- Image will be downloaded as Jpeg\n\n- MixEntry will be flattened using the flavor params id\n\n- Other entry types are not supported\n\nReturns the admin email that the email message will be sent to", "operationId": "xInternal.xAddBulkDownload", "parameters": [ { "$ref": "#/parameters/ks" }, { "$ref": "#/parameters/format" }, { "$ref": "#/parameters/clientTag" }, { "$ref": "#/parameters/partnerId" }, { "$ref": "#/parameters/language" }, { "$ref": "#/parameters/responseProfile" }, { "in": "body", "name": "body", "schema": { "properties": { "entryIds": { "type": "string" }, "flavorParamsId": { "type": "string" } }, "required": [ "entryIds" ], "type": "object" } } ], "responses": { "200": { "description": "Success", "schema": { "type": "string" } } }, "tags": [ "xInternal" ], "x-kaltura-format": "post", "x-kaltura-parameters": [ "entryIds", "flavorParamsId" ] } } }, "schemes": [ "https", "http" ], "security": [ { "ks": [] } ], "securityDefinitions": { "ks": { "description": "A session ID generated by calling /service/session/action/start", "in": "query", "name": "ks", "type": "apiKey" } }, "swagger": "2.0", "tags": [ { "description": "Add & Manage Access Controls", "name": "accessControl" }, { "description": "Manage access control profiles", "name": "accessControlProfile" }, { "description": "Manage details for the administrative user", "name": "adminUser" }, { "description": "api for getting analytics data", "name": "analytics" }, { "description": "Annotation service - Video Annotation", "name": "annotation", "x-plugin": "annotation" }, { "description": "Manage application authentication tokens", "name": "appToken" }, { "description": "Aspera service", "name": "aspera", "x-plugin": "aspera" }, { "description": "Retrieve information and invoke actions on attachment Asset", "name": "attachmentAsset", "x-plugin": "attachment" }, { "description": "Att Uverse Service", "name": "attUverse", "x-plugin": "attUverseDistribution" }, { "description": "The Audit Trail service allows you to keep track of changes made to various Kaltura objects. \n This service is disabled by default.", "name": "auditTrail", "x-plugin": "audit" }, { "description": "AVN service", "name": "avn", "x-plugin": "avnDistribution" }, { "description": "Base Entry Service", "name": "baseEntry" }, { "description": "batch service lets you handle different batch process from remote machines.\n As opposed to other objects in the system, locking mechanism is critical in this case.\n For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity.\n In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after\n acquiring a batch object properly (using GetExclusiveXX).\n If an object was acquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action\n Terminology:\n LocationId\n ServerID\n ParternGroups", "name": "batch" }, { "description": "batch service lets you handle different batch process from remote machines.\n As opposed to other objects in the system, locking mechanism is critical in this case.\n For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity.\n In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after \n acquiring a batch object properly (using GetExclusiveXX).\n If an object was acquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action \n Terminology:\n LocationId\n ServerID\n ParternGroups", "name": "batchcontrol" }, { "description": "Sending beacons on objects", "name": "beacon", "x-plugin": "beacon" }, { "description": "Bulk upload service is used to upload & manage bulk uploads", "name": "bulk", "x-plugin": "bulkUpload" }, { "description": "Bulk upload service is used to upload & manage bulk uploads using CSV files.\n This service manages only entry bulk uploads.", "name": "bulkUpload" }, { "name": "bumper", "x-plugin": "bumper" }, { "description": "Business-process case service lets you get information about processes", "name": "businessProcessCase", "x-plugin": "businessProcessNotification" }, { "description": "Business-Process server service lets you create and manage servers", "name": "businessProcessServer", "x-plugin": "businessProcessNotification" }, { "description": "Retrieve information and invoke actions on caption Asset", "name": "captionAsset", "x-plugin": "caption" }, { "description": "Search caption asset items", "name": "captionAssetItem", "x-plugin": "captionSearch" }, { "description": "Add & Manage Caption Params", "name": "captionParams", "x-plugin": "caption" }, { "name": "captureSpace", "x-plugin": "captureSpace" }, { "description": "Add & Manage Categories", "name": "category" }, { "description": "Add & Manage CategoryEntry - assign entry to category", "name": "categoryEntry" }, { "description": "Add & Manage CategoryUser - membership of a user in a category", "name": "categoryUser" }, { "description": "Comcast Mrss Service", "name": "comcastMrss", "x-plugin": "comcastMrssDistribution" }, { "name": "confMaps", "x-plugin": "confMaps" }, { "name": "contentDistributionBatch", "x-plugin": "contentDistribution" }, { "description": "Add & Manage Conversion Profiles", "name": "conversionProfile" }, { "description": "Manage the connection between Conversion Profiles and Asset Params", "name": "conversionProfileAssetParams" }, { "description": "Cue Point service", "name": "cuePoint", "x-plugin": "cuePoint" }, { "description": "Data service lets you manage data content (textual content)", "name": "data" }, { "description": "delivery service is used to control delivery objects", "name": "deliveryProfile" }, { "description": "Distribution Profile service", "name": "distributionProfile", "x-plugin": "contentDistribution" }, { "description": "Distribution Provider service", "name": "distributionProvider", "x-plugin": "contentDistribution" }, { "description": "Document service", "name": "document" }, { "description": "Document service lets you upload and manage document files", "name": "documents", "x-plugin": "document" }, { "description": "DoubleClick Service", "name": "doubleClick", "x-plugin": "doubleClickDistribution" }, { "description": "Retrieve information and invoke actions on Flavor Asset", "name": "drmLicenseAccess", "x-plugin": "drm" }, { "name": "drmPolicy", "x-plugin": "drm" }, { "name": "drmProfile", "x-plugin": "drm" }, { "description": "DropFolder service lets you create and manage drop folders", "name": "dropFolder", "x-plugin": "dropFolder" }, { "description": "DropFolderFile service lets you create and manage drop folder files", "name": "dropFolderFile", "x-plugin": "dropFolder" }, { "description": "EmailIngestionProfile service lets you manage email ingestion profile records", "name": "EmailIngestionProfile" }, { "description": "Entry Distribution service", "name": "entryDistribution", "x-plugin": "contentDistribution" }, { "description": "Base class for entry server node", "name": "entryServerNode" }, { "description": "Entry Vendor Task Service", "name": "entryVendorTask", "x-plugin": "reach" }, { "name": "eSearch", "x-plugin": "elasticSearch" }, { "description": "Event notification template service lets you create and manage event notification templates", "name": "eventNotificationTemplate", "x-plugin": "eventNotification" }, { "description": "Export CSV service is used to manage CSV exports of objects", "name": "exportcsv" }, { "description": "External media service lets you upload and manage embed codes and external playable content", "name": "externalMedia", "x-plugin": "externalMedia" }, { "description": "Manage file assets", "name": "fileAsset" }, { "description": "System user service", "name": "fileSync", "x-plugin": "fileSync" }, { "name": "filesyncImportBatch", "x-plugin": "multiCenters" }, { "description": "Retrieve information and invoke actions on Flavor Asset", "name": "flavorAsset" }, { "description": "Add & Manage Flavor Params", "name": "flavorParams" }, { "description": "Flavor Params Output service", "name": "flavorParamsOutput" }, { "description": "Generic Distribution Provider service", "name": "genericDistributionProvider", "x-plugin": "contentDistribution" }, { "description": "Generic Distribution Provider Actions service", "name": "genericDistributionProviderAction", "x-plugin": "contentDistribution" }, { "name": "group", "x-plugin": "group" }, { "description": "Add & Manage GroupUser", "name": "groupUser" }, { "description": "Integration service lets you dispatch integration tasks", "name": "integration", "x-plugin": "integration" }, { "name": "interactivity", "x-plugin": "interactivity" }, { "description": "batch service lets you handle different batch process from remote machines.\n As opposed to other objects in the system, locking mechanism is critical in this case.\n For this reason the GetExclusiveXX, UpdateExclusiveXX and FreeExclusiveXX actions are important for the system's integrity.\n In general - updating batch object should be done only using the UpdateExclusiveXX which in turn can be called only after \n acuiring a batch objet properly (using GetExclusiveXX).\n If an object was aquired and should be returned to the pool in it's initial state - use the FreeExclusiveXX action \n Terminology:\n LocationId\n ServerID\n ParternGroups", "name": "jobs" }, { "description": "Allows user to 'like' or 'unlike' and entry", "name": "like", "x-plugin": "like" }, { "description": "Live Channel service lets you manage live channels", "name": "liveChannel" }, { "description": "Manage live channel segments", "name": "liveChannelSegment" }, { "description": "Enable serving live conversion profile to the Wowza servers as XML", "name": "liveConversionProfile", "x-plugin": "wowza" }, { "name": "liveReports" }, { "description": "Stats Service", "name": "liveStats" }, { "description": "Live Stream service lets you manage live stream entries", "name": "liveStream" }, { "description": "Media service lets you upload and manage media files (images / videos & audio)", "name": "media" }, { "description": "Media Info service", "name": "mediaInfo" }, { "description": "Metadata service", "name": "metadata", "x-plugin": "metadata" }, { "name": "metadataBatch", "x-plugin": "metadata" }, { "description": "Metadata Profile service", "name": "metadataProfile", "x-plugin": "metadata" }, { "description": "A Mix is an XML unique format invented by Kaltura, it allows the user to create a mix of videos and images, in and out points, transitions, text overlays, soundtrack, effects and much more...\n Mixing service lets you create a new mix, manage its metadata and make basic manipulations.", "name": "mixing" }, { "description": "Ndn Service", "name": "ndn", "x-plugin": "ndnDistribution" }, { "description": "Notification Service", "name": "notification" }, { "description": "partner service allows you to change/manage your partner personal details and settings as well", "name": "partner" }, { "description": "Partner Catalog Item Service", "name": "PartnerCatalogItem", "x-plugin": "reach" }, { "description": "Permission service lets you create and manage user permissions", "name": "permission" }, { "description": "PermissionItem service lets you create and manage permission items", "name": "permissionItem" }, { "name": "pexip", "x-plugin": "sip" }, { "description": "Playlist service lets you create,manage and play your playlists\n Playlists could be static (containing a fixed list of entries) or dynamic (based on a filter)", "name": "playlist" }, { "name": "playReadyDrm", "x-plugin": "playReady" }, { "description": "Poll service\n The poll service works against the cache entirely no DB instance should be used here", "name": "poll", "x-plugin": "poll" }, { "description": "Allows user to handle quizzes", "name": "quiz", "x-plugin": "quiz" }, { "description": "Allows user to manipulate their entry rating", "name": "rating", "x-plugin": "rating" }, { "description": "Reach Profile Service", "name": "reachProfile", "x-plugin": "reach" }, { "description": "api for getting reports data by the report type and some inputFilter", "name": "report" }, { "description": "Manage response profiles", "name": "responseProfile" }, { "description": "Schedule task service lets you create and manage scheduled task profiles", "name": "scheduledTaskProfile", "x-plugin": "scheduledTask" }, { "description": "The ScheduleEvent service enables you to create and manage (update, delete, retrieve, etc.) scheduled recording events.", "name": "scheduleEvent", "x-plugin": "schedule" }, { "description": "The ScheduleEventResource service enables you create and manage (update, delete, retrieve, etc.) the connections between recording events and the resources required for these events (cameras, capture devices, etc.).", "name": "scheduleEventResource", "x-plugin": "schedule" }, { "description": "The ScheduleResource service enables you to create and manage (update, delete, retrieve, etc.) the resources required for scheduled events (cameras, capture devices, etc.).", "name": "scheduleResource", "x-plugin": "schedule" }, { "description": "Expose the schema definitions for syndication MRSS, bulk upload XML and other schema types.", "name": "schema" }, { "description": "Search service allows you to search for media in various media providers\n This service is being used mostly by the CW component", "name": "search" }, { "name": "searchHistory", "x-plugin": "searchHistory" }, { "description": "Server Node service", "name": "serverNode" }, { "description": "Session service", "name": "session" }, { "description": "Kaltura Sharepoint Extension Service", "name": "sharepointExtension", "x-plugin": "KalturaSharepointExtension" }, { "description": "Short link service", "name": "shortLink", "x-plugin": "shortLink" }, { "name": "sso", "x-plugin": "sso" }, { "description": "Stats Service", "name": "stats" }, { "description": "The Storage Profile service allows you to export your Kaltura content to external storage volumes.\n This service is disabled by default, please contact your account manager if you wish to enable it for your partner.", "name": "storageProfile" }, { "description": "Synacor HBO Service", "name": "synacorHbo", "x-plugin": "synacorHboDistribution" }, { "description": "Add & Manage Syndication Feeds", "name": "syndicationFeed" }, { "description": "System service is used for internal system helpers & to retrieve system level information", "name": "system" }, { "description": "System partner service", "name": "systemPartner", "x-plugin": "systemPartner" }, { "description": "Search object tags", "name": "tag", "x-plugin": "tagSearch" }, { "description": "Retrieve information and invoke actions on Thumb Asset", "name": "thumbAsset" }, { "name": "thumbnail", "x-plugin": "thumbnail" }, { "description": "Add & Manage Thumb Params", "name": "thumbParams" }, { "description": "Thumbnail Params Output service", "name": "thumbParamsOutput" }, { "description": "Time Warner Service", "name": "timeWarner", "x-plugin": "timeWarnerDistribution" }, { "description": "TVCom service", "name": "tvCom", "x-plugin": "contentDistribution" }, { "description": "UiConf service lets you create and manage your UIConfs for the various flash components\n This service is used by the KMC-ApplicationStudio", "name": "uiConf" }, { "description": "Unicorn Service", "name": "unicorn", "x-plugin": "unicornDistribution" }, { "name": "upload" }, { "name": "uploadToken" }, { "description": "Manage partner users on Kaltura's side\n The userId in kaltura is the unique ID in the partner's system, and the [partnerId,Id] couple are unique key in kaltura's DB", "name": "user" }, { "name": "userEntry" }, { "description": "UserRole service lets you create and manage user roles", "name": "userRole" }, { "name": "userScore", "x-plugin": "game" }, { "description": "Uverse Service", "name": "uverse", "x-plugin": "uverseDistribution" }, { "description": "Uverse Click To Order Service", "name": "uverseClickToOrder", "x-plugin": "uverseClickToOrderDistribution" }, { "description": "Utility service for the Multi-publishers console", "name": "varConsole", "x-plugin": "varConsole" }, { "description": "Vendor Catalog Item Service", "name": "vendorCatalogItem", "x-plugin": "reach" }, { "name": "vendorIntegration", "x-plugin": "vendor" }, { "name": "virtualEvent", "x-plugin": "virtualEvent" }, { "description": "Virus scan profile service", "name": "virusScanProfile", "x-plugin": "virusScan" }, { "name": "volatileInteractivity", "x-plugin": "interactivity" }, { "name": "webexVendor", "x-plugin": "WebexAPIDropFolder" }, { "description": "WidevineDrmService serves as a license proxy to a Widevine license server", "name": "widevineDrm", "x-plugin": "widevine" }, { "description": "widget service for full widget management", "name": "widget" }, { "description": "Internal Service is used for actions that are used internally in Kaltura applications and might be changed in the future without any notice.", "name": "xInternal" }, { "name": "zoomVendor", "x-plugin": "vendor" } ], "x-enums": { "KalturaAccessControlActionType": { "oneOf": [ { "enum": [ "drm.DRM_POLICY" ], "title": "DRM_POLICY" }, { "enum": [ "reach.ADD_ENTRY_VENDOR_TASK" ], "title": "ADD_ENTRY_VENDOR_TASK" }, { "enum": [ "1" ], "title": "BLOCK" }, { "enum": [ "2" ], "title": "PREVIEW" }, { "enum": [ "3" ], "title": "LIMIT_FLAVORS" }, { "enum": [ "4" ], "title": "ADD_TO_STORAGE" }, { "enum": [ "5" ], "title": "LIMIT_DELIVERY_PROFILES" }, { "enum": [ "6" ], "title": "SERVE_FROM_REMOTE_SERVER" }, { "enum": [ "7" ], "title": "REQUEST_HOST_REGEX" }, { "enum": [ "8" ], "title": "LIMIT_THUMBNAIL_CAPTURE" } ], "title": "KalturaAccessControlActionType" }, "KalturaAccessControlContextType": { "oneOf": [ { "enum": [ "1" ], "title": "PLAY" }, { "enum": [ "2" ], "title": "DOWNLOAD" }, { "enum": [ "3" ], "title": "THUMBNAIL" }, { "enum": [ "4" ], "title": "METADATA" }, { "enum": [ "5" ], "title": "EXPORT" }, { "enum": [ "6" ], "title": "SERVE" } ], "title": "KalturaAccessControlContextType" }, "KalturaAccessControlOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaAccessControlOrderBy" }, "KalturaAccessControlProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAccessControlProfileOrderBy" }, "KalturaActivitiBusinessProcessServerOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaActivitiBusinessProcessServerOrderBy" }, "KalturaActivitiBusinessProcessServerProtocol": { "oneOf": [ { "enum": [ "http" ], "title": "HTTP" }, { "enum": [ "https" ], "title": "HTTPS" } ], "title": "KalturaActivitiBusinessProcessServerProtocol" }, "KalturaAdCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endTime" ], "title": "END_TIME_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endTime" ], "title": "END_TIME_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAdCuePointOrderBy" }, "KalturaAdProtocolType": { "oneOf": [ { "enum": [ "0" ], "title": "CUSTOM" }, { "enum": [ "1" ], "title": "VAST" }, { "enum": [ "2" ], "title": "VAST_2_0" }, { "enum": [ "3" ], "title": "VPAID" } ], "title": "KalturaAdProtocolType" }, "KalturaAdType": { "oneOf": [ { "enum": [ "1" ], "title": "VIDEO" }, { "enum": [ "2" ], "title": "OVERLAY" } ], "title": "KalturaAdType" }, "KalturaAdminUserOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAdminUserOrderBy" }, "KalturaAkamaiUniversalStreamType": { "oneOf": [ { "enum": [ "HD iPhone/iPad Live" ], "title": "HD_IPHONE_IPAD_LIVE" }, { "enum": [ "Universal Streaming Live" ], "title": "UNIVERSAL_STREAMING_LIVE" } ], "title": "KalturaAkamaiUniversalStreamType" }, "KalturaAmazonS3StorageProfileFilesPermissionLevel": { "oneOf": [ { "enum": [ "authenticated-read" ], "title": "ACL_AUTHENTICATED_READ" }, { "enum": [ "private" ], "title": "ACL_PRIVATE" }, { "enum": [ "public-read" ], "title": "ACL_PUBLIC_READ" }, { "enum": [ "public-read-write" ], "title": "ACL_PUBLIC_READ_WRITE" } ], "title": "KalturaAmazonS3StorageProfileFilesPermissionLevel" }, "KalturaAmazonS3StorageProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAmazonS3StorageProfileOrderBy" }, "KalturaAnnotationOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endTime" ], "title": "END_TIME_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endTime" ], "title": "END_TIME_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAnnotationOrderBy" }, "KalturaAnswerCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAnswerCuePointOrderBy" }, "KalturaApiActionPermissionItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaApiActionPermissionItemOrderBy" }, "KalturaApiParameterPermissionItemAction": { "oneOf": [ { "enum": [ "all" ], "title": "USAGE" }, { "enum": [ "insert" ], "title": "INSERT" }, { "enum": [ "read" ], "title": "READ" }, { "enum": [ "update" ], "title": "UPDATE" } ], "title": "KalturaApiParameterPermissionItemAction" }, "KalturaApiParameterPermissionItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaApiParameterPermissionItemOrderBy" }, "KalturaAppTokenHashType": { "oneOf": [ { "enum": [ "MD5" ], "title": "MD5" }, { "enum": [ "SHA1" ], "title": "SHA1" }, { "enum": [ "SHA256" ], "title": "SHA256" }, { "enum": [ "SHA512" ], "title": "SHA512" } ], "title": "KalturaAppTokenHashType" }, "KalturaAppTokenOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAppTokenOrderBy" }, "KalturaAppTokenStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaAppTokenStatus" }, "KalturaAppearInListType": { "oneOf": [ { "enum": [ 1 ], "title": "PARTNER_ONLY" }, { "enum": [ 3 ], "title": "CATEGORY_MEMBERS_ONLY" } ], "title": "KalturaAppearInListType" }, "KalturaAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAssetOrderBy" }, "KalturaAssetParamsDeletePolicy": { "oneOf": [ { "enum": [ 0 ], "title": "KEEP" }, { "enum": [ 1 ], "title": "DELETE" } ], "title": "KalturaAssetParamsDeletePolicy" }, "KalturaAssetParamsOrderBy": { "oneOf": [], "title": "KalturaAssetParamsOrderBy" }, "KalturaAssetParamsOrigin": { "oneOf": [ { "enum": [ 0 ], "title": "CONVERT" }, { "enum": [ 1 ], "title": "INGEST" }, { "enum": [ 2 ], "title": "CONVERT_WHEN_MISSING" } ], "title": "KalturaAssetParamsOrigin" }, "KalturaAssetParamsOutputOrderBy": { "oneOf": [], "title": "KalturaAssetParamsOutputOrderBy" }, "KalturaAssetStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "QUEUED" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 7 ], "title": "IMPORTING" }, { "enum": [ 9 ], "title": "EXPORTING" } ], "title": "KalturaAssetStatus" }, "KalturaAssetType": { "oneOf": [ { "enum": [ "attachment.Attachment" ], "title": "ATTACHMENT" }, { "enum": [ "caption.Caption" ], "title": "CAPTION" }, { "enum": [ "document.Document" ], "title": "DOCUMENT" }, { "enum": [ "document.Image" ], "title": "IMAGE" }, { "enum": [ "document.PDF" ], "title": "PDF" }, { "enum": [ "document.SWF" ], "title": "SWF" }, { "enum": [ "thumbCuePoint.timedThumb" ], "title": "TIMED_THUMB_ASSET" }, { "enum": [ "transcript.Transcript" ], "title": "TRANSCRIPT" }, { "enum": [ "widevine.WidevineFlavor" ], "title": "WIDEVINE_FLAVOR" }, { "enum": [ "1" ], "title": "FLAVOR" }, { "enum": [ "2" ], "title": "THUMBNAIL" }, { "enum": [ "3" ], "title": "LIVE" } ], "title": "KalturaAssetType" }, "KalturaAttUverseDistributionField": { "oneOf": [ { "enum": [ "CHANNEL_TITLE" ], "title": "CHANNEL_TITLE" }, { "enum": [ "ITEM_CATEGORIES" ], "title": "ITEM_CATEGORIES" }, { "enum": [ "ITEM_CREATED_AT" ], "title": "ITEM_CREATED_AT" }, { "enum": [ "ITEM_DESCRIPTION" ], "title": "ITEM_DESCRIPTION" }, { "enum": [ "ITEM_END_DATE" ], "title": "ITEM_END_DATE" }, { "enum": [ "ITEM_ENTRY_ID" ], "title": "ITEM_ENTRY_ID" }, { "enum": [ "ITEM_METADATA_CONTENT_RATING" ], "title": "ITEM_METADATA_CONTENT_RATING" }, { "enum": [ "ITEM_METADATA_GENRE" ], "title": "ITEM_METADATA_GENRE" }, { "enum": [ "ITEM_METADATA_LEGAL_DISCLAIMER" ], "title": "ITEM_METADATA_LEGAL_DISCLAIMER" }, { "enum": [ "ITEM_METADATA_SHORT_TITLE" ], "title": "ITEM_METADATA_SHORT_TITLE" }, { "enum": [ "ITEM_METADATA_TUNEIN" ], "title": "ITEM_METADATA_TUNEIN" }, { "enum": [ "ITEM_START_DATE" ], "title": "ITEM_START_DATE" }, { "enum": [ "ITEM_TAGS" ], "title": "ITEM_TAGS" }, { "enum": [ "ITEM_TITLE" ], "title": "ITEM_TITLE" }, { "enum": [ "ITEM_UPDATED_AT" ], "title": "ITEM_UPDATED_AT" } ], "title": "KalturaAttUverseDistributionField" }, "KalturaAttUverseDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAttUverseDistributionProfileOrderBy" }, "KalturaAttUverseDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaAttUverseDistributionProviderOrderBy" }, "KalturaAttachmentAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAttachmentAssetOrderBy" }, "KalturaAttachmentAssetStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "QUEUED" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 7 ], "title": "IMPORTING" }, { "enum": [ 9 ], "title": "EXPORTING" } ], "title": "KalturaAttachmentAssetStatus" }, "KalturaAttachmentType": { "oneOf": [ { "enum": [ "1" ], "title": "TEXT" }, { "enum": [ "2" ], "title": "MEDIA" }, { "enum": [ "3" ], "title": "DOCUMENT" }, { "enum": [ "4" ], "title": "JSON" } ], "title": "KalturaAttachmentType" }, "KalturaAudioCodec": { "oneOf": [ { "enum": [ "" ], "title": "NONE" }, { "enum": [ "aac" ], "title": "AAC" }, { "enum": [ "aache" ], "title": "AACHE" }, { "enum": [ "ac3" ], "title": "AC3" }, { "enum": [ "amrnb" ], "title": "AMRNB" }, { "enum": [ "copy" ], "title": "COPY" }, { "enum": [ "eac3" ], "title": "EAC3" }, { "enum": [ "mp3" ], "title": "MP3" }, { "enum": [ "mpeg2" ], "title": "MPEG2" }, { "enum": [ "pcm" ], "title": "PCM" }, { "enum": [ "vorbis" ], "title": "VORBIS" }, { "enum": [ "wma" ], "title": "WMA" }, { "enum": [ "wmapro" ], "title": "WMAPRO" } ], "title": "KalturaAudioCodec" }, "KalturaAuditTrailAction": { "oneOf": [ { "enum": [ "CHANGED" ], "title": "CHANGED" }, { "enum": [ "CONTENT_VIEWED" ], "title": "CONTENT_VIEWED" }, { "enum": [ "COPIED" ], "title": "COPIED" }, { "enum": [ "CREATED" ], "title": "CREATED" }, { "enum": [ "DELETED" ], "title": "DELETED" }, { "enum": [ "FILE_SYNC_CREATED" ], "title": "FILE_SYNC_CREATED" }, { "enum": [ "RELATION_ADDED" ], "title": "RELATION_ADDED" }, { "enum": [ "RELATION_REMOVED" ], "title": "RELATION_REMOVED" }, { "enum": [ "VIEWED" ], "title": "VIEWED" } ], "title": "KalturaAuditTrailAction" }, "KalturaAuditTrailChangeXmlNodeType": { "oneOf": [ { "enum": [ 1 ], "title": "CHANGED" }, { "enum": [ 2 ], "title": "ADDED" }, { "enum": [ 3 ], "title": "REMOVED" } ], "title": "KalturaAuditTrailChangeXmlNodeType" }, "KalturaAuditTrailContext": { "oneOf": [ { "enum": [ -1 ], "title": "CLIENT" }, { "enum": [ 0 ], "title": "SCRIPT" }, { "enum": [ 1 ], "title": "PS2" }, { "enum": [ 2 ], "title": "API_V3" } ], "title": "KalturaAuditTrailContext" }, "KalturaAuditTrailFileSyncSubType": { "oneOf": [ { "enum": [ 11 ], "title": "ENTRY_DATA" }, { "enum": [ 12 ], "title": "ENTRY_DATA_EDIT" }, { "enum": [ 13 ], "title": "ENTRY_THUMB" }, { "enum": [ 14 ], "title": "ENTRY_ARCHIVE" }, { "enum": [ 15 ], "title": "ENTRY_DOWNLOAD" }, { "enum": [ 16 ], "title": "ENTRY_OFFLINE_THUMB" }, { "enum": [ 17 ], "title": "ENTRY_ISM" }, { "enum": [ 18 ], "title": "ENTRY_ISMC" }, { "enum": [ 19 ], "title": "ENTRY_CONVERSION_LOG" }, { "enum": [ 21 ], "title": "UICONF_DATA" }, { "enum": [ 22 ], "title": "UICONF_FEATURES" }, { "enum": [ 31 ], "title": "BATCHJOB_BULKUPLOADCSV" }, { "enum": [ 32 ], "title": "BATCHJOB_BULKUPLOADLOG" }, { "enum": [ 33 ], "title": "BATCHJOB_CONFIG" }, { "enum": [ 41 ], "title": "FLAVOR_ASSET_ASSET" }, { "enum": [ 42 ], "title": "FLAVOR_ASSET_CONVERT_LOG" }, { "enum": [ 51 ], "title": "METADATA_DATA" }, { "enum": [ 61 ], "title": "METADATA_PROFILE_DEFINITION" }, { "enum": [ 62 ], "title": "METADATA_PROFILE_VIEWS" } ], "title": "KalturaAuditTrailFileSyncSubType" }, "KalturaAuditTrailFileSyncType": { "oneOf": [ { "enum": [ 1 ], "title": "FILE" }, { "enum": [ 2 ], "title": "LINK" }, { "enum": [ 3 ], "title": "URL" } ], "title": "KalturaAuditTrailFileSyncType" }, "KalturaAuditTrailObjectType": { "oneOf": [ { "enum": [ "BatchJob" ], "title": "BATCH_JOB" }, { "enum": [ "EmailIngestionProfile" ], "title": "EMAIL_INGESTION_PROFILE" }, { "enum": [ "FileSync" ], "title": "FILE_SYNC" }, { "enum": [ "KshowKuser" ], "title": "KSHOW_KUSER" }, { "enum": [ "Metadata" ], "title": "METADATA" }, { "enum": [ "MetadataProfile" ], "title": "METADATA_PROFILE" }, { "enum": [ "Partner" ], "title": "PARTNER" }, { "enum": [ "Permission" ], "title": "PERMISSION" }, { "enum": [ "ReachProfile" ], "title": "REACH_PROFILE" }, { "enum": [ "UploadToken" ], "title": "UPLOAD_TOKEN" }, { "enum": [ "UserLoginData" ], "title": "USER_LOGIN_DATA" }, { "enum": [ "UserRole" ], "title": "USER_ROLE" }, { "enum": [ "accessControl" ], "title": "ACCESS_CONTROL" }, { "enum": [ "category" ], "title": "CATEGORY" }, { "enum": [ "categoryEntry" ], "title": "CATEGORY_ENTRY" }, { "enum": [ "conversionProfile2" ], "title": "CONVERSION_PROFILE_2" }, { "enum": [ "entry" ], "title": "ENTRY" }, { "enum": [ "flavorAsset" ], "title": "FLAVOR_ASSET" }, { "enum": [ "flavorParams" ], "title": "FLAVOR_PARAMS" }, { "enum": [ "flavorParamsConversionProfile" ], "title": "FLAVOR_PARAMS_CONVERSION_PROFILE" }, { "enum": [ "flavorParamsOutput" ], "title": "FLAVOR_PARAMS_OUTPUT" }, { "enum": [ "kshow" ], "title": "KSHOW" }, { "enum": [ "kuser" ], "title": "KUSER" }, { "enum": [ "mediaInfo" ], "title": "MEDIA_INFO" }, { "enum": [ "moderation" ], "title": "MODERATION" }, { "enum": [ "roughcutEntry" ], "title": "ROUGHCUT" }, { "enum": [ "syndicationFeed" ], "title": "SYNDICATION" }, { "enum": [ "thumbAsset" ], "title": "THUMBNAIL_ASSET" }, { "enum": [ "thumbParams" ], "title": "THUMBNAIL_PARAMS" }, { "enum": [ "thumbParamsOutput" ], "title": "THUMBNAIL_PARAMS_OUTPUT" }, { "enum": [ "uiConf" ], "title": "UI_CONF" }, { "enum": [ "widget" ], "title": "WIDGET" } ], "title": "KalturaAuditTrailObjectType" }, "KalturaAuditTrailOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+parsedAt" ], "title": "PARSED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-parsedAt" ], "title": "PARSED_AT_DESC" } ], "title": "KalturaAuditTrailOrderBy" }, "KalturaAuditTrailStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "FAILED" } ], "title": "KalturaAuditTrailStatus" }, "KalturaAvnDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaAvnDistributionProfileOrderBy" }, "KalturaAvnDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaAvnDistributionProviderOrderBy" }, "KalturaBaseEntryCloneOptions": { "oneOf": [ { "enum": [ "adCuePoint.AD_CUE_POINTS" ], "title": "AD_CUE_POINTS" }, { "enum": [ "annotation.ANNOTATION_CUE_POINTS" ], "title": "ANNOTATION_CUE_POINTS" }, { "enum": [ "codeCuePoint.CODE_CUE_POINTS" ], "title": "CODE_CUE_POINTS" }, { "enum": [ "thumbCuePoint.THUMB_CUE_POINTS" ], "title": "THUMB_CUE_POINTS" }, { "enum": [ "1" ], "title": "USERS" }, { "enum": [ "2" ], "title": "CATEGORIES" }, { "enum": [ "3" ], "title": "CHILD_ENTRIES" }, { "enum": [ "4" ], "title": "ACCESS_CONTROL" }, { "enum": [ "5" ], "title": "METADATA" }, { "enum": [ "6" ], "title": "FLAVORS" }, { "enum": [ "7" ], "title": "CAPTIONS" } ], "title": "KalturaBaseEntryCloneOptions" }, "KalturaBaseEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" } ], "title": "KalturaBaseEntryCompareAttribute" }, "KalturaBaseEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaBaseEntryMatchAttribute" }, "KalturaBaseEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaBaseEntryOrderBy" }, "KalturaBaseSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBaseSyndicationFeedOrderBy" }, "KalturaBaseUserOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBaseUserOrderBy" }, "KalturaBatchJobAppErrors": { "oneOf": [ { "enum": [ 11 ], "title": "OUTPUT_FILE_DOESNT_EXIST" }, { "enum": [ 12 ], "title": "OUTPUT_FILE_WRONG_SIZE" }, { "enum": [ 13 ], "title": "CANNOT_CREATE_DIRECTORY" }, { "enum": [ 14 ], "title": "FILE_ALREADY_EXISTS" }, { "enum": [ 21 ], "title": "NFS_FILE_DOESNT_EXIST" }, { "enum": [ 31 ], "title": "EXTRACT_MEDIA_FAILED" }, { "enum": [ 32 ], "title": "BLACK_OR_SILENT_CONTENT" }, { "enum": [ 41 ], "title": "CLOSER_TIMEOUT" }, { "enum": [ 51 ], "title": "ENGINE_NOT_FOUND" }, { "enum": [ 61 ], "title": "REMOTE_FILE_NOT_FOUND" }, { "enum": [ 62 ], "title": "REMOTE_DOWNLOAD_FAILED" }, { "enum": [ 71 ], "title": "BULK_FILE_NOT_FOUND" }, { "enum": [ 72 ], "title": "BULK_VALIDATION_FAILED" }, { "enum": [ 73 ], "title": "BULK_PARSE_ITEMS_FAILED" }, { "enum": [ 74 ], "title": "BULK_UNKNOWN_ERROR" }, { "enum": [ 75 ], "title": "BULK_INVLAID_BULK_REQUEST_COUNT" }, { "enum": [ 76 ], "title": "BULK_NO_ENTRIES_HANDLED" }, { "enum": [ 77 ], "title": "BULK_ACTION_NOT_SUPPORTED" }, { "enum": [ 78 ], "title": "BULK_MISSING_MANDATORY_PARAMETER" }, { "enum": [ 79 ], "title": "BULK_ITEM_VALIDATION_FAILED" }, { "enum": [ 81 ], "title": "CONVERSION_FAILED" }, { "enum": [ 91 ], "title": "THUMBNAIL_NOT_CREATED" }, { "enum": [ 92 ], "title": "MISSING_PARAMETERS" }, { "enum": [ 93 ], "title": "EXTERNAL_ENGINE_ERROR" }, { "enum": [ 101 ], "title": "MISSING_ASSETS" }, { "enum": [ 201 ], "title": "MEDIA_REPURPOSING_FAILED" }, { "enum": [ 701 ], "title": "BULK_ITEM_NOT_FOUND" }, { "enum": [ 702 ], "title": "BULK_ELEMENT_NOT_FOUND" } ], "title": "KalturaBatchJobAppErrors" }, "KalturaBatchJobErrorTypes": { "oneOf": [ { "enum": [ 0 ], "title": "APP" }, { "enum": [ 1 ], "title": "RUNTIME" }, { "enum": [ 2 ], "title": "HTTP" }, { "enum": [ 3 ], "title": "CURL" }, { "enum": [ 4 ], "title": "KALTURA_API" }, { "enum": [ 5 ], "title": "KALTURA_CLIENT" } ], "title": "KalturaBatchJobErrorTypes" }, "KalturaBatchJobObjectType": { "oneOf": [ { "enum": [ "contentDistribution.EntryDistribution" ], "title": "ENTRY_DISTRIBUTION" }, { "enum": [ "dropFolderXmlBulkUpload.DropFolderFile" ], "title": "DROP_FOLDER_FILE" }, { "enum": [ "metadata.Metadata" ], "title": "METADATA" }, { "enum": [ "metadata.MetadataProfile" ], "title": "METADATA_PROFILE" }, { "enum": [ "scheduledTask.ScheduledTaskProfile" ], "title": "SCHEDULED_TASK_PROFILE" }, { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "FILE_SYNC" }, { "enum": [ "4" ], "title": "ASSET" } ], "title": "KalturaBatchJobObjectType" }, "KalturaBatchJobOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+estimatedEffort" ], "title": "ESTIMATED_EFFORT_ASC" }, { "enum": [ "+executionAttempts" ], "title": "EXECUTION_ATTEMPTS_ASC" }, { "enum": [ "+finishTime" ], "title": "FINISH_TIME_ASC" }, { "enum": [ "+lockVersion" ], "title": "LOCK_VERSION_ASC" }, { "enum": [ "+priority" ], "title": "PRIORITY_ASC" }, { "enum": [ "+queueTime" ], "title": "QUEUE_TIME_ASC" }, { "enum": [ "+status" ], "title": "STATUS_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-estimatedEffort" ], "title": "ESTIMATED_EFFORT_DESC" }, { "enum": [ "-executionAttempts" ], "title": "EXECUTION_ATTEMPTS_DESC" }, { "enum": [ "-finishTime" ], "title": "FINISH_TIME_DESC" }, { "enum": [ "-lockVersion" ], "title": "LOCK_VERSION_DESC" }, { "enum": [ "-priority" ], "title": "PRIORITY_DESC" }, { "enum": [ "-queueTime" ], "title": "QUEUE_TIME_DESC" }, { "enum": [ "-status" ], "title": "STATUS_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBatchJobOrderBy" }, "KalturaBatchJobStatus": { "oneOf": [ { "enum": [ 0 ], "title": "PENDING" }, { "enum": [ 1 ], "title": "QUEUED" }, { "enum": [ 2 ], "title": "PROCESSING" }, { "enum": [ 3 ], "title": "PROCESSED" }, { "enum": [ 4 ], "title": "MOVEFILE" }, { "enum": [ 5 ], "title": "FINISHED" }, { "enum": [ 6 ], "title": "FAILED" }, { "enum": [ 7 ], "title": "ABORTED" }, { "enum": [ 8 ], "title": "ALMOST_DONE" }, { "enum": [ 9 ], "title": "RETRY" }, { "enum": [ 10 ], "title": "FATAL" }, { "enum": [ 11 ], "title": "DONT_PROCESS" }, { "enum": [ 12 ], "title": "FINISHED_PARTIALLY" }, { "enum": [ 13 ], "title": "SUSPEND" }, { "enum": [ 14 ], "title": "SUSPEND_ALMOST_DONE" } ], "title": "KalturaBatchJobStatus" }, "KalturaBatchJobType": { "oneOf": [ { "enum": [ "ReachInternal.ReachInternalQueueHandler" ], "title": "REACH_INTERNAL_QUEUE_HANDLER" }, { "enum": [ "0" ], "title": "CONVERT" }, { "enum": [ "caption.convertcaptionasset" ], "title": "CONVERT_CAPTION_ASSET" }, { "enum": [ "caption.parsemultilanguagecaptionasset" ], "title": "PARSE_MULTI_LANGUAGE_CAPTION_ASSET" }, { "enum": [ "captionSearch.parseCaptionAsset" ], "title": "PARSE_CAPTION_ASSET" }, { "enum": [ "contentDistribution.DistributionDelete" ], "title": "DISTRIBUTION_DELETE" }, { "enum": [ "contentDistribution.DistributionDisable" ], "title": "DISTRIBUTION_DISABLE" }, { "enum": [ "contentDistribution.DistributionEnable" ], "title": "DISTRIBUTION_ENABLE" }, { "enum": [ "contentDistribution.DistributionFetchReport" ], "title": "DISTRIBUTION_FETCH_REPORT" }, { "enum": [ "contentDistribution.DistributionSubmit" ], "title": "DISTRIBUTION_SUBMIT" }, { "enum": [ "contentDistribution.DistributionSync" ], "title": "DISTRIBUTION_SYNC" }, { "enum": [ "contentDistribution.DistributionUpdate" ], "title": "DISTRIBUTION_UPDATE" }, { "enum": [ "dropFolder.DropFolderContentProcessor" ], "title": "DROP_FOLDER_CONTENT_PROCESSOR" }, { "enum": [ "dropFolder.DropFolderWatcher" ], "title": "DROP_FOLDER_WATCHER" }, { "enum": [ "eventNotification.EventNotificationHandler" ], "title": "EVENT_NOTIFICATION_HANDLER" }, { "enum": [ "integration.Integration" ], "title": "INTEGRATION" }, { "enum": [ "reach.EntryVendorTasksCsv" ], "title": "ENTRY_VENDOR_TASK_CSV" }, { "enum": [ "reach.SyncReachCreditTask" ], "title": "SYNC_REACH_CREDIT_TASK" }, { "enum": [ "scheduledTask.ScheduledTask" ], "title": "SCHEDULED_TASK" }, { "enum": [ "tagSearch.IndexTagsByPrivacyContext" ], "title": "INDEX_TAGS" }, { "enum": [ "tagSearch.TagResolve" ], "title": "TAG_RESOLVE" }, { "enum": [ "virusScan.VirusScan" ], "title": "VIRUS_SCAN" }, { "enum": [ "widevine.WidevineRepositorySync" ], "title": "WIDEVINE_REPOSITORY_SYNC" }, { "enum": [ "1" ], "title": "IMPORT" }, { "enum": [ "2" ], "title": "DELETE" }, { "enum": [ "3" ], "title": "FLATTEN" }, { "enum": [ "4" ], "title": "BULKUPLOAD" }, { "enum": [ "5" ], "title": "DVDCREATOR" }, { "enum": [ "6" ], "title": "DOWNLOAD" }, { "enum": [ "7" ], "title": "OOCONVERT" }, { "enum": [ "10" ], "title": "CONVERT_PROFILE" }, { "enum": [ "11" ], "title": "POSTCONVERT" }, { "enum": [ "14" ], "title": "EXTRACT_MEDIA" }, { "enum": [ "15" ], "title": "MAIL" }, { "enum": [ "16" ], "title": "NOTIFICATION" }, { "enum": [ "17" ], "title": "CLEANUP" }, { "enum": [ "18" ], "title": "SCHEDULER_HELPER" }, { "enum": [ "19" ], "title": "BULKDOWNLOAD" }, { "enum": [ "20" ], "title": "DB_CLEANUP" }, { "enum": [ "21" ], "title": "PROVISION_PROVIDE" }, { "enum": [ "22" ], "title": "CONVERT_COLLECTION" }, { "enum": [ "23" ], "title": "STORAGE_EXPORT" }, { "enum": [ "24" ], "title": "PROVISION_DELETE" }, { "enum": [ "25" ], "title": "STORAGE_DELETE" }, { "enum": [ "26" ], "title": "EMAIL_INGESTION" }, { "enum": [ "27" ], "title": "METADATA_IMPORT" }, { "enum": [ "28" ], "title": "METADATA_TRANSFORM" }, { "enum": [ "29" ], "title": "FILESYNC_IMPORT" }, { "enum": [ "30" ], "title": "CAPTURE_THUMB" }, { "enum": [ "31" ], "title": "DELETE_FILE" }, { "enum": [ "32" ], "title": "INDEX" }, { "enum": [ "33" ], "title": "MOVE_CATEGORY_ENTRIES" }, { "enum": [ "34" ], "title": "COPY" }, { "enum": [ "35" ], "title": "CONCAT" }, { "enum": [ "36" ], "title": "CONVERT_LIVE_SEGMENT" }, { "enum": [ "37" ], "title": "COPY_PARTNER" }, { "enum": [ "38" ], "title": "VALIDATE_LIVE_MEDIA_SERVERS" }, { "enum": [ "39" ], "title": "SYNC_CATEGORY_PRIVACY_CONTEXT" }, { "enum": [ "40" ], "title": "LIVE_REPORT_EXPORT" }, { "enum": [ "41" ], "title": "RECALCULATE_CACHE" }, { "enum": [ "42" ], "title": "LIVE_TO_VOD" }, { "enum": [ "43" ], "title": "COPY_CAPTIONS" }, { "enum": [ "44" ], "title": "CHUNKED_ENCODE_JOB_SCHEDULER" }, { "enum": [ "45" ], "title": "SERVER_NODE_MONITOR" }, { "enum": [ "46" ], "title": "USERS_CSV" }, { "enum": [ "47" ], "title": "CLIP_CONCAT" }, { "enum": [ "48" ], "title": "COPY_CUE_POINTS" }, { "enum": [ "49" ], "title": "EXPORT_CSV" }, { "enum": [ "50" ], "title": "REPORT_EXPORT" }, { "enum": [ "51" ], "title": "LIVE_ENTRY_ARCHIVE" }, { "enum": [ "52" ], "title": "STORAGE_UPDATE" }, { "enum": [ "53" ], "title": "STORAGE_PERIODIC_EXPORT" }, { "enum": [ "54" ], "title": "STORAGE_PERIODIC_PURGE" }, { "enum": [ "55" ], "title": "STORAGE_PERIODIC_DELETE_LOCAL" }, { "enum": [ "56" ], "title": "REACH_JOB_CLEANER" } ], "title": "KalturaBatchJobType" }, "KalturaBeaconIndexType": { "oneOf": [ { "enum": [ "Log" ], "title": "LOG" }, { "enum": [ "State" ], "title": "STATE" } ], "title": "KalturaBeaconIndexType" }, "KalturaBeaconObjectTypes": { "oneOf": [ { "enum": [ "1" ], "title": "SCHEDULE_RESOURCE_BEACON" }, { "enum": [ "2" ], "title": "ENTRY_SERVER_NODE_BEACON" }, { "enum": [ "3" ], "title": "SERVER_NODE_BEACON" }, { "enum": [ "4" ], "title": "ENTRY_BEACON" } ], "title": "KalturaBeaconObjectTypes" }, "KalturaBeaconOrderBy": { "oneOf": [ { "enum": [ "+objectId" ], "title": "OBJECT_ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-objectId" ], "title": "OBJECT_ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBeaconOrderBy" }, "KalturaBeaconScheduledResourceFieldName": { "oneOf": [ { "enum": [ "event_type" ], "title": "EVENT_TYPE" }, { "enum": [ "is_log" ], "title": "IS_LOG" }, { "enum": [ "object_id" ], "title": "OBJECT_ID" }, { "enum": [ "recording" ], "title": "RECORDING" }, { "enum": [ "resource_name" ], "title": "RESOURCE_NAME" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" } ], "title": "KalturaBeaconScheduledResourceFieldName" }, "KalturaBeaconScheduledResourceOrderByFieldName": { "oneOf": [ { "enum": [ "app_status" ], "title": "STATUS" }, { "enum": [ "recording_phase" ], "title": "RECORDING" }, { "enum": [ "resource_Name" ], "title": "RESOURCE_NAME" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" } ], "title": "KalturaBeaconScheduledResourceOrderByFieldName" }, "KalturaBitRateMode": { "oneOf": [ { "enum": [ 1 ], "title": "CBR" }, { "enum": [ 2 ], "title": "VBR" } ], "title": "KalturaBitRateMode" }, "KalturaBulkUploadAction": { "oneOf": [ { "enum": [ "scheduleBulkUpload.CANCEL" ], "title": "CANCEL" }, { "enum": [ "1" ], "title": "ADD" }, { "enum": [ "2" ], "title": "UPDATE" }, { "enum": [ "3" ], "title": "DELETE" }, { "enum": [ "4" ], "title": "REPLACE" }, { "enum": [ "5" ], "title": "TRANSFORM_XSLT" }, { "enum": [ "6" ], "title": "ADD_OR_UPDATE" }, { "enum": [ "7" ], "title": "ACTIVATE" }, { "enum": [ "8" ], "title": "REJECT" }, { "enum": [ "9" ], "title": "UPDATE_STATUS" } ], "title": "KalturaBulkUploadAction" }, "KalturaBulkUploadCsvVersion": { "oneOf": [ { "enum": [ 1 ], "title": "V1" }, { "enum": [ 2 ], "title": "V2" }, { "enum": [ 3 ], "title": "V3" } ], "title": "KalturaBulkUploadCsvVersion" }, "KalturaBulkUploadObjectType": { "oneOf": [ { "enum": [ "bulkUploadFilter.JOB" ], "title": "JOB" }, { "enum": [ "scheduleBulkUpload.SCHEDULE_EVENT" ], "title": "SCHEDULE_EVENT" }, { "enum": [ "scheduleBulkUpload.SCHEDULE_RESOURCE" ], "title": "SCHEDULE_RESOURCE" }, { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "USER" }, { "enum": [ "4" ], "title": "CATEGORY_USER" }, { "enum": [ "5" ], "title": "CATEGORY_ENTRY" }, { "enum": [ "6" ], "title": "USER_ENTRY" }, { "enum": [ "7" ], "title": "VENDOR_CATALOG_ITEM" } ], "title": "KalturaBulkUploadObjectType" }, "KalturaBulkUploadOrderBy": { "oneOf": [], "title": "KalturaBulkUploadOrderBy" }, "KalturaBulkUploadResultStatus": { "oneOf": [ { "enum": [ "1" ], "title": "ERROR" }, { "enum": [ "2" ], "title": "OK" }, { "enum": [ "3" ], "title": "IN_PROGRESS" } ], "title": "KalturaBulkUploadResultStatus" }, "KalturaBulkUploadType": { "oneOf": [ { "enum": [ "bulkUploadCsv.CSV" ], "title": "CSV" }, { "enum": [ "bulkUploadFilter.FILTER" ], "title": "FILTER" }, { "enum": [ "bulkUploadXml.XML" ], "title": "XML" }, { "enum": [ "dropFolderXmlBulkUpload.DROP_FOLDER_XML" ], "title": "DROP_FOLDER_XML" }, { "enum": [ "scheduleBulkUpload.ICAL" ], "title": "ICAL" }, { "enum": [ "scheduleDropFolder.DROP_FOLDER_ICAL" ], "title": "DROP_FOLDER_ICAL" } ], "title": "KalturaBulkUploadType" }, "KalturaBusinessProcessAbortNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBusinessProcessAbortNotificationTemplateOrderBy" }, "KalturaBusinessProcessNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBusinessProcessNotificationTemplateOrderBy" }, "KalturaBusinessProcessProvider": { "oneOf": [ { "enum": [ "activitiBusinessProcessNotification.Activiti" ], "title": "ACTIVITI" } ], "title": "KalturaBusinessProcessProvider" }, "KalturaBusinessProcessServerOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBusinessProcessServerOrderBy" }, "KalturaBusinessProcessServerStatus": { "oneOf": [ { "enum": [ "1" ], "title": "DISABLED" }, { "enum": [ "2" ], "title": "ENABLED" }, { "enum": [ "3" ], "title": "DELETED" } ], "title": "KalturaBusinessProcessServerStatus" }, "KalturaBusinessProcessSignalNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBusinessProcessSignalNotificationTemplateOrderBy" }, "KalturaBusinessProcessStartNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaBusinessProcessStartNotificationTemplateOrderBy" }, "KalturaCameraScheduleResourceOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCameraScheduleResourceOrderBy" }, "KalturaCaptionAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCaptionAssetOrderBy" }, "KalturaCaptionAssetStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "QUEUED" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 7 ], "title": "IMPORTING" }, { "enum": [ 9 ], "title": "EXPORTING" } ], "title": "KalturaCaptionAssetStatus" }, "KalturaCaptionParamsOrderBy": { "oneOf": [], "title": "KalturaCaptionParamsOrderBy" }, "KalturaCaptionSource": { "oneOf": [ { "enum": [ "0" ], "title": "UNKNOWN" }, { "enum": [ "1" ], "title": "ZOOM" }, { "enum": [ "2" ], "title": "WEBEX" } ], "title": "KalturaCaptionSource" }, "KalturaCaptionType": { "oneOf": [ { "enum": [ "1" ], "title": "SRT" }, { "enum": [ "2" ], "title": "DFXP" }, { "enum": [ "3" ], "title": "WEBVTT" }, { "enum": [ "4" ], "title": "CAP" }, { "enum": [ "5" ], "title": "SCC" } ], "title": "KalturaCaptionType" }, "KalturaCaptureSpaceHashAlgorithm": { "oneOf": [ { "enum": [ "md5" ], "title": "MD5" }, { "enum": [ "sha1" ], "title": "SHA1" }, { "enum": [ "sha256" ], "title": "SHA256" }, { "enum": [ "sha512" ], "title": "SHA512" } ], "title": "KalturaCaptureSpaceHashAlgorithm" }, "KalturaCatalogItemLanguage": { "oneOf": [ { "enum": [ "Arabic" ], "title": "AR" }, { "enum": [ "Cantonese" ], "title": "YUE" }, { "enum": [ "Catalan" ], "title": "CA" }, { "enum": [ "Chinese" ], "title": "ZH" }, { "enum": [ "Czech" ], "title": "CS" }, { "enum": [ "Danish" ], "title": "DA" }, { "enum": [ "Dutch" ], "title": "NL" }, { "enum": [ "English" ], "title": "EN" }, { "enum": [ "English (American)" ], "title": "EN_US" }, { "enum": [ "English (British)" ], "title": "EN_GB" }, { "enum": [ "Finnish" ], "title": "FI" }, { "enum": [ "French" ], "title": "FR" }, { "enum": [ "French (Canada)" ], "title": "FR_CA" }, { "enum": [ "Gaelic (Scottish)" ], "title": "GD" }, { "enum": [ "German" ], "title": "DE" }, { "enum": [ "Greek" ], "title": "EL" }, { "enum": [ "Hebrew" ], "title": "HE" }, { "enum": [ "Hindi" ], "title": "HI" }, { "enum": [ "Hungarian" ], "title": "HU" }, { "enum": [ "Icelandic" ], "title": "IS" }, { "enum": [ "Indonesian" ], "title": "IN" }, { "enum": [ "Irish" ], "title": "GA" }, { "enum": [ "Italian" ], "title": "IT" }, { "enum": [ "Japanese" ], "title": "JA" }, { "enum": [ "Korean" ], "title": "KO" }, { "enum": [ "Malayalam" ], "title": "ML" }, { "enum": [ "Mandarin Chinese" ], "title": "CMN" }, { "enum": [ "Norwegian" ], "title": "NO" }, { "enum": [ "Polish" ], "title": "PL" }, { "enum": [ "Portuguese" ], "title": "PT" }, { "enum": [ "Portuguese (Brazil)" ], "title": "PT_BR" }, { "enum": [ "Romanian" ], "title": "RO" }, { "enum": [ "Russian" ], "title": "RU" }, { "enum": [ "Spanish" ], "title": "ES" }, { "enum": [ "Spanish (Latin America)" ], "title": "ES_XL" }, { "enum": [ "Swedish" ], "title": "SV" }, { "enum": [ "Taiwanese Mandarin" ], "title": "ZH_TW" }, { "enum": [ "Tamil" ], "title": "TA" }, { "enum": [ "Thai" ], "title": "TH" }, { "enum": [ "Turkish" ], "title": "TR" }, { "enum": [ "Ukrainian" ], "title": "UK" }, { "enum": [ "Urdu" ], "title": "UR" }, { "enum": [ "Vietnamese" ], "title": "VI" }, { "enum": [ "Welsh" ], "title": "CY" }, { "enum": [ "Zulu" ], "title": "ZU" } ], "title": "KalturaCatalogItemLanguage" }, "KalturaCategoryEntryAdvancedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaCategoryEntryAdvancedOrderBy" }, "KalturaCategoryEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaCategoryEntryOrderBy" }, "KalturaCategoryEntryStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "REJECTED" } ], "title": "KalturaCategoryEntryStatus" }, "KalturaCategoryIdentifierField": { "oneOf": [ { "enum": [ "fullName" ], "title": "FULL_NAME" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" } ], "title": "KalturaCategoryIdentifierField" }, "KalturaCategoryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+depth" ], "title": "DEPTH_ASC" }, { "enum": [ "+directEntriesCount" ], "title": "DIRECT_ENTRIES_COUNT_ASC" }, { "enum": [ "+directSubCategoriesCount" ], "title": "DIRECT_SUB_CATEGORIES_COUNT_ASC" }, { "enum": [ "+entriesCount" ], "title": "ENTRIES_COUNT_ASC" }, { "enum": [ "+fullName" ], "title": "FULL_NAME_ASC" }, { "enum": [ "+membersCount" ], "title": "MEMBERS_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-depth" ], "title": "DEPTH_DESC" }, { "enum": [ "-directEntriesCount" ], "title": "DIRECT_ENTRIES_COUNT_DESC" }, { "enum": [ "-directSubCategoriesCount" ], "title": "DIRECT_SUB_CATEGORIES_COUNT_DESC" }, { "enum": [ "-entriesCount" ], "title": "ENTRIES_COUNT_DESC" }, { "enum": [ "-fullName" ], "title": "FULL_NAME_DESC" }, { "enum": [ "-membersCount" ], "title": "MEMBERS_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCategoryOrderBy" }, "KalturaCategoryStatus": { "oneOf": [ { "enum": [ 1 ], "title": "UPDATING" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "PURGED" } ], "title": "KalturaCategoryStatus" }, "KalturaCategoryUserOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCategoryUserOrderBy" }, "KalturaCategoryUserPermissionLevel": { "oneOf": [ { "enum": [ 0 ], "title": "MANAGER" }, { "enum": [ 1 ], "title": "MODERATOR" }, { "enum": [ 2 ], "title": "CONTRIBUTOR" }, { "enum": [ 3 ], "title": "MEMBER" }, { "enum": [ 4 ], "title": "NONE" } ], "title": "KalturaCategoryUserPermissionLevel" }, "KalturaCategoryUserStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "PENDING" }, { "enum": [ 3 ], "title": "NOT_ACTIVE" }, { "enum": [ 4 ], "title": "DELETED" } ], "title": "KalturaCategoryUserStatus" }, "KalturaChinaCacheAlgorithmType": { "oneOf": [ { "enum": [ 1 ], "title": "SHA1" }, { "enum": [ 2 ], "title": "SHA256" } ], "title": "KalturaChinaCacheAlgorithmType" }, "KalturaCielo24Fidelity": { "oneOf": [ { "enum": [ "MECHANICAL" ], "title": "MECHANICAL" }, { "enum": [ "PREMIUM" ], "title": "PREMIUM" }, { "enum": [ "PROFESSIONAL" ], "title": "PROFESSIONAL" } ], "title": "KalturaCielo24Fidelity" }, "KalturaCielo24Priority": { "oneOf": [ { "enum": [ "PRIORITY" ], "title": "PRIORITY" }, { "enum": [ "STANDARD" ], "title": "STANDARD" } ], "title": "KalturaCielo24Priority" }, "KalturaCloneComponentSelectorType": { "oneOf": [ { "enum": [ "0" ], "title": "INCLUDE_COMPONENT" }, { "enum": [ "1" ], "title": "EXCLUDE_COMPONENT" } ], "title": "KalturaCloneComponentSelectorType" }, "KalturaCodeCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endTime" ], "title": "END_TIME_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endTime" ], "title": "END_TIME_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCodeCuePointOrderBy" }, "KalturaComcastMrssDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaComcastMrssDistributionProfileOrderBy" }, "KalturaComcastMrssDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaComcastMrssDistributionProviderOrderBy" }, "KalturaCommercialUseType": { "oneOf": [ { "enum": [ 0 ], "title": "NON_COMMERCIAL_USE" }, { "enum": [ 1 ], "title": "COMMERCIAL_USE" } ], "title": "KalturaCommercialUseType" }, "KalturaConditionType": { "oneOf": [ { "enum": [ "abcScreenersWatermarkAccessControl.abcWatermark" ], "title": "ABC_WATERMARK" }, { "enum": [ "eventNotification.BooleanField" ], "title": "EVENT_NOTIFICATION_FIELD" }, { "enum": [ "eventNotification.ObjectChanged" ], "title": "EVENT_NOTIFICATION_OBJECT_CHANGED" }, { "enum": [ "metadata.FieldChanged" ], "title": "METADATA_FIELD_CHANGED" }, { "enum": [ "metadata.FieldCompare" ], "title": "METADATA_FIELD_COMPARE" }, { "enum": [ "metadata.FieldMatch" ], "title": "METADATA_FIELD_MATCH" }, { "enum": [ "reach.CategoryEntry" ], "title": "EVENT_CATEGORY_ENTRY" }, { "enum": [ "1" ], "title": "AUTHENTICATED" }, { "enum": [ "2" ], "title": "COUNTRY" }, { "enum": [ "3" ], "title": "IP_ADDRESS" }, { "enum": [ "4" ], "title": "SITE" }, { "enum": [ "5" ], "title": "USER_AGENT" }, { "enum": [ "6" ], "title": "FIELD_MATCH" }, { "enum": [ "7" ], "title": "FIELD_COMPARE" }, { "enum": [ "8" ], "title": "ASSET_PROPERTIES_COMPARE" }, { "enum": [ "9" ], "title": "USER_ROLE" }, { "enum": [ "10" ], "title": "GEO_DISTANCE" }, { "enum": [ "11" ], "title": "OR_OPERATOR" }, { "enum": [ "12" ], "title": "HASH" }, { "enum": [ "13" ], "title": "DELIVERY_PROFILE" }, { "enum": [ "14" ], "title": "ACTIVE_EDGE_VALIDATE" }, { "enum": [ "15" ], "title": "ANONYMOUS_IP" }, { "enum": [ "16" ], "title": "ASSET_TYPE" }, { "enum": [ "17" ], "title": "BOOLEAN" }, { "enum": [ "18" ], "title": "HTTP_HEADER" }, { "enum": [ "19" ], "title": "ENTRY_SCHEDULED" }, { "enum": [ "20" ], "title": "ACTION_NAME" }, { "enum": [ "21" ], "title": "URL_AUTH_PARAMS" } ], "title": "KalturaConditionType" }, "KalturaConfMapsSourceLocation": { "oneOf": [ { "enum": [ "FileSystem" ], "title": "FS" }, { "enum": [ "database" ], "title": "DB" } ], "title": "KalturaConfMapsSourceLocation" }, "KalturaConfMapsStatus": { "oneOf": [ { "enum": [ 0 ], "title": "STATUS_DISABLED" }, { "enum": [ 1 ], "title": "STATUS_ENABLED" } ], "title": "KalturaConfMapsStatus" }, "KalturaConferenceRoomStatus": { "oneOf": [ { "enum": [ 1 ], "title": "CREATED" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "ENDED" } ], "title": "KalturaConferenceRoomStatus" }, "KalturaConferenceServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaConferenceServerNodeOrderBy" }, "KalturaConfigMapOrderBy": { "oneOf": [], "title": "KalturaConfigMapOrderBy" }, "KalturaConfigurableDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaConfigurableDistributionProfileOrderBy" }, "KalturaContainerFormat": { "oneOf": [ { "enum": [ "3gp" ], "title": "_3GP" }, { "enum": [ "applehttp" ], "title": "APPLEHTTP" }, { "enum": [ "avi" ], "title": "AVI" }, { "enum": [ "bif" ], "title": "BIF" }, { "enum": [ "bmp" ], "title": "BMP" }, { "enum": [ "copy" ], "title": "COPY" }, { "enum": [ "flv" ], "title": "FLV" }, { "enum": [ "hls" ], "title": "HLS" }, { "enum": [ "isma" ], "title": "ISMA" }, { "enum": [ "ismv" ], "title": "ISMV" }, { "enum": [ "jpg" ], "title": "JPG" }, { "enum": [ "m2ts" ], "title": "M2TS" }, { "enum": [ "m4v" ], "title": "M4V" }, { "enum": [ "mkv" ], "title": "MKV" }, { "enum": [ "mov" ], "title": "MOV" }, { "enum": [ "mp3" ], "title": "MP3" }, { "enum": [ "mp4" ], "title": "MP4" }, { "enum": [ "mpeg" ], "title": "MPEG" }, { "enum": [ "mpegts" ], "title": "MPEGTS" }, { "enum": [ "mxf" ], "title": "MXF" }, { "enum": [ "ogg" ], "title": "OGG" }, { "enum": [ "ogv" ], "title": "OGV" }, { "enum": [ "pdf" ], "title": "PDF" }, { "enum": [ "png" ], "title": "PNG" }, { "enum": [ "swf" ], "title": "SWF" }, { "enum": [ "wav" ], "title": "WAV" }, { "enum": [ "webm" ], "title": "WEBM" }, { "enum": [ "wma" ], "title": "WMA" }, { "enum": [ "wmv" ], "title": "WMV" }, { "enum": [ "wvm" ], "title": "WVM" } ], "title": "KalturaContainerFormat" }, "KalturaContextType": { "oneOf": [ { "enum": [ "1" ], "title": "PLAY" }, { "enum": [ "2" ], "title": "DOWNLOAD" }, { "enum": [ "3" ], "title": "THUMBNAIL" }, { "enum": [ "4" ], "title": "METADATA" }, { "enum": [ "5" ], "title": "EXPORT" }, { "enum": [ "6" ], "title": "SERVE" } ], "title": "KalturaContextType" }, "KalturaContributionPolicyType": { "oneOf": [ { "enum": [ 1 ], "title": "ALL" }, { "enum": [ 2 ], "title": "MEMBERS_WITH_CONTRIBUTION_PERMISSION" } ], "title": "KalturaContributionPolicyType" }, "KalturaControlCommandStatus": { "oneOf": [ { "enum": [ 0 ], "title": "PENDING" }, { "enum": [ 1 ], "title": "HANDLED" }, { "enum": [ 2 ], "title": "DONE" }, { "enum": [ 3 ], "title": "FAILED" } ], "title": "KalturaControlCommandStatus" }, "KalturaControlPanelCommandOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaControlPanelCommandOrderBy" }, "KalturaControlPanelCommandStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "HANDLED" }, { "enum": [ 3 ], "title": "DONE" }, { "enum": [ 4 ], "title": "FAILED" } ], "title": "KalturaControlPanelCommandStatus" }, "KalturaControlPanelCommandTargetType": { "oneOf": [ { "enum": [ 1 ], "title": "DATA_CENTER" }, { "enum": [ 2 ], "title": "SCHEDULER" }, { "enum": [ 3 ], "title": "JOB_TYPE" }, { "enum": [ 4 ], "title": "JOB" }, { "enum": [ 5 ], "title": "BATCH" } ], "title": "KalturaControlPanelCommandTargetType" }, "KalturaControlPanelCommandType": { "oneOf": [ { "enum": [ 4 ], "title": "KILL" } ], "title": "KalturaControlPanelCommandType" }, "KalturaConversionEngineType": { "oneOf": [ { "enum": [ "0" ], "title": "KALTURA_COM" }, { "enum": [ "avidemux.Avidemux" ], "title": "AVIDEMUX" }, { "enum": [ "document.ImageMagick" ], "title": "IMAGEMAGICK" }, { "enum": [ "document.ppt2Img" ], "title": "PPT2IMG" }, { "enum": [ "document.thumbAssets" ], "title": "THUMB_ASSETS" }, { "enum": [ "dol.Dol" ], "title": "DOL" }, { "enum": [ "drm.cEnc" ], "title": "CENC" }, { "enum": [ "expressionEncoder.ExpressionEncoder" ], "title": "EXPRESSION_ENCODER" }, { "enum": [ "fastStart.FastStart" ], "title": "FAST_START" }, { "enum": [ "inletArmada.InletArmada" ], "title": "INLET_ARMADA" }, { "enum": [ "inletArmadaAbc.InletArmadaAbc" ], "title": "INLET_ARMADA_ABC" }, { "enum": [ "ismIndex.IsmIndex" ], "title": "ISMINDEX" }, { "enum": [ "ismIndex.IsmManifest" ], "title": "ISM_MANIFEST" }, { "enum": [ "mp4box.Mp4box" ], "title": "MP4BOX" }, { "enum": [ "quickTimeTools.QuickTimeTools" ], "title": "QUICK_TIME_PLAYER_TOOLS" }, { "enum": [ "segmenter.Segmenter" ], "title": "SEGMENTER" }, { "enum": [ "smilManifest.SmilManifest" ], "title": "SMIL_MANIFEST" }, { "enum": [ "smoothProtect.SmoothProtect" ], "title": "SMOOTHPROTECT" }, { "enum": [ "vlc.Vlc" ], "title": "VLC" }, { "enum": [ "webexNbrplayer.WebexNbrplayer" ], "title": "WEBEX_NBRPLAYER" }, { "enum": [ "widevine.Widevine" ], "title": "WIDEVINE" }, { "enum": [ "1" ], "title": "ON2" }, { "enum": [ "2" ], "title": "FFMPEG" }, { "enum": [ "3" ], "title": "MENCODER" }, { "enum": [ "4" ], "title": "ENCODING_COM" }, { "enum": [ "5" ], "title": "EXPRESSION_ENCODER3" }, { "enum": [ "92" ], "title": "CHUNKED_FFMPEG" }, { "enum": [ "98" ], "title": "FFMPEG_VP8" }, { "enum": [ "99" ], "title": "FFMPEG_AUX" }, { "enum": [ "201" ], "title": "PDF2SWF" }, { "enum": [ "202" ], "title": "PDF_CREATOR" } ], "title": "KalturaConversionEngineType" }, "KalturaConversionProfileAssetParamsOrderBy": { "oneOf": [], "title": "KalturaConversionProfileAssetParamsOrderBy" }, "KalturaConversionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaConversionProfileOrderBy" }, "KalturaConversionProfileStatus": { "oneOf": [ { "enum": [ "1" ], "title": "DISABLED" }, { "enum": [ "2" ], "title": "ENABLED" }, { "enum": [ "3" ], "title": "DELETED" } ], "title": "KalturaConversionProfileStatus" }, "KalturaConversionProfileType": { "oneOf": [ { "enum": [ "1" ], "title": "MEDIA" }, { "enum": [ "2" ], "title": "LIVE_STREAM" } ], "title": "KalturaConversionProfileType" }, "KalturaCopyObjectType": { "oneOf": [ { "enum": [ 1 ], "title": "ENTRY" }, { "enum": [ 2 ], "title": "CATEGORY" }, { "enum": [ 3 ], "title": "CATEGORY_USER" }, { "enum": [ 4 ], "title": "CATEGORY_ENTRY" } ], "title": "KalturaCopyObjectType" }, "KalturaCortexApiDistributionCaptionAction": { "oneOf": [ { "enum": [ 1 ], "title": "UPDATE_ACTION" }, { "enum": [ 2 ], "title": "SUBMIT_ACTION" }, { "enum": [ 3 ], "title": "DELETE_ACTION" } ], "title": "KalturaCortexApiDistributionCaptionAction" }, "KalturaCortexApiDistributionField": { "oneOf": [ { "enum": [ "ALLOW_COMMENTS" ], "title": "ALLOW_COMMENTS" }, { "enum": [ "ALLOW_EMBEDDING" ], "title": "ALLOW_EMBEDDING" }, { "enum": [ "ALLOW_RATINGS" ], "title": "ALLOW_RATINGS" }, { "enum": [ "ALLOW_RESPONSES" ], "title": "ALLOW_RESPONSES" }, { "enum": [ "ALT_RAW_FILENAME" ], "title": "ALT_RAW_FILENAME" }, { "enum": [ "END_DATE" ], "title": "END_DATE" }, { "enum": [ "ENTRY_PRIVACY_STATUS" ], "title": "ENTRY_PRIVACY_STATUS" }, { "enum": [ "MEDIA_CATEGORY" ], "title": "MEDIA_CATEGORY" }, { "enum": [ "MEDIA_DESCRIPTION" ], "title": "MEDIA_DESCRIPTION" }, { "enum": [ "MEDIA_KEYWORDS" ], "title": "MEDIA_KEYWORDS" }, { "enum": [ "MEDIA_PLAYLIST_IDS" ], "title": "MEDIA_PLAYLIST_IDS" }, { "enum": [ "MEDIA_TITLE" ], "title": "MEDIA_TITLE" }, { "enum": [ "START_DATE" ], "title": "START_DATE" } ], "title": "KalturaCortexApiDistributionField" }, "KalturaCortexApiDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCortexApiDistributionProfileOrderBy" }, "KalturaCortexApiDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaCortexApiDistributionProviderOrderBy" }, "KalturaCountryRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "RESTRICT_COUNTRY_LIST" }, { "enum": [ 1 ], "title": "ALLOW_COUNTRY_LIST" } ], "title": "KalturaCountryRestrictionType" }, "KalturaCrossKalturaDistributionField": { "oneOf": [ { "enum": [ "BASE_ENTRY_CATEGORIES" ], "title": "BASE_ENTRY_CATEGORIES" }, { "enum": [ "BASE_ENTRY_DESCRIPTION" ], "title": "BASE_ENTRY_DESCRIPTION" }, { "enum": [ "BASE_ENTRY_END_DATE" ], "title": "BASE_ENTRY_END_DATE" }, { "enum": [ "BASE_ENTRY_LICENSE_TYPE" ], "title": "BASE_ENTRY_LICENSE_TYPE" }, { "enum": [ "BASE_ENTRY_NAME" ], "title": "BASE_ENTRY_NAME" }, { "enum": [ "BASE_ENTRY_PARTNER_DATA" ], "title": "BASE_ENTRY_PARTNER_DATA" }, { "enum": [ "BASE_ENTRY_REFERENCE_ID" ], "title": "BASE_ENTRY_REFERENCE_ID" }, { "enum": [ "BASE_ENTRY_START_DATE" ], "title": "BASE_ENTRY_START_DATE" }, { "enum": [ "BASE_ENTRY_TAGS" ], "title": "BASE_ENTRY_TAGS" }, { "enum": [ "BASE_ENTRY_USER_ID" ], "title": "BASE_ENTRY_USER_ID" } ], "title": "KalturaCrossKalturaDistributionField" }, "KalturaCrossKalturaDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCrossKalturaDistributionProfileOrderBy" }, "KalturaCrossKalturaDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaCrossKalturaDistributionProviderOrderBy" }, "KalturaCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaCuePointOrderBy" }, "KalturaCuePointStatus": { "oneOf": [ { "enum": [ 1 ], "title": "READY" }, { "enum": [ 2 ], "title": "DELETED" }, { "enum": [ 3 ], "title": "HANDLED" }, { "enum": [ 4 ], "title": "PENDING" } ], "title": "KalturaCuePointStatus" }, "KalturaCuePointType": { "oneOf": [ { "enum": [ "adCuePoint.Ad" ], "title": "AD" }, { "enum": [ "annotation.Annotation" ], "title": "ANNOTATION" }, { "enum": [ "codeCuePoint.Code" ], "title": "CODE" }, { "enum": [ "eventCuePoint.Event" ], "title": "EVENT" }, { "enum": [ "quiz.QUIZ_ANSWER" ], "title": "QUIZ_ANSWER" }, { "enum": [ "quiz.QUIZ_QUESTION" ], "title": "QUIZ_QUESTION" }, { "enum": [ "thumbCuePoint.Thumb" ], "title": "THUMB" } ], "title": "KalturaCuePointType" }, "KalturaDVRStatus": { "oneOf": [ { "enum": [ 0 ], "title": "DISABLED" }, { "enum": [ 1 ], "title": "ENABLED" } ], "title": "KalturaDVRStatus" }, "KalturaDailymotionDistributionCaptionAction": { "oneOf": [ { "enum": [ 1 ], "title": "UPDATE_ACTION" }, { "enum": [ 2 ], "title": "SUBMIT_ACTION" }, { "enum": [ 3 ], "title": "DELETE_ACTION" } ], "title": "KalturaDailymotionDistributionCaptionAction" }, "KalturaDailymotionDistributionCaptionFormat": { "oneOf": [ { "enum": [ 1 ], "title": "SRT" }, { "enum": [ 2 ], "title": "STL" }, { "enum": [ 3 ], "title": "TT" } ], "title": "KalturaDailymotionDistributionCaptionFormat" }, "KalturaDailymotionDistributionField": { "oneOf": [ { "enum": [ "VIDEO_CHANNEL" ], "title": "VIDEO_CHANNEL" }, { "enum": [ "VIDEO_DESCRIPTION" ], "title": "VIDEO_DESCRIPTION" }, { "enum": [ "VIDEO_GEO_BLOCKING_COUNTRY_LIST" ], "title": "VIDEO_GEO_BLOCKING_COUNTRY_LIST" }, { "enum": [ "VIDEO_GEO_BLOCKING_OPERATION" ], "title": "VIDEO_GEO_BLOCKING_OPERATION" }, { "enum": [ "VIDEO_LANGUAGE" ], "title": "VIDEO_LANGUAGE" }, { "enum": [ "VIDEO_TAGS" ], "title": "VIDEO_TAGS" }, { "enum": [ "VIDEO_TITLE" ], "title": "VIDEO_TITLE" }, { "enum": [ "VIDEO_TYPE" ], "title": "VIDEO_TYPE" } ], "title": "KalturaDailymotionDistributionField" }, "KalturaDailymotionDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDailymotionDistributionProfileOrderBy" }, "KalturaDailymotionDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaDailymotionDistributionProviderOrderBy" }, "KalturaDailymotionGeoBlockingMapping": { "oneOf": [ { "enum": [ 0 ], "title": "DISABLED" }, { "enum": [ 1 ], "title": "ACCESS_CONTROL" }, { "enum": [ 2 ], "title": "METADATA" } ], "title": "KalturaDailymotionGeoBlockingMapping" }, "KalturaDataEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" } ], "title": "KalturaDataEntryCompareAttribute" }, "KalturaDataEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaDataEntryMatchAttribute" }, "KalturaDataEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaDataEntryOrderBy" }, "KalturaDeleteFlavorsLogicType": { "oneOf": [ { "enum": [ 1 ], "title": "KEEP_LIST_DELETE_OTHERS" }, { "enum": [ 2 ], "title": "DELETE_LIST" }, { "enum": [ 3 ], "title": "DELETE_KEEP_SMALLEST" } ], "title": "KalturaDeleteFlavorsLogicType" }, "KalturaDeleteObjectType": { "oneOf": [ { "enum": [ 1 ], "title": "CATEGORY_ENTRY" }, { "enum": [ 2 ], "title": "CATEGORY_USER" }, { "enum": [ 3 ], "title": "GROUP_USER" }, { "enum": [ 4 ], "title": "CATEGORY_ENTRY_AGGREGATION" }, { "enum": [ 5 ], "title": "USER_ENTRY" } ], "title": "KalturaDeleteObjectType" }, "KalturaDeliveryProfileAkamaiAppleHttpManifestOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileAkamaiAppleHttpManifestOrderBy" }, "KalturaDeliveryProfileAkamaiHdsOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileAkamaiHdsOrderBy" }, "KalturaDeliveryProfileAkamaiHttpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileAkamaiHttpOrderBy" }, "KalturaDeliveryProfileGenericAppleHttpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileGenericAppleHttpOrderBy" }, "KalturaDeliveryProfileGenericHdsOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileGenericHdsOrderBy" }, "KalturaDeliveryProfileGenericHttpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileGenericHttpOrderBy" }, "KalturaDeliveryProfileGenericRtmpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileGenericRtmpOrderBy" }, "KalturaDeliveryProfileGenericSilverLightOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileGenericSilverLightOrderBy" }, "KalturaDeliveryProfileLiveAppleHttpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileLiveAppleHttpOrderBy" }, "KalturaDeliveryProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileOrderBy" }, "KalturaDeliveryProfileRtmpOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryProfileRtmpOrderBy" }, "KalturaDeliveryProfileType": { "oneOf": [ { "enum": [ "edgeCast.EDGE_CAST_HTTP" ], "title": "EDGE_CAST_HTTP" }, { "enum": [ "edgeCast.EDGE_CAST_RTMP" ], "title": "EDGE_CAST_RTMP" }, { "enum": [ "forensicWatermark.FORENSIC_WATERMARK_APPLE_HTTP" ], "title": "FORENSIC_WATERMARK_APPLE_HTTP" }, { "enum": [ "forensicWatermark.FORENSIC_WATERMARK_DASH" ], "title": "FORENSIC_WATERMARK_DASH" }, { "enum": [ "kontiki.KONTIKI_HTTP" ], "title": "KONTIKI_HTTP" }, { "enum": [ "uplynk.UPLYNK_HTTP" ], "title": "UPLYNK_HTTP" }, { "enum": [ "uplynk.UPLYNK_RTMP" ], "title": "UPLYNK_RTMP" }, { "enum": [ "velocix.VELOCIX_HDS" ], "title": "VELOCIX_HDS" }, { "enum": [ "velocix.VELOCIX_HLS" ], "title": "VELOCIX_HLS" }, { "enum": [ "1" ], "title": "APPLE_HTTP" }, { "enum": [ "3" ], "title": "HDS" }, { "enum": [ "4" ], "title": "HTTP" }, { "enum": [ "5" ], "title": "RTMP" }, { "enum": [ "6" ], "title": "RTSP" }, { "enum": [ "7" ], "title": "SILVER_LIGHT" }, { "enum": [ "10" ], "title": "AKAMAI_HLS_DIRECT" }, { "enum": [ "11" ], "title": "AKAMAI_HLS_MANIFEST" }, { "enum": [ "12" ], "title": "AKAMAI_HD" }, { "enum": [ "13" ], "title": "AKAMAI_HDS" }, { "enum": [ "14" ], "title": "AKAMAI_HTTP" }, { "enum": [ "15" ], "title": "AKAMAI_RTMP" }, { "enum": [ "16" ], "title": "AKAMAI_RTSP" }, { "enum": [ "17" ], "title": "AKAMAI_SS" }, { "enum": [ "21" ], "title": "GENERIC_HLS" }, { "enum": [ "23" ], "title": "GENERIC_HDS" }, { "enum": [ "24" ], "title": "GENERIC_HTTP" }, { "enum": [ "25" ], "title": "GENERIC_HLS_MANIFEST" }, { "enum": [ "26" ], "title": "GENERIC_HDS_MANIFEST" }, { "enum": [ "27" ], "title": "GENERIC_SS" }, { "enum": [ "28" ], "title": "GENERIC_RTMP" }, { "enum": [ "31" ], "title": "LEVEL3_HLS" }, { "enum": [ "34" ], "title": "LEVEL3_HTTP" }, { "enum": [ "35" ], "title": "LEVEL3_RTMP" }, { "enum": [ "44" ], "title": "LIMELIGHT_HTTP" }, { "enum": [ "45" ], "title": "LIMELIGHT_RTMP" }, { "enum": [ "51" ], "title": "LOCAL_PATH_APPLE_HTTP" }, { "enum": [ "53" ], "title": "LOCAL_PATH_HDS" }, { "enum": [ "54" ], "title": "LOCAL_PATH_HTTP" }, { "enum": [ "55" ], "title": "LOCAL_PATH_RTMP" }, { "enum": [ "61" ], "title": "VOD_PACKAGER_HLS" }, { "enum": [ "63" ], "title": "VOD_PACKAGER_HDS" }, { "enum": [ "67" ], "title": "VOD_PACKAGER_MSS" }, { "enum": [ "68" ], "title": "VOD_PACKAGER_DASH" }, { "enum": [ "69" ], "title": "VOD_PACKAGER_HLS_MANIFEST" }, { "enum": [ "1001" ], "title": "LIVE_HLS" }, { "enum": [ "1002" ], "title": "LIVE_HDS" }, { "enum": [ "1003" ], "title": "LIVE_DASH" }, { "enum": [ "1005" ], "title": "LIVE_RTMP" }, { "enum": [ "1006" ], "title": "LIVE_HLS_TO_MULTICAST" }, { "enum": [ "1007" ], "title": "LIVE_PACKAGER_HLS" }, { "enum": [ "1008" ], "title": "LIVE_PACKAGER_HDS" }, { "enum": [ "1009" ], "title": "LIVE_PACKAGER_DASH" }, { "enum": [ "1010" ], "title": "LIVE_PACKAGER_MSS" }, { "enum": [ "1013" ], "title": "LIVE_AKAMAI_HDS" } ], "title": "KalturaDeliveryProfileType" }, "KalturaDeliveryServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDeliveryServerNodeOrderBy" }, "KalturaDeliveryStatus": { "oneOf": [ { "enum": [ 0 ], "title": "ACTIVE" }, { "enum": [ 1 ], "title": "DELETED" }, { "enum": [ 2 ], "title": "STAGING_IN" }, { "enum": [ 3 ], "title": "STAGING_OUT" } ], "title": "KalturaDeliveryStatus" }, "KalturaDirectoryRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "DONT_DISPLAY" }, { "enum": [ 1 ], "title": "DISPLAY_WITH_LINK" } ], "title": "KalturaDirectoryRestrictionType" }, "KalturaDistributeTrigger": { "oneOf": [ { "enum": [ 1 ], "title": "ENTRY_READY" }, { "enum": [ 2 ], "title": "MODERATION_APPROVED" } ], "title": "KalturaDistributeTrigger" }, "KalturaDistributionAction": { "oneOf": [ { "enum": [ 1 ], "title": "SUBMIT" }, { "enum": [ 2 ], "title": "UPDATE" }, { "enum": [ 3 ], "title": "DELETE" }, { "enum": [ 4 ], "title": "FETCH_REPORT" } ], "title": "KalturaDistributionAction" }, "KalturaDistributionErrorType": { "oneOf": [ { "enum": [ 1 ], "title": "MISSING_FLAVOR" }, { "enum": [ 2 ], "title": "MISSING_THUMBNAIL" }, { "enum": [ 3 ], "title": "MISSING_METADATA" }, { "enum": [ 4 ], "title": "INVALID_DATA" }, { "enum": [ 5 ], "title": "MISSING_ASSET" }, { "enum": [ 6 ], "title": "CONDITION_NOT_MET" } ], "title": "KalturaDistributionErrorType" }, "KalturaDistributionFieldRequiredStatus": { "oneOf": [ { "enum": [ 0 ], "title": "NOT_REQUIRED" }, { "enum": [ 1 ], "title": "REQUIRED_BY_PROVIDER" }, { "enum": [ 2 ], "title": "REQUIRED_BY_PARTNER" }, { "enum": [ 3 ], "title": "REQUIRED_FOR_AUTOMATIC_DISTRIBUTION" } ], "title": "KalturaDistributionFieldRequiredStatus" }, "KalturaDistributionFieldType": { "oneOf": [ { "enum": [ 0 ], "title": "STRING" }, { "enum": [ 1 ], "title": "INT" }, { "enum": [ 2 ], "title": "LONG" }, { "enum": [ 3 ], "title": "TIMESTAMP" } ], "title": "KalturaDistributionFieldType" }, "KalturaDistributionProfileActionStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "AUTOMATIC" }, { "enum": [ 3 ], "title": "MANUAL" } ], "title": "KalturaDistributionProfileActionStatus" }, "KalturaDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDistributionProfileOrderBy" }, "KalturaDistributionProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ENABLED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaDistributionProfileStatus" }, "KalturaDistributionProtocol": { "oneOf": [ { "enum": [ 1 ], "title": "FTP" }, { "enum": [ 2 ], "title": "SCP" }, { "enum": [ 3 ], "title": "SFTP" }, { "enum": [ 4 ], "title": "HTTP" }, { "enum": [ 5 ], "title": "HTTPS" }, { "enum": [ 10 ], "title": "ASPERA" } ], "title": "KalturaDistributionProtocol" }, "KalturaDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaDistributionProviderOrderBy" }, "KalturaDistributionProviderType": { "oneOf": [ { "enum": [ "attUverseDistribution.ATT_UVERSE" ], "title": "ATT_UVERSE" }, { "enum": [ "avnDistribution.AVN" ], "title": "AVN" }, { "enum": [ "comcastMrssDistribution.COMCAST_MRSS" ], "title": "COMCAST_MRSS" }, { "enum": [ "cortexApiDistribution.CORTEX_API" ], "title": "CORTEX_API" }, { "enum": [ "crossKalturaDistribution.CROSS_KALTURA" ], "title": "CROSS_KALTURA" }, { "enum": [ "dailymotionDistribution.DAILYMOTION" ], "title": "DAILYMOTION" }, { "enum": [ "doubleClickDistribution.DOUBLECLICK" ], "title": "DOUBLECLICK" }, { "enum": [ "facebookDistribution.FACEBOOK" ], "title": "FACEBOOK" }, { "enum": [ "freewheelDistribution.FREEWHEEL" ], "title": "FREEWHEEL" }, { "enum": [ "freewheelGenericDistribution.FREEWHEEL_GENERIC" ], "title": "FREEWHEEL_GENERIC" }, { "enum": [ "ftpDistribution.FTP" ], "title": "FTP" }, { "enum": [ "ftpDistribution.FTP_SCHEDULED" ], "title": "FTP_SCHEDULED" }, { "enum": [ "huluDistribution.HULU" ], "title": "HULU" }, { "enum": [ "ideticDistribution.IDETIC" ], "title": "IDETIC" }, { "enum": [ "metroPcsDistribution.METRO_PCS" ], "title": "METRO_PCS" }, { "enum": [ "msnDistribution.MSN" ], "title": "MSN" }, { "enum": [ "ndnDistribution.NDN" ], "title": "NDN" }, { "enum": [ "podcastDistribution.PODCAST" ], "title": "PODCAST" }, { "enum": [ "pushToNewsDistribution.PUSH_TO_NEWS" ], "title": "PUSH_TO_NEWS" }, { "enum": [ "quickPlayDistribution.QUICKPLAY" ], "title": "QUICKPLAY" }, { "enum": [ "synacorHboDistribution.SYNACOR_HBO" ], "title": "SYNACOR_HBO" }, { "enum": [ "timeWarnerDistribution.TIME_WARNER" ], "title": "TIME_WARNER" }, { "enum": [ "tvComDistribution.TVCOM" ], "title": "TVCOM" }, { "enum": [ "tvinciDistribution.TVINCI" ], "title": "TVINCI" }, { "enum": [ "unicornDistribution.UNICORN" ], "title": "UNICORN" }, { "enum": [ "uverseClickToOrderDistribution.UVERSE_CLICK_TO_ORDER" ], "title": "UVERSE_CLICK_TO_ORDER" }, { "enum": [ "uverseDistribution.UVERSE" ], "title": "UVERSE" }, { "enum": [ "verizonVcastDistribution.VERIZON_VCAST" ], "title": "VERIZON_VCAST" }, { "enum": [ "yahooDistribution.YAHOO" ], "title": "YAHOO" }, { "enum": [ "youTubeDistribution.YOUTUBE" ], "title": "YOUTUBE" }, { "enum": [ "youtubeApiDistribution.YOUTUBE_API" ], "title": "YOUTUBE_API" }, { "enum": [ "1" ], "title": "GENERIC" }, { "enum": [ "2" ], "title": "SYNDICATION" } ], "title": "KalturaDistributionProviderType" }, "KalturaDistributionValidationErrorType": { "oneOf": [ { "enum": [ 0 ], "title": "CUSTOM_ERROR" }, { "enum": [ 1 ], "title": "STRING_EMPTY" }, { "enum": [ 2 ], "title": "STRING_TOO_LONG" }, { "enum": [ 3 ], "title": "STRING_TOO_SHORT" }, { "enum": [ 4 ], "title": "INVALID_FORMAT" } ], "title": "KalturaDistributionValidationErrorType" }, "KalturaDocumentEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" } ], "title": "KalturaDocumentEntryCompareAttribute" }, "KalturaDocumentEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaDocumentEntryMatchAttribute" }, "KalturaDocumentEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaDocumentEntryOrderBy" }, "KalturaDocumentFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaDocumentFlavorParamsOrderBy" }, "KalturaDocumentFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaDocumentFlavorParamsOutputOrderBy" }, "KalturaDocumentType": { "oneOf": [ { "enum": [ 11 ], "title": "DOCUMENT" }, { "enum": [ 12 ], "title": "SWF" }, { "enum": [ 13 ], "title": "PDF" } ], "title": "KalturaDocumentType" }, "KalturaDoubleClickDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDoubleClickDistributionProfileOrderBy" }, "KalturaDoubleClickDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaDoubleClickDistributionProviderOrderBy" }, "KalturaDrmLicenseExpirationPolicy": { "oneOf": [ { "enum": [ 1 ], "title": "FIXED_DURATION" }, { "enum": [ 2 ], "title": "ENTRY_SCHEDULING_END" }, { "enum": [ 3 ], "title": "UNLIMITED" } ], "title": "KalturaDrmLicenseExpirationPolicy" }, "KalturaDrmLicenseScenario": { "oneOf": [ { "enum": [ "playReady.PROTECTION" ], "title": "PROTECTION" }, { "enum": [ "0" ], "title": "NONE" }, { "enum": [ "playReady.PURCHASE" ], "title": "PURCHASE" }, { "enum": [ "playReady.RENTAL" ], "title": "RENTAL" }, { "enum": [ "playReady.SUBSCRIPTION" ], "title": "SUBSCRIPTION" } ], "title": "KalturaDrmLicenseScenario" }, "KalturaDrmLicenseType": { "oneOf": [ { "enum": [ "playReady.NON_PERSISTENT" ], "title": "NON_PERSISTENT" }, { "enum": [ "playReady.PERSISTENT" ], "title": "PERSISTENT" } ], "title": "KalturaDrmLicenseType" }, "KalturaDrmPolicyOrderBy": { "oneOf": [], "title": "KalturaDrmPolicyOrderBy" }, "KalturaDrmPolicyStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DELETED" } ], "title": "KalturaDrmPolicyStatus" }, "KalturaDrmProfileOrderBy": { "oneOf": [ { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" } ], "title": "KalturaDrmProfileOrderBy" }, "KalturaDrmProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DELETED" } ], "title": "KalturaDrmProfileStatus" }, "KalturaDrmProviderType": { "oneOf": [ { "enum": [ "fairplay.FAIRPLAY" ], "title": "FAIRPLAY" }, { "enum": [ "playReady.PLAY_READY" ], "title": "PLAY_READY" }, { "enum": [ "widevine.WIDEVINE" ], "title": "WIDEVINE" }, { "enum": [ "1" ], "title": "CENC" } ], "title": "KalturaDrmProviderType" }, "KalturaDrmSchemeName": { "oneOf": [ { "enum": [ "drm.PLAYREADY_CENC" ], "title": "PLAYREADY_CENC" }, { "enum": [ "drm.WIDEVINE_CENC" ], "title": "WIDEVINE_CENC" }, { "enum": [ "fairplay.FAIRPLAY" ], "title": "FAIRPLAY" }, { "enum": [ "playReady.PLAYREADY" ], "title": "PLAYREADY" }, { "enum": [ "widevine.WIDEVINE" ], "title": "WIDEVINE" } ], "title": "KalturaDrmSchemeName" }, "KalturaDropFolderContentFileHandlerMatchPolicy": { "oneOf": [ { "enum": [ 1 ], "title": "ADD_AS_NEW" }, { "enum": [ 2 ], "title": "MATCH_EXISTING_OR_ADD_AS_NEW" }, { "enum": [ 3 ], "title": "MATCH_EXISTING_OR_KEEP_IN_FOLDER" } ], "title": "KalturaDropFolderContentFileHandlerMatchPolicy" }, "KalturaDropFolderErrorCode": { "oneOf": [ { "enum": [ "1" ], "title": "ERROR_CONNECT" }, { "enum": [ "2" ], "title": "ERROR_AUTENTICATE" }, { "enum": [ "3" ], "title": "ERROR_GET_PHISICAL_FILE_LIST" }, { "enum": [ "4" ], "title": "ERROR_GET_DB_FILE_LIST" }, { "enum": [ "5" ], "title": "DROP_FOLDER_APP_ERROR" }, { "enum": [ "6" ], "title": "CONTENT_MATCH_POLICY_UNDEFINED" }, { "enum": [ "7" ], "title": "MISSING_CONFIG" } ], "title": "KalturaDropFolderErrorCode" }, "KalturaDropFolderFileDeletePolicy": { "oneOf": [ { "enum": [ 1 ], "title": "MANUAL_DELETE" }, { "enum": [ 2 ], "title": "AUTO_DELETE" }, { "enum": [ 3 ], "title": "AUTO_DELETE_WHEN_ENTRY_IS_READY" } ], "title": "KalturaDropFolderFileDeletePolicy" }, "KalturaDropFolderFileErrorCode": { "oneOf": [ { "enum": [ "dropFolderXmlBulkUpload.ERROR_ADDING_BULK_UPLOAD" ], "title": "ERROR_ADDING_BULK_UPLOAD" }, { "enum": [ "dropFolderXmlBulkUpload.ERROR_ADD_CONTENT_RESOURCE" ], "title": "ERROR_ADD_CONTENT_RESOURCE" }, { "enum": [ "dropFolderXmlBulkUpload.ERROR_IN_BULK_UPLOAD" ], "title": "ERROR_IN_BULK_UPLOAD" }, { "enum": [ "dropFolderXmlBulkUpload.ERROR_WRITING_TEMP_FILE" ], "title": "ERROR_WRITING_TEMP_FILE" }, { "enum": [ "dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_CHECKSUM" ], "title": "LOCAL_FILE_WRONG_CHECKSUM" }, { "enum": [ "dropFolderXmlBulkUpload.LOCAL_FILE_WRONG_SIZE" ], "title": "LOCAL_FILE_WRONG_SIZE" }, { "enum": [ "dropFolderXmlBulkUpload.MALFORMED_XML_FILE" ], "title": "MALFORMED_XML_FILE" }, { "enum": [ "dropFolderXmlBulkUpload.XML_FILE_SIZE_EXCEED_LIMIT" ], "title": "XML_FILE_SIZE_EXCEED_LIMIT" }, { "enum": [ "1" ], "title": "ERROR_UPDATE_ENTRY" }, { "enum": [ "2" ], "title": "ERROR_ADD_ENTRY" }, { "enum": [ "3" ], "title": "FLAVOR_NOT_FOUND" }, { "enum": [ "4" ], "title": "FLAVOR_MISSING_IN_FILE_NAME" }, { "enum": [ "5" ], "title": "SLUG_REGEX_NO_MATCH" }, { "enum": [ "6" ], "title": "ERROR_READING_FILE" }, { "enum": [ "7" ], "title": "ERROR_DOWNLOADING_FILE" }, { "enum": [ "8" ], "title": "ERROR_UPDATE_FILE" }, { "enum": [ "10" ], "title": "ERROR_ADDING_CONTENT_PROCESSOR" }, { "enum": [ "11" ], "title": "ERROR_IN_CONTENT_PROCESSOR" }, { "enum": [ "12" ], "title": "ERROR_DELETING_FILE" }, { "enum": [ "13" ], "title": "FILE_NO_MATCH" } ], "title": "KalturaDropFolderFileErrorCode" }, "KalturaDropFolderFileHandlerType": { "oneOf": [ { "enum": [ "TrRdsSyncDropFolder.TR_RDS" ], "title": "TR_RDS" }, { "enum": [ "dropFolderXmlBulkUpload.XML" ], "title": "XML" }, { "enum": [ "scheduleDropFolder.ICAL" ], "title": "ICAL" }, { "enum": [ "1" ], "title": "CONTENT" } ], "title": "KalturaDropFolderFileHandlerType" }, "KalturaDropFolderFileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+fileName" ], "title": "FILE_NAME_ASC" }, { "enum": [ "+fileSize" ], "title": "FILE_SIZE_ASC" }, { "enum": [ "+fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+parsedFlavor" ], "title": "PARSED_FLAVOR_ASC" }, { "enum": [ "+parsedSlug" ], "title": "PARSED_SLUG_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-fileName" ], "title": "FILE_NAME_DESC" }, { "enum": [ "-fileSize" ], "title": "FILE_SIZE_DESC" }, { "enum": [ "-fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-parsedFlavor" ], "title": "PARSED_FLAVOR_DESC" }, { "enum": [ "-parsedSlug" ], "title": "PARSED_SLUG_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDropFolderFileOrderBy" }, "KalturaDropFolderFileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "UPLOADING" }, { "enum": [ 2 ], "title": "PENDING" }, { "enum": [ 3 ], "title": "WAITING" }, { "enum": [ 4 ], "title": "HANDLED" }, { "enum": [ 5 ], "title": "IGNORE" }, { "enum": [ 6 ], "title": "DELETED" }, { "enum": [ 7 ], "title": "PURGED" }, { "enum": [ 8 ], "title": "NO_MATCH" }, { "enum": [ 9 ], "title": "ERROR_HANDLING" }, { "enum": [ 10 ], "title": "ERROR_DELETING" }, { "enum": [ 11 ], "title": "DOWNLOADING" }, { "enum": [ 12 ], "title": "ERROR_DOWNLOADING" }, { "enum": [ 13 ], "title": "PROCESSING" }, { "enum": [ 14 ], "title": "PARSED" }, { "enum": [ 15 ], "title": "DETECTED" } ], "title": "KalturaDropFolderFileStatus" }, "KalturaDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaDropFolderOrderBy" }, "KalturaDropFolderStatus": { "oneOf": [ { "enum": [ 0 ], "title": "DISABLED" }, { "enum": [ 1 ], "title": "ENABLED" }, { "enum": [ 2 ], "title": "DELETED" }, { "enum": [ 3 ], "title": "ERROR" } ], "title": "KalturaDropFolderStatus" }, "KalturaDropFolderType": { "oneOf": [ { "enum": [ "ApFeedDropFolder.AP_FEED" ], "title": "AP_FEED" }, { "enum": [ "FeedDropFolder.FEED" ], "title": "FEED" }, { "enum": [ "MicrosoftTeamsDropFolder.MS_TEAMS" ], "title": "MS_TEAMS" }, { "enum": [ "S3DropFolder.S3DROPFOLDER" ], "title": "S3DROPFOLDER" }, { "enum": [ "TrRdsSyncDropFolder.TR_RDS_COMPANY" ], "title": "TR_RDS_COMPANY" }, { "enum": [ "TrRdsSyncDropFolder.TR_RDS_TMCTERM" ], "title": "TR_RDS_TMCTERM" }, { "enum": [ "WebexAPIDropFolder.WEBEX_API" ], "title": "WEBEX_API" }, { "enum": [ "WebexDropFolder.WEBEX" ], "title": "WEBEX" }, { "enum": [ "ZoomDropFolder.ZOOM" ], "title": "ZOOM" }, { "enum": [ "1" ], "title": "LOCAL" }, { "enum": [ "2" ], "title": "FTP" }, { "enum": [ "3" ], "title": "SCP" }, { "enum": [ "4" ], "title": "SFTP" }, { "enum": [ "6" ], "title": "S3" } ], "title": "KalturaDropFolderType" }, "KalturaDryRunFileType": { "oneOf": [ { "enum": [ 1 ], "title": "LIST_RESPONSE" }, { "enum": [ 2 ], "title": "CSV" } ], "title": "KalturaDryRunFileType" }, "KalturaDurationType": { "oneOf": [ { "enum": [ "long" ], "title": "LONG" }, { "enum": [ "medium" ], "title": "MEDIUM" }, { "enum": [ "notavailable" ], "title": "NOT_AVAILABLE" }, { "enum": [ "short" ], "title": "SHORT" } ], "title": "KalturaDurationType" }, "KalturaDynamicEnum": { "oneOf": [], "title": "KalturaDynamicEnum" }, "KalturaESearchBaseUserFieldName": { "oneOf": [ { "enum": [ "company" ], "title": "COMPANY" }, { "enum": [ "country" ], "title": "COUNTRY" }, { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "email" ], "title": "EMAIL" }, { "enum": [ "external_id" ], "title": "EXTERNAL_ID" }, { "enum": [ "first_name" ], "title": "FIRST_NAME" }, { "enum": [ "group_ids" ], "title": "GROUP_IDS" }, { "enum": [ "is_admin" ], "title": "IS_ADMIN" }, { "enum": [ "is_hashed" ], "title": "IS_HASHED" }, { "enum": [ "last_name" ], "title": "LAST_NAME" }, { "enum": [ "login_enabled" ], "title": "LOGIN_ENABLED" }, { "enum": [ "permission_names" ], "title": "PERMISSION_NAMES" }, { "enum": [ "role_ids" ], "title": "ROLE_IDS" }, { "enum": [ "screen_name" ], "title": "SCREEN_NAME" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "title" ], "title": "TITLE" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "user_id" ], "title": "USER_ID" } ], "title": "KalturaESearchBaseUserFieldName" }, "KalturaESearchCaptionFieldName": { "oneOf": [ { "enum": [ "caption_asset_id" ], "title": "CAPTION_ASSET_ID" }, { "enum": [ "content" ], "title": "CONTENT" }, { "enum": [ "end_time" ], "title": "END_TIME" }, { "enum": [ "label" ], "title": "LABEL" }, { "enum": [ "language" ], "title": "LANGUAGE" }, { "enum": [ "start_time" ], "title": "START_TIME" } ], "title": "KalturaESearchCaptionFieldName" }, "KalturaESearchCategoryAggregateByFieldName": { "oneOf": [ { "enum": [ "category_name" ], "title": "CATEGORY_NAME" } ], "title": "KalturaESearchCategoryAggregateByFieldName" }, "KalturaESearchCategoryEntryFieldName": { "oneOf": [ { "enum": [ "ancestor_id" ], "title": "ANCESTOR_ID" }, { "enum": [ "ancestor_name" ], "title": "ANCESTOR_NAME" }, { "enum": [ "full_ids" ], "title": "FULL_IDS" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" } ], "title": "KalturaESearchCategoryEntryFieldName" }, "KalturaESearchCategoryFieldName": { "oneOf": [ { "enum": [ "contribution_policy" ], "title": "CONTRIBUTION_POLICY" }, { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "depth" ], "title": "DEPTH" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "direct_entries_count" ], "title": "DIRECT_ENTRIES_COUNT" }, { "enum": [ "direct_sub_categories_count" ], "title": "DIRECT_SUB_CATEGORIES_COUNT" }, { "enum": [ "display_in_search" ], "title": "DISPLAY_IN_SEARCH" }, { "enum": [ "entries_count" ], "title": "ENTRIES_COUNT" }, { "enum": [ "full_ids" ], "title": "FULL_IDS" }, { "enum": [ "full_name" ], "title": "FULL_NAME" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "inheritance_type" ], "title": "INHERITANCE_TYPE" }, { "enum": [ "inherited_parent_id" ], "title": "INHERITED_PARENT_ID" }, { "enum": [ "members_count" ], "title": "MEMBERS_COUNT" }, { "enum": [ "moderation" ], "title": "MODERATION" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "parent_id" ], "title": "PARENT_ID" }, { "enum": [ "pending_entries_count" ], "title": "PENDING_ENTRIES_COUNT" }, { "enum": [ "pending_members_count" ], "title": "PENDING_MEMBERS_COUNT" }, { "enum": [ "privacy" ], "title": "PRIVACY" }, { "enum": [ "privacy_context" ], "title": "PRIVACY_CONTEXT" }, { "enum": [ "privacy_contexts" ], "title": "PRIVACY_CONTEXTS" }, { "enum": [ "reference_id" ], "title": "REFERENCE_ID" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "user_id" ], "title": "USER_ID" } ], "title": "KalturaESearchCategoryFieldName" }, "KalturaESearchCategoryOrderByFieldName": { "oneOf": [ { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "entries_count" ], "title": "ENTRIES_COUNT" }, { "enum": [ "members_count" ], "title": "MEMBERS_COUNT" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" } ], "title": "KalturaESearchCategoryOrderByFieldName" }, "KalturaESearchCategoryUserFieldName": { "oneOf": [ { "enum": [ "user_id" ], "title": "USER_ID" } ], "title": "KalturaESearchCategoryUserFieldName" }, "KalturaESearchCuePointAggregateByFieldName": { "oneOf": [ { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "type" ], "title": "TYPE" } ], "title": "KalturaESearchCuePointAggregateByFieldName" }, "KalturaESearchCuePointFieldName": { "oneOf": [ { "enum": [ "answers" ], "title": "ANSWERS" }, { "enum": [ "end_time" ], "title": "END_TIME" }, { "enum": [ "explanation" ], "title": "EXPLANATION" }, { "enum": [ "hint" ], "title": "HINT" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "question" ], "title": "QUESTION" }, { "enum": [ "start_time" ], "title": "START_TIME" }, { "enum": [ "sub_type" ], "title": "SUB_TYPE" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "text" ], "title": "TEXT" }, { "enum": [ "type" ], "title": "TYPE" } ], "title": "KalturaESearchCuePointFieldName" }, "KalturaESearchEntryAggregateByFieldName": { "oneOf": [ { "enum": [ "access_control_profile_id" ], "title": "ACCESS_CONTROL_PROFILE" }, { "enum": [ "entry_type" ], "title": "ENTRY_TYPE" }, { "enum": [ "media_type" ], "title": "MEDIA_TYPE" }, { "enum": [ "tags" ], "title": "TAGS" } ], "title": "KalturaESearchEntryAggregateByFieldName" }, "KalturaESearchEntryFieldName": { "oneOf": [ { "enum": [ "access_control_id" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "admin_tags" ], "title": "ADMIN_TAGS" }, { "enum": [ "captions_content" ], "title": "CAPTIONS_CONTENT" }, { "enum": [ "conversion_profile_id" ], "title": "CONVERSION_PROFILE_ID" }, { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "creator_kuser_id" ], "title": "CREATOR_ID" }, { "enum": [ "credit" ], "title": "CREDIT" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "end_date" ], "title": "END_DATE" }, { "enum": [ "entitled_kusers_edit" ], "title": "ENTITLED_USER_EDIT" }, { "enum": [ "entitled_kusers_publish" ], "title": "ENTITLED_USER_PUBLISH" }, { "enum": [ "entitled_kusers_view" ], "title": "ENTITLED_USER_VIEW" }, { "enum": [ "entry_type" ], "title": "ENTRY_TYPE" }, { "enum": [ "external_source_type" ], "title": "EXTERNAL_SOURCE_TYPE" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "is_live" ], "title": "IS_LIVE" }, { "enum": [ "is_quiz" ], "title": "IS_QUIZ" }, { "enum": [ "kuser_id" ], "title": "USER_ID" }, { "enum": [ "last_played_at" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "length_in_msecs" ], "title": "LENGTH_IN_MSECS" }, { "enum": [ "media_type" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderation_status" ], "title": "MODERATION_STATUS" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "parent_id" ], "title": "PARENT_ENTRY_ID" }, { "enum": [ "partner_sort_value" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "push_publish" ], "title": "PUSH_PUBLISH" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "recorded_entry_id" ], "title": "RECORDED_ENTRY_ID" }, { "enum": [ "redirect_entry_id" ], "title": "REDIRECT_ENTRY_ID" }, { "enum": [ "reference_id" ], "title": "REFERENCE_ID" }, { "enum": [ "root_id" ], "title": "ROOT_ID" }, { "enum": [ "site_url" ], "title": "SITE_URL" }, { "enum": [ "source_type" ], "title": "SOURCE_TYPE" }, { "enum": [ "start_date" ], "title": "START_DATE" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "template_entry_id" ], "title": "TEMPLATE_ENTRY_ID" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "user_names" ], "title": "USER_NAMES" }, { "enum": [ "votes" ], "title": "VOTES" } ], "title": "KalturaESearchEntryFieldName" }, "KalturaESearchEntryOrderByFieldName": { "oneOf": [ { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "end_date" ], "title": "END_DATE" }, { "enum": [ "last_played_at" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "plays_last_1_day" ], "title": "PLAYS_LAST_1_DAY" }, { "enum": [ "plays_last_30_days" ], "title": "PLAYS_LAST_30_DAYS" }, { "enum": [ "plays_last_7_days" ], "title": "PLAYS_LAST_7_DAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "start_date" ], "title": "START_DATE" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" }, { "enum": [ "views_last_1_day" ], "title": "VIEWS_LAST_1_DAY" }, { "enum": [ "views_last_30_days" ], "title": "VIEWS_LAST_30_DAYS" }, { "enum": [ "views_last_7_days" ], "title": "VIEWS_LAST_7_DAYS" }, { "enum": [ "votes" ], "title": "VOTES" } ], "title": "KalturaESearchEntryOrderByFieldName" }, "KalturaESearchGroupFieldName": { "oneOf": [ { "enum": [ "company" ], "title": "COMPANY" }, { "enum": [ "country" ], "title": "COUNTRY" }, { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "email" ], "title": "EMAIL" }, { "enum": [ "external_id" ], "title": "EXTERNAL_ID" }, { "enum": [ "first_name" ], "title": "FIRST_NAME" }, { "enum": [ "group_ids" ], "title": "GROUP_IDS" }, { "enum": [ "is_admin" ], "title": "IS_ADMIN" }, { "enum": [ "is_hashed" ], "title": "IS_HASHED" }, { "enum": [ "last_name" ], "title": "LAST_NAME" }, { "enum": [ "login_enabled" ], "title": "LOGIN_ENABLED" }, { "enum": [ "permission_names" ], "title": "PERMISSION_NAMES" }, { "enum": [ "role_ids" ], "title": "ROLE_IDS" }, { "enum": [ "screen_name" ], "title": "SCREEN_NAME" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "title" ], "title": "TITLE" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "user_id" ], "title": "USER_ID" } ], "title": "KalturaESearchGroupFieldName" }, "KalturaESearchGroupOrderByFieldName": { "oneOf": [ { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "members_count" ], "title": "MEMBERS_COUNT" }, { "enum": [ "puser_id" ], "title": "USER_ID" }, { "enum": [ "screen_name" ], "title": "SCREEN_NAME" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" } ], "title": "KalturaESearchGroupOrderByFieldName" }, "KalturaESearchItemDataType": { "oneOf": [ { "enum": [ "caption" ], "title": "CAPTION" }, { "enum": [ "cue_points" ], "title": "CUE_POINTS" }, { "enum": [ "metadata" ], "title": "METADATA" } ], "title": "KalturaESearchItemDataType" }, "KalturaESearchItemType": { "oneOf": [ { "enum": [ 1 ], "title": "EXACT_MATCH" }, { "enum": [ 2 ], "title": "PARTIAL" }, { "enum": [ 3 ], "title": "STARTS_WITH" }, { "enum": [ 4 ], "title": "EXISTS" }, { "enum": [ 5 ], "title": "RANGE" } ], "title": "KalturaESearchItemType" }, "KalturaESearchLanguage": { "oneOf": [ { "enum": [ "Arabic" ], "title": "ARABIC" }, { "enum": [ "Basque" ], "title": "BASQUE" }, { "enum": [ "Brazilian" ], "title": "BRAZILIAN" }, { "enum": [ "Bulgarian" ], "title": "BULGARIAN" }, { "enum": [ "Catalan" ], "title": "CATALAN" }, { "enum": [ "Chinese" ], "title": "CHINESE" }, { "enum": [ "Czech" ], "title": "CZECH" }, { "enum": [ "Danish" ], "title": "DANISH" }, { "enum": [ "Dutch" ], "title": "DUTCH" }, { "enum": [ "English" ], "title": "ENGLISH" }, { "enum": [ "Finnish" ], "title": "FINNISH" }, { "enum": [ "French" ], "title": "FRENCH" }, { "enum": [ "Galician" ], "title": "GALICIAN" }, { "enum": [ "German" ], "title": "GERMAN" }, { "enum": [ "Greek" ], "title": "GREEK" }, { "enum": [ "Hindi" ], "title": "HINDI" }, { "enum": [ "Hungarian" ], "title": "HUNGRIAN" }, { "enum": [ "Indonesian" ], "title": "INDONESIAN" }, { "enum": [ "Italian" ], "title": "ITALIAN" }, { "enum": [ "Japanese" ], "title": "JAPANESE" }, { "enum": [ "Korean" ], "title": "KOREAN" }, { "enum": [ "Latvian" ], "title": "LATVIAN" }, { "enum": [ "Lithuanian" ], "title": "LITHUANIAN" }, { "enum": [ "Norwegian" ], "title": "NORWEGIAN" }, { "enum": [ "Persian" ], "title": "PERSIAN" }, { "enum": [ "Prtuguese" ], "title": "PORTUGUESE" }, { "enum": [ "Romanian" ], "title": "ROMANIAN" }, { "enum": [ "Russian" ], "title": "RUSSIAN" }, { "enum": [ "Sorani" ], "title": "SORANI" }, { "enum": [ "Spanish" ], "title": "SPANISH" }, { "enum": [ "Swedish" ], "title": "SWEDISH" }, { "enum": [ "Thai" ], "title": "THAI" }, { "enum": [ "Turkish" ], "title": "TURKISH" } ], "title": "KalturaESearchLanguage" }, "KalturaESearchMetadataAggregateByFieldName": { "oneOf": [], "title": "KalturaESearchMetadataAggregateByFieldName" }, "KalturaESearchOperatorType": { "oneOf": [ { "enum": [ 1 ], "title": "AND_OP" }, { "enum": [ 2 ], "title": "OR_OP" }, { "enum": [ 3 ], "title": "NOT_OP" } ], "title": "KalturaESearchOperatorType" }, "KalturaESearchSortOrder": { "oneOf": [ { "enum": [ "asc" ], "title": "ORDER_BY_ASC" }, { "enum": [ "desc" ], "title": "ORDER_BY_DESC" } ], "title": "KalturaESearchSortOrder" }, "KalturaESearchUserFieldName": { "oneOf": [ { "enum": [ "company" ], "title": "COMPANY" }, { "enum": [ "country" ], "title": "COUNTRY" }, { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "email" ], "title": "EMAIL" }, { "enum": [ "external_id" ], "title": "EXTERNAL_ID" }, { "enum": [ "first_name" ], "title": "FIRST_NAME" }, { "enum": [ "group_ids" ], "title": "GROUP_IDS" }, { "enum": [ "is_admin" ], "title": "IS_ADMIN" }, { "enum": [ "is_hashed" ], "title": "IS_HASHED" }, { "enum": [ "last_name" ], "title": "LAST_NAME" }, { "enum": [ "login_enabled" ], "title": "LOGIN_ENABLED" }, { "enum": [ "permission_names" ], "title": "PERMISSION_NAMES" }, { "enum": [ "role_ids" ], "title": "ROLE_IDS" }, { "enum": [ "screen_name" ], "title": "SCREEN_NAME" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "title" ], "title": "TITLE" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" }, { "enum": [ "user_id" ], "title": "USER_ID" }, { "enum": [ "user_type" ], "title": "TYPE" } ], "title": "KalturaESearchUserFieldName" }, "KalturaESearchUserOrderByFieldName": { "oneOf": [ { "enum": [ "created_at" ], "title": "CREATED_AT" }, { "enum": [ "puser_id" ], "title": "USER_ID" }, { "enum": [ "screen_name" ], "title": "SCREEN_NAME" }, { "enum": [ "updated_at" ], "title": "UPDATED_AT" } ], "title": "KalturaESearchUserOrderByFieldName" }, "KalturaEdgeServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEdgeServerNodeOrderBy" }, "KalturaEditorType": { "oneOf": [ { "enum": [ 1 ], "title": "SIMPLE" }, { "enum": [ 2 ], "title": "ADVANCED" } ], "title": "KalturaEditorType" }, "KalturaEffectType": { "oneOf": [ { "enum": [ 1 ], "title": "VIDEO_FADE_IN" }, { "enum": [ 2 ], "title": "VIDEO_FADE_OUT" } ], "title": "KalturaEffectType" }, "KalturaEmailIngestionProfileStatus": { "oneOf": [ { "enum": [ 0 ], "title": "INACTIVE" }, { "enum": [ 1 ], "title": "ACTIVE" } ], "title": "KalturaEmailIngestionProfileStatus" }, "KalturaEmailNotificationFormat": { "oneOf": [ { "enum": [ "1" ], "title": "HTML" }, { "enum": [ "2" ], "title": "TEXT" } ], "title": "KalturaEmailNotificationFormat" }, "KalturaEmailNotificationRecipientProviderType": { "oneOf": [ { "enum": [ "1" ], "title": "STATIC_LIST" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "USER" }, { "enum": [ "4" ], "title": "GROUP" } ], "title": "KalturaEmailNotificationRecipientProviderType" }, "KalturaEmailNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEmailNotificationTemplateOrderBy" }, "KalturaEmailNotificationTemplatePriority": { "oneOf": [ { "enum": [ 1 ], "title": "HIGH" }, { "enum": [ 3 ], "title": "NORMAL" }, { "enum": [ 5 ], "title": "LOW" } ], "title": "KalturaEmailNotificationTemplatePriority" }, "KalturaEntryApplication": { "oneOf": [ { "enum": [ "0" ], "title": "KMC" }, { "enum": [ "1" ], "title": "KMS" }, { "enum": [ "2" ], "title": "KAF" }, { "enum": [ "3" ], "title": "PITCH" }, { "enum": [ "4" ], "title": "KMS_GO" }, { "enum": [ "5" ], "title": "WEBCAST_APP" }, { "enum": [ "6" ], "title": "PERSONAL_CAPTURE" }, { "enum": [ "7" ], "title": "KALTURA_MEETING" } ], "title": "KalturaEntryApplication" }, "KalturaEntryCapability": { "oneOf": [ { "enum": [ "interactivity.interactivity" ], "title": "KALTURA_INTERACTIVITY_CAPABILITY_NAME" }, { "enum": [ "quiz.quiz" ], "title": "KALTURA_QUIZ_CAPABILITY_NAME" } ], "title": "KalturaEntryCapability" }, "KalturaEntryDisplayInSearchType": { "oneOf": [ { "enum": [ -1 ], "title": "SYSTEM" }, { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "PARTNER_ONLY" }, { "enum": [ 2 ], "title": "KALTURA_NETWORK" } ], "title": "KalturaEntryDisplayInSearchType" }, "KalturaEntryDistributionFlag": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "SUBMIT_REQUIRED" }, { "enum": [ 2 ], "title": "DELETE_REQUIRED" }, { "enum": [ 3 ], "title": "UPDATE_REQUIRED" }, { "enum": [ 4 ], "title": "ENABLE_REQUIRED" }, { "enum": [ 5 ], "title": "DISABLE_REQUIRED" } ], "title": "KalturaEntryDistributionFlag" }, "KalturaEntryDistributionOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+submittedAt" ], "title": "SUBMITTED_AT_ASC" }, { "enum": [ "+sunrise" ], "title": "SUNRISE_ASC" }, { "enum": [ "+sunset" ], "title": "SUNSET_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-submittedAt" ], "title": "SUBMITTED_AT_DESC" }, { "enum": [ "-sunrise" ], "title": "SUNRISE_DESC" }, { "enum": [ "-sunset" ], "title": "SUNSET_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEntryDistributionOrderBy" }, "KalturaEntryDistributionStatus": { "oneOf": [ { "enum": [ 0 ], "title": "PENDING" }, { "enum": [ 1 ], "title": "QUEUED" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "SUBMITTING" }, { "enum": [ 5 ], "title": "UPDATING" }, { "enum": [ 6 ], "title": "DELETING" }, { "enum": [ 7 ], "title": "ERROR_SUBMITTING" }, { "enum": [ 8 ], "title": "ERROR_UPDATING" }, { "enum": [ 9 ], "title": "ERROR_DELETING" }, { "enum": [ 10 ], "title": "REMOVED" }, { "enum": [ 11 ], "title": "IMPORT_SUBMITTING" }, { "enum": [ 12 ], "title": "IMPORT_UPDATING" } ], "title": "KalturaEntryDistributionStatus" }, "KalturaEntryDistributionSunStatus": { "oneOf": [ { "enum": [ 1 ], "title": "BEFORE_SUNRISE" }, { "enum": [ 2 ], "title": "AFTER_SUNRISE" }, { "enum": [ 3 ], "title": "AFTER_SUNSET" } ], "title": "KalturaEntryDistributionSunStatus" }, "KalturaEntryIdentifierField": { "oneOf": [ { "enum": [ "id" ], "title": "ID" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" } ], "title": "KalturaEntryIdentifierField" }, "KalturaEntryModerationStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING_MODERATION" }, { "enum": [ 2 ], "title": "APPROVED" }, { "enum": [ 3 ], "title": "REJECTED" }, { "enum": [ 4 ], "title": "DELETED" }, { "enum": [ 5 ], "title": "FLAGGED_FOR_REVIEW" }, { "enum": [ 6 ], "title": "AUTO_APPROVED" } ], "title": "KalturaEntryModerationStatus" }, "KalturaEntryReplacementStatus": { "oneOf": [ { "enum": [ "0" ], "title": "NONE" }, { "enum": [ "1" ], "title": "APPROVED_BUT_NOT_READY" }, { "enum": [ "2" ], "title": "READY_BUT_NOT_APPROVED" }, { "enum": [ "3" ], "title": "NOT_READY_AND_NOT_APPROVED" }, { "enum": [ "4" ], "title": "FAILED" } ], "title": "KalturaEntryReplacementStatus" }, "KalturaEntryScheduleEventOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+priority" ], "title": "PRIORITY_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+summary" ], "title": "SUMMARY_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-priority" ], "title": "PRIORITY_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-summary" ], "title": "SUMMARY_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEntryScheduleEventOrderBy" }, "KalturaEntryServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEntryServerNodeOrderBy" }, "KalturaEntryServerNodeRecordingStatus": { "oneOf": [ { "enum": [ 0 ], "title": "STOPPED" }, { "enum": [ 1 ], "title": "ON_GOING" }, { "enum": [ 2 ], "title": "DONE" }, { "enum": [ 3 ], "title": "DISMISSED" } ], "title": "KalturaEntryServerNodeRecordingStatus" }, "KalturaEntryServerNodeStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "STOPPED" }, { "enum": [ 1 ], "title": "PLAYABLE" }, { "enum": [ 2 ], "title": "BROADCASTING" }, { "enum": [ 3 ], "title": "AUTHENTICATED" }, { "enum": [ 4 ], "title": "MARKED_FOR_DELETION" }, { "enum": [ 5 ], "title": "TASK_PENDING" }, { "enum": [ 6 ], "title": "TASK_QUEUED" }, { "enum": [ 7 ], "title": "TASK_PROCESSING" }, { "enum": [ 8 ], "title": "TASK_UPLOADING" }, { "enum": [ 9 ], "title": "TASK_FINISHED" } ], "title": "KalturaEntryServerNodeStatus" }, "KalturaEntryServerNodeType": { "oneOf": [ { "enum": [ "0" ], "title": "LIVE_PRIMARY" }, { "enum": [ "1" ], "title": "LIVE_BACKUP" }, { "enum": [ "2" ], "title": "LIVE_CLIPPING_TASK" } ], "title": "KalturaEntryServerNodeType" }, "KalturaEntryStatus": { "oneOf": [ { "enum": [ "-2" ], "title": "ERROR_IMPORTING" }, { "enum": [ "-1" ], "title": "ERROR_CONVERTING" }, { "enum": [ "virusScan.ScanFailure" ], "title": "SCAN_FAILURE" }, { "enum": [ "0" ], "title": "IMPORT" }, { "enum": [ "virusScan.Infected" ], "title": "INFECTED" }, { "enum": [ "1" ], "title": "PRECONVERT" }, { "enum": [ "2" ], "title": "READY" }, { "enum": [ "3" ], "title": "DELETED" }, { "enum": [ "4" ], "title": "PENDING" }, { "enum": [ "5" ], "title": "MODERATE" }, { "enum": [ "6" ], "title": "BLOCKED" }, { "enum": [ "7" ], "title": "NO_CONTENT" } ], "title": "KalturaEntryStatus" }, "KalturaEntryType": { "oneOf": [ { "enum": [ "-1" ], "title": "AUTOMATIC" }, { "enum": [ "conference.CONFERENCE_ENTRY_SERVER" ], "title": "CONFERENCE_ENTRY_SERVER" }, { "enum": [ "externalMedia.externalMedia" ], "title": "EXTERNAL_MEDIA" }, { "enum": [ "sip.SIP_ENTRY_SERVER" ], "title": "SIP_ENTRY_SERVER" }, { "enum": [ "1" ], "title": "MEDIA_CLIP" }, { "enum": [ "2" ], "title": "MIX" }, { "enum": [ "5" ], "title": "PLAYLIST" }, { "enum": [ "6" ], "title": "DATA" }, { "enum": [ "7" ], "title": "LIVE_STREAM" }, { "enum": [ "8" ], "title": "LIVE_CHANNEL" }, { "enum": [ "10" ], "title": "DOCUMENT" } ], "title": "KalturaEntryType" }, "KalturaEntryVendorTaskCreationMode": { "oneOf": [ { "enum": [ 1 ], "title": "MANUAL" }, { "enum": [ 2 ], "title": "AUTOMATIC" } ], "title": "KalturaEntryVendorTaskCreationMode" }, "KalturaEntryVendorTaskOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+expectedFinishTime" ], "title": "EXPECTED_FINISH_TIME_ASC" }, { "enum": [ "+finishTime" ], "title": "FINISH_TIME_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+price" ], "title": "PRICE_ASC" }, { "enum": [ "+queueTime" ], "title": "QUEUE_TIME_ASC" }, { "enum": [ "+status" ], "title": "STATUS_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-expectedFinishTime" ], "title": "EXPECTED_FINISH_TIME_DESC" }, { "enum": [ "-finishTime" ], "title": "FINISH_TIME_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-price" ], "title": "PRICE_DESC" }, { "enum": [ "-queueTime" ], "title": "QUEUE_TIME_DESC" }, { "enum": [ "-status" ], "title": "STATUS_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEntryVendorTaskOrderBy" }, "KalturaEntryVendorTaskStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "PROCESSING" }, { "enum": [ 4 ], "title": "PENDING_MODERATION" }, { "enum": [ 5 ], "title": "REJECTED" }, { "enum": [ 6 ], "title": "ERROR" }, { "enum": [ 7 ], "title": "ABORTED" }, { "enum": [ 8 ], "title": "PENDING_ENTRY_READY" }, { "enum": [ 9 ], "title": "SCHEDULED" } ], "title": "KalturaEntryVendorTaskStatus" }, "KalturaEsearchGroupUserFieldName": { "oneOf": [ { "enum": [ "group_ids" ], "title": "GROUP_IDS" } ], "title": "KalturaEsearchGroupUserFieldName" }, "KalturaEventCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEventCuePointOrderBy" }, "KalturaEventNotificationEventObjectType": { "oneOf": [ { "enum": [ "adCuePointEventNotifications.AdCuePoint" ], "title": "AD_CUE_POINT" }, { "enum": [ "annotationEventNotifications.Annotation" ], "title": "ANNOTATION" }, { "enum": [ "attachmentAssetEventNotifications.AttachmentAsset" ], "title": "ATTACHMENT_ASSET" }, { "enum": [ "captionAssetEventNotifications.CaptionAsset" ], "title": "CAPTION_ASSET" }, { "enum": [ "codeCuePointEventNotifications.CodeCuePoint" ], "title": "CODE_CUE_POINT" }, { "enum": [ "contentDistributionEventNotifications.DistributionProfile" ], "title": "DISTRIBUTION_PROFILE" }, { "enum": [ "contentDistributionEventNotifications.EntryDistribution" ], "title": "ENTRY_DISTRIBUTION" }, { "enum": [ "cuePointEventNotifications.CuePoint" ], "title": "CUE_POINT" }, { "enum": [ "dropFolderEventNotifications.DropFolder" ], "title": "DROP_FOLDER" }, { "enum": [ "dropFolderEventNotifications.DropFolderFile" ], "title": "DROP_FOLDER_FILE" }, { "enum": [ "metadataEventNotifications.Metadata" ], "title": "METADATA" }, { "enum": [ "transcriptAssetEventNotifications.TranscriptAsset" ], "title": "TRANSCRIPT_ASSET" }, { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "ASSET" }, { "enum": [ "4" ], "title": "FLAVORASSET" }, { "enum": [ "5" ], "title": "THUMBASSET" }, { "enum": [ "8" ], "title": "KUSER" }, { "enum": [ "9" ], "title": "ACCESSCONTROL" }, { "enum": [ "10" ], "title": "BATCHJOB" }, { "enum": [ "11" ], "title": "BULKUPLOADRESULT" }, { "enum": [ "12" ], "title": "CATEGORYKUSER" }, { "enum": [ "14" ], "title": "CONVERSIONPROFILE2" }, { "enum": [ "15" ], "title": "FLAVORPARAMS" }, { "enum": [ "16" ], "title": "FLAVORPARAMSCONVERSIONPROFILE" }, { "enum": [ "17" ], "title": "FLAVORPARAMSOUTPUT" }, { "enum": [ "18" ], "title": "GENERICSYNDICATIONFEED" }, { "enum": [ "19" ], "title": "KUSERTOUSERROLE" }, { "enum": [ "20" ], "title": "PARTNER" }, { "enum": [ "21" ], "title": "PERMISSION" }, { "enum": [ "22" ], "title": "PERMISSIONITEM" }, { "enum": [ "23" ], "title": "PERMISSIONTOPERMISSIONITEM" }, { "enum": [ "24" ], "title": "SCHEDULER" }, { "enum": [ "25" ], "title": "SCHEDULERCONFIG" }, { "enum": [ "26" ], "title": "SCHEDULERSTATUS" }, { "enum": [ "27" ], "title": "SCHEDULERWORKER" }, { "enum": [ "28" ], "title": "STORAGEPROFILE" }, { "enum": [ "29" ], "title": "SYNDICATIONFEED" }, { "enum": [ "31" ], "title": "THUMBPARAMS" }, { "enum": [ "32" ], "title": "THUMBPARAMSOUTPUT" }, { "enum": [ "33" ], "title": "UPLOADTOKEN" }, { "enum": [ "34" ], "title": "USERLOGINDATA" }, { "enum": [ "35" ], "title": "USERROLE" }, { "enum": [ "36" ], "title": "WIDGET" }, { "enum": [ "37" ], "title": "CATEGORYENTRY" }, { "enum": [ "38" ], "title": "LIVE_STREAM" }, { "enum": [ "39" ], "title": "SERVER_NODE" }, { "enum": [ "40" ], "title": "ENTRY_SERVER_NODE" }, { "enum": [ "41" ], "title": "REACH_PROFILE" }, { "enum": [ "42" ], "title": "ENTRY_VENDOR_TASK" } ], "title": "KalturaEventNotificationEventObjectType" }, "KalturaEventNotificationEventType": { "oneOf": [ { "enum": [ "integrationEventNotifications.INTEGRATION_JOB_CLOSED" ], "title": "INTEGRATION_JOB_CLOSED" }, { "enum": [ "1" ], "title": "BATCH_JOB_STATUS" }, { "enum": [ "2" ], "title": "OBJECT_ADDED" }, { "enum": [ "3" ], "title": "OBJECT_CHANGED" }, { "enum": [ "4" ], "title": "OBJECT_COPIED" }, { "enum": [ "5" ], "title": "OBJECT_CREATED" }, { "enum": [ "6" ], "title": "OBJECT_DATA_CHANGED" }, { "enum": [ "7" ], "title": "OBJECT_DELETED" }, { "enum": [ "8" ], "title": "OBJECT_ERASED" }, { "enum": [ "9" ], "title": "OBJECT_READY_FOR_REPLACMENT" }, { "enum": [ "10" ], "title": "OBJECT_SAVED" }, { "enum": [ "11" ], "title": "OBJECT_UPDATED" }, { "enum": [ "12" ], "title": "OBJECT_REPLACED" }, { "enum": [ "13" ], "title": "OBJECT_READY_FOR_INDEX" } ], "title": "KalturaEventNotificationEventType" }, "KalturaEventNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaEventNotificationTemplateOrderBy" }, "KalturaEventNotificationTemplateStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaEventNotificationTemplateStatus" }, "KalturaEventNotificationTemplateType": { "oneOf": [ { "enum": [ "booleanNotification.Boolean" ], "title": "BOOLEAN" }, { "enum": [ "businessProcessNotification.BusinessProcessAbort" ], "title": "BPM_ABORT" }, { "enum": [ "businessProcessNotification.BusinessProcessSignal" ], "title": "BPM_SIGNAL" }, { "enum": [ "businessProcessNotification.BusinessProcessStart" ], "title": "BPM_START" }, { "enum": [ "emailNotification.Email" ], "title": "EMAIL" }, { "enum": [ "httpNotification.Http" ], "title": "HTTP" }, { "enum": [ "kafkaNotification.Kafka" ], "title": "KAFKA" }, { "enum": [ "pushNotification.Push" ], "title": "PUSH" } ], "title": "KalturaEventNotificationTemplateType" }, "KalturaEventType": { "oneOf": [ { "enum": [ "1" ], "title": "BROADCAST_START" }, { "enum": [ "2" ], "title": "BROADCAST_END" } ], "title": "KalturaEventType" }, "KalturaExportObjectType": { "oneOf": [ { "enum": [ "elasticSearch.esearchMedia" ], "title": "ESEARCH_MEDIA" }, { "enum": [ "reach.entryVendorTask" ], "title": "ENTRY_VENDOR_TASK" }, { "enum": [ "1" ], "title": "USER" }, { "enum": [ "2" ], "title": "ENTRY" }, { "enum": [ "3" ], "title": "CATEGORY" } ], "title": "KalturaExportObjectType" }, "KalturaExportProtocol": { "oneOf": [ { "enum": [ 0 ], "title": "KALTURA_DC" }, { "enum": [ 1 ], "title": "FTP" }, { "enum": [ 2 ], "title": "SCP" }, { "enum": [ 3 ], "title": "SFTP" }, { "enum": [ 6 ], "title": "S3" } ], "title": "KalturaExportProtocol" }, "KalturaExternalMediaEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaExternalMediaEntryCompareAttribute" }, "KalturaExternalMediaEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaExternalMediaEntryMatchAttribute" }, "KalturaExternalMediaEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaExternalMediaEntryOrderBy" }, "KalturaExternalMediaSourceType": { "oneOf": [ { "enum": [ "InterCall" ], "title": "INTERCALL" }, { "enum": [ "YouTube" ], "title": "YOUTUBE" } ], "title": "KalturaExternalMediaSourceType" }, "KalturaExtractMediaType": { "oneOf": [ { "enum": [ 0 ], "title": "ENTRY_INPUT" }, { "enum": [ 1 ], "title": "FLAVOR_INPUT" } ], "title": "KalturaExtractMediaType" }, "KalturaFacebookDistributionField": { "oneOf": [ { "enum": [ "BASIC_TRIGGER_FIELDS" ], "title": "TRIGGER_BASIC_FIELDS" }, { "enum": [ "CALL_TO_ACTION_LINK" ], "title": "CALL_TO_ACTION_LINK" }, { "enum": [ "CALL_TO_ACTION_LINK_CAPTION" ], "title": "CALL_TO_ACTION_LINK_CAPTION" }, { "enum": [ "CALL_TO_ACTION_TYPE" ], "title": "CALL_TO_ACTION_TYPE" }, { "enum": [ "CALL_TO_ACTION_TYPE_VALID_VALUES" ], "title": "CALL_TO_ACTION_TYPE_VALID_VALUES" }, { "enum": [ "DESCRIPTION" ], "title": "DESCRIPTION" }, { "enum": [ "FEED_TARGETING" ], "title": "FEED_TARGETING" }, { "enum": [ "FEED_TARGETING_AGE_MAX" ], "title": "FEED_TARGETING_AGE_MAX" }, { "enum": [ "FEED_TARGETING_AGE_MIN" ], "title": "FEED_TARGETING_AGE_MIN" }, { "enum": [ "FEED_TARGETING_CITIES" ], "title": "FEED_TARGETING_CITIES" }, { "enum": [ "FEED_TARGETING_COLLEGE_YEARS" ], "title": "FEED_TARGETING_COLLEGE_YEARS" }, { "enum": [ "FEED_TARGETING_COUNTRIES" ], "title": "FEED_TARGETING_COUNTRIES" }, { "enum": [ "FEED_TARGETING_EDUCATION_STATUSES" ], "title": "FEED_TARGETING_EDUCATION_STATUSES" }, { "enum": [ "FEED_TARGETING_GENDERS" ], "title": "FEED_TARGETING_GENDERS" }, { "enum": [ "FEED_TARGETING_INTERESTED_IN" ], "title": "FEED_TARGETING_INTERESTED_IN" }, { "enum": [ "FEED_TARGETING_INTERESTS" ], "title": "FEED_TARGETING_INTERESTS" }, { "enum": [ "FEED_TARGETING_LOCALES" ], "title": "FEED_TARGETING_LOCALES" }, { "enum": [ "FEED_TARGETING_REGIONS" ], "title": "FEED_TARGETING_REGIONS" }, { "enum": [ "FEED_TARGETING_RELATIONSHIP_STATUSES" ], "title": "FEED_TARGETING_RELATIONSHIP_STATUSES" }, { "enum": [ "FEED_TARGETING_RELEVANT_UNTIL" ], "title": "FEED_TARGETING_RELEVANT_UNTIL" }, { "enum": [ "PLACE" ], "title": "PLACE" }, { "enum": [ "SCHEDULE_PUBLISHING_TIME" ], "title": "SCHEDULE_PUBLISHING_TIME" }, { "enum": [ "TAGS" ], "title": "TAGS" }, { "enum": [ "TARGETING_AGE_MAX" ], "title": "TARGETING_AGE_MAX" }, { "enum": [ "TARGETING_AGE_MIN" ], "title": "TARGETING_AGE_MIN" }, { "enum": [ "TARGETING_CITIES" ], "title": "TARGETING_CITIES" }, { "enum": [ "TARGETING_COUNTRIES" ], "title": "TARGETING_COUNTRIES" }, { "enum": [ "TARGETING_EXCLUDED_CITIES" ], "title": "TARGETING_EXCLUDED_CITIES" }, { "enum": [ "TARGETING_EXCLUDED_COUNTRIES" ], "title": "TARGETING_EXCLUDED_COUNTRIES" }, { "enum": [ "TARGETING_EXCLUDED_REGIONS" ], "title": "TARGETING_EXCLUDED_REGIONS" }, { "enum": [ "TARGETING_EXCLUDED_ZIPCODES" ], "title": "TARGETING_EXCLUDED_ZIPCODES" }, { "enum": [ "TARGETING_GENDERS" ], "title": "TARGETING_GENDERS" }, { "enum": [ "TARGETING_LOCALES" ], "title": "TARGETING_LOCALES" }, { "enum": [ "TARGETING_REGIONS" ], "title": "TARGETING_REGIONS" }, { "enum": [ "TARGETING_TIMEZONES" ], "title": "TARGETING_TIMEZONES" }, { "enum": [ "TARGETING_ZIP_CODES" ], "title": "TARGETING_ZIP_CODES" }, { "enum": [ "TITLE" ], "title": "TITLE" } ], "title": "KalturaFacebookDistributionField" }, "KalturaFacebookDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFacebookDistributionProfileOrderBy" }, "KalturaFacebookDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaFacebookDistributionProviderOrderBy" }, "KalturaFairplayDrmProfileOrderBy": { "oneOf": [ { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" } ], "title": "KalturaFairplayDrmProfileOrderBy" }, "KalturaFeatureStatusType": { "oneOf": [ { "enum": [ 1 ], "title": "LOCK_CATEGORY" }, { "enum": [ 2 ], "title": "CATEGORY" }, { "enum": [ 3 ], "title": "CATEGORY_ENTRY" }, { "enum": [ 4 ], "title": "ENTRY" }, { "enum": [ 5 ], "title": "CATEGORY_USER" }, { "enum": [ 6 ], "title": "USER" } ], "title": "KalturaFeatureStatusType" }, "KalturaFeedDropFolderFileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+fileName" ], "title": "FILE_NAME_ASC" }, { "enum": [ "+fileSize" ], "title": "FILE_SIZE_ASC" }, { "enum": [ "+fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+parsedFlavor" ], "title": "PARSED_FLAVOR_ASC" }, { "enum": [ "+parsedSlug" ], "title": "PARSED_SLUG_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-fileName" ], "title": "FILE_NAME_DESC" }, { "enum": [ "-fileSize" ], "title": "FILE_SIZE_DESC" }, { "enum": [ "-fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-parsedFlavor" ], "title": "PARSED_FLAVOR_DESC" }, { "enum": [ "-parsedSlug" ], "title": "PARSED_SLUG_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFeedDropFolderFileOrderBy" }, "KalturaFeedDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFeedDropFolderOrderBy" }, "KalturaFileAssetObjectType": { "oneOf": [ { "enum": [ "2" ], "title": "UI_CONF" }, { "enum": [ "3" ], "title": "ENTRY" } ], "title": "KalturaFileAssetObjectType" }, "KalturaFileAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFileAssetOrderBy" }, "KalturaFileAssetStatus": { "oneOf": [ { "enum": [ "0" ], "title": "PENDING" }, { "enum": [ "1" ], "title": "UPLOADING" }, { "enum": [ "2" ], "title": "READY" }, { "enum": [ "3" ], "title": "DELETED" }, { "enum": [ "4" ], "title": "ERROR" } ], "title": "KalturaFileAssetStatus" }, "KalturaFileSyncObjectType": { "oneOf": [ { "enum": [ "contentDistribution.DistributionProfile" ], "title": "DISTRIBUTION_PROFILE" }, { "enum": [ "contentDistribution.EntryDistribution" ], "title": "ENTRY_DISTRIBUTION" }, { "enum": [ "contentDistribution.GenericDistributionAction" ], "title": "GENERIC_DISTRIBUTION_ACTION" }, { "enum": [ "emailNotification.EmailNotificationTemplate" ], "title": "EMAIL_NOTIFICATION_TEMPLATE" }, { "enum": [ "httpNotification.HttpNotificationTemplate" ], "title": "HTTP_NOTIFICATION_TEMPLATE" }, { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "UICONF" }, { "enum": [ "3" ], "title": "BATCHJOB" }, { "enum": [ "4" ], "title": "ASSET" }, { "enum": [ "4" ], "title": "FLAVOR_ASSET" }, { "enum": [ "5" ], "title": "METADATA" }, { "enum": [ "6" ], "title": "METADATA_PROFILE" }, { "enum": [ "7" ], "title": "SYNDICATION_FEED" }, { "enum": [ "8" ], "title": "CONVERSION_PROFILE" }, { "enum": [ "9" ], "title": "FILE_ASSET" } ], "title": "KalturaFileSyncObjectType" }, "KalturaFileSyncOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+fileSize" ], "title": "FILE_SIZE_ASC" }, { "enum": [ "+readyAt" ], "title": "READY_AT_ASC" }, { "enum": [ "+syncTime" ], "title": "SYNC_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+version" ], "title": "VERSION_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-fileSize" ], "title": "FILE_SIZE_DESC" }, { "enum": [ "-readyAt" ], "title": "READY_AT_DESC" }, { "enum": [ "-syncTime" ], "title": "SYNC_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-version" ], "title": "VERSION_DESC" } ], "title": "KalturaFileSyncOrderBy" }, "KalturaFileSyncStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "PURGED" } ], "title": "KalturaFileSyncStatus" }, "KalturaFileSyncType": { "oneOf": [ { "enum": [ 1 ], "title": "FILE" }, { "enum": [ 2 ], "title": "LINK" }, { "enum": [ 3 ], "title": "URL" } ], "title": "KalturaFileSyncType" }, "KalturaFlavorAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFlavorAssetOrderBy" }, "KalturaFlavorAssetStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "QUEUED" }, { "enum": [ 1 ], "title": "CONVERTING" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "NOT_APPLICABLE" }, { "enum": [ 5 ], "title": "TEMP" }, { "enum": [ 6 ], "title": "WAIT_FOR_CONVERT" }, { "enum": [ 7 ], "title": "IMPORTING" }, { "enum": [ 8 ], "title": "VALIDATING" }, { "enum": [ 9 ], "title": "EXPORTING" } ], "title": "KalturaFlavorAssetStatus" }, "KalturaFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaFlavorParamsOrderBy" }, "KalturaFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaFlavorParamsOutputOrderBy" }, "KalturaFlavorReadyBehaviorType": { "oneOf": [ { "enum": [ 0 ], "title": "NO_IMPACT" }, { "enum": [ 0 ], "title": "INHERIT_FLAVOR_PARAMS" }, { "enum": [ 1 ], "title": "REQUIRED" }, { "enum": [ 2 ], "title": "OPTIONAL" } ], "title": "KalturaFlavorReadyBehaviorType" }, "KalturaFreewheelDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFreewheelDistributionProfileOrderBy" }, "KalturaFreewheelDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaFreewheelDistributionProviderOrderBy" }, "KalturaFreewheelGenericDistributionField": { "oneOf": [ { "enum": [ "DATE_AVAILABLE_END" ], "title": "DATE_AVAILABLE_END" }, { "enum": [ "DATE_AVAILABLE_START" ], "title": "DATE_AVAILABLE_START" }, { "enum": [ "DATE_ISSUED" ], "title": "DATE_ISSUED" }, { "enum": [ "DATE_LAST_AIRED" ], "title": "DATE_LAST_AIRED" }, { "enum": [ "DURATION" ], "title": "DURATION" }, { "enum": [ "FWDESCRIPTIONS_EPISODE" ], "title": "FWDESCRIPTIONS_EPISODE" }, { "enum": [ "FWDESCRIPTIONS_SERIES" ], "title": "FWDESCRIPTIONS_SERIES" }, { "enum": [ "FWMETADATA" ], "title": "FWMETADATA" }, { "enum": [ "FWTITLES_EPISODE_TITLE1" ], "title": "FWTITLES_EPISODE_TITLE1" }, { "enum": [ "FWTITLES_EPISODE_TITLE2" ], "title": "FWTITLES_EPISODE_TITLE2" }, { "enum": [ "FWTITLES_GROUP1" ], "title": "FWTITLES_GROUP1" }, { "enum": [ "FWTITLES_GROUP10" ], "title": "FWTITLES_GROUP10" }, { "enum": [ "FWTITLES_GROUP2" ], "title": "FWTITLES_GROUP2" }, { "enum": [ "FWTITLES_GROUP3" ], "title": "FWTITLES_GROUP3" }, { "enum": [ "FWTITLES_GROUP4" ], "title": "FWTITLES_GROUP4" }, { "enum": [ "FWTITLES_GROUP5" ], "title": "FWTITLES_GROUP5" }, { "enum": [ "FWTITLES_GROUP6" ], "title": "FWTITLES_GROUP6" }, { "enum": [ "FWTITLES_GROUP7" ], "title": "FWTITLES_GROUP7" }, { "enum": [ "FWTITLES_GROUP8" ], "title": "FWTITLES_GROUP8" }, { "enum": [ "FWTITLES_GROUP9" ], "title": "FWTITLES_GROUP9" }, { "enum": [ "FWTITLES_SEASON" ], "title": "FWTITLES_SEASON" }, { "enum": [ "FWTITLES_SERIES" ], "title": "FWTITLES_SERIES" }, { "enum": [ "GENRE" ], "title": "GENRE" }, { "enum": [ "RATING" ], "title": "RATING" }, { "enum": [ "VIDEO_ID" ], "title": "VIDEO_ID" } ], "title": "KalturaFreewheelGenericDistributionField" }, "KalturaFreewheelGenericDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFreewheelGenericDistributionProfileOrderBy" }, "KalturaFreewheelGenericDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaFreewheelGenericDistributionProviderOrderBy" }, "KalturaFtpDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFtpDistributionProfileOrderBy" }, "KalturaFtpDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaFtpDistributionProviderOrderBy" }, "KalturaFtpDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaFtpDropFolderOrderBy" }, "KalturaFtpScheduledDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaFtpScheduledDistributionProviderOrderBy" }, "KalturaGameObjectType": { "oneOf": [ { "enum": [ "1" ], "title": "LEADERBOARD" } ], "title": "KalturaGameObjectType" }, "KalturaGender": { "oneOf": [ { "enum": [ 0 ], "title": "UNKNOWN" }, { "enum": [ 1 ], "title": "MALE" }, { "enum": [ 2 ], "title": "FEMALE" } ], "title": "KalturaGender" }, "KalturaGenericDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGenericDistributionProfileOrderBy" }, "KalturaGenericDistributionProviderActionOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGenericDistributionProviderActionOrderBy" }, "KalturaGenericDistributionProviderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGenericDistributionProviderOrderBy" }, "KalturaGenericDistributionProviderParser": { "oneOf": [ { "enum": [ 1 ], "title": "XSL" }, { "enum": [ 2 ], "title": "XPATH" }, { "enum": [ 3 ], "title": "REGEX" } ], "title": "KalturaGenericDistributionProviderParser" }, "KalturaGenericDistributionProviderStatus": { "oneOf": [ { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaGenericDistributionProviderStatus" }, "KalturaGenericSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGenericSyndicationFeedOrderBy" }, "KalturaGenericXsltSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGenericXsltSyndicationFeedOrderBy" }, "KalturaGeoCoderType": { "oneOf": [ { "enum": [ "1" ], "title": "KALTURA" }, { "enum": [ "2" ], "title": "MAX_MIND" }, { "enum": [ "3" ], "title": "DIGITAL_ELEMENT" } ], "title": "KalturaGeoCoderType" }, "KalturaGoogleSyndicationFeedAdultValues": { "oneOf": [ { "enum": [ "No" ], "title": "NO" }, { "enum": [ "Yes" ], "title": "YES" } ], "title": "KalturaGoogleSyndicationFeedAdultValues" }, "KalturaGoogleVideoSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGoogleVideoSyndicationFeedOrderBy" }, "KalturaGroupProcessStatus": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "PROCESSING" } ], "title": "KalturaGroupProcessStatus" }, "KalturaGroupUserCreationMode": { "oneOf": [ { "enum": [ 1 ], "title": "MANUAL" }, { "enum": [ 2 ], "title": "AUTOMATIC" } ], "title": "KalturaGroupUserCreationMode" }, "KalturaGroupUserOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaGroupUserOrderBy" }, "KalturaGroupUserRole": { "oneOf": [ { "enum": [ 1 ], "title": "MEMBER" }, { "enum": [ 2 ], "title": "MANAGER" } ], "title": "KalturaGroupUserRole" }, "KalturaGroupUserStatus": { "oneOf": [ { "enum": [ 0 ], "title": "ACTIVE" }, { "enum": [ 1 ], "title": "DELETED" } ], "title": "KalturaGroupUserStatus" }, "KalturaHTMLPurifierBehaviourType": { "oneOf": [ { "enum": [ "0" ], "title": "IGNORE" }, { "enum": [ "1" ], "title": "NOTIFY" }, { "enum": [ "2" ], "title": "SANITIZE" }, { "enum": [ "3" ], "title": "BLOCK" } ], "title": "KalturaHTMLPurifierBehaviourType" }, "KalturaHandleParticipantsMode": { "oneOf": [ { "enum": [ 0 ], "title": "ADD_AS_CO_PUBLISHERS" }, { "enum": [ 1 ], "title": "ADD_AS_CO_VIEWERS" }, { "enum": [ 2 ], "title": "IGNORE" } ], "title": "KalturaHandleParticipantsMode" }, "KalturaHttpNotificationAuthenticationMethod": { "oneOf": [ { "enum": [ -18 ], "title": "ANYSAFE" }, { "enum": [ -17 ], "title": "ANY" }, { "enum": [ 1 ], "title": "BASIC" }, { "enum": [ 2 ], "title": "DIGEST" }, { "enum": [ 4 ], "title": "GSSNEGOTIATE" }, { "enum": [ 8 ], "title": "NTLM" } ], "title": "KalturaHttpNotificationAuthenticationMethod" }, "KalturaHttpNotificationCertificateType": { "oneOf": [ { "enum": [ "DER" ], "title": "DER" }, { "enum": [ "ENG" ], "title": "ENG" }, { "enum": [ "PEM" ], "title": "PEM" } ], "title": "KalturaHttpNotificationCertificateType" }, "KalturaHttpNotificationMethod": { "oneOf": [ { "enum": [ 1 ], "title": "GET" }, { "enum": [ 2 ], "title": "POST" }, { "enum": [ 3 ], "title": "PUT" }, { "enum": [ 4 ], "title": "DELETE" } ], "title": "KalturaHttpNotificationMethod" }, "KalturaHttpNotificationSslKeyType": { "oneOf": [ { "enum": [ "DER" ], "title": "DER" }, { "enum": [ "ENG" ], "title": "ENG" }, { "enum": [ "PEM" ], "title": "PEM" } ], "title": "KalturaHttpNotificationSslKeyType" }, "KalturaHttpNotificationSslVersion": { "oneOf": [ { "enum": [ 2 ], "title": "V2" }, { "enum": [ 3 ], "title": "V3" } ], "title": "KalturaHttpNotificationSslVersion" }, "KalturaHttpNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaHttpNotificationTemplateOrderBy" }, "KalturaHuluDistributionField": { "oneOf": [ { "enum": [ "SEASON_NUMBER" ], "title": "SEASON_NUMBER" }, { "enum": [ "SEASON_SYNOPSIS" ], "title": "SEASON_SYNOPSIS" }, { "enum": [ "SEASON_TUNEIN_INFORMATION" ], "title": "SEASON_TUNEIN_INFORMATION" }, { "enum": [ "SERIES_ADDITIONAL_CATEGORIES" ], "title": "SERIES_ADDITIONAL_CATEGORIES" }, { "enum": [ "SERIES_CHANNEL" ], "title": "SERIES_CHANNEL" }, { "enum": [ "SERIES_DESCRIPTION" ], "title": "SERIES_DESCRIPTION" }, { "enum": [ "SERIES_PRIMARY_CATEGORY" ], "title": "SERIES_PRIMARY_CATEGORY" }, { "enum": [ "SERIES_TITLE" ], "title": "SERIES_TITLE" }, { "enum": [ "VIDEO_AVAILABLE_DATE" ], "title": "VIDEO_AVAILABLE_DATE" }, { "enum": [ "VIDEO_CONTENT_RATING_REASON" ], "title": "VIDEO_CONTENT_RATING_REASON" }, { "enum": [ "VIDEO_COPYRIGHT" ], "title": "VIDEO_COPYRIGHT" }, { "enum": [ "VIDEO_DESCRIPTION" ], "title": "VIDEO_DESCRIPTION" }, { "enum": [ "VIDEO_EPISODE_NUMBER" ], "title": "VIDEO_EPISODE_NUMBER" }, { "enum": [ "VIDEO_EXPIRATION_DATE" ], "title": "VIDEO_EXPIRATION_DATE" }, { "enum": [ "VIDEO_EXTERNAL_ID" ], "title": "VIDEO_EXTERNAL_ID" }, { "enum": [ "VIDEO_FULL_DESCRIPTION" ], "title": "VIDEO_FULL_DESCRIPTION" }, { "enum": [ "VIDEO_KEYWORDS" ], "title": "VIDEO_KEYWORDS" }, { "enum": [ "VIDEO_LANGUAGE" ], "title": "VIDEO_LANGUAGE" }, { "enum": [ "VIDEO_MEDIA_TYPE" ], "title": "VIDEO_MEDIA_TYPE" }, { "enum": [ "VIDEO_ORIGINAL_PREMIERE_DATE" ], "title": "VIDEO_ORIGINAL_PREMIERE_DATE" }, { "enum": [ "VIDEO_PROGRAMMING_TYPE" ], "title": "VIDEO_PROGRAMMING_TYPE" }, { "enum": [ "VIDEO_RATING" ], "title": "VIDEO_RATING" }, { "enum": [ "VIDEO_SEGMENTS" ], "title": "VIDEO_SEGMENTS" }, { "enum": [ "VIDEO_TITLE" ], "title": "VIDEO_TITLE" } ], "title": "KalturaHuluDistributionField" }, "KalturaHuluDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaHuluDistributionProfileOrderBy" }, "KalturaHuluDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaHuluDistributionProviderOrderBy" }, "KalturaITunesSyndicationFeedAdultValues": { "oneOf": [ { "enum": [ "clean" ], "title": "CLEAN" }, { "enum": [ "no" ], "title": "NO" }, { "enum": [ "yes" ], "title": "YES" } ], "title": "KalturaITunesSyndicationFeedAdultValues" }, "KalturaITunesSyndicationFeedCategories": { "oneOf": [ { "enum": [ "Arts" ], "title": "ARTS" }, { "enum": [ "Arts/Design" ], "title": "ARTS_DESIGN" }, { "enum": [ "Arts/Fashion & Beauty" ], "title": "ARTS_FASHION_BEAUTY" }, { "enum": [ "Arts/Food" ], "title": "ARTS_FOOD" }, { "enum": [ "Arts/Literature" ], "title": "ARTS_LITERATURE" }, { "enum": [ "Arts/Performing Arts" ], "title": "ARTS_PERFORMING_ARTS" }, { "enum": [ "Arts/Visual Arts" ], "title": "ARTS_VISUAL_ARTS" }, { "enum": [ "Business" ], "title": "BUSINESS" }, { "enum": [ "Business/Business News" ], "title": "BUSINESS_BUSINESS_NEWS" }, { "enum": [ "Business/Careers" ], "title": "BUSINESS_CAREERS" }, { "enum": [ "Business/Investing" ], "title": "BUSINESS_INVESTING" }, { "enum": [ "Business/Management & Marketing" ], "title": "BUSINESS_MANAGEMENT_MARKETING" }, { "enum": [ "Business/Shopping" ], "title": "BUSINESS_SHOPPING" }, { "enum": [ "Comedy" ], "title": "COMEDY" }, { "enum": [ "Education" ], "title": "EDUCATION" }, { "enum": [ "Education/Education Technology" ], "title": "EDUCATION_TECHNOLOGY" }, { "enum": [ "Education/Higher Education" ], "title": "EDUCATION_HIGHER_EDUCATION" }, { "enum": [ "Education/K-12" ], "title": "EDUCATION_K_12" }, { "enum": [ "Education/Language Courses" ], "title": "EDUCATION_LANGUAGE_COURSES" }, { "enum": [ "Education/Training" ], "title": "EDUCATION_TRAINING" }, { "enum": [ "Games & Hobbies" ], "title": "GAMES_HOBBIES" }, { "enum": [ "Games & Hobbies/Automotive" ], "title": "GAMES_HOBBIES_AUTOMOTIVE" }, { "enum": [ "Games & Hobbies/Aviation" ], "title": "GAMES_HOBBIES_AVIATION" }, { "enum": [ "Games & Hobbies/Hobbies" ], "title": "GAMES_HOBBIES_HOBBIES" }, { "enum": [ "Games & Hobbies/Other Games" ], "title": "GAMES_HOBBIES_OTHER_GAMES" }, { "enum": [ "Games & Hobbies/Video Games" ], "title": "GAMES_HOBBIES_VIDEO_GAMES" }, { "enum": [ "Government & Organizations" ], "title": "GOVERNMENT_ORGANIZATIONS" }, { "enum": [ "Government & Organizations/Local" ], "title": "GOVERNMENT_ORGANIZATIONS_LOCAL" }, { "enum": [ "Government & Organizations/National" ], "title": "GOVERNMENT_ORGANIZATIONS_NATIONAL" }, { "enum": [ "Government & Organizations/Non-Profit" ], "title": "GOVERNMENT_ORGANIZATIONS_NON_PROFIT" }, { "enum": [ "Government & Organizations/Regional" ], "title": "GOVERNMENT_ORGANIZATIONS_REGIONAL" }, { "enum": [ "Health" ], "title": "HEALTH" }, { "enum": [ "Health/Alternative Health" ], "title": "HEALTH_ALTERNATIVE_HEALTH" }, { "enum": [ "Health/Fitness & Nutrition" ], "title": "HEALTH_FITNESS_NUTRITION" }, { "enum": [ "Health/Self-Help" ], "title": "HEALTH_SELF_HELP" }, { "enum": [ "Health/Sexuality" ], "title": "HEALTH_SEXUALITY" }, { "enum": [ "Kids & Family" ], "title": "KIDS_FAMILY" }, { "enum": [ "Music" ], "title": "MUSIC" }, { "enum": [ "News & Politics" ], "title": "NEWS_POLITICS" }, { "enum": [ "Religion & Spirituality" ], "title": "RELIGION_SPIRITUALITY" }, { "enum": [ "Religion & Spirituality/Buddhism" ], "title": "RELIGION_SPIRITUALITY_BUDDHISM" }, { "enum": [ "Religion & Spirituality/Christianity" ], "title": "RELIGION_SPIRITUALITY_CHRISTIANITY" }, { "enum": [ "Religion & Spirituality/Hinduism" ], "title": "RELIGION_SPIRITUALITY_HINDUISM" }, { "enum": [ "Religion & Spirituality/Islam" ], "title": "RELIGION_SPIRITUALITY_ISLAM" }, { "enum": [ "Religion & Spirituality/Judaism" ], "title": "RELIGION_SPIRITUALITY_JUDAISM" }, { "enum": [ "Religion & Spirituality/Other" ], "title": "RELIGION_SPIRITUALITY_OTHER" }, { "enum": [ "Religion & Spirituality/Spirituality" ], "title": "RELIGION_SPIRITUALITY_SPIRITUALITY" }, { "enum": [ "Science & Medicine" ], "title": "SCIENCE_MEDICINE" }, { "enum": [ "Science & Medicine/Medicine" ], "title": "SCIENCE_MEDICINE_MEDICINE" }, { "enum": [ "Science & Medicine/Natural Sciences" ], "title": "SCIENCE_MEDICINE_NATURAL_SCIENCES" }, { "enum": [ "Science & Medicine/Social Sciences" ], "title": "SCIENCE_MEDICINE_SOCIAL_SCIENCES" }, { "enum": [ "Society & Culture" ], "title": "SOCIETY_CULTURE" }, { "enum": [ "Society & Culture/History" ], "title": "SOCIETY_CULTURE_HISTORY" }, { "enum": [ "Society & Culture/Personal Journals" ], "title": "SOCIETY_CULTURE_PERSONAL_JOURNALS" }, { "enum": [ "Society & Culture/Philosophy" ], "title": "SOCIETY_CULTURE_PHILOSOPHY" }, { "enum": [ "Society & Culture/Places & Travel" ], "title": "SOCIETY_CULTURE_PLACES_TRAVEL" }, { "enum": [ "Sports & Recreation" ], "title": "SPORTS_RECREATION" }, { "enum": [ "Sports & Recreation/Amateur" ], "title": "SPORTS_RECREATION_AMATEUR" }, { "enum": [ "Sports & Recreation/College & High School" ], "title": "SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL" }, { "enum": [ "Sports & Recreation/Outdoor" ], "title": "SPORTS_RECREATION_OUTDOOR" }, { "enum": [ "Sports & Recreation/Professional" ], "title": "SPORTS_RECREATION_PROFESSIONAL" }, { "enum": [ "TV & Film" ], "title": "TV_FILM" }, { "enum": [ "Technology" ], "title": "TECHNOLOGY" }, { "enum": [ "Technology/Gadgets" ], "title": "TECHNOLOGY_GADGETS" }, { "enum": [ "Technology/Podcasting" ], "title": "TECHNOLOGY_PODCASTING" }, { "enum": [ "Technology/Software How-To" ], "title": "TECHNOLOGY_SOFTWARE_HOW_TO" }, { "enum": [ "Technology/Tech News" ], "title": "TECHNOLOGY_TECH_NEWS" } ], "title": "KalturaITunesSyndicationFeedCategories" }, "KalturaITunesSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaITunesSyndicationFeedOrderBy" }, "KalturaIdeticDistributionField": { "oneOf": [ { "enum": [ "END_OF_AVAILABILITY" ], "title": "END_OF_AVAILABILITY" }, { "enum": [ "FOLDER" ], "title": "FOLDER" }, { "enum": [ "GENRE" ], "title": "GENRE" }, { "enum": [ "KEYWORD" ], "title": "KEYWORD" }, { "enum": [ "SHORT_TITLE" ], "title": "SHORT_TITLE" }, { "enum": [ "SLOT" ], "title": "SLOT" }, { "enum": [ "START_OF_AVAILABILITY" ], "title": "START_OF_AVAILABILITY" }, { "enum": [ "SYNOPSIS" ], "title": "SYNOPSIS" }, { "enum": [ "TITLE" ], "title": "TITLE" } ], "title": "KalturaIdeticDistributionField" }, "KalturaIdeticDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaIdeticDistributionProfileOrderBy" }, "KalturaIdeticDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaIdeticDistributionProviderOrderBy" }, "KalturaImageFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaImageFlavorParamsOrderBy" }, "KalturaImageFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaImageFlavorParamsOutputOrderBy" }, "KalturaIndexObjectType": { "oneOf": [ { "enum": [ "metadata.Metadata" ], "title": "METADATA" }, { "enum": [ "1" ], "title": "LOCK_CATEGORY" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "CATEGORY_ENTRY" }, { "enum": [ "4" ], "title": "ENTRY" }, { "enum": [ "5" ], "title": "CATEGORY_USER" }, { "enum": [ "6" ], "title": "USER" } ], "title": "KalturaIndexObjectType" }, "KalturaInheritanceType": { "oneOf": [ { "enum": [ 1 ], "title": "INHERIT" }, { "enum": [ 2 ], "title": "MANUAL" } ], "title": "KalturaInheritanceType" }, "KalturaIntegrationProviderType": { "oneOf": [ { "enum": [ "cielo24.Cielo24" ], "title": "CIELO24" }, { "enum": [ "dexterIntegration.Dexter" ], "title": "DEXTER" }, { "enum": [ "exampleIntegration.Example" ], "title": "EXAMPLE" }, { "enum": [ "voicebase.Voicebase" ], "title": "VOICEBASE" } ], "title": "KalturaIntegrationProviderType" }, "KalturaIntegrationTriggerType": { "oneOf": [ { "enum": [ "bpmEventNotificationIntegration.BpmEventNotification" ], "title": "BPM_EVENT_NOTIFICATION" }, { "enum": [ "1" ], "title": "MANUAL" } ], "title": "KalturaIntegrationTriggerType" }, "KalturaIpAddressRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "RESTRICT_LIST" }, { "enum": [ 1 ], "title": "ALLOW_LIST" } ], "title": "KalturaIpAddressRestrictionType" }, "KalturaKafkaNotificationFormat": { "oneOf": [ { "enum": [ 1 ], "title": "JSON" }, { "enum": [ 2 ], "title": "AVRO" } ], "title": "KalturaKafkaNotificationFormat" }, "KalturaKafkaNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaKafkaNotificationTemplateOrderBy" }, "KalturaKontikiStorageProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaKontikiStorageProfileOrderBy" }, "KalturaLanguage": { "oneOf": [ { "enum": [ "Abaza" ], "title": "ABQ" }, { "enum": [ "Abkhazian" ], "title": "AB" }, { "enum": [ "Abnaki Western" ], "title": "ABE" }, { "enum": [ "Abure" ], "title": "ABU" }, { "enum": [ "Achang" ], "title": "ACN" }, { "enum": [ "Achinese" ], "title": "ACE" }, { "enum": [ "Achterhooks" ], "title": "ACT" }, { "enum": [ "Achumawi" ], "title": "ACV" }, { "enum": [ "Adioukrou" ], "title": "ADJ" }, { "enum": [ "Adyghe; Adygei" ], "title": "ADY" }, { "enum": [ "Adynyamathanha" ], "title": "ADT" }, { "enum": [ "Afade" ], "title": "AAL" }, { "enum": [ "Afar" ], "title": "AA" }, { "enum": [ "Afrikaans" ], "title": "AF" }, { "enum": [ "Aghem" ], "title": "AGQ" }, { "enum": [ "Aghul" ], "title": "AGX" }, { "enum": [ "Aguacateco" ], "title": "AGU" }, { "enum": [ "Aguaruna" ], "title": "AGR" }, { "enum": [ "Ainu (Japan)" ], "title": "AIN" }, { "enum": [ "Akkadian" ], "title": "AKK" }, { "enum": [ "Aklanon" ], "title": "AKL" }, { "enum": [ "Akum" ], "title": "AKU" }, { "enum": [ "Alabama" ], "title": "AKZ" }, { "enum": [ "Albanian" ], "title": "SQ" }, { "enum": [ "Albanian (Gheg)" ], "title": "ALN" }, { "enum": [ "Albanian (Tosk)" ], "title": "ALS" }, { "enum": [ "Aleut" ], "title": "ALE" }, { "enum": [ "Algonquian languages" ], "title": "ALG" }, { "enum": [ "Algonquin" ], "title": "ALQ" }, { "enum": [ "Altai (Southern)" ], "title": "ALT" }, { "enum": [ "Amharic" ], "title": "AM" }, { "enum": [ "Angloromani" ], "title": "RME" }, { "enum": [ "Apache (Jicarilla)" ], "title": "APJ" }, { "enum": [ "Apache (Western)" ], "title": "APW" }, { "enum": [ "Arabic" ], "title": "AR" }, { "enum": [ "Arabic (standard)" ], "title": "ARB" }, { "enum": [ "Arabic Tunisian Spoken" ], "title": "B_T" }, { "enum": [ "Aramaic" ], "title": "ARC" }, { "enum": [ "Aramaic Samaritan" ], "title": "SAM" }, { "enum": [ "Arapaho" ], "title": "ARP" }, { "enum": [ "Araucanian" ], "title": "ARN" }, { "enum": [ "Arikara" ], "title": "ARI" }, { "enum": [ "Armenian" ], "title": "HY" }, { "enum": [ "Aromanian" ], "title": "RUP" }, { "enum": [ "Assamese" ], "title": "AS_" }, { "enum": [ "Assiniboine" ], "title": "ASB" }, { "enum": [ "Assyrian Neo-Aramaic" ], "title": "AII" }, { "enum": [ "Asturian" ], "title": "AST" }, { "enum": [ "Athapascan languages" ], "title": "ATH" }, { "enum": [ "Atikamekw" ], "title": "ATJ" }, { "enum": [ "Awadhi" ], "title": "AWA" }, { "enum": [ "Aymara" ], "title": "AY" }, { "enum": [ "Azerbaijani" ], "title": "AZ" }, { "enum": [ "Babine" ], "title": "BCR" }, { "enum": [ "Badaga" ], "title": "BFQ" }, { "enum": [ "Bai" ], "title": "BDJ" }, { "enum": [ "Balinese" ], "title": "BAN" }, { "enum": [ "Balochi Southern" ], "title": "BCC" }, { "enum": [ "Balti" ], "title": "BFT" }, { "enum": [ "Baluchi" ], "title": "BAL" }, { "enum": [ "Basa (Cameroon)" ], "title": "BAS" }, { "enum": [ "Bashkir" ], "title": "BA" }, { "enum": [ "Basque" ], "title": "EU" }, { "enum": [ "Bavarian" ], "title": "BAR" }, { "enum": [ "Beaver" ], "title": "BEA" }, { "enum": [ "Beja" ], "title": "BEJ" }, { "enum": [ "Bemba (Zambia)" ], "title": "BEM" }, { "enum": [ "Bengali (Bangla)" ], "title": "BN" }, { "enum": [ "Betawi" ], "title": "BEW" }, { "enum": [ "Bezhta" ], "title": "KAP" }, { "enum": [ "Bhili" ], "title": "BHB" }, { "enum": [ "Bhojpuri" ], "title": "BHO" }, { "enum": [ "Bhutani" ], "title": "DZ" }, { "enum": [ "Bihari" ], "title": "BH" }, { "enum": [ "Bikol" ], "title": "BIK" }, { "enum": [ "Bini" ], "title": "BIN" }, { "enum": [ "Bishnupriya Manipuri" ], "title": "BPY" }, { "enum": [ "Bislama" ], "title": "BI" }, { "enum": [ "Breton" ], "title": "BR" }, { "enum": [ "Buginese" ], "title": "BUG" }, { "enum": [ "Bulgarian" ], "title": "BG" }, { "enum": [ "Buriat" ], "title": "BUA" }, { "enum": [ "Burmese" ], "title": "MY" }, { "enum": [ "Byelorussian (Belarusian)" ], "title": "BE" }, { "enum": [ "Caddo" ], "title": "CAD" }, { "enum": [ "Cambodian" ], "title": "KM" }, { "enum": [ "Cantonese" ], "title": "YUE" }, { "enum": [ "Carrier" ], "title": "CRX" }, { "enum": [ "Carrier Southern" ], "title": "CAF" }, { "enum": [ "Catalan" ], "title": "CA" }, { "enum": [ "Catawba" ], "title": "CHC" }, { "enum": [ "Cayuga" ], "title": "CAY" }, { "enum": [ "Cebuano" ], "title": "CEB" }, { "enum": [ "Chagatai" ], "title": "CHG" }, { "enum": [ "Chaldean Neo-Aramaic" ], "title": "CLD" }, { "enum": [ "Cherokee" ], "title": "CHR" }, { "enum": [ "Cheyenne" ], "title": "CHY" }, { "enum": [ "Chickasaw" ], "title": "CIC" }, { "enum": [ "Chilcotin" ], "title": "CLC" }, { "enum": [ "Chinese" ], "title": "ZH" }, { "enum": [ "Chinook jargon" ], "title": "CHN" }, { "enum": [ "Chipewyan" ], "title": "CHP" }, { "enum": [ "Chippewa" ], "title": "CIW" }, { "enum": [ "Choctaw" ], "title": "CHO" }, { "enum": [ "Chor" ], "title": "CAA" }, { "enum": [ "Chukot" ], "title": "CKT" }, { "enum": [ "Cimbrian" ], "title": "CIM" }, { "enum": [ "Clallam Klallam" ], "title": "CLM" }, { "enum": [ "Cochimi" ], "title": "COJ" }, { "enum": [ "Cocopa" ], "title": "COC" }, { "enum": [ "Colognian" ], "title": "KSH" }, { "enum": [ "Comanche" ], "title": "COM" }, { "enum": [ "Comorian" ], "title": "SWB" }, { "enum": [ "Comox" ], "title": "COO" }, { "enum": [ "Coptic" ], "title": "COP" }, { "enum": [ "Corsican" ], "title": "CO" }, { "enum": [ "Cree" ], "title": "CR" }, { "enum": [ "Creek" ], "title": "MUS" }, { "enum": [ "Crimean Tatar" ], "title": "CRH" }, { "enum": [ "Croatian" ], "title": "HR" }, { "enum": [ "Cupeo" ], "title": "CUP" }, { "enum": [ "Czech" ], "title": "CS" }, { "enum": [ "Dakota" ], "title": "DAK" }, { "enum": [ "Danish" ], "title": "DA" }, { "enum": [ "Dargwa" ], "title": "DAR" }, { "enum": [ "Dari (Persian)" ], "title": "PRD" }, { "enum": [ "Dari Zoroastrian" ], "title": "GBZ" }, { "enum": [ "Dehu" ], "title": "DHV" }, { "enum": [ "Delaware" ], "title": "DEL" }, { "enum": [ "Dinka" ], "title": "DIN" }, { "enum": [ "Dogri (generic)" ], "title": "DOI" }, { "enum": [ "Dogrib" ], "title": "DGR" }, { "enum": [ "Dolgan" ], "title": "DLG" }, { "enum": [ "Dong" ], "title": "DOH" }, { "enum": [ "Duala" ], "title": "DUA" }, { "enum": [ "Dungan" ], "title": "DNG" }, { "enum": [ "Dutch" ], "title": "NL" }, { "enum": [ "Dyula" ], "title": "DYU" }, { "enum": [ "E" ], "title": "EEE" }, { "enum": [ "Emilian" ], "title": "EGL" }, { "enum": [ "English" ], "title": "EN" }, { "enum": [ "English (American)" ], "title": "EN_US" }, { "enum": [ "English (British)" ], "title": "EN_GB" }, { "enum": [ "English Middle (1100-1500)" ], "title": "ENM" }, { "enum": [ "Erzya" ], "title": "MYV" }, { "enum": [ "Esperanto" ], "title": "EO" }, { "enum": [ "Estonian" ], "title": "ET" }, { "enum": [ "Even" ], "title": "EVE" }, { "enum": [ "Evenki" ], "title": "EVN" }, { "enum": [ "Faeroese" ], "title": "FO" }, { "enum": [ "Fala" ], "title": "FAX" }, { "enum": [ "Fang (Equatorial Guinea)" ], "title": "FAN" }, { "enum": [ "Farsi" ], "title": "FA" }, { "enum": [ "Fiji" ], "title": "FJ" }, { "enum": [ "Filipino" ], "title": "FIL" }, { "enum": [ "Finnish" ], "title": "FI" }, { "enum": [ "Finnish (Tornedalen)" ], "title": "FIT" }, { "enum": [ "Fon" ], "title": "FON" }, { "enum": [ "Franco-Prove" ], "title": "FRP" }, { "enum": [ "Frankish" ], "title": "FRK" }, { "enum": [ "French" ], "title": "FR" }, { "enum": [ "French (Canada)" ], "title": "FR_CA" }, { "enum": [ "Frisian" ], "title": "FY" }, { "enum": [ "Frisian Northern" ], "title": "FRR" }, { "enum": [ "Friulian" ], "title": "FUR" }, { "enum": [ "Fur" ], "title": "FVR" }, { "enum": [ "Ga" ], "title": "GAA" }, { "enum": [ "Gaelic (Manx)" ], "title": "GV" }, { "enum": [ "Gaelic (Scottish)" ], "title": "GD" }, { "enum": [ "Gagauz" ], "title": "GAG" }, { "enum": [ "Galician" ], "title": "GL" }, { "enum": [ "Gan" ], "title": "GAN" }, { "enum": [ "Geez" ], "title": "GEZ" }, { "enum": [ "Georgian" ], "title": "KA" }, { "enum": [ "German" ], "title": "DE" }, { "enum": [ "German Hutterite" ], "title": "GEH" }, { "enum": [ "German Pennsylvania" ], "title": "PDC" }, { "enum": [ "Gilbertese" ], "title": "GIL" }, { "enum": [ "Gilyak Nivkh" ], "title": "NIV" }, { "enum": [ "Gitxsan" ], "title": "GIT" }, { "enum": [ "Greek" ], "title": "EL" }, { "enum": [ "Greek Ancient (to 1453)" ], "title": "GRC" }, { "enum": [ "Greenlandic" ], "title": "KL" }, { "enum": [ "Guarani" ], "title": "GN" }, { "enum": [ "Gujarati" ], "title": "GU" }, { "enum": [ "Gwichin" ], "title": "GWI" }, { "enum": [ "Haida" ], "title": "HAI" }, { "enum": [ "Hainanese" ], "title": "HNN" }, { "enum": [ "Haisla" ], "title": "HAS" }, { "enum": [ "Hakka" ], "title": "HAK" }, { "enum": [ "Halkomelem" ], "title": "HUR" }, { "enum": [ "Han" ], "title": "HAA" }, { "enum": [ "Hani" ], "title": "HNI" }, { "enum": [ "Hausa" ], "title": "HA" }, { "enum": [ "Hawaiian" ], "title": "HAW" }, { "enum": [ "Hebrew" ], "title": "HE" }, { "enum": [ "Hebrew" ], "title": "IW" }, { "enum": [ "Heiltsuk" ], "title": "HEI" }, { "enum": [ "Hidatsa" ], "title": "HID" }, { "enum": [ "Hiligaynon" ], "title": "HIL" }, { "enum": [ "Hindi" ], "title": "HI" }, { "enum": [ "Hmong" ], "title": "HMN" }, { "enum": [ "Hokkien" ], "title": "HKK" }, { "enum": [ "Hopi" ], "title": "HOP" }, { "enum": [ "Huizhou Chinese" ], "title": "CZH" }, { "enum": [ "Hungarian" ], "title": "HU" }, { "enum": [ "Icelandic" ], "title": "IS" }, { "enum": [ "Ikposo" ], "title": "KPO" }, { "enum": [ "Iloko" ], "title": "ILO" }, { "enum": [ "Inari Sami" ], "title": "SMN" }, { "enum": [ "Indonesian" ], "title": "ID" }, { "enum": [ "Indonesian" ], "title": "IN" }, { "enum": [ "Ingrian" ], "title": "IZH" }, { "enum": [ "Ingush" ], "title": "INH" }, { "enum": [ "Interlingua" ], "title": "IA" }, { "enum": [ "Interlingue" ], "title": "IE" }, { "enum": [ "Inuinnaqtun" ], "title": "IKT" }, { "enum": [ "Inuktitut" ], "title": "IU" }, { "enum": [ "Inupiak" ], "title": "IK" }, { "enum": [ "Irish" ], "title": "GA" }, { "enum": [ "Iroquoian languages" ], "title": "IRO" }, { "enum": [ "Italian" ], "title": "IT" }, { "enum": [ "Itelmen" ], "title": "ITL" }, { "enum": [ "Japanese" ], "title": "JA" }, { "enum": [ "Javanese" ], "title": "JV" }, { "enum": [ "Jinyu Chinese" ], "title": "CJY" }, { "enum": [ "Jju" ], "title": "KAJ" }, { "enum": [ "Judeo-Crimean Tatar" ], "title": "JCT" }, { "enum": [ "Judeo-Georgian" ], "title": "JGE" }, { "enum": [ "Jutish" ], "title": "JUT" }, { "enum": [ "Kabardian" ], "title": "KBD" }, { "enum": [ "Kabuverdianu" ], "title": "KEA" }, { "enum": [ "Kabyle" ], "title": "KAB" }, { "enum": [ "Kachchi" ], "title": "KFR" }, { "enum": [ "Kaikavian literary language (Kajkavian)" ], "title": "KJV" }, { "enum": [ "Kalmyk Oirat" ], "title": "XAL" }, { "enum": [ "Kannada" ], "title": "KN" }, { "enum": [ "Kansa" ], "title": "KSK" }, { "enum": [ "Karachay-Balkar" ], "title": "KRC" }, { "enum": [ "Karagas" ], "title": "KIM" }, { "enum": [ "Karaim" ], "title": "KDR" }, { "enum": [ "Karakalpak" ], "title": "KAA" }, { "enum": [ "Karelian" ], "title": "KRL" }, { "enum": [ "Kashmiri" ], "title": "KS" }, { "enum": [ "Kashubian" ], "title": "CSB" }, { "enum": [ "Kaska" ], "title": "KKZ" }, { "enum": [ "Kawi" ], "title": "KAW" }, { "enum": [ "Kazakh" ], "title": "KK" }, { "enum": [ "Khakas" ], "title": "KJH" }, { "enum": [ "Khalaj Turkic" ], "title": "KLJ" }, { "enum": [ "Khanty" ], "title": "KCA" }, { "enum": [ "Khasi" ], "title": "KHA" }, { "enum": [ "Khmer Northern" ], "title": "KXM" }, { "enum": [ "Kickapoo" ], "title": "KIC" }, { "enum": [ "Kinyarwanda (Ruanda)" ], "title": "RW" }, { "enum": [ "Kiowa" ], "title": "KIO" }, { "enum": [ "Kirghiz" ], "title": "KY" }, { "enum": [ "Kirundi (Rundi)" ], "title": "RN" }, { "enum": [ "Klingon tlhIngan-Hol" ], "title": "TLH" }, { "enum": [ "Kodava" ], "title": "KFA" }, { "enum": [ "Komi-Permyak" ], "title": "KOI" }, { "enum": [ "Konkani (generic)" ], "title": "KOK" }, { "enum": [ "Konkani (specific)" ], "title": "KNN" }, { "enum": [ "Konkani Goan" ], "title": "GOM" }, { "enum": [ "Korean" ], "title": "KO" }, { "enum": [ "Koryak" ], "title": "KPY" }, { "enum": [ "Kosraean" ], "title": "KOS" }, { "enum": [ "Kotava" ], "title": "AVK" }, { "enum": [ "Kpelle" ], "title": "KPE" }, { "enum": [ "Kumiai" ], "title": "DIH" }, { "enum": [ "Kumyk" ], "title": "KUM" }, { "enum": [ "Kurdish" ], "title": "KU" }, { "enum": [ "Kutenai" ], "title": "KUT" }, { "enum": [ "Kwakiutl" ], "title": "KWK" }, { "enum": [ "Laal" ], "title": "GDM" }, { "enum": [ "Ladin" ], "title": "LLD" }, { "enum": [ "Ladino" ], "title": "LAD" }, { "enum": [ "Lahnda" ], "title": "LAH" }, { "enum": [ "Lahu" ], "title": "LHU" }, { "enum": [ "Lak" ], "title": "LBE" }, { "enum": [ "Laki" ], "title": "LKI" }, { "enum": [ "Lakota" ], "title": "LKT" }, { "enum": [ "Laothian" ], "title": "LO" }, { "enum": [ "Latin" ], "title": "LA" }, { "enum": [ "Latvian (Lettish)" ], "title": "LV" }, { "enum": [ "Laz" ], "title": "LZZ" }, { "enum": [ "Lezghian" ], "title": "LEZ" }, { "enum": [ "Ligurian" ], "title": "LIJ" }, { "enum": [ "Lillooet" ], "title": "LIL" }, { "enum": [ "Limbu" ], "title": "LIF" }, { "enum": [ "Limburgish ( Limburger)" ], "title": "LI" }, { "enum": [ "Lingala" ], "title": "LN" }, { "enum": [ "Lithuanian" ], "title": "LT" }, { "enum": [ "Lojban" ], "title": "JBO" }, { "enum": [ "Loma (Liberia)" ], "title": "LOM" }, { "enum": [ "Lombard" ], "title": "LMO" }, { "enum": [ "Low German Low Saxon" ], "title": "NDS" }, { "enum": [ "Lozi" ], "title": "LOZ" }, { "enum": [ "Luba-Lulua" ], "title": "LUA" }, { "enum": [ "Lucumi" ], "title": "LUQ" }, { "enum": [ "Ludian" ], "title": "LUD" }, { "enum": [ "Lule Sami" ], "title": "SMJ" }, { "enum": [ "Lunda" ], "title": "LUN" }, { "enum": [ "Luo (Kenya and Tanzania)" ], "title": "LUO" }, { "enum": [ "Lushootseed" ], "title": "LUT" }, { "enum": [ "Luxembourgish (Letzeburgesch)" ], "title": "LB" }, { "enum": [ "Macedonian" ], "title": "MK" }, { "enum": [ "Madurese" ], "title": "MAD" }, { "enum": [ "Magahi" ], "title": "MAG" }, { "enum": [ "Maithili" ], "title": "MAI" }, { "enum": [ "Malagasy" ], "title": "MG" }, { "enum": [ "Malay" ], "title": "MS" }, { "enum": [ "Malayalam" ], "title": "ML" }, { "enum": [ "Malecite-Passamaquoddy" ], "title": "PQM" }, { "enum": [ "Maltese" ], "title": "MT" }, { "enum": [ "Manchu" ], "title": "MNC" }, { "enum": [ "Mandaic" ], "title": "MID" }, { "enum": [ "Mandan" ], "title": "MHQ" }, { "enum": [ "Mandarin Chinese" ], "title": "CMN" }, { "enum": [ "Mansi" ], "title": "MNS" }, { "enum": [ "Maori" ], "title": "MI" }, { "enum": [ "Maranao" ], "title": "MRW" }, { "enum": [ "Marathi" ], "title": "MR" }, { "enum": [ "Mari (Russia)" ], "title": "CHM" }, { "enum": [ "Marwari" ], "title": "MWR" }, { "enum": [ "Masai" ], "title": "MAS" }, { "enum": [ "Mayo" ], "title": "MFY" }, { "enum": [ "Meitei" ], "title": "MNI" }, { "enum": [ "Mende (Sierra Leone)" ], "title": "MEN" }, { "enum": [ "Menominee" ], "title": "MEZ" }, { "enum": [ "Michif" ], "title": "CRG" }, { "enum": [ "Micmac" ], "title": "MIC" }, { "enum": [ "Min Bei Chinese" ], "title": "MNP" }, { "enum": [ "Min Dong Chinese" ], "title": "CDO" }, { "enum": [ "Minangkabau" ], "title": "MIN" }, { "enum": [ "Mingrelian" ], "title": "XMF" }, { "enum": [ "Mirandese" ], "title": "MWL" }, { "enum": [ "Mohawk" ], "title": "MOH" }, { "enum": [ "Moksha" ], "title": "MDF" }, { "enum": [ "Moldavian" ], "title": "MO" }, { "enum": [ "Mon" ], "title": "MNW" }, { "enum": [ "Mongolian" ], "title": "MN" }, { "enum": [ "Montagnais" ], "title": "MOE" }, { "enum": [ "Morisyen" ], "title": "MFE" }, { "enum": [ "Mossi" ], "title": "MOS" }, { "enum": [ "Mozarabic" ], "title": "MXI" }, { "enum": [ "Multilingual" ], "title": "MU" }, { "enum": [ "Muong" ], "title": "MTQ" }, { "enum": [ "Nama (Namibia)" ], "title": "NAQ" }, { "enum": [ "Nanai" ], "title": "GLD" }, { "enum": [ "Naskapi" ], "title": "NSK" }, { "enum": [ "Nauru" ], "title": "NA" }, { "enum": [ "Neapolitan" ], "title": "NAP" }, { "enum": [ "Nepali" ], "title": "NE" }, { "enum": [ "Newari Nepal Bhasa" ], "title": "NEW_" }, { "enum": [ "Nganasan" ], "title": "NIO" }, { "enum": [ "Nisgaa" ], "title": "NCG" }, { "enum": [ "Niuean" ], "title": "NIU" }, { "enum": [ "No linguistic content" ], "title": "ZXX" }, { "enum": [ "Nogai" ], "title": "NOG" }, { "enum": [ "Norse Old" ], "title": "NON" }, { "enum": [ "Northern Sotho Pedi Sepedi" ], "title": "NSO" }, { "enum": [ "Norwegian" ], "title": "NO" }, { "enum": [ "Novial" ], "title": "NOV" }, { "enum": [ "Nyamwezi" ], "title": "NYM" }, { "enum": [ "Nyoro" ], "title": "NYO" }, { "enum": [ "Nyungah" ], "title": "NYS" }, { "enum": [ "Occitan" ], "title": "OC" }, { "enum": [ "Ojibwa Central" ], "title": "OJC" }, { "enum": [ "Ojibwa Eastern" ], "title": "OJG" }, { "enum": [ "Ojibwa Northwestern" ], "title": "OJB" }, { "enum": [ "Ojibwa Severn" ], "title": "OJS" }, { "enum": [ "Ojibwa Western" ], "title": "OJW" }, { "enum": [ "Ojibwe, Ojibwa" ], "title": "OJ" }, { "enum": [ "Okanagan" ], "title": "OKA" }, { "enum": [ "Okinawan Central" ], "title": "RYU" }, { "enum": [ "Old English" ], "title": "ANG" }, { "enum": [ "Oneida" ], "title": "ONE" }, { "enum": [ "Onondaga" ], "title": "ONO" }, { "enum": [ "Oriya" ], "title": "OR_" }, { "enum": [ "Oromo (Afan, Galla)" ], "title": "OM" }, { "enum": [ "Ottawa" ], "title": "OTW" }, { "enum": [ "Paipai" ], "title": "PPI" }, { "enum": [ "Palauan" ], "title": "PAU" }, { "enum": [ "Pampanga" ], "title": "PAM" }, { "enum": [ "Pangasinan" ], "title": "PAG" }, { "enum": [ "Papiamento" ], "title": "PAP" }, { "enum": [ "Pashto (Pushto)" ], "title": "PS" }, { "enum": [ "Persian" ], "title": "PRP" }, { "enum": [ "Persian (Dari)" ], "title": "PRS" }, { "enum": [ "Pfaelzisch" ], "title": "PFL" }, { "enum": [ "Picard" ], "title": "PCD" }, { "enum": [ "Piedmontese" ], "title": "PMS" }, { "enum": [ "Pirah" ], "title": "MYP" }, { "enum": [ "Pitcairn-Norfolk" ], "title": "PIH" }, { "enum": [ "Plautdietsch" ], "title": "PDT" }, { "enum": [ "Polish" ], "title": "PL" }, { "enum": [ "Pontic" ], "title": "PNT" }, { "enum": [ "Portuguese" ], "title": "PT" }, { "enum": [ "Portuguese (Brazil)" ], "title": "PT_BR" }, { "enum": [ "Potawatomi" ], "title": "POT" }, { "enum": [ "Prussian" ], "title": "PRG" }, { "enum": [ "Pulaar" ], "title": "FUC" }, { "enum": [ "Punjabi" ], "title": "PA" }, { "enum": [ "Qashqai" ], "title": "QXQ" }, { "enum": [ "Qawasqar" ], "title": "ALC" }, { "enum": [ "Quechua" ], "title": "QU" }, { "enum": [ "Quich Central" ], "title": "QUC" }, { "enum": [ "Rapanui" ], "title": "RAP" }, { "enum": [ "Rarotongan" ], "title": "RAR" }, { "enum": [ "Reserved for local use." ], "title": "QTZ" }, { "enum": [ "Rhaeto-Romance" ], "title": "RM" }, { "enum": [ "Romagnol" ], "title": "RGN" }, { "enum": [ "Romani Kalo Finnish" ], "title": "RMF" }, { "enum": [ "Romani Sinte" ], "title": "RMO" }, { "enum": [ "Romanian" ], "title": "RO" }, { "enum": [ "Romanian Istro" ], "title": "RUO" }, { "enum": [ "Romanian Megleno" ], "title": "RUQ" }, { "enum": [ "Romany" ], "title": "ROM" }, { "enum": [ "Runion Creole French" ], "title": "RCF" }, { "enum": [ "Russian" ], "title": "RU" }, { "enum": [ "Rusyn" ], "title": "RUE" }, { "enum": [ "Saint Lucian Creole French" ], "title": "ACF" }, { "enum": [ "Sakha" ], "title": "SAH" }, { "enum": [ "Salar" ], "title": "SLR" }, { "enum": [ "Salish Straits" ], "title": "STR" }, { "enum": [ "Salishan languages" ], "title": "SAL" }, { "enum": [ "Sami Kildin" ], "title": "SJD" }, { "enum": [ "Sami languages" ], "title": "SMI" }, { "enum": [ "Samoan" ], "title": "SM" }, { "enum": [ "Sangro" ], "title": "SG" }, { "enum": [ "Sanskrit" ], "title": "SA" }, { "enum": [ "Santali" ], "title": "SAT" }, { "enum": [ "Saramaccan" ], "title": "SRM" }, { "enum": [ "Sardinian Sassarese" ], "title": "SDC" }, { "enum": [ "Saterland Frisian" ], "title": "STQ" }, { "enum": [ "Saxon Upper" ], "title": "SXU" }, { "enum": [ "Scots" ], "title": "SCO" }, { "enum": [ "Sechelt" ], "title": "SEC" }, { "enum": [ "Seediq" ], "title": "TRV" }, { "enum": [ "Sekani" ], "title": "SEK" }, { "enum": [ "Selkup" ], "title": "SEL" }, { "enum": [ "Seneca" ], "title": "SEE" }, { "enum": [ "Serbian" ], "title": "SR" }, { "enum": [ "Serbo-Croatian" ], "title": "SH" }, { "enum": [ "Seri" ], "title": "SEI" }, { "enum": [ "Sesotho" ], "title": "ST" }, { "enum": [ "Setswana" ], "title": "TN" }, { "enum": [ "Shawnee" ], "title": "SJW" }, { "enum": [ "Shona" ], "title": "SN" }, { "enum": [ "Shor" ], "title": "CJS" }, { "enum": [ "Shoshoni" ], "title": "SHH" }, { "enum": [ "Shuswap" ], "title": "SHS" }, { "enum": [ "Sicilian" ], "title": "SCN" }, { "enum": [ "Sidamo" ], "title": "SID" }, { "enum": [ "Siksika" ], "title": "BLA" }, { "enum": [ "Silesian" ], "title": "SZL" }, { "enum": [ "Sindhi" ], "title": "SD" }, { "enum": [ "Sinhalese" ], "title": "SI" }, { "enum": [ "Siswati" ], "title": "SS" }, { "enum": [ "Skolt Sami" ], "title": "SMS" }, { "enum": [ "Slavey North" ], "title": "SCS" }, { "enum": [ "Slavey South" ], "title": "XSL" }, { "enum": [ "Slovak" ], "title": "SK" }, { "enum": [ "Slovenian" ], "title": "SL" }, { "enum": [ "Somali" ], "title": "SO" }, { "enum": [ "Soninke" ], "title": "SNK" }, { "enum": [ "Sorbian Lower" ], "title": "DSB" }, { "enum": [ "Sorbian Upper" ], "title": "HSB" }, { "enum": [ "Southern Sami" ], "title": "SMA" }, { "enum": [ "Southern Tutchone" ], "title": "TCE" }, { "enum": [ "Spanish" ], "title": "ES" }, { "enum": [ "Spanish (Latin America)" ], "title": "ES_XL" }, { "enum": [ "Sranan" ], "title": "SRN" }, { "enum": [ "Stoney" ], "title": "STO" }, { "enum": [ "Sudovian" ], "title": "XSV" }, { "enum": [ "Sumerian" ], "title": "SUX" }, { "enum": [ "Sundanese" ], "title": "SU" }, { "enum": [ "Svan" ], "title": "SVA" }, { "enum": [ "Swabian" ], "title": "SWG" }, { "enum": [ "Swahili (Kiswahili)" ], "title": "SW" }, { "enum": [ "Swedish" ], "title": "SV" }, { "enum": [ "Swedish Sign Language" ], "title": "SWL" }, { "enum": [ "Swiss German Alemannic Alsatian" ], "title": "GSW" }, { "enum": [ "Syriac" ], "title": "SYR" }, { "enum": [ "Tabassaran" ], "title": "TAB" }, { "enum": [ "Tachawit" ], "title": "SHY" }, { "enum": [ "Tachelhit" ], "title": "SHI" }, { "enum": [ "Tagalog" ], "title": "TL" }, { "enum": [ "Tagbanwa" ], "title": "TBW" }, { "enum": [ "Tagish" ], "title": "TGX" }, { "enum": [ "Tahltan" ], "title": "THT" }, { "enum": [ "Tai Na" ], "title": "TDD" }, { "enum": [ "Taiwanese Mandarin" ], "title": "ZH_TW" }, { "enum": [ "Tajik" ], "title": "TG" }, { "enum": [ "Talysh" ], "title": "TLY" }, { "enum": [ "Tamajaq Tawallammat" ], "title": "TTQ" }, { "enum": [ "Tamasheq" ], "title": "TAQ" }, { "enum": [ "Tamazight Central Atlas" ], "title": "TZM" }, { "enum": [ "Tamil" ], "title": "TA" }, { "enum": [ "Tarahumara Central" ], "title": "TAR" }, { "enum": [ "Tat Muslim" ], "title": "TTT" }, { "enum": [ "Tatar" ], "title": "TT" }, { "enum": [ "Telugu" ], "title": "TE" }, { "enum": [ "Teo Chew" ], "title": "TEO" }, { "enum": [ "Tetum" ], "title": "TET" }, { "enum": [ "Thai" ], "title": "TH" }, { "enum": [ "Thai (Northern)" ], "title": "NOD" }, { "enum": [ "Thai Northeastern" ], "title": "TTS" }, { "enum": [ "Thompson" ], "title": "THP" }, { "enum": [ "Tibetan" ], "title": "BO" }, { "enum": [ "Tigre" ], "title": "TIG" }, { "enum": [ "Tigrinya" ], "title": "TI" }, { "enum": [ "Tlingit" ], "title": "TLI" }, { "enum": [ "Toda" ], "title": "TCX" }, { "enum": [ "Tohono Oodham" ], "title": "OOD" }, { "enum": [ "Tok Pisin" ], "title": "TPI" }, { "enum": [ "Tonga" ], "title": "TO" }, { "enum": [ "Tonga (Nyasa)" ], "title": "TOG" }, { "enum": [ "Tsez" ], "title": "DDO" }, { "enum": [ "Tsimshian" ], "title": "TSI" }, { "enum": [ "Tsonga" ], "title": "TS" }, { "enum": [ "Tulu" ], "title": "TCY" }, { "enum": [ "Tumbuka" ], "title": "TUM" }, { "enum": [ "Tumzabt" ], "title": "MZB" }, { "enum": [ "Tupinamb" ], "title": "TPN" }, { "enum": [ "Turkana" ], "title": "TUV" }, { "enum": [ "Turkish" ], "title": "TR" }, { "enum": [ "Turkish Ottoman" ], "title": "OTA" }, { "enum": [ "Turkmen" ], "title": "TK" }, { "enum": [ "Tuscarora" ], "title": "TUS" }, { "enum": [ "Tuvalu" ], "title": "TVL" }, { "enum": [ "Tuvinian" ], "title": "TYV" }, { "enum": [ "Twi" ], "title": "TW" }, { "enum": [ "Ubykh" ], "title": "UBY" }, { "enum": [ "Udi" ], "title": "UDI" }, { "enum": [ "Udmurt" ], "title": "UDM" }, { "enum": [ "Uighur" ], "title": "UG" }, { "enum": [ "Ukrainian" ], "title": "UK" }, { "enum": [ "Undefined" ], "title": "UN" }, { "enum": [ "Urdu" ], "title": "UR" }, { "enum": [ "Urum" ], "title": "UUM" }, { "enum": [ "Uzbek" ], "title": "UZ" }, { "enum": [ "Venetian" ], "title": "VEC" }, { "enum": [ "Veps" ], "title": "VEP" }, { "enum": [ "Vietnamese" ], "title": "VI" }, { "enum": [ "Volapuk" ], "title": "VO" }, { "enum": [ "Voro" ], "title": "VOR" }, { "enum": [ "Votic" ], "title": "VOT" }, { "enum": [ "Vro" ], "title": "VRO" }, { "enum": [ "Waorani" ], "title": "AUC" }, { "enum": [ "Waray (Philippines)" ], "title": "WAR" }, { "enum": [ "Welsh" ], "title": "CY" }, { "enum": [ "Western Farsi" ], "title": "PES" }, { "enum": [ "Western Neo-Aramaic" ], "title": "AMW" }, { "enum": [ "Wiyot" ], "title": "WIY" }, { "enum": [ "Wolof" ], "title": "WO" }, { "enum": [ "Wu Chinese" ], "title": "WUU" }, { "enum": [ "Wymysorys" ], "title": "WYM" }, { "enum": [ "Xhosa" ], "title": "XH" }, { "enum": [ "Yanesha" ], "title": "AME" }, { "enum": [ "Yiddish" ], "title": "JI" }, { "enum": [ "Yiddish" ], "title": "YI" }, { "enum": [ "Yoruba" ], "title": "YO" }, { "enum": [ "Zapotec Isthmus" ], "title": "ZAI" }, { "enum": [ "Zarma" ], "title": "DJE" }, { "enum": [ "Zulu" ], "title": "ZU" } ], "title": "KalturaLanguage" }, "KalturaLanguageCode": { "oneOf": [ { "enum": [ "aa" ], "title": "AA" }, { "enum": [ "ab" ], "title": "AB" }, { "enum": [ "af" ], "title": "AF" }, { "enum": [ "alg" ], "title": "ALG" }, { "enum": [ "am" ], "title": "AM" }, { "enum": [ "ar" ], "title": "AR" }, { "enum": [ "as" ], "title": "AS_" }, { "enum": [ "ath" ], "title": "ATH" }, { "enum": [ "ay" ], "title": "AY" }, { "enum": [ "az" ], "title": "AZ" }, { "enum": [ "ba" ], "title": "BA" }, { "enum": [ "be" ], "title": "BE" }, { "enum": [ "bg" ], "title": "BG" }, { "enum": [ "bh" ], "title": "BH" }, { "enum": [ "bi" ], "title": "BI" }, { "enum": [ "bla" ], "title": "BLA" }, { "enum": [ "bn" ], "title": "BN" }, { "enum": [ "bo" ], "title": "BO" }, { "enum": [ "br" ], "title": "BR" }, { "enum": [ "ca" ], "title": "CA" }, { "enum": [ "co" ], "title": "CO" }, { "enum": [ "cr" ], "title": "CR" }, { "enum": [ "crg" ], "title": "CRG" }, { "enum": [ "cs" ], "title": "CS" }, { "enum": [ "cy" ], "title": "CY" }, { "enum": [ "da" ], "title": "DA" }, { "enum": [ "de" ], "title": "DE" }, { "enum": [ "dz" ], "title": "DZ" }, { "enum": [ "el" ], "title": "EL" }, { "enum": [ "en" ], "title": "EN" }, { "enum": [ "en_gb" ], "title": "EN_GB" }, { "enum": [ "en_us" ], "title": "EN_US" }, { "enum": [ "eo" ], "title": "EO" }, { "enum": [ "es" ], "title": "ES" }, { "enum": [ "es_xl" ], "title": "ES_XL" }, { "enum": [ "et" ], "title": "ET" }, { "enum": [ "eu" ], "title": "EU" }, { "enum": [ "fa" ], "title": "FA" }, { "enum": [ "fi" ], "title": "FI" }, { "enum": [ "fj" ], "title": "FJ" }, { "enum": [ "fo" ], "title": "FO" }, { "enum": [ "fr" ], "title": "FR" }, { "enum": [ "fr_ca" ], "title": "FR_CA" }, { "enum": [ "fy" ], "title": "FY" }, { "enum": [ "ga" ], "title": "GA" }, { "enum": [ "gd" ], "title": "GD" }, { "enum": [ "gl" ], "title": "GL" }, { "enum": [ "gn" ], "title": "GN" }, { "enum": [ "gu" ], "title": "GU" }, { "enum": [ "gv" ], "title": "GV" }, { "enum": [ "ha" ], "title": "HA" }, { "enum": [ "he" ], "title": "HE" }, { "enum": [ "hi" ], "title": "HI" }, { "enum": [ "hr" ], "title": "HR" }, { "enum": [ "hu" ], "title": "HU" }, { "enum": [ "hy" ], "title": "HY" }, { "enum": [ "ia" ], "title": "IA" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "ie" ], "title": "IE" }, { "enum": [ "ik" ], "title": "IK" }, { "enum": [ "ikt" ], "title": "IKT" }, { "enum": [ "in" ], "title": "IN" }, { "enum": [ "iro" ], "title": "IRO" }, { "enum": [ "is" ], "title": "IS" }, { "enum": [ "it" ], "title": "IT" }, { "enum": [ "iu" ], "title": "IU" }, { "enum": [ "iw" ], "title": "IW" }, { "enum": [ "ja" ], "title": "JA" }, { "enum": [ "ji" ], "title": "JI" }, { "enum": [ "jv" ], "title": "JV" }, { "enum": [ "ka" ], "title": "KA" }, { "enum": [ "kk" ], "title": "KK" }, { "enum": [ "kl" ], "title": "KL" }, { "enum": [ "km" ], "title": "KM" }, { "enum": [ "kn" ], "title": "KN" }, { "enum": [ "ko" ], "title": "KO" }, { "enum": [ "ks" ], "title": "KS" }, { "enum": [ "ku" ], "title": "KU" }, { "enum": [ "ky" ], "title": "KY" }, { "enum": [ "la" ], "title": "LA" }, { "enum": [ "lb" ], "title": "LB" }, { "enum": [ "li" ], "title": "LI" }, { "enum": [ "ln" ], "title": "LN" }, { "enum": [ "lo" ], "title": "LO" }, { "enum": [ "lt" ], "title": "LT" }, { "enum": [ "lv" ], "title": "LV" }, { "enum": [ "mg" ], "title": "MG" }, { "enum": [ "mi" ], "title": "MI" }, { "enum": [ "mic" ], "title": "MIC" }, { "enum": [ "mk" ], "title": "MK" }, { "enum": [ "ml" ], "title": "ML" }, { "enum": [ "mn" ], "title": "MN" }, { "enum": [ "mo" ], "title": "MO" }, { "enum": [ "moe" ], "title": "MOE" }, { "enum": [ "mr" ], "title": "MR" }, { "enum": [ "ms" ], "title": "MS" }, { "enum": [ "mt" ], "title": "MT" }, { "enum": [ "mu" ], "title": "MU" }, { "enum": [ "my" ], "title": "MY" }, { "enum": [ "na" ], "title": "NA" }, { "enum": [ "ne" ], "title": "NE" }, { "enum": [ "nl" ], "title": "NL" }, { "enum": [ "no" ], "title": "NO" }, { "enum": [ "oc" ], "title": "OC" }, { "enum": [ "oj" ], "title": "OJ" }, { "enum": [ "ojs" ], "title": "OJS" }, { "enum": [ "ojw" ], "title": "OJW" }, { "enum": [ "oka" ], "title": "OKA" }, { "enum": [ "om" ], "title": "OM" }, { "enum": [ "or" ], "title": "OR_" }, { "enum": [ "pa" ], "title": "PA" }, { "enum": [ "pl" ], "title": "PL" }, { "enum": [ "ps" ], "title": "PS" }, { "enum": [ "pt" ], "title": "PT" }, { "enum": [ "pt_br" ], "title": "PT_BR" }, { "enum": [ "qu" ], "title": "QU" }, { "enum": [ "rm" ], "title": "RM" }, { "enum": [ "rn" ], "title": "RN" }, { "enum": [ "ro" ], "title": "RO" }, { "enum": [ "ru" ], "title": "RU" }, { "enum": [ "rw" ], "title": "RW" }, { "enum": [ "sa" ], "title": "SA" }, { "enum": [ "sal" ], "title": "SAL" }, { "enum": [ "sd" ], "title": "SD" }, { "enum": [ "sg" ], "title": "SG" }, { "enum": [ "sh" ], "title": "SH" }, { "enum": [ "si" ], "title": "SI" }, { "enum": [ "sk" ], "title": "SK" }, { "enum": [ "sl" ], "title": "SL" }, { "enum": [ "sm" ], "title": "SM" }, { "enum": [ "smi" ], "title": "SMI" }, { "enum": [ "sn" ], "title": "SN" }, { "enum": [ "so" ], "title": "SO" }, { "enum": [ "sq" ], "title": "SQ" }, { "enum": [ "sr" ], "title": "SR" }, { "enum": [ "ss" ], "title": "SS" }, { "enum": [ "st" ], "title": "ST" }, { "enum": [ "su" ], "title": "SU" }, { "enum": [ "sv" ], "title": "SV" }, { "enum": [ "sw" ], "title": "SW" }, { "enum": [ "ta" ], "title": "TA" }, { "enum": [ "tce" ], "title": "TCE" }, { "enum": [ "te" ], "title": "TE" }, { "enum": [ "tg" ], "title": "TG" }, { "enum": [ "th" ], "title": "TH" }, { "enum": [ "ti" ], "title": "TI" }, { "enum": [ "tk" ], "title": "TK" }, { "enum": [ "tl" ], "title": "TL" }, { "enum": [ "tn" ], "title": "TN" }, { "enum": [ "to" ], "title": "TO" }, { "enum": [ "tr" ], "title": "TR" }, { "enum": [ "ts" ], "title": "TS" }, { "enum": [ "tt" ], "title": "TT" }, { "enum": [ "tw" ], "title": "TW" }, { "enum": [ "ug" ], "title": "UG" }, { "enum": [ "uk" ], "title": "UK" }, { "enum": [ "un" ], "title": "UN" }, { "enum": [ "ur" ], "title": "UR" }, { "enum": [ "uz" ], "title": "UZ" }, { "enum": [ "vi" ], "title": "VI" }, { "enum": [ "vo" ], "title": "VO" }, { "enum": [ "wo" ], "title": "WO" }, { "enum": [ "xh" ], "title": "XH" }, { "enum": [ "yi" ], "title": "YI" }, { "enum": [ "yo" ], "title": "YO" }, { "enum": [ "zh" ], "title": "ZH" }, { "enum": [ "zh_tw" ], "title": "ZH_TW" }, { "enum": [ "zu" ], "title": "ZU" }, { "enum": [ "zxx" ], "title": "ZXX" } ], "title": "KalturaLanguageCode" }, "KalturaLicenseType": { "oneOf": [ { "enum": [ -1 ], "title": "UNKNOWN" }, { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "COPYRIGHTED" }, { "enum": [ 2 ], "title": "PUBLIC_DOMAIN" }, { "enum": [ 3 ], "title": "CREATIVECOMMONS_ATTRIBUTION" }, { "enum": [ 4 ], "title": "CREATIVECOMMONS_ATTRIBUTION_SHARE_ALIKE" }, { "enum": [ 5 ], "title": "CREATIVECOMMONS_ATTRIBUTION_NO_DERIVATIVES" }, { "enum": [ 6 ], "title": "CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL" }, { "enum": [ 7 ], "title": "CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL_SHARE_ALIKE" }, { "enum": [ 8 ], "title": "CREATIVECOMMONS_ATTRIBUTION_NON_COMMERCIAL_NO_DERIVATIVES" }, { "enum": [ 9 ], "title": "GFDL" }, { "enum": [ 10 ], "title": "GPL" }, { "enum": [ 11 ], "title": "AFFERO_GPL" }, { "enum": [ 12 ], "title": "LGPL" }, { "enum": [ 13 ], "title": "BSD" }, { "enum": [ 14 ], "title": "APACHE" }, { "enum": [ 15 ], "title": "MOZILLA" } ], "title": "KalturaLicenseType" }, "KalturaLikeOrderBy": { "oneOf": [], "title": "KalturaLikeOrderBy" }, "KalturaLimitFlavorsRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "RESTRICT_LIST" }, { "enum": [ 1 ], "title": "ALLOW_LIST" } ], "title": "KalturaLimitFlavorsRestrictionType" }, "KalturaLiveAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLiveAssetOrderBy" }, "KalturaLiveChannelCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaLiveChannelCompareAttribute" }, "KalturaLiveChannelMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaLiveChannelMatchAttribute" }, "KalturaLiveChannelOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+firstBroadcast" ], "title": "FIRST_BROADCAST_ASC" }, { "enum": [ "+lastBroadcast" ], "title": "LAST_BROADCAST_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-firstBroadcast" ], "title": "FIRST_BROADCAST_DESC" }, { "enum": [ "-lastBroadcast" ], "title": "LAST_BROADCAST_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaLiveChannelOrderBy" }, "KalturaLiveChannelSegmentOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLiveChannelSegmentOrderBy" }, "KalturaLiveChannelSegmentStatus": { "oneOf": [ { "enum": [ "2" ], "title": "ACTIVE" }, { "enum": [ "3" ], "title": "DELETED" } ], "title": "KalturaLiveChannelSegmentStatus" }, "KalturaLiveChannelSegmentTriggerType": { "oneOf": [ { "enum": [ "1" ], "title": "CHANNEL_RELATIVE" }, { "enum": [ "2" ], "title": "ABSOLUTE_TIME" }, { "enum": [ "3" ], "title": "SEGMENT_START_RELATIVE" }, { "enum": [ "4" ], "title": "SEGMENT_END_RELATIVE" } ], "title": "KalturaLiveChannelSegmentTriggerType" }, "KalturaLiveChannelSegmentType": { "oneOf": [ { "enum": [ "1" ], "title": "VIDEO_AND_AUDIO" } ], "title": "KalturaLiveChannelSegmentType" }, "KalturaLiveEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaLiveEntryCompareAttribute" }, "KalturaLiveEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaLiveEntryMatchAttribute" }, "KalturaLiveEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+firstBroadcast" ], "title": "FIRST_BROADCAST_ASC" }, { "enum": [ "+lastBroadcast" ], "title": "LAST_BROADCAST_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-firstBroadcast" ], "title": "FIRST_BROADCAST_DESC" }, { "enum": [ "-lastBroadcast" ], "title": "LAST_BROADCAST_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaLiveEntryOrderBy" }, "KalturaLiveEntryScheduleResourceOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLiveEntryScheduleResourceOrderBy" }, "KalturaLiveEntryServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLiveEntryServerNodeOrderBy" }, "KalturaLiveParamsOrderBy": { "oneOf": [], "title": "KalturaLiveParamsOrderBy" }, "KalturaLivePublishStatus": { "oneOf": [ { "enum": [ 0 ], "title": "DISABLED" }, { "enum": [ 1 ], "title": "ENABLED" } ], "title": "KalturaLivePublishStatus" }, "KalturaLiveReportExportType": { "oneOf": [ { "enum": [ 1 ], "title": "PARTNER_TOTAL_ALL" }, { "enum": [ 2 ], "title": "PARTNER_TOTAL_LIVE" }, { "enum": [ 11 ], "title": "ENTRY_TIME_LINE_ALL" }, { "enum": [ 12 ], "title": "ENTRY_TIME_LINE_LIVE" }, { "enum": [ 21 ], "title": "LOCATION_ALL" }, { "enum": [ 22 ], "title": "LOCATION_LIVE" }, { "enum": [ 31 ], "title": "SYNDICATION_ALL" }, { "enum": [ 32 ], "title": "SYNDICATION_LIVE" } ], "title": "KalturaLiveReportExportType" }, "KalturaLiveReportOrderBy": { "oneOf": [ { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "-audience" ], "title": "AUDIENCE_DESC" }, { "enum": [ "-eventTime" ], "title": "EVENT_TIME_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" } ], "title": "KalturaLiveReportOrderBy" }, "KalturaLiveReportType": { "oneOf": [ { "enum": [ "ENTRY_GEO_TIME_LINE" ], "title": "ENTRY_GEO_TIME_LINE" }, { "enum": [ "ENTRY_SYNDICATION_TOTAL" ], "title": "ENTRY_SYNDICATION_TOTAL" }, { "enum": [ "ENTRY_TIME_LINE" ], "title": "ENTRY_TIME_LINE" }, { "enum": [ "ENTRY_TOTAL" ], "title": "ENTRY_TOTAL" }, { "enum": [ "PARTNER_TOTAL" ], "title": "PARTNER_TOTAL" } ], "title": "KalturaLiveReportType" }, "KalturaLiveStatsEventType": { "oneOf": [ { "enum": [ 1 ], "title": "LIVE" }, { "enum": [ 2 ], "title": "DVR" } ], "title": "KalturaLiveStatsEventType" }, "KalturaLiveStreamAdminEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaLiveStreamAdminEntryCompareAttribute" }, "KalturaLiveStreamAdminEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaLiveStreamAdminEntryMatchAttribute" }, "KalturaLiveStreamAdminEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+firstBroadcast" ], "title": "FIRST_BROADCAST_ASC" }, { "enum": [ "+lastBroadcast" ], "title": "LAST_BROADCAST_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-firstBroadcast" ], "title": "FIRST_BROADCAST_DESC" }, { "enum": [ "-lastBroadcast" ], "title": "LAST_BROADCAST_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaLiveStreamAdminEntryOrderBy" }, "KalturaLiveStreamBroadcastStatus": { "oneOf": [ { "enum": [ 1 ], "title": "OFFLINE" }, { "enum": [ 2 ], "title": "PREVIEW" }, { "enum": [ 3 ], "title": "LIVE" } ], "title": "KalturaLiveStreamBroadcastStatus" }, "KalturaLiveStreamEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaLiveStreamEntryCompareAttribute" }, "KalturaLiveStreamEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaLiveStreamEntryMatchAttribute" }, "KalturaLiveStreamEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+firstBroadcast" ], "title": "FIRST_BROADCAST_ASC" }, { "enum": [ "+lastBroadcast" ], "title": "LAST_BROADCAST_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-firstBroadcast" ], "title": "FIRST_BROADCAST_DESC" }, { "enum": [ "-lastBroadcast" ], "title": "LAST_BROADCAST_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaLiveStreamEntryOrderBy" }, "KalturaLiveStreamScheduleEventOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+priority" ], "title": "PRIORITY_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+summary" ], "title": "SUMMARY_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-priority" ], "title": "PRIORITY_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-summary" ], "title": "SUMMARY_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLiveStreamScheduleEventOrderBy" }, "KalturaLocationScheduleResourceOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaLocationScheduleResourceOrderBy" }, "KalturaMailJobStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "SENT" }, { "enum": [ 3 ], "title": "ERROR" }, { "enum": [ 4 ], "title": "QUEUED" } ], "title": "KalturaMailJobStatus" }, "KalturaMailType": { "oneOf": [ { "enum": [ "10" ], "title": "MAIL_TYPE_KALTURA_NEWSLETTER" }, { "enum": [ "11" ], "title": "MAIL_TYPE_ADDED_TO_FAVORITES" }, { "enum": [ "12" ], "title": "MAIL_TYPE_ADDED_TO_CLIP_FAVORITES" }, { "enum": [ "13" ], "title": "MAIL_TYPE_NEW_COMMENT_IN_PROFILE" }, { "enum": [ "20" ], "title": "MAIL_TYPE_CLIP_ADDED_YOUR_KALTURA" }, { "enum": [ "21" ], "title": "MAIL_TYPE_VIDEO_ADDED" }, { "enum": [ "22" ], "title": "MAIL_TYPE_ROUGHCUT_CREATED" }, { "enum": [ "23" ], "title": "MAIL_TYPE_ADDED_KALTURA_TO_YOUR_FAVORITES" }, { "enum": [ "24" ], "title": "MAIL_TYPE_NEW_COMMENT_IN_KALTURA" }, { "enum": [ "30" ], "title": "MAIL_TYPE_CLIP_ADDED" }, { "enum": [ "31" ], "title": "MAIL_TYPE_VIDEO_CREATED" }, { "enum": [ "32" ], "title": "MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES" }, { "enum": [ "33" ], "title": "MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_CONTRIBUTED" }, { "enum": [ "40" ], "title": "MAIL_TYPE_CLIP_CONTRIBUTED" }, { "enum": [ "41" ], "title": "MAIL_TYPE_ROUGHCUT_CREATED_SUBSCRIBED" }, { "enum": [ "42" ], "title": "MAIL_TYPE_ADDED_KALTURA_TO_HIS_FAVORITES_SUBSCRIBED" }, { "enum": [ "43" ], "title": "MAIL_TYPE_NEW_COMMENT_IN_KALTURA_YOU_SUBSCRIBED" }, { "enum": [ "50" ], "title": "MAIL_TYPE_REGISTER_CONFIRM" }, { "enum": [ "51" ], "title": "MAIL_TYPE_PASSWORD_RESET" }, { "enum": [ "52" ], "title": "MAIL_TYPE_LOGIN_MAIL_RESET" }, { "enum": [ "54" ], "title": "MAIL_TYPE_REGISTER_CONFIRM_VIDEO_SERVICE" }, { "enum": [ "60" ], "title": "MAIL_TYPE_VIDEO_READY" }, { "enum": [ "62" ], "title": "MAIL_TYPE_VIDEO_IS_READY" }, { "enum": [ "63" ], "title": "MAIL_TYPE_BULK_DOWNLOAD_READY" }, { "enum": [ "64" ], "title": "MAIL_TYPE_BULKUPLOAD_FINISHED" }, { "enum": [ "65" ], "title": "MAIL_TYPE_BULKUPLOAD_FAILED" }, { "enum": [ "66" ], "title": "MAIL_TYPE_BULKUPLOAD_ABORTED" }, { "enum": [ "70" ], "title": "MAIL_TYPE_NOTIFY_ERR" }, { "enum": [ "80" ], "title": "MAIL_TYPE_ACCOUNT_UPGRADE_CONFIRM" }, { "enum": [ "81" ], "title": "MAIL_TYPE_VIDEO_SERVICE_NOTICE" }, { "enum": [ "82" ], "title": "MAIL_TYPE_VIDEO_SERVICE_NOTICE_LIMIT_REACHED" }, { "enum": [ "83" ], "title": "MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_LOCKED" }, { "enum": [ "84" ], "title": "MAIL_TYPE_VIDEO_SERVICE_NOTICE_ACCOUNT_DELETED" }, { "enum": [ "85" ], "title": "MAIL_TYPE_VIDEO_SERVICE_NOTICE_UPGRADE_OFFER" }, { "enum": [ "86" ], "title": "MAIL_TYPE_ACCOUNT_REACTIVE_CONFIRM" }, { "enum": [ "87" ], "title": "MAIL_TYPE_EXTENDED_FREE_TRIAL_ENDS_WARNING" }, { "enum": [ "110" ], "title": "MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD" }, { "enum": [ "111" ], "title": "MAIL_TYPE_SYSTEM_USER_RESET_PASSWORD_SUCCESS" }, { "enum": [ "112" ], "title": "MAIL_TYPE_SYSTEM_USER_NEW_PASSWORD" }, { "enum": [ "113" ], "title": "MAIL_TYPE_SYSTEM_USER_CREDENTIALS_SAVED" }, { "enum": [ "130" ], "title": "MAIL_TYPE_LIVE_REPORT_EXPORT_SUCCESS" }, { "enum": [ "131" ], "title": "MAIL_TYPE_LIVE_REPORT_EXPORT_FAILURE" }, { "enum": [ "132" ], "title": "MAIL_TYPE_LIVE_REPORT_EXPORT_ABORT" }, { "enum": [ "133" ], "title": "MAIL_TYPE_USERS_CSV" }, { "enum": [ "135" ], "title": "MAIL_TYPE_OBJECTS_CSV" }, { "enum": [ "136" ], "title": "MAIL_TYPE_REPORT_EXPORT_SUCCESS" }, { "enum": [ "137" ], "title": "MAIL_TYPE_REPORT_EXPORT_FAILURE" }, { "enum": [ "138" ], "title": "MAIL_TYPE_REPORT_EXPORT_ABORT" }, { "enum": [ "139" ], "title": "MAIL_TYPE_SIP_FAILURE" } ], "title": "KalturaMailType" }, "KalturaMatchConditionType": { "oneOf": [ { "enum": [ "1" ], "title": "MATCH_ANY" }, { "enum": [ "2" ], "title": "MATCH_ALL" } ], "title": "KalturaMatchConditionType" }, "KalturaMediaEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "mediaDate" ], "title": "MEDIA_DATE" }, { "enum": [ "mediaType" ], "title": "MEDIA_TYPE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaMediaEntryCompareAttribute" }, "KalturaMediaEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "flavorParamsIds" ], "title": "FLAVOR_PARAMS_IDS" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaMediaEntryMatchAttribute" }, "KalturaMediaEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+mediaType" ], "title": "MEDIA_TYPE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-mediaType" ], "title": "MEDIA_TYPE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaMediaEntryOrderBy" }, "KalturaMediaFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaMediaFlavorParamsOrderBy" }, "KalturaMediaFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaMediaFlavorParamsOutputOrderBy" }, "KalturaMediaInfoOrderBy": { "oneOf": [], "title": "KalturaMediaInfoOrderBy" }, "KalturaMediaParserType": { "oneOf": [ { "enum": [ "0" ], "title": "MEDIAINFO" }, { "enum": [ "remoteMediaInfo.RemoteMediaInfo" ], "title": "REMOTE_MEDIAINFO" }, { "enum": [ "1" ], "title": "FFMPEG" } ], "title": "KalturaMediaParserType" }, "KalturaMediaServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaMediaServerNodeOrderBy" }, "KalturaMediaType": { "oneOf": [ { "enum": [ 1 ], "title": "VIDEO" }, { "enum": [ 2 ], "title": "IMAGE" }, { "enum": [ 5 ], "title": "AUDIO" }, { "enum": [ 201 ], "title": "LIVE_STREAM_FLASH" }, { "enum": [ 202 ], "title": "LIVE_STREAM_WINDOWS_MEDIA" }, { "enum": [ 203 ], "title": "LIVE_STREAM_REAL_MEDIA" }, { "enum": [ 204 ], "title": "LIVE_STREAM_QUICKTIME" } ], "title": "KalturaMediaType" }, "KalturaMetadataObjectType": { "oneOf": [ { "enum": [ "adCuePointMetadata.AdCuePoint" ], "title": "AD_CUE_POINT" }, { "enum": [ "annotationMetadata.Annotation" ], "title": "ANNOTATION" }, { "enum": [ "codeCuePointMetadata.CodeCuePoint" ], "title": "CODE_CUE_POINT" }, { "enum": [ "quiz.AnswerCuePoint" ], "title": "ANSWER_CUE_POINT" }, { "enum": [ "quiz.QuestionCuePoint" ], "title": "QUESTION_CUE_POINT" }, { "enum": [ "thumbCuePointMetadata.thumbCuePoint" ], "title": "THUMB_CUE_POINT" }, { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "CATEGORY" }, { "enum": [ "3" ], "title": "USER" }, { "enum": [ "4" ], "title": "PARTNER" }, { "enum": [ "5" ], "title": "DYNAMIC_OBJECT" }, { "enum": [ "6" ], "title": "USER_ENTRY" } ], "title": "KalturaMetadataObjectType" }, "KalturaMetadataOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+metadataProfileVersion" ], "title": "METADATA_PROFILE_VERSION_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+version" ], "title": "VERSION_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-metadataProfileVersion" ], "title": "METADATA_PROFILE_VERSION_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-version" ], "title": "VERSION_DESC" } ], "title": "KalturaMetadataOrderBy" }, "KalturaMetadataProfileCreateMode": { "oneOf": [ { "enum": [ 1 ], "title": "API" }, { "enum": [ 2 ], "title": "KMC" }, { "enum": [ 3 ], "title": "APP" } ], "title": "KalturaMetadataProfileCreateMode" }, "KalturaMetadataProfileFieldMatchType": { "oneOf": [ { "enum": [ 1 ], "title": "TEXT" }, { "enum": [ 2 ], "title": "EXACT" } ], "title": "KalturaMetadataProfileFieldMatchType" }, "KalturaMetadataProfileFieldStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DEPRECATED" }, { "enum": [ 3 ], "title": "NONE_SEARCHABLE" } ], "title": "KalturaMetadataProfileFieldStatus" }, "KalturaMetadataProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaMetadataProfileOrderBy" }, "KalturaMetadataProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DEPRECATED" }, { "enum": [ 3 ], "title": "TRANSFORMING" } ], "title": "KalturaMetadataProfileStatus" }, "KalturaMetadataStatus": { "oneOf": [ { "enum": [ 1 ], "title": "VALID" }, { "enum": [ 2 ], "title": "INVALID" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaMetadataStatus" }, "KalturaMetroPcsDistributionField": { "oneOf": [ { "enum": [ "ARTIST" ], "title": "ARTIST" }, { "enum": [ "CATEGORY" ], "title": "CATEGORY" }, { "enum": [ "CHAPTER_ID" ], "title": "CHAPTER_ID" }, { "enum": [ "COPYRIGHT" ], "title": "COPYRIGHT" }, { "enum": [ "DESCRIPTION" ], "title": "DESCRIPTION" }, { "enum": [ "DIRECTOR" ], "title": "DIRECTOR" }, { "enum": [ "END_DATE" ], "title": "END_DATE" }, { "enum": [ "ENTITLEMENTS" ], "title": "ENTITLEMENTS" }, { "enum": [ "EPISODIC_ID" ], "title": "EPISODIC_ID" }, { "enum": [ "EXTERNAL_ID" ], "title": "EXTERNAL_ID" }, { "enum": [ "GENRE" ], "title": "GENRE" }, { "enum": [ "ISRC" ], "title": "ISRC" }, { "enum": [ "ITEM_DESCRIPTION" ], "title": "ITEM_DESCRIPTION" }, { "enum": [ "ITEM_TITLE" ], "title": "ITEM_TITLE" }, { "enum": [ "ITEM_TYPE" ], "title": "ITEM_TYPE" }, { "enum": [ "KEYWORDS" ], "title": "KEYWORDS" }, { "enum": [ "LANGUAGE" ], "title": "LANGUAGE" }, { "enum": [ "LINK" ], "title": "LINK" }, { "enum": [ "LOCAL_CODE" ], "title": "LOCAL_CODE" }, { "enum": [ "MANAGING_EDITOR" ], "title": "MANAGING_EDITOR" }, { "enum": [ "ORIGINAL_RELEASE" ], "title": "ORIGINAL_RELEASE" }, { "enum": [ "PERFORMER" ], "title": "PERFORMER" }, { "enum": [ "PROGRAM" ], "title": "PROGRAM" }, { "enum": [ "PROVIDER_ID" ], "title": "PROVIDER_ID" }, { "enum": [ "PUB_DATE" ], "title": "PUB_DATE" }, { "enum": [ "RATING" ], "title": "RATING" }, { "enum": [ "SEASON_ID" ], "title": "SEASON_ID" }, { "enum": [ "SHORT_DESCRIPTION" ], "title": "SHORT_DESCRIPTION" }, { "enum": [ "SORT_NAME" ], "title": "SORT_NAME" }, { "enum": [ "SORT_ORDER" ], "title": "SORT_ORDER" }, { "enum": [ "START_DATE" ], "title": "START_DATE" }, { "enum": [ "STUDIO" ], "title": "STUDIO" }, { "enum": [ "TITLE" ], "title": "TITLE" }, { "enum": [ "TOP_STORY" ], "title": "TOP_STORY" }, { "enum": [ "UPC" ], "title": "UPC" } ], "title": "KalturaMetroPcsDistributionField" }, "KalturaMetroPcsDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaMetroPcsDistributionProfileOrderBy" }, "KalturaMetroPcsDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaMetroPcsDistributionProviderOrderBy" }, "KalturaMixEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaMixEntryCompareAttribute" }, "KalturaMixEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaMixEntryMatchAttribute" }, "KalturaMixEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaMixEntryOrderBy" }, "KalturaModerationFlagStatus": { "oneOf": [ { "enum": [ "1" ], "title": "PENDING" }, { "enum": [ "2" ], "title": "MODERATED" } ], "title": "KalturaModerationFlagStatus" }, "KalturaModerationFlagType": { "oneOf": [ { "enum": [ 1 ], "title": "SEXUAL_CONTENT" }, { "enum": [ 2 ], "title": "VIOLENT_REPULSIVE" }, { "enum": [ 3 ], "title": "HARMFUL_DANGEROUS" }, { "enum": [ 4 ], "title": "SPAM_COMMERCIALS" }, { "enum": [ 5 ], "title": "COPYRIGHT" }, { "enum": [ 6 ], "title": "TERMS_OF_USE_VIOLATION" } ], "title": "KalturaModerationFlagType" }, "KalturaModerationObjectType": { "oneOf": [ { "enum": [ "2" ], "title": "ENTRY" }, { "enum": [ "3" ], "title": "USER" } ], "title": "KalturaModerationObjectType" }, "KalturaMrssExtensionMode": { "oneOf": [ { "enum": [ 1 ], "title": "APPEND" }, { "enum": [ 2 ], "title": "REPLACE" } ], "title": "KalturaMrssExtensionMode" }, "KalturaMsnDistributionField": { "oneOf": [ { "enum": [ "ACTIVATE_END_DATE" ], "title": "ACTIVATE_END_DATE" }, { "enum": [ "ARCHIVE_END_DATE" ], "title": "ARCHIVE_END_DATE" }, { "enum": [ "CSID" ], "title": "CSID" }, { "enum": [ "DESCRIPTION" ], "title": "DESCRIPTION" }, { "enum": [ "PAGE_GROUP" ], "title": "PAGE_GROUP" }, { "enum": [ "PROVIDER_ID" ], "title": "PROVIDER_ID" }, { "enum": [ "RELATED_LINK_N_TITLE" ], "title": "RELATED_LINK_N_TITLE" }, { "enum": [ "RELATED_LINK_N_URL" ], "title": "RELATED_LINK_N_URL" }, { "enum": [ "SEARCHABLE_END_DATE" ], "title": "SEARCHABLE_END_DATE" }, { "enum": [ "SOURCE" ], "title": "SOURCE" }, { "enum": [ "SOURCE_FRIENDLY_NAME" ], "title": "SOURCE_FRIENDLY_NAME" }, { "enum": [ "START_DATE" ], "title": "START_DATE" }, { "enum": [ "TAGS_MSNVIDEO_CAT" ], "title": "TAGS_MSNVIDEO_CAT" }, { "enum": [ "TAGS_MSNVIDEO_TOP" ], "title": "TAGS_MSNVIDEO_TOP" }, { "enum": [ "TAGS_MSNVIDEO_TOP_CAT" ], "title": "TAGS_MSNVIDEO_TOP_CAT" }, { "enum": [ "TAGS_PREMIUM_N_MARKET" ], "title": "TAGS_PREMIUM_N_MARKET" }, { "enum": [ "TAGS_PREMIUM_N_NAMESPACE" ], "title": "TAGS_PREMIUM_N_NAMESPACE" }, { "enum": [ "TAGS_PREMIUM_N_VALUE" ], "title": "TAGS_PREMIUM_N_VALUE" }, { "enum": [ "TAGS_PUBLIC" ], "title": "TAGS_PUBLIC" }, { "enum": [ "TITLE" ], "title": "TITLE" } ], "title": "KalturaMsnDistributionField" }, "KalturaMsnDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaMsnDistributionProfileOrderBy" }, "KalturaMsnDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaMsnDistributionProviderOrderBy" }, "KalturaNdnDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaNdnDistributionProfileOrderBy" }, "KalturaNdnDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaNdnDistributionProviderOrderBy" }, "KalturaNotificationObjectType": { "oneOf": [ { "enum": [ 1 ], "title": "ENTRY" }, { "enum": [ 2 ], "title": "KSHOW" }, { "enum": [ 3 ], "title": "USER" }, { "enum": [ 4 ], "title": "BATCH_JOB" } ], "title": "KalturaNotificationObjectType" }, "KalturaNotificationResult": { "oneOf": [ { "enum": [ -2 ], "title": "ERROR_NO_RETRY" }, { "enum": [ -1 ], "title": "ERROR_RETRY" }, { "enum": [ 0 ], "title": "OK" } ], "title": "KalturaNotificationResult" }, "KalturaNotificationStatus": { "oneOf": [ { "enum": [ 1 ], "title": "PENDING" }, { "enum": [ 2 ], "title": "SENT" }, { "enum": [ 3 ], "title": "ERROR" }, { "enum": [ 4 ], "title": "SHOULD_RESEND" }, { "enum": [ 5 ], "title": "ERROR_RESENDING" }, { "enum": [ 6 ], "title": "SENT_SYNCH" }, { "enum": [ 7 ], "title": "QUEUED" } ], "title": "KalturaNotificationStatus" }, "KalturaNotificationType": { "oneOf": [ { "enum": [ 1 ], "title": "ENTRY_ADD" }, { "enum": [ 2 ], "title": "ENTR_UPDATE_PERMISSIONS" }, { "enum": [ 3 ], "title": "ENTRY_DELETE" }, { "enum": [ 4 ], "title": "ENTRY_BLOCK" }, { "enum": [ 5 ], "title": "ENTRY_UPDATE" }, { "enum": [ 6 ], "title": "ENTRY_UPDATE_THUMBNAIL" }, { "enum": [ 7 ], "title": "ENTRY_UPDATE_MODERATION" }, { "enum": [ 21 ], "title": "USER_ADD" }, { "enum": [ 26 ], "title": "USER_BANNED" } ], "title": "KalturaNotificationType" }, "KalturaNullableBoolean": { "oneOf": [ { "enum": [ -1 ], "title": "NULL_VALUE" }, { "enum": [ 0 ], "title": "FALSE_VALUE" }, { "enum": [ 1 ], "title": "TRUE_VALUE" } ], "title": "KalturaNullableBoolean" }, "KalturaObjectFeatureType": { "oneOf": [ { "enum": [ "attachment.Attachment" ], "title": "ATTACHMENT" }, { "enum": [ "caption.Captions" ], "title": "CAPTIONS" }, { "enum": [ "contentDistribution.ContentDistribution" ], "title": "CONTENT_DISTRIBUTION" }, { "enum": [ "cuePoint.CuePoint" ], "title": "CUE_POINT" }, { "enum": [ "metadata.CustomData" ], "title": "CUSTOM_DATA" }, { "enum": [ "tvinciDistribution.Parent" ], "title": "PARENT" }, { "enum": [ "1" ], "title": "METADATA" }, { "enum": [ "2" ], "title": "ANCESTOR_RECURSIVE" }, { "enum": [ "3" ], "title": "CATEGORY_ENTRIES" } ], "title": "KalturaObjectFeatureType" }, "KalturaObjectFilterEngineType": { "oneOf": [ { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "ENTRY_VENDOR_TASK" } ], "title": "KalturaObjectFilterEngineType" }, "KalturaObjectTaskType": { "oneOf": [ { "enum": [ "scheduledTaskContentDistribution.Distribute" ], "title": "DISTRIBUTE" }, { "enum": [ "scheduledTaskEventNotification.DispatchEventNotification" ], "title": "DISPATCH_EVENT_NOTIFICATION" }, { "enum": [ "scheduledTaskMetadata.ExecuteMetadataXslt" ], "title": "EXECUTE_METADATA_XSLT" }, { "enum": [ "1" ], "title": "DELETE_ENTRY" }, { "enum": [ "2" ], "title": "MODIFY_CATEGORIES" }, { "enum": [ "3" ], "title": "DELETE_ENTRY_FLAVORS" }, { "enum": [ "4" ], "title": "CONVERT_ENTRY_FLAVORS" }, { "enum": [ "5" ], "title": "DELETE_LOCAL_CONTENT" }, { "enum": [ "6" ], "title": "STORAGE_EXPORT" }, { "enum": [ "7" ], "title": "MODIFY_ENTRY" }, { "enum": [ "8" ], "title": "MAIL_NOTIFICATION" } ], "title": "KalturaObjectTaskType" }, "KalturaPartnerAuthenticationType": { "oneOf": [ { "enum": [ 0 ], "title": "PASSWORD_ONLY" }, { "enum": [ 1 ], "title": "TWO_FACTOR_AUTH" }, { "enum": [ 2 ], "title": "SSO" } ], "title": "KalturaPartnerAuthenticationType" }, "KalturaPartnerFreeTrialType": { "oneOf": [ { "enum": [ 0 ], "title": "NO_LIMIT" }, { "enum": [ 1 ], "title": "LIMIT_BANDWIDTH" }, { "enum": [ 2 ], "title": "LIMIT_DATE" } ], "title": "KalturaPartnerFreeTrialType" }, "KalturaPartnerGroupType": { "oneOf": [ { "enum": [ 1 ], "title": "PUBLISHER" }, { "enum": [ 2 ], "title": "VAR_GROUP" }, { "enum": [ 3 ], "title": "GROUP" }, { "enum": [ 4 ], "title": "TEMPLATE" } ], "title": "KalturaPartnerGroupType" }, "KalturaPartnerOrderBy": { "oneOf": [ { "enum": [ "+adminEmail" ], "title": "ADMIN_EMAIL_ASC" }, { "enum": [ "+adminName" ], "title": "ADMIN_NAME_ASC" }, { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+status" ], "title": "STATUS_ASC" }, { "enum": [ "+website" ], "title": "WEBSITE_ASC" }, { "enum": [ "-adminEmail" ], "title": "ADMIN_EMAIL_DESC" }, { "enum": [ "-adminName" ], "title": "ADMIN_NAME_DESC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-status" ], "title": "STATUS_DESC" }, { "enum": [ "-website" ], "title": "WEBSITE_DESC" } ], "title": "KalturaPartnerOrderBy" }, "KalturaPartnerStatus": { "oneOf": [ { "enum": [ 0 ], "title": "DELETED" }, { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "BLOCKED" }, { "enum": [ 3 ], "title": "FULL_BLOCK" }, { "enum": [ 4 ], "title": "READ_ONLY" } ], "title": "KalturaPartnerStatus" }, "KalturaPartnerType": { "oneOf": [ { "enum": [ 1 ], "title": "KMC" }, { "enum": [ 100 ], "title": "WIKI" }, { "enum": [ 101 ], "title": "WORDPRESS" }, { "enum": [ 102 ], "title": "DRUPAL" }, { "enum": [ 103 ], "title": "DEKIWIKI" }, { "enum": [ 104 ], "title": "MOODLE" }, { "enum": [ 105 ], "title": "COMMUNITY_EDITION" }, { "enum": [ 106 ], "title": "JOOMLA" }, { "enum": [ 107 ], "title": "BLACKBOARD" }, { "enum": [ 108 ], "title": "SAKAI" }, { "enum": [ 109 ], "title": "ADMIN_CONSOLE" } ], "title": "KalturaPartnerType" }, "KalturaPdfFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaPdfFlavorParamsOrderBy" }, "KalturaPdfFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaPdfFlavorParamsOutputOrderBy" }, "KalturaPermissionItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaPermissionItemOrderBy" }, "KalturaPermissionItemType": { "oneOf": [ { "enum": [ "kApiActionPermissionItem" ], "title": "API_ACTION_ITEM" }, { "enum": [ "kApiParameterPermissionItem" ], "title": "API_PARAMETER_ITEM" } ], "title": "KalturaPermissionItemType" }, "KalturaPermissionName": { "oneOf": [ { "enum": [ "ACCOUNT_BASE" ], "title": "ACCOUNT_BASE" }, { "enum": [ "ACCOUNT_UPDATE_SETTINGS" ], "title": "ACCOUNT_UPDATE_SETTINGS" }, { "enum": [ "ADMIN_BASE" ], "title": "ADMIN_BASE" }, { "enum": [ "ADMIN_PERMISSION_ADD" ], "title": "ADMIN_PERMISSION_ADD" }, { "enum": [ "ADMIN_PERMISSION_DELETE" ], "title": "ADMIN_PERMISSION_DELETE" }, { "enum": [ "ADMIN_PERMISSION_UPDATE" ], "title": "ADMIN_PERMISSION_UPDATE" }, { "enum": [ "ADMIN_PUBLISHER_MANAGE" ], "title": "ADMIN_PUBLISHER_MANAGE" }, { "enum": [ "ADMIN_ROLE_ADD" ], "title": "ADMIN_ROLE_ADD" }, { "enum": [ "ADMIN_ROLE_DELETE" ], "title": "ADMIN_ROLE_DELETE" }, { "enum": [ "ADMIN_ROLE_UPDATE" ], "title": "ADMIN_ROLE_UPDATE" }, { "enum": [ "ADMIN_USER_ADD" ], "title": "ADMIN_USER_ADD" }, { "enum": [ "ADMIN_USER_DELETE" ], "title": "ADMIN_USER_DELETE" }, { "enum": [ "ADMIN_USER_UPDATE" ], "title": "ADMIN_USER_UPDATE" }, { "enum": [ "ADMIN_WHITE_BRANDING" ], "title": "ADMIN_WHITE_BRANDING" }, { "enum": [ "ADVERTISING_BASE" ], "title": "ADVERTISING_BASE" }, { "enum": [ "ADVERTISING_UPDATE_SETTINGS" ], "title": "ADVERTISING_UPDATE_SETTINGS" }, { "enum": [ "ALWAYS_ALLOWED_ACTIONS" ], "title": "ALWAYS_ALLOWED_ACTIONS" }, { "enum": [ "ALWAYS_ALLOWED_FROM_INTERNAL_IP_ACTIONS" ], "title": "ALWAYS_ALLOWED_FROM_INTERNAL_IP_ACTIONS" }, { "enum": [ "ANALYTICS_BASE" ], "title": "ANALYTICS_BASE" }, { "enum": [ "ANALYTICS_SEND_DATA" ], "title": "ANALYTICS_SEND_DATA" }, { "enum": [ "AUDIT_TRAIL_ADD" ], "title": "AUDIT_TRAIL_ADD" }, { "enum": [ "AUDIT_TRAIL_BASE" ], "title": "AUDIT_TRAIL_BASE" }, { "enum": [ "BASE_USER_SESSION_PERMISSION" ], "title": "USER_SESSION_PERMISSION" }, { "enum": [ "BATCH_BASE" ], "title": "BATCH_BASE" }, { "enum": [ "CATEGORY_CONTRIBUTE" ], "title": "CATEGORY_CONTRIBUTE" }, { "enum": [ "CATEGORY_EDIT" ], "title": "CATEGORY_EDIT" }, { "enum": [ "CATEGORY_MODERATE" ], "title": "CATEGORY_MODERATE" }, { "enum": [ "CATEGORY_SUBSCRIBE" ], "title": "CATEGORY_SUBSCRIBE" }, { "enum": [ "CATEGORY_VIEW" ], "title": "CATEGORY_VIEW" }, { "enum": [ "CONF_MAPS_EDIT_PLUGIN_ADMIN" ], "title": "CONF_MAPS_EDIT_PLUGIN_ADMIN" }, { "enum": [ "CONF_MAPS_VIEW_PLUGIN_ADMIN" ], "title": "CONF_MAPS_VIEW_PLUGIN_ADMIN" }, { "enum": [ "CONTENT_INGEST_BULK_UPLOAD" ], "title": "CONTENT_INGEST_BULK_UPLOAD" }, { "enum": [ "CONTENT_INGEST_FEED" ], "title": "CONTENT_INGEST_FEED" }, { "enum": [ "CONTENT_INGEST_UPLOAD" ], "title": "CONTENT_INGEST_UPLOAD" }, { "enum": [ "CONTENT_MANAGE_ACCESS_CONTROL" ], "title": "CONTENT_MANAGE_ACCESS_CONTROL" }, { "enum": [ "CONTENT_MANAGE_ANNOTATION" ], "title": "CONTENT_MANAGE_ANNOTATION" }, { "enum": [ "CONTENT_MANAGE_ASSIGN_CATEGORIES" ], "title": "CONTENT_MANAGE_ASSIGN_CATEGORIES" }, { "enum": [ "CONTENT_MANAGE_BASE" ], "title": "CONTENT_MANAGE_BASE" }, { "enum": [ "CONTENT_MANAGE_CUSTOM_DATA" ], "title": "CONTENT_MANAGE_CUSTOM_DATA" }, { "enum": [ "CONTENT_MANAGE_DELETE" ], "title": "CONTENT_MANAGE_DELETE" }, { "enum": [ "CONTENT_MANAGE_DISTRIBUTION_BASE" ], "title": "CONTENT_MANAGE_DISTRIBUTION_BASE" }, { "enum": [ "CONTENT_MANAGE_DISTRIBUTION_PROFILE_MODIFY" ], "title": "CONTENT_MANAGE_DISTRIBUTION_PROFILE_MODIFY" }, { "enum": [ "CONTENT_MANAGE_DISTRIBUTION_REMOVE" ], "title": "CONTENT_MANAGE_DISTRIBUTION_REMOVE" }, { "enum": [ "CONTENT_MANAGE_DISTRIBUTION_SEND" ], "title": "CONTENT_MANAGE_DISTRIBUTION_SEND" }, { "enum": [ "CONTENT_MANAGE_DISTRIBUTION_WHERE" ], "title": "CONTENT_MANAGE_DISTRIBUTION_WHERE" }, { "enum": [ "CONTENT_MANAGE_DOWNLOAD" ], "title": "CONTENT_MANAGE_DOWNLOAD" }, { "enum": [ "CONTENT_MANAGE_EDIT_CATEGORIES" ], "title": "CONTENT_MANAGE_EDIT_CATEGORIES" }, { "enum": [ "CONTENT_MANAGE_EMBED_CODE" ], "title": "CONTENT_MANAGE_EMBED_CODE" }, { "enum": [ "CONTENT_MANAGE_EXPORT" ], "title": "CONTENT_MANAGE_EXPORT" }, { "enum": [ "CONTENT_MANAGE_METADATA" ], "title": "CONTENT_MANAGE_METADATA" }, { "enum": [ "CONTENT_MANAGE_MIX" ], "title": "CONTENT_MANAGE_MIX" }, { "enum": [ "CONTENT_MANAGE_RECONVERT" ], "title": "CONTENT_MANAGE_RECONVERT" }, { "enum": [ "CONTENT_MANAGE_SCHEDULE" ], "title": "CONTENT_MANAGE_SCHEDULE" }, { "enum": [ "CONTENT_MANAGE_SHARE" ], "title": "CONTENT_MANAGE_SHARE" }, { "enum": [ "CONTENT_MANAGE_THUMBNAIL" ], "title": "CONTENT_MANAGE_THUMBNAIL" }, { "enum": [ "CONTENT_MANAGE_VIRUS_SCAN" ], "title": "CONTENT_MANAGE_VIRUS_SCAN" }, { "enum": [ "CONTENT_MODERATE_APPROVE_REJECT" ], "title": "CONTENT_MODERATE_APPROVE_REJECT" }, { "enum": [ "CONTENT_MODERATE_BASE" ], "title": "CONTENT_MODERATE_BASE" }, { "enum": [ "CONTENT_MODERATE_CUSTOM_DATA" ], "title": "CONTENT_MODERATE_CUSTOM_DATA" }, { "enum": [ "CONTENT_MODERATE_METADATA" ], "title": "CONTENT_MODERATE_METADATA" }, { "enum": [ "CUSTOM_DATA_FIELD_ADD" ], "title": "CUSTOM_DATA_FIELD_ADD" }, { "enum": [ "CUSTOM_DATA_FIELD_DELETE" ], "title": "CUSTOM_DATA_FIELD_DELETE" }, { "enum": [ "CUSTOM_DATA_FIELD_UPDATE" ], "title": "CUSTOM_DATA_FIELD_UPDATE" }, { "enum": [ "CUSTOM_DATA_PROFILE_ADD" ], "title": "CUSTOM_DATA_PROFILE_ADD" }, { "enum": [ "CUSTOM_DATA_PROFILE_BASE" ], "title": "CUSTOM_DATA_PROFILE_BASE" }, { "enum": [ "CUSTOM_DATA_PROFILE_DELETE" ], "title": "CUSTOM_DATA_PROFILE_DELETE" }, { "enum": [ "CUSTOM_DATA_PROFILE_UPDATE" ], "title": "CUSTOM_DATA_PROFILE_UPDATE" }, { "enum": [ "DYNAMIC_FLAG_KMC_CHUNKED_CATEGORY_LOAD" ], "title": "DYNAMIC_FLAG_KMC_CHUNKED_CATEGORY_LOAD" }, { "enum": [ "ESEARCH_READ_PERMISSION" ], "title": "ESEARCH_READ_PERMISSION" }, { "enum": [ "FEATURE_508_PLAYERS" ], "title": "FEATURE_508_PLAYERS" }, { "enum": [ "FEATURE_ACCURATE_SERVE_CLIPPING" ], "title": "FEATURE_ACCURATE_SERVE_CLIPPING" }, { "enum": [ "FEATURE_ADAP_TV" ], "title": "FEATURE_ADAP_TV" }, { "enum": [ "FEATURE_ALLOW_CNC_PERMISSION" ], "title": "FEATURE_ALLOW_CNC_PERMISSION" }, { "enum": [ "FEATURE_ALLOW_VAST_CUE_POINT_NO_URL" ], "title": "FEATURE_ALLOW_VAST_CUE_POINT_NO_URL" }, { "enum": [ "FEATURE_ANALYTICS_API" ], "title": "FEATURE_ANALYTICS_API" }, { "enum": [ "FEATURE_ANALYTICS_PERSISTENT_SESSION_ID" ], "title": "FEATURE_ANALYTICS_PERSISTENT_SESSION_ID" }, { "enum": [ "FEATURE_ANALYTICS_TAB" ], "title": "FEATURE_ANALYTICS_TAB" }, { "enum": [ "FEATURE_BLOCK_CATEGORY_MODERATION_SELF_APPROVE" ], "title": "FEATURE_BLOCK_CATEGORY_MODERATION_SELF_APPROVE" }, { "enum": [ "FEATURE_BLOCK_FLVCLIPPER_ACTION" ], "title": "FEATURE_BLOCK_FLVCLIPPER_ACTION" }, { "enum": [ "FEATURE_BLOCK_MEETING_ROOMS" ], "title": "FEATURE_BLOCK_MEETING_ROOMS" }, { "enum": [ "FEATURE_BLOCK_THUMBNAIL_CAPTURE" ], "title": "FEATURE_BLOCK_THUMBNAIL_CAPTURE" }, { "enum": [ "FEATURE_CONTENT_ENCRYPTION" ], "title": "FEATURE_CONTENT_ENCRYPTION" }, { "enum": [ "FEATURE_DISABLE_CATEGORY_LIMIT" ], "title": "FEATURE_DISABLE_CATEGORY_LIMIT" }, { "enum": [ "FEATURE_DISABLE_KMC_DRILL_DOWN_THUMB_RESIZE" ], "title": "FEATURE_DISABLE_KMC_DRILL_DOWN_THUMB_RESIZE" }, { "enum": [ "FEATURE_DISABLE_KMC_KDP_ALERTS" ], "title": "FEATURE_DISABLE_KMC_KDP_ALERTS" }, { "enum": [ "FEATURE_DISABLE_KMC_LIST_THUMBNAILS" ], "title": "FEATURE_DISABLE_KMC_LIST_THUMBNAILS" }, { "enum": [ "FEATURE_DISABLE_NEW_USER_EMAIL" ], "title": "FEATURE_DISABLE_NEW_USER_EMAIL" }, { "enum": [ "FEATURE_DISABLE_PARENT_ENTRY_SECURITY_INHERITANCE" ], "title": "FEATURE_DISABLE_PARENT_ENTRY_SECURITY_INHERITANCE" }, { "enum": [ "FEATURE_DISABLE_PASSWORD_RESTRICTION" ], "title": "FEATURE_DISABLE_PASSWORD_RESTRICTION" }, { "enum": [ "FEATURE_DISABLE_PREVIEW_PAGE" ], "title": "FEATURE_DISABLE_PREVIEW_PAGE" }, { "enum": [ "FEATURE_DISABLE_RESET_PASSWORD_EMAIL" ], "title": "FEATURE_DISABLE_RESET_PASSWORD_EMAIL" }, { "enum": [ "FEATURE_DISABLE_STATIC_CONTENT_CONVERSION" ], "title": "FEATURE_DISABLE_STATIC_CONTENT_CONVERSION" }, { "enum": [ "FEATURE_DRAFT_ENTRY_CONV_PROF_SELECTION" ], "title": "FEATURE_DRAFT_ENTRY_CONV_PROF_SELECTION" }, { "enum": [ "FEATURE_DYNAMIC_SEGMENT_DURATION" ], "title": "FEATURE_DYNAMIC_SEGMENT_DURATION" }, { "enum": [ "FEATURE_EMAIL_INGEST" ], "title": "FEATURE_EMAIL_INGEST" }, { "enum": [ "FEATURE_EMBED_CODE_DEFAULT_PROTOCOL_HTTPS" ], "title": "FEATURE_EMBED_CODE_DEFAULT_PROTOCOL_HTTPS" }, { "enum": [ "FEATURE_ENABLE_RESPONSE_PROFILE_USER_CACHE" ], "title": "FEATURE_ENABLE_RESPONSE_PROFILE_USER_CACHE" }, { "enum": [ "FEATURE_END_USER_REPORTS" ], "title": "FEATURE_END_USER_REPORTS" }, { "enum": [ "FEATURE_ENTITLEMENT" ], "title": "FEATURE_ENTITLEMENT" }, { "enum": [ "FEATURE_ENTITLEMENT_USED" ], "title": "FEATURE_ENTITLEMENT_USED" }, { "enum": [ "FEATURE_ENTRY_REPLACEMENT" ], "title": "FEATURE_ENTRY_REPLACEMENT" }, { "enum": [ "FEATURE_ENTRY_REPLACEMENT_APPROVAL" ], "title": "FEATURE_ENTRY_REPLACEMENT_APPROVAL" }, { "enum": [ "FEATURE_FILE_TYPE_RESTRICTION_PERMISSION" ], "title": "FEATURE_FILE_TYPE_RESTRICTION_PERMISSION" }, { "enum": [ "FEATURE_HIDE_SENSITIVE_DATA_IN_RSS_FEED" ], "title": "FEATURE_HIDE_SENSITIVE_DATA_IN_RSS_FEED" }, { "enum": [ "FEATURE_HIDE_TEMPLATE_PARTNER_UICONFS" ], "title": "FEATURE_HIDE_TEMPLATE_PARTNER_UICONFS" }, { "enum": [ "FEATURE_HTML5_V2_PLAYER_PREVIEW" ], "title": "FEATURE_HTML5_V2_PLAYER_PREVIEW" }, { "enum": [ "FEATURE_HTTP_NOTIFICATIONS_DEFAULT_PROTOCOL_HTTPS" ], "title": "FEATURE_HTTP_NOTIFICATIONS_DEFAULT_PROTOCOL_HTTPS" }, { "enum": [ "FEATURE_IGNORE_ENTRY_SEO_LINKS" ], "title": "FEATURE_IGNORE_ENTRY_SEO_LINKS" }, { "enum": [ "FEATURE_KALTURA_LIVE_DELETE_RECORDED_VOD" ], "title": "FEATURE_KALTURA_LIVE_DELETE_RECORDED_VOD" }, { "enum": [ "FEATURE_KALTURA_LIVE_DISABLE_SMART_TRANSCODING" ], "title": "FEATURE_KALTURA_LIVE_DISABLE_SMART_TRANSCODING" }, { "enum": [ "FEATURE_KALTURA_LIVE_STREAM" ], "title": "FEATURE_KALTURA_LIVE_STREAM" }, { "enum": [ "FEATURE_KALTURA_LIVE_STREAM_HD_FLAVORS" ], "title": "FEATURE_KALTURA_LIVE_STREAM_HD_FLAVORS" }, { "enum": [ "FEATURE_KALTURA_LIVE_STREAM_HD_PLUS_FLAVORS" ], "title": "FEATURE_KALTURA_LIVE_STREAM_HD_PLUS_FLAVORS" }, { "enum": [ "FEATURE_KALTURA_LIVE_STREAM_TRANSCODE" ], "title": "FEATURE_KALTURA_LIVE_STREAM_TRANSCODE" }, { "enum": [ "FEATURE_KALTURA_LIVE_SYNC_RECORDED_VOD_CATEGORY" ], "title": "FEATURE_KALTURA_LIVE_SYNC_RECORDED_VOD_CATEGORY" }, { "enum": [ "FEATURE_KMC_ALLOW_FRAME" ], "title": "FEATURE_KMC_ALLOW_FRAME" }, { "enum": [ "FEATURE_KMC_DRILLDOWN_TAGS_COLUMN" ], "title": "FEATURE_KMC_DRILLDOWN_TAGS_COLUMN" }, { "enum": [ "FEATURE_KMC_ENFORCE_HTTPS" ], "title": "FEATURE_KMC_ENFORCE_HTTPS" }, { "enum": [ "FEATURE_LIKE" ], "title": "FEATURE_LIKE" }, { "enum": [ "FEATURE_LIMIT_ALLOWED_ACTIONS" ], "title": "FEATURE_LIMIT_ALLOWED_ACTIONS" }, { "enum": [ "FEATURE_LIVE_ANALYTICS_DASHBOARD" ], "title": "FEATURE_LIVE_ANALYTICS_DASHBOARD" }, { "enum": [ "FEATURE_LIVE_CHANNEL" ], "title": "FEATURE_LIVE_CHANNEL" }, { "enum": [ "FEATURE_LIVE_ENTRIES_IN_FEED" ], "title": "FEATURE_LIVE_ENTRIES_IN_FEED" }, { "enum": [ "FEATURE_LIVE_STREAM" ], "title": "FEATURE_LIVE_STREAM" }, { "enum": [ "FEATURE_LIVE_STREAM_COPY_ENTITELMENTS" ], "title": "FEATURE_LIVE_STREAM_COPY_ENTITELMENTS" }, { "enum": [ "FEATURE_LIVE_STREAM_KALTURA_RECORDING" ], "title": "FEATURE_LIVE_STREAM_KALTURA_RECORDING" }, { "enum": [ "FEATURE_LIVE_STREAM_RECORD" ], "title": "FEATURE_LIVE_STREAM_RECORD" }, { "enum": [ "FEATURE_LOAD_THUMBNAIL_WITH_KS" ], "title": "FEATURE_LOAD_THUMBNAIL_WITH_KS" }, { "enum": [ "FEATURE_MEDIA_REPURPOSING_PERMISSION" ], "title": "FEATURE_MEDIA_REPURPOSING_PERMISSION" }, { "enum": [ "FEATURE_MIX_TAB" ], "title": "FEATURE_MIX_TAB" }, { "enum": [ "FEATURE_MOBILE_FLAVORS" ], "title": "FEATURE_MOBILE_FLAVORS" }, { "enum": [ "FEATURE_MULTI_ACCOUNT_ANALYTICS" ], "title": "FEATURE_MULTI_ACCOUNT_ANALYTICS" }, { "enum": [ "FEATURE_MULTI_FLAVOR_INGESTION" ], "title": "FEATURE_MULTI_FLAVOR_INGESTION" }, { "enum": [ "FEATURE_PLAY_SERVER" ], "title": "FEATURE_PLAY_SERVER" }, { "enum": [ "FEATURE_PREVIEW_AND_EMBED_V2" ], "title": "FEATURE_PREVIEW_AND_EMBED_V2" }, { "enum": [ "FEATURE_PS2_PERMISSIONS_VALIDATION" ], "title": "FEATURE_PS2_PERMISSIONS_VALIDATION" }, { "enum": [ "FEATURE_PURGE_USER_PII_DATA" ], "title": "FEATURE_PURGE_USER_PII_DATA" }, { "enum": [ "FEATURE_RECALCULATE_RESPONSE_PROFILE_CACHE" ], "title": "FEATURE_RECALCULATE_RESPONSE_PROFILE_CACHE" }, { "enum": [ "FEATURE_REMOTE_STORAGE" ], "title": "FEATURE_REMOTE_STORAGE" }, { "enum": [ "FEATURE_REMOTE_STORAGE_DELIVERY_PRIORITY" ], "title": "FEATURE_REMOTE_STORAGE_DELIVERY_PRIORITY" }, { "enum": [ "FEATURE_REMOTE_STORAGE_INGEST" ], "title": "FEATURE_REMOTE_STORAGE_INGEST" }, { "enum": [ "FEATURE_REMOTE_STORAGE_RULE" ], "title": "FEATURE_REMOTE_STORAGE_RULE" }, { "enum": [ "FEATURE_RESTRICT_ACCESS_CONTROL_ALLOW_ORIGIN_DOMAINS" ], "title": "FEATURE_RESTRICT_ACCESS_CONTROL_ALLOW_ORIGIN_DOMAINS" }, { "enum": [ "FEATURE_SELF_SERVE" ], "title": "FEATURE_SELF_SERVE" }, { "enum": [ "FEATURE_SERVER_NODE" ], "title": "FEATURE_SERVER_NODE" }, { "enum": [ "FEATURE_SHOW_FLASH_STUDIO" ], "title": "FEATURE_SHOW_FLASH_STUDIO" }, { "enum": [ "FEATURE_SHOW_HTML_STUDIO" ], "title": "FEATURE_SHOW_HTML_STUDIO" }, { "enum": [ "FEATURE_SILVERLIGHT" ], "title": "FEATURE_SILVERLIGHT" }, { "enum": [ "FEATURE_SIP" ], "title": "FEATURE_SIP" }, { "enum": [ "FEATURE_SUBTITLES" ], "title": "FEATURE_SUBTITLES" }, { "enum": [ "FEATURE_SYNC_VOD_LIVE_METADATA" ], "title": "FEATURE_SYNC_VOD_LIVE_METADATA" }, { "enum": [ "FEATURE_TREMOR" ], "title": "FEATURE_TREMOR" }, { "enum": [ "FEATURE_UGC_DESKTOP_UPLOADER" ], "title": "FEATURE_UGC_DESKTOP_UPLOADER" }, { "enum": [ "FEATURE_UGC_KCW" ], "title": "FEATURE_UGC_KCW" }, { "enum": [ "FEATURE_UNLIMITED_RECORDING_DURATION" ], "title": "FEATURE_UNLIMITED_RECORDING_DURATION" }, { "enum": [ "FEATURE_V1_FLAVORS" ], "title": "FEATURE_V1_FLAVORS" }, { "enum": [ "FEATURE_V2_FLAVORS" ], "title": "FEATURE_V2_FLAVORS" }, { "enum": [ "FEATURE_V3_STUDIO_PERMISSION" ], "title": "FEATURE_V3_STUDIO_PERMISSION" }, { "enum": [ "FEATURE_V7_STUDIO_PERMISSION" ], "title": "FEATURE_V7_STUDIO_PERMISSION" }, { "enum": [ "FEATURE_VAR_CONSOLE_LOGIN" ], "title": "FEATURE_VAR_CONSOLE_LOGIN" }, { "enum": [ "FEATURE_VAST" ], "title": "FEATURE_VAST" }, { "enum": [ "FEATURE_WHITE_LABEL_PLAYER" ], "title": "FEATURE_WHITE_LABEL_PLAYER" }, { "enum": [ "GAME_PLUGIN_PERMISSION" ], "title": "GAME_PLUGIN_PERMISSION" }, { "enum": [ "INTEGRATION_BASE" ], "title": "INTEGRATION_BASE" }, { "enum": [ "INTEGRATION_UPDATE_SETTINGS" ], "title": "INTEGRATION_UPDATE_SETTINGS" }, { "enum": [ "KMC_ACCESS" ], "title": "KMC_ACCESS" }, { "enum": [ "KMC_READ_ONLY" ], "title": "KMC_READ_ONLY" }, { "enum": [ "LECTURE_CAPTURE_USAGE" ], "title": "LECTURE_CAPTURE_USAGE" }, { "enum": [ "LIVE_STREAM_ADD" ], "title": "LIVE_STREAM_ADD" }, { "enum": [ "LIVE_STREAM_UPDATE" ], "title": "LIVE_STREAM_UPDATE" }, { "enum": [ "MANAGE_ADMIN_USERS" ], "title": "MANAGE_ADMIN_USERS" }, { "enum": [ "PLAYLIST_ADD" ], "title": "PLAYLIST_ADD" }, { "enum": [ "PLAYLIST_BASE" ], "title": "PLAYLIST_BASE" }, { "enum": [ "PLAYLIST_DELETE" ], "title": "PLAYLIST_DELETE" }, { "enum": [ "PLAYLIST_EMBED_CODE" ], "title": "PLAYLIST_EMBED_CODE" }, { "enum": [ "PLAYLIST_UPDATE" ], "title": "PLAYLIST_UPDATE" }, { "enum": [ "RATING_LIST_ADMIN" ], "title": "RATING_LIST_ADMIN" }, { "enum": [ "REACH_PLUGIN_PERMISSION" ], "title": "REACH_PLUGIN_PERMISSION" }, { "enum": [ "REACH_VENDOR_PARTNER_PERMISSION" ], "title": "REACH_VENDOR_PARTNER_PERMISSION" }, { "enum": [ "SEARCH_SERVICE" ], "title": "SEARCH_SERVICE" }, { "enum": [ "SSO_ADMIN_PERMISSION" ], "title": "SSO_ADMIN_PERMISSION" }, { "enum": [ "STUDIO_ADD_UICONF" ], "title": "STUDIO_ADD_UICONF" }, { "enum": [ "STUDIO_BASE" ], "title": "STUDIO_BASE" }, { "enum": [ "STUDIO_BRAND_UICONF" ], "title": "STUDIO_BRAND_UICONF" }, { "enum": [ "STUDIO_DELETE_UICONF" ], "title": "STUDIO_DELETE_UICONF" }, { "enum": [ "STUDIO_SELECT_CONTENT" ], "title": "STUDIO_SELECT_CONTENT" }, { "enum": [ "STUDIO_UPDATE_UICONF" ], "title": "STUDIO_UPDATE_UICONF" }, { "enum": [ "SYNDICATION_ADD" ], "title": "SYNDICATION_ADD" }, { "enum": [ "SYNDICATION_BASE" ], "title": "SYNDICATION_BASE" }, { "enum": [ "SYNDICATION_DELETE" ], "title": "SYNDICATION_DELETE" }, { "enum": [ "SYNDICATION_UPDATE" ], "title": "SYNDICATION_UPDATE" }, { "enum": [ "SYSTEM_ADMIN_BASE" ], "title": "SYSTEM_ADMIN_BASE" }, { "enum": [ "SYSTEM_ADMIN_BATCH_CONTROL" ], "title": "SYSTEM_ADMIN_BATCH_CONTROL" }, { "enum": [ "SYSTEM_ADMIN_BATCH_CONTROL_FAILED" ], "title": "SYSTEM_ADMIN_BATCH_CONTROL_FAILED" }, { "enum": [ "SYSTEM_ADMIN_BATCH_CONTROL_INPROGRESS" ], "title": "SYSTEM_ADMIN_BATCH_CONTROL_INPROGRESS" }, { "enum": [ "SYSTEM_ADMIN_BATCH_CONTROL_SETUP" ], "title": "SYSTEM_ADMIN_BATCH_CONTROL_SETUP" }, { "enum": [ "SYSTEM_ADMIN_CONTENT_DISTRIBUTION_BASE" ], "title": "SYSTEM_ADMIN_CONTENT_DISTRIBUTION_BASE" }, { "enum": [ "SYSTEM_ADMIN_CONTENT_DISTRIBUTION_MODIFY" ], "title": "SYSTEM_ADMIN_CONTENT_DISTRIBUTION_MODIFY" }, { "enum": [ "SYSTEM_ADMIN_DEVELOPERS_TAB" ], "title": "SYSTEM_ADMIN_DEVELOPERS_TAB" }, { "enum": [ "SYSTEM_ADMIN_EMAIL_INGESTION" ], "title": "SYSTEM_ADMIN_EMAIL_INGESTION" }, { "enum": [ "SYSTEM_ADMIN_ENTRY_INVESTIGATION" ], "title": "SYSTEM_ADMIN_ENTRY_INVESTIGATION" }, { "enum": [ "SYSTEM_ADMIN_PERMISSIONS_MANAGE" ], "title": "SYSTEM_ADMIN_PERMISSIONS_MANAGE" }, { "enum": [ "SYSTEM_ADMIN_PERMISSIONS_UPDATE" ], "title": "SYSTEM_ADMIN_PERMISSIONS_UPDATE" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_ADD" ], "title": "SYSTEM_ADMIN_PUBLISHER_ADD" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_BASE" ], "title": "SYSTEM_ADMIN_PUBLISHER_BASE" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_BLOCK" ], "title": "SYSTEM_ADMIN_PUBLISHER_BLOCK" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_CONFIG" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_KMC_ACCESS" ], "title": "SYSTEM_ADMIN_PUBLISHER_KMC_ACCESS" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_LIST_COMMERCIAL" ], "title": "SYSTEM_ADMIN_PUBLISHER_LIST_COMMERCIAL" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_REMOVE" ], "title": "SYSTEM_ADMIN_PUBLISHER_REMOVE" }, { "enum": [ "SYSTEM_ADMIN_PUBLISHER_USAGE" ], "title": "SYSTEM_ADMIN_PUBLISHER_USAGE" }, { "enum": [ "SYSTEM_ADMIN_STORAGE" ], "title": "SYSTEM_ADMIN_STORAGE" }, { "enum": [ "SYSTEM_ADMIN_SYSTEM_MONITOR" ], "title": "SYSTEM_ADMIN_SYSTEM_MONITOR" }, { "enum": [ "SYSTEM_ADMIN_USER_MANAGE" ], "title": "SYSTEM_ADMIN_USER_MANAGE" }, { "enum": [ "SYSTEM_ADMIN_VIRUS_SCAN" ], "title": "SYSTEM_ADMIN_VIRUS_SCAN" }, { "enum": [ "SYSTEM_FILESYNC" ], "title": "SYSTEM_FILESYNC" }, { "enum": [ "SYSTEM_INTERNAL" ], "title": "SYSTEM_INTERNAL" }, { "enum": [ "TRANSCODING_ADD" ], "title": "TRANSCODING_ADD" }, { "enum": [ "TRANSCODING_BASE" ], "title": "TRANSCODING_BASE" }, { "enum": [ "TRANSCODING_DELETE" ], "title": "TRANSCODING_DELETE" }, { "enum": [ "TRANSCODING_UPDATE" ], "title": "TRANSCODING_UPDATE" }, { "enum": [ "VIRTUALEVENT_PLUGIN_PERMISSION" ], "title": "VIRTUALEVENT_PLUGIN_PERMISSION" }, { "enum": [ "WIDGET_ADMIN" ], "title": "WIDGET_ADMIN" }, { "enum": [ "drm.SYSTEM_ADMIN_DRM_POLICY_BASE" ], "title": "SYSTEM_ADMIN_DRM_POLICY_BASE" }, { "enum": [ "drm.SYSTEM_ADMIN_DRM_POLICY_MODIFY" ], "title": "SYSTEM_ADMIN_DRM_POLICY_MODIFY" }, { "enum": [ "drm.SYSTEM_ADMIN_DRM_PROFILE_BASE" ], "title": "SYSTEM_ADMIN_DRM_PROFILE_BASE" }, { "enum": [ "drm.SYSTEM_ADMIN_DRM_PROFILE_MODIFY" ], "title": "SYSTEM_ADMIN_DRM_PROFILE_MODIFY" }, { "enum": [ "dropFolder.CONTENT_INGEST_DROP_FOLDER_BASE" ], "title": "CONTENT_INGEST_DROP_FOLDER_BASE" }, { "enum": [ "dropFolder.CONTENT_INGEST_DROP_FOLDER_MODIFY" ], "title": "CONTENT_INGEST_DROP_FOLDER_MODIFY" }, { "enum": [ "dropFolder.SYSTEM_ADMIN_DROP_FOLDER_BASE" ], "title": "SYSTEM_ADMIN_DROP_FOLDER_BASE" }, { "enum": [ "dropFolder.SYSTEM_ADMIN_DROP_FOLDER_MODIFY" ], "title": "SYSTEM_ADMIN_DROP_FOLDER_MODIFY" }, { "enum": [ "eventNotification.EVENT_NOTIFICATION_BASE" ], "title": "EVENT_NOTIFICATION_BASE" }, { "enum": [ "eventNotification.EVENT_NOTIFICATION_DISPATCH" ], "title": "EVENT_NOTIFICATION_DISPATCH" }, { "enum": [ "eventNotification.FEATURE_EVENT_NOTIFICATION" ], "title": "FEATURE_EVENT_NOTIFICATION" }, { "enum": [ "eventNotification.SYSTEM_ADMIN_EVENT_NOTIFICATION_BASE" ], "title": "SYSTEM_ADMIN_EVENT_NOTIFICATION_BASE" }, { "enum": [ "eventNotification.SYSTEM_ADMIN_EVENT_NOTIFICATION_MODIFY" ], "title": "SYSTEM_ADMIN_EVENT_NOTIFICATION_MODIFY" }, { "enum": [ "reach.SYSTEM_ADMIN_CATALOG_ITEM_BASE" ], "title": "SYSTEM_ADMIN_CATALOG_ITEM_BASE" }, { "enum": [ "reach.SYSTEM_ADMIN_CATALOG_ITEM_MODIFY" ], "title": "SYSTEM_ADMIN_CATALOG_ITEM_MODIFY" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_ACCOUNT_INFO" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_ACCOUNT_INFO" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_GENERAL_INFORMATION" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_GENERAL_INFORMATION" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_GROUP_OPTIONS" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_GROUP_OPTIONS" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_OPTIONS_MONITOR_USAGE" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_OPTIONS_MONITOR_USAGE" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_PACKAGES_SERVICE" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_PACKAGES_SERVICE" }, { "enum": [ "systemPartner.SYSTEM_ADMIN_PUBLISHER_CONFIG_TECH_DATA" ], "title": "SYSTEM_ADMIN_PUBLISHER_CONFIG_TECH_DATA" }, { "enum": [ "widevine.WIDEVINE_BASE" ], "title": "WIDEVINE_BASE" } ], "title": "KalturaPermissionName" }, "KalturaPermissionOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaPermissionOrderBy" }, "KalturaPermissionStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "BLOCKED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaPermissionStatus" }, "KalturaPermissionType": { "oneOf": [ { "enum": [ 1 ], "title": "NORMAL" }, { "enum": [ 2 ], "title": "SPECIAL_FEATURE" }, { "enum": [ 3 ], "title": "PLUGIN" }, { "enum": [ 4 ], "title": "PARTNER_GROUP" } ], "title": "KalturaPermissionType" }, "KalturaPlayReadyAnalogVideoOPId": { "oneOf": [ { "enum": [ "2098DE8D-7DDD-4BAB-96C6-32EBB6FABEA3" ], "title": "EXPLICIT_ANALOG_TV" }, { "enum": [ "225CD36F-F132-49EF-BA8C-C91EA28E4369" ], "title": "BEST_EFFORT_EXPLICIT_ANALOG_TV" }, { "enum": [ "811C5110-46C8-4C6E-8163-C0482A15D47E" ], "title": "IMAGE_CONSTRAINT_VIDEO" }, { "enum": [ "C3FD11C6-F8B7-4D20-B008-1DB17D61F2DA" ], "title": "AGC_AND_COLOR_STRIPE" }, { "enum": [ "D783A191-E083-4BAF-B2DA-E69F910B3772" ], "title": "IMAGE_CONSTRAINT_MONITOR" } ], "title": "KalturaPlayReadyAnalogVideoOPId" }, "KalturaPlayReadyAnalogVideoOPL": { "oneOf": [ { "enum": [ 100 ], "title": "MIN_100" }, { "enum": [ 150 ], "title": "MIN_150" }, { "enum": [ 200 ], "title": "MIN_200" } ], "title": "KalturaPlayReadyAnalogVideoOPL" }, "KalturaPlayReadyCompressedDigitalVideoOPL": { "oneOf": [ { "enum": [ 400 ], "title": "MIN_400" }, { "enum": [ 500 ], "title": "MIN_500" } ], "title": "KalturaPlayReadyCompressedDigitalVideoOPL" }, "KalturaPlayReadyCopyEnablerType": { "oneOf": [ { "enum": [ "3CAF2814-A7AB-467C-B4DF-54ACC56C66DC" ], "title": "CSS" }, { "enum": [ "3CF2E054-F4D5-46cd-85A6-FCD152AD5FBE" ], "title": "PRINTER" }, { "enum": [ "6848955D-516B-4EB0-90E8-8F6D5A77B85F" ], "title": "DEVICE" }, { "enum": [ "6E76C588-C3A9-47ea-A875-546D5209FF38" ], "title": "CLIPBOARD" }, { "enum": [ "79F78A0D-0B69-401e-8A90-8BEF30BCE192" ], "title": "SDC" }, { "enum": [ "81BD9AD4-A720-4ea1-B510-5D4E6FFB6A4D" ], "title": "SDC_PREVIEW" }, { "enum": [ "C3CF56E0-7FF2-4491-809F-53E21D3ABF07" ], "title": "AACS" }, { "enum": [ "CCB0B4E3-8B46-409e-A998-82556E3F5AF4" ], "title": "HELIX" }, { "enum": [ "CDD801AD-A577-48DB-950E-46D5F1592FAE" ], "title": "CPRM" }, { "enum": [ "CE480EDE-516B-40B3-90E1-D6CFC47630C5" ], "title": "PC" }, { "enum": [ "E6785609-64CC-4bfa-B82D-6B619733B746" ], "title": "SDC_LIMITED" }, { "enum": [ "EC930B7D-1F2D-4682-A38B-8AB977721D0D" ], "title": "ORANGE_BOOK_CD" } ], "title": "KalturaPlayReadyCopyEnablerType" }, "KalturaPlayReadyDigitalAudioOPId": { "oneOf": [ { "enum": [ "6D5CFA59-C250-4426-930E-FAC72C8FCFA6" ], "title": "SCMS" } ], "title": "KalturaPlayReadyDigitalAudioOPId" }, "KalturaPlayReadyDigitalAudioOPL": { "oneOf": [ { "enum": [ 100 ], "title": "MIN_100" }, { "enum": [ 150 ], "title": "MIN_150" }, { "enum": [ 200 ], "title": "MIN_200" }, { "enum": [ 250 ], "title": "MIN_250" }, { "enum": [ 300 ], "title": "MIN_300" } ], "title": "KalturaPlayReadyDigitalAudioOPL" }, "KalturaPlayReadyLicenseRemovalPolicy": { "oneOf": [ { "enum": [ 1 ], "title": "FIXED_FROM_EXPIRATION" }, { "enum": [ 2 ], "title": "ENTRY_SCHEDULING_END" }, { "enum": [ 3 ], "title": "NONE" } ], "title": "KalturaPlayReadyLicenseRemovalPolicy" }, "KalturaPlayReadyMinimumLicenseSecurityLevel": { "oneOf": [ { "enum": [ 150 ], "title": "NON_COMMERCIAL_QUALITY" }, { "enum": [ 2000 ], "title": "COMMERCIAL_QUALITY" } ], "title": "KalturaPlayReadyMinimumLicenseSecurityLevel" }, "KalturaPlayReadyPlayEnablerType": { "oneOf": [ { "enum": [ "002F9772-38A0-43E5-9F79-0F6361DCC62A" ], "title": "HELIX" }, { "enum": [ "1B4542E3-B5CF-4C99-B3BA-829AF46C92F8" ], "title": "HDCP_WIVU" }, { "enum": [ "5ABF0F0D-DC29-4B82-9982-FD8E57525BFC" ], "title": "AIRPLAY" }, { "enum": [ "786627D8-C2A6-44BE-8F88-08AE255B01A" ], "title": "UNKNOWN" }, { "enum": [ "A340C256-0941-4D4C-AD1D-0B6735C0CB24" ], "title": "HDCP_MIRACAST" }, { "enum": [ "B621D91F-EDCC-4035-8D4B-DC71760D43E9" ], "title": "UNKNOWN_520" }, { "enum": [ "D685030B-0F4F-43A6-BBAD-356F1EA0049A" ], "title": "DTCP" } ], "title": "KalturaPlayReadyPlayEnablerType" }, "KalturaPlayReadyPolicyOrderBy": { "oneOf": [], "title": "KalturaPlayReadyPolicyOrderBy" }, "KalturaPlayReadyProfileOrderBy": { "oneOf": [ { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" } ], "title": "KalturaPlayReadyProfileOrderBy" }, "KalturaPlayReadyUncompressedDigitalVideoOPL": { "oneOf": [ { "enum": [ 100 ], "title": "MIN_100" }, { "enum": [ 250 ], "title": "MIN_250" }, { "enum": [ 270 ], "title": "MIN_270" }, { "enum": [ 300 ], "title": "MIN_300" } ], "title": "KalturaPlayReadyUncompressedDigitalVideoOPL" }, "KalturaPlayableEntryCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "lastPlayedAt" ], "title": "LAST_PLAYED_AT" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "msDuration" ], "title": "MS_DURATION" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "plays" ], "title": "PLAYS" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" }, { "enum": [ "views" ], "title": "VIEWS" } ], "title": "KalturaPlayableEntryCompareAttribute" }, "KalturaPlayableEntryMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "durationType" ], "title": "DURATION_TYPE" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaPlayableEntryMatchAttribute" }, "KalturaPlayableEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+duration" ], "title": "DURATION_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+lastPlayedAt" ], "title": "LAST_PLAYED_AT_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+plays" ], "title": "PLAYS_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+views" ], "title": "VIEWS_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-duration" ], "title": "DURATION_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-lastPlayedAt" ], "title": "LAST_PLAYED_AT_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-plays" ], "title": "PLAYS_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-views" ], "title": "VIEWS_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaPlayableEntryOrderBy" }, "KalturaPlaybackProtocol": { "oneOf": [ { "enum": [ "applehttp" ], "title": "APPLE_HTTP" }, { "enum": [ "applehttp_to_mc" ], "title": "APPLE_HTTP_TO_MC" }, { "enum": [ "auto" ], "title": "AUTO" }, { "enum": [ "download" ], "title": "DOWNLOAD" }, { "enum": [ "hdnetwork" ], "title": "AKAMAI_HD" }, { "enum": [ "hdnetworkmanifest" ], "title": "AKAMAI_HDS" }, { "enum": [ "hds" ], "title": "HDS" }, { "enum": [ "hls" ], "title": "HLS" }, { "enum": [ "http" ], "title": "HTTP" }, { "enum": [ "mpegdash" ], "title": "MPEG_DASH" }, { "enum": [ "multicast_silverlight" ], "title": "MULTICAST_SL" }, { "enum": [ "rtmp" ], "title": "RTMP" }, { "enum": [ "rtsp" ], "title": "RTSP" }, { "enum": [ "sl" ], "title": "SILVER_LIGHT" }, { "enum": [ "url" ], "title": "URL" } ], "title": "KalturaPlaybackProtocol" }, "KalturaPlaylistCompareAttribute": { "oneOf": [ { "enum": [ "accessControlId" ], "title": "ACCESS_CONTROL_ID" }, { "enum": [ "createdAt" ], "title": "CREATED_AT" }, { "enum": [ "endDate" ], "title": "END_DATE" }, { "enum": [ "moderationCount" ], "title": "MODERATION_COUNT" }, { "enum": [ "moderationStatus" ], "title": "MODERATION_STATUS" }, { "enum": [ "partnerId" ], "title": "PARTNER_ID" }, { "enum": [ "partnerSortValue" ], "title": "PARTNER_SORT_VALUE" }, { "enum": [ "rank" ], "title": "RANK" }, { "enum": [ "replacementStatus" ], "title": "REPLACEMENT_STATUS" }, { "enum": [ "startDate" ], "title": "START_DATE" }, { "enum": [ "status" ], "title": "STATUS" }, { "enum": [ "totalRank" ], "title": "TOTAL_RANK" }, { "enum": [ "type" ], "title": "TYPE" }, { "enum": [ "updatedAt" ], "title": "UPDATED_AT" } ], "title": "KalturaPlaylistCompareAttribute" }, "KalturaPlaylistMatchAttribute": { "oneOf": [ { "enum": [ "adminTags" ], "title": "ADMIN_TAGS" }, { "enum": [ "categoriesIds" ], "title": "CATEGORIES_IDS" }, { "enum": [ "creatorId" ], "title": "CREATOR_ID" }, { "enum": [ "description" ], "title": "DESCRIPTION" }, { "enum": [ "groupId" ], "title": "GROUP_ID" }, { "enum": [ "id" ], "title": "ID" }, { "enum": [ "name" ], "title": "NAME" }, { "enum": [ "referenceId" ], "title": "REFERENCE_ID" }, { "enum": [ "replacedEntryId" ], "title": "REPLACED_ENTRY_ID" }, { "enum": [ "replacingEntryId" ], "title": "REPLACING_ENTRY_ID" }, { "enum": [ "searchText" ], "title": "SEARCH_TEXT" }, { "enum": [ "tags" ], "title": "TAGS" }, { "enum": [ "userId" ], "title": "USER_ID" } ], "title": "KalturaPlaylistMatchAttribute" }, "KalturaPlaylistOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+moderationCount" ], "title": "MODERATION_COUNT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+rank" ], "title": "RANK_ASC" }, { "enum": [ "+recent" ], "title": "RECENT_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+totalRank" ], "title": "TOTAL_RANK_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "+weight" ], "title": "WEIGHT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-moderationCount" ], "title": "MODERATION_COUNT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-rank" ], "title": "RANK_DESC" }, { "enum": [ "-recent" ], "title": "RECENT_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-totalRank" ], "title": "TOTAL_RANK_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" }, { "enum": [ "-weight" ], "title": "WEIGHT_DESC" } ], "title": "KalturaPlaylistOrderBy" }, "KalturaPlaylistType": { "oneOf": [ { "enum": [ 3 ], "title": "STATIC_LIST" }, { "enum": [ 10 ], "title": "DYNAMIC" }, { "enum": [ 101 ], "title": "EXTERNAL" }, { "enum": [ 102 ], "title": "PATH" } ], "title": "KalturaPlaylistType" }, "KalturaPodcastDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaPodcastDistributionProfileOrderBy" }, "KalturaPodcastDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaPodcastDistributionProviderOrderBy" }, "KalturaPrivacyType": { "oneOf": [ { "enum": [ 1 ], "title": "ALL" }, { "enum": [ 2 ], "title": "AUTHENTICATED_USERS" }, { "enum": [ 3 ], "title": "MEMBERS_ONLY" } ], "title": "KalturaPrivacyType" }, "KalturaProvisionJobType": { "oneOf": [ { "enum": [ 1 ], "title": "PROVIDE" }, { "enum": [ 2 ], "title": "DELETE" } ], "title": "KalturaProvisionJobType" }, "KalturaPublisherEnvironmentType": { "oneOf": [ { "enum": [ "0" ], "title": "OVP" }, { "enum": [ "1" ], "title": "OTT" }, { "enum": [ "2" ], "title": "HYBRID" } ], "title": "KalturaPublisherEnvironmentType" }, "KalturaPushNotificationCommandType": { "oneOf": [ { "enum": [ "CLEAR_QUEUE" ], "title": "CLEAR_QUEUE" } ], "title": "KalturaPushNotificationCommandType" }, "KalturaPushNotificationTemplateOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaPushNotificationTemplateOrderBy" }, "KalturaQuestionCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaQuestionCuePointOrderBy" }, "KalturaQuestionType": { "oneOf": [ { "enum": [ 1 ], "title": "MULTIPLE_CHOICE_ANSWER" }, { "enum": [ 2 ], "title": "TRUE_FALSE" }, { "enum": [ 3 ], "title": "REFLECTION_POINT" }, { "enum": [ 4 ], "title": "MULTIPLE_ANSWER_QUESTION" }, { "enum": [ 5 ], "title": "FILL_IN_BLANK" }, { "enum": [ 6 ], "title": "HOT_SPOT" }, { "enum": [ 7 ], "title": "GO_TO" }, { "enum": [ 8 ], "title": "OPEN_QUESTION" } ], "title": "KalturaQuestionType" }, "KalturaQuickPlayDistributionField": { "oneOf": [ { "enum": [ "CATEGORY" ], "title": "CATEGORY" }, { "enum": [ "DESCRIPTION" ], "title": "DESCRIPTION" }, { "enum": [ "ENCLOSURE_CONTENT_ENCODING_PROFILE" ], "title": "ENCLOSURE_CONTENT_ENCODING_PROFILE" }, { "enum": [ "ENCLOSURE_THUMBNAIL_ENCODING_PROFILE" ], "title": "ENCLOSURE_THUMBNAIL_ENCODING_PROFILE" }, { "enum": [ "GUID" ], "title": "GUID" }, { "enum": [ "PUB_DATE" ], "title": "PUB_DATE" }, { "enum": [ "QPM_ARTIST" ], "title": "QPM_ARTIST" }, { "enum": [ "QPM_COPYRIGHT" ], "title": "QPM_COPYRIGHT" }, { "enum": [ "QPM_DIRECTOR" ], "title": "QPM_DIRECTOR" }, { "enum": [ "QPM_EXPIRY_DATE" ], "title": "QPM_EXPIRY_DATE" }, { "enum": [ "QPM_EXP_DATE_PADDING" ], "title": "QPM_EXP_DATE_PADDING" }, { "enum": [ "QPM_GENRE" ], "title": "QPM_GENRE" }, { "enum": [ "QPM_GROUP_CATEGORY" ], "title": "QPM_GROUP_CATEGORY" }, { "enum": [ "QPM_KEYWORDS" ], "title": "QPM_KEYWORDS" }, { "enum": [ "QPM_NOTES" ], "title": "QPM_NOTES" }, { "enum": [ "QPM_ON_DEVICE_EXPIRATION" ], "title": "QPM_ON_DEVICE_EXPIRATION" }, { "enum": [ "QPM_ON_DEVICE_EXPIRATION_PADDING" ], "title": "QPM_ON_DEVICE_EXPIRATION_PADDING" }, { "enum": [ "QPM_PRICE_ID" ], "title": "QPM_PRICE_ID" }, { "enum": [ "QPM_PRODUCER" ], "title": "QPM_PRODUCER" }, { "enum": [ "QPM_RATING" ], "title": "QPM_RATING" }, { "enum": [ "QPM_RATING_SCHEMA" ], "title": "QPM_RATING_SCHEMA" }, { "enum": [ "QPM_SORT_ORDER" ], "title": "QPM_SORT_ORDER" }, { "enum": [ "QPM_UPDATE_DATE" ], "title": "QPM_UPDATE_DATE" }, { "enum": [ "TITLE" ], "title": "TITLE" } ], "title": "KalturaQuickPlayDistributionField" }, "KalturaQuickPlayDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaQuickPlayDistributionProfileOrderBy" }, "KalturaQuickPlayDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaQuickPlayDistributionProviderOrderBy" }, "KalturaQuizFileType": { "oneOf": [ { "enum": [ 1 ], "title": "PDF" } ], "title": "KalturaQuizFileType" }, "KalturaQuizOutputType": { "oneOf": [ { "enum": [ 1 ], "title": "PDF" } ], "title": "KalturaQuizOutputType" }, "KalturaQuizUserEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaQuizUserEntryOrderBy" }, "KalturaRatingCountOrderBy": { "oneOf": [], "title": "KalturaRatingCountOrderBy" }, "KalturaReachProfileContentDeletionPolicy": { "oneOf": [ { "enum": [ 1 ], "title": "DO_NOTHING" }, { "enum": [ 2 ], "title": "DELETE_ONCE_PROCESSED" }, { "enum": [ 3 ], "title": "DELETE_AFTER_WEEK" }, { "enum": [ 4 ], "title": "DELETE_AFTER_MONTH" }, { "enum": [ 5 ], "title": "DELETE_AFTER_THREE_MONTHS" } ], "title": "KalturaReachProfileContentDeletionPolicy" }, "KalturaReachProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaReachProfileOrderBy" }, "KalturaReachProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaReachProfileStatus" }, "KalturaReachProfileType": { "oneOf": [ { "enum": [ 1 ], "title": "FREE_TRIAL" }, { "enum": [ 2 ], "title": "PAID" } ], "title": "KalturaReachProfileType" }, "KalturaReachVendorEngineType": { "oneOf": [ { "enum": [ "OpenCalaisReachVendor.OPEN_CALAIS" ], "title": "OPEN_CALAIS" }, { "enum": [ "ReachInternal.HELLO_WORLD" ], "title": "HELLO_WORLD" } ], "title": "KalturaReachVendorEngineType" }, "KalturaRecalculateCacheType": { "oneOf": [ { "enum": [ "0" ], "title": "RESPONSE_PROFILE" } ], "title": "KalturaRecalculateCacheType" }, "KalturaRecordScheduleEventOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+priority" ], "title": "PRIORITY_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+summary" ], "title": "SUMMARY_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-priority" ], "title": "PRIORITY_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-summary" ], "title": "SUMMARY_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaRecordScheduleEventOrderBy" }, "KalturaRecordStatus": { "oneOf": [ { "enum": [ 0 ], "title": "DISABLED" }, { "enum": [ 1 ], "title": "APPENDED" }, { "enum": [ 2 ], "title": "PER_SESSION" } ], "title": "KalturaRecordStatus" }, "KalturaRecordingFileType": { "oneOf": [ { "enum": [ 0 ], "title": "UNDEFINED" }, { "enum": [ 1 ], "title": "VIDEO" }, { "enum": [ 2 ], "title": "CHAT" }, { "enum": [ 3 ], "title": "TRANSCRIPT" }, { "enum": [ 4 ], "title": "AUDIO" }, { "enum": [ 5 ], "title": "CC" } ], "title": "KalturaRecordingFileType" }, "KalturaRecordingStatus": { "oneOf": [ { "enum": [ 0 ], "title": "STOPPED" }, { "enum": [ 1 ], "title": "PAUSED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DISABLED" } ], "title": "KalturaRecordingStatus" }, "KalturaRecordingType": { "oneOf": [ { "enum": [ 0 ], "title": "MEETING" }, { "enum": [ 1 ], "title": "WEBINAR" } ], "title": "KalturaRecordingType" }, "KalturaRemoteDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaRemoteDropFolderOrderBy" }, "KalturaReportExportItemType": { "oneOf": [ { "enum": [ 1 ], "title": "TABLE" }, { "enum": [ 2 ], "title": "TOTAL" }, { "enum": [ 3 ], "title": "GRAPH" } ], "title": "KalturaReportExportItemType" }, "KalturaReportInterval": { "oneOf": [ { "enum": [ "days" ], "title": "DAYS" }, { "enum": [ "hours" ], "title": "HOURS" }, { "enum": [ "minutes" ], "title": "MINUTES" }, { "enum": [ "months" ], "title": "MONTHS" }, { "enum": [ "ten_minutes" ], "title": "TEN_MINUTES" }, { "enum": [ "ten_seconds" ], "title": "TEN_SECONDS" }, { "enum": [ "years" ], "title": "YEARS" } ], "title": "KalturaReportInterval" }, "KalturaReportOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaReportOrderBy" }, "KalturaReportType": { "oneOf": [ { "enum": [ "quiz.QUIZ" ], "title": "QUIZ" }, { "enum": [ "quiz.QUIZ_AGGREGATE_BY_QUESTION" ], "title": "QUIZ_AGGREGATE_BY_QUESTION" }, { "enum": [ "quiz.QUIZ_USER_AGGREGATE_BY_QUESTION" ], "title": "QUIZ_USER_AGGREGATE_BY_QUESTION" }, { "enum": [ "quiz.QUIZ_USER_PERCENTAGE" ], "title": "QUIZ_USER_PERCENTAGE" }, { "enum": [ "1" ], "title": "TOP_CONTENT" }, { "enum": [ "2" ], "title": "CONTENT_DROPOFF" }, { "enum": [ "3" ], "title": "CONTENT_INTERACTIONS" }, { "enum": [ "4" ], "title": "MAP_OVERLAY" }, { "enum": [ "5" ], "title": "TOP_CONTRIBUTORS" }, { "enum": [ "6" ], "title": "TOP_SYNDICATION" }, { "enum": [ "7" ], "title": "CONTENT_CONTRIBUTIONS" }, { "enum": [ "11" ], "title": "USER_ENGAGEMENT" }, { "enum": [ "12" ], "title": "SPECIFIC_USER_ENGAGEMENT" }, { "enum": [ "13" ], "title": "USER_TOP_CONTENT" }, { "enum": [ "14" ], "title": "USER_CONTENT_DROPOFF" }, { "enum": [ "15" ], "title": "USER_CONTENT_INTERACTIONS" }, { "enum": [ "16" ], "title": "APPLICATIONS" }, { "enum": [ "17" ], "title": "USER_USAGE" }, { "enum": [ "18" ], "title": "SPECIFIC_USER_USAGE" }, { "enum": [ "19" ], "title": "VAR_USAGE" }, { "enum": [ "20" ], "title": "TOP_CREATORS" }, { "enum": [ "21" ], "title": "PLATFORMS" }, { "enum": [ "22" ], "title": "OPERATING_SYSTEM" }, { "enum": [ "23" ], "title": "BROWSERS" }, { "enum": [ "24" ], "title": "LIVE" }, { "enum": [ "25" ], "title": "TOP_PLAYBACK_CONTEXT" }, { "enum": [ "26" ], "title": "VPAAS_USAGE" }, { "enum": [ "27" ], "title": "ENTRY_USAGE" }, { "enum": [ "28" ], "title": "REACH_USAGE" }, { "enum": [ "29" ], "title": "TOP_CUSTOM_VAR1" }, { "enum": [ "30" ], "title": "MAP_OVERLAY_CITY" }, { "enum": [ "32" ], "title": "OPERATING_SYSTEM_FAMILIES" }, { "enum": [ "33" ], "title": "BROWSERS_FAMILIES" }, { "enum": [ "34" ], "title": "USER_ENGAGEMENT_TIMELINE" }, { "enum": [ "35" ], "title": "UNIQUE_USERS_PLAY" }, { "enum": [ "36" ], "title": "MAP_OVERLAY_COUNTRY" }, { "enum": [ "37" ], "title": "MAP_OVERLAY_REGION" }, { "enum": [ "38" ], "title": "TOP_CONTENT_CREATOR" }, { "enum": [ "39" ], "title": "TOP_CONTENT_CONTRIBUTORS" }, { "enum": [ "40" ], "title": "APP_DOMAIN_UNIQUE_ACTIVE_USERS" }, { "enum": [ "41" ], "title": "TOP_SOURCES" }, { "enum": [ "42" ], "title": "VPAAS_USAGE_MULTI" }, { "enum": [ "43" ], "title": "PERCENTILES" }, { "enum": [ "44" ], "title": "CONTENT_REPORT_REASONS" }, { "enum": [ "45" ], "title": "PLAYER_RELATED_INTERACTIONS" }, { "enum": [ "46" ], "title": "PLAYBACK_RATE" }, { "enum": [ "47" ], "title": "TOP_USER_CONTENT" }, { "enum": [ "48" ], "title": "USER_HIGHLIGHTS" }, { "enum": [ "49" ], "title": "USER_INTERACTIVE_VIDEO" }, { "enum": [ "50" ], "title": "INTERACTIVE_VIDEO_TOP_NODES" }, { "enum": [ "51" ], "title": "LATEST_PLAYED_ENTRIES" }, { "enum": [ "52" ], "title": "CATEGORY_HIGHLIGHTS" }, { "enum": [ "53" ], "title": "SUB_CATEGORIES" }, { "enum": [ "54" ], "title": "INTERACTIVE_VIDEO_NODE_TOP_HOTSPOTS" }, { "enum": [ "55" ], "title": "INTERCATIVE_VIDEO_NODE_SWITCH_TOP_HOTSPOTS" }, { "enum": [ "56" ], "title": "INTERACTIVE_VIDEO_HOTSPOT_CLICKED_PERCENTILES" }, { "enum": [ "57" ], "title": "INTERACTIVE_VIDEO_NODE_SWITCH_HOTSPOT_CLICKED_PERCENTILES" }, { "enum": [ "58" ], "title": "TOP_CUSTOM_VAR2" }, { "enum": [ "59" ], "title": "TOP_CUSTOM_VAR3" }, { "enum": [ "60" ], "title": "SELF_SERVE_USAGE" }, { "enum": [ "61" ], "title": "FLAVOR_PARAMS_TRANSCODING_USAGE" }, { "enum": [ "62" ], "title": "PLAYER_HIGHLIGHTS" }, { "enum": [ "63" ], "title": "PARTNER_USAGE_HIGHLIGHTS" }, { "enum": [ "64" ], "title": "CDN_BANDWIDTH_USAGE" }, { "enum": [ "65" ], "title": "REACH_CATALOG_USAGE" }, { "enum": [ "66" ], "title": "REACH_PROFILE_USAGE" }, { "enum": [ "67" ], "title": "SELF_SERVE_BANDWIDTH" }, { "enum": [ "201" ], "title": "PARTNER_USAGE" }, { "enum": [ "10001" ], "title": "MAP_OVERLAY_COUNTRY_REALTIME" }, { "enum": [ "10002" ], "title": "MAP_OVERLAY_REGION_REALTIME" }, { "enum": [ "10003" ], "title": "MAP_OVERLAY_CITY_REALTIME" }, { "enum": [ "10004" ], "title": "PLATFORMS_REALTIME" }, { "enum": [ "10005" ], "title": "USERS_OVERVIEW_REALTIME" }, { "enum": [ "10006" ], "title": "QOS_OVERVIEW_REALTIME" }, { "enum": [ "10007" ], "title": "DISCOVERY_REALTIME" }, { "enum": [ "10008" ], "title": "ENTRY_LEVEL_USERS_DISCOVERY_REALTIME" }, { "enum": [ "10009" ], "title": "ENTRY_LEVEL_USERS_STATUS_REALTIME" }, { "enum": [ "10010" ], "title": "PLATFORMS_DISCOVERY_REALTIME" }, { "enum": [ "10011" ], "title": "PLAYBACK_TYPE_REALTIME" }, { "enum": [ "10012" ], "title": "CONTENT_REALTIME" }, { "enum": [ "10013" ], "title": "DISCOVERY_VIEW_REALTIME" }, { "enum": [ "10014" ], "title": "TOP_ENDED_BROADCAST_ENTRIES" }, { "enum": [ "10015" ], "title": "TOP_LIVE_NOW_ENTRIES" }, { "enum": [ "20001" ], "title": "CONTENT_DROPOFF_VPAAS" }, { "enum": [ "20002" ], "title": "TOP_SYNDICATION_VPAAS" }, { "enum": [ "20003" ], "title": "USER_TOP_CONTENT_VPAAS" }, { "enum": [ "20004" ], "title": "USER_USAGE_VPAAS" }, { "enum": [ "20005" ], "title": "PLATFORMS_VPAAS" }, { "enum": [ "20006" ], "title": "OPERATING_SYSTEM_VPAAS" }, { "enum": [ "20007" ], "title": "BROWSERS_VPAAS" }, { "enum": [ "20008" ], "title": "OPERATING_SYSTEM_FAMILIES_VPAAS" }, { "enum": [ "20009" ], "title": "BROWSERS_FAMILIES_VPAAS" }, { "enum": [ "20010" ], "title": "USER_ENGAGEMENT_TIMELINE_VPAAS" }, { "enum": [ "20011" ], "title": "UNIQUE_USERS_PLAY_VPAAS" }, { "enum": [ "20012" ], "title": "MAP_OVERLAY_COUNTRY_VPAAS" }, { "enum": [ "20013" ], "title": "MAP_OVERLAY_REGION_VPAAS" }, { "enum": [ "20014" ], "title": "MAP_OVERLAY_CITY_VPAAS" }, { "enum": [ "20015" ], "title": "TOP_CONTENT_CREATOR_VPAAS" }, { "enum": [ "20016" ], "title": "TOP_CONTENT_CONTRIBUTORS_VPAAS" }, { "enum": [ "20017" ], "title": "TOP_SOURCES_VPAAS" }, { "enum": [ "20018" ], "title": "CONTENT_REPORT_REASONS_VPAAS" }, { "enum": [ "20019" ], "title": "PLAYER_RELATED_INTERACTIONS_VPAAS" }, { "enum": [ "20020" ], "title": "PLAYBACK_RATE_VPAAS" }, { "enum": [ "20021" ], "title": "PARTNER_USAGE_VPAAS" }, { "enum": [ "20022" ], "title": "TOP_PLAYBACK_CONTEXT_VPAAS" }, { "enum": [ "20023" ], "title": "SELF_SERVE_USAGE_VPAAS" }, { "enum": [ "30001" ], "title": "QOE_OVERVIEW" }, { "enum": [ "30002" ], "title": "QOE_EXPERIENCE" }, { "enum": [ "30003" ], "title": "QOE_EXPERIENCE_PLATFORMS" }, { "enum": [ "30004" ], "title": "QOE_EXPERIENCE_COUNTRY" }, { "enum": [ "30005" ], "title": "QOE_EXPERIENCE_REGION" }, { "enum": [ "30006" ], "title": "QOE_EXPERIENCE_CITY" }, { "enum": [ "30007" ], "title": "QOE_EXPERIENCE_BROWSERS_FAMILIES" }, { "enum": [ "30008" ], "title": "QOE_EXPERIENCE_BROWSERS" }, { "enum": [ "30009" ], "title": "QOE_EXPERIENCE_OPERATING_SYSTEM_FAMILIES" }, { "enum": [ "30010" ], "title": "QOE_EXPERIENCE_OPERATING_SYSTEM" }, { "enum": [ "30011" ], "title": "QOE_EXPERIENCE_PLAYER_VERSION" }, { "enum": [ "30012" ], "title": "QOE_EXPERIENCE_ENTRY" }, { "enum": [ "30013" ], "title": "QOE_EXPERIENCE_ISP" }, { "enum": [ "30014" ], "title": "QOE_ENGAGEMENT" }, { "enum": [ "30015" ], "title": "QOE_ENGAGEMENT_PLATFORMS" }, { "enum": [ "30016" ], "title": "QOE_ENGAGEMENT_COUNTRY" }, { "enum": [ "30017" ], "title": "QOE_ENGAGEMENT_REGION" }, { "enum": [ "30018" ], "title": "QOE_ENGAGEMENT_CITY" }, { "enum": [ "30019" ], "title": "QOE_ENGAGEMENT_BROWSERS_FAMILIES" }, { "enum": [ "30020" ], "title": "QOE_ENGAGEMENT_BROWSERS" }, { "enum": [ "30021" ], "title": "QOE_ENGAGEMENT_OPERATING_SYSTEM_FAMILIES" }, { "enum": [ "30022" ], "title": "QOE_ENGAGEMENT_OPERATING_SYSTEM" }, { "enum": [ "30023" ], "title": "QOE_ENGAGEMENT_PLAYER_VERSION" }, { "enum": [ "30024" ], "title": "QOE_ENGAGEMENT_ENTRY" }, { "enum": [ "30025" ], "title": "QOE_ENGAGEMENT_ISP" }, { "enum": [ "30026" ], "title": "QOE_STREAM_QUALITY" }, { "enum": [ "30027" ], "title": "QOE_STREAM_QUALITY_PLATFORMS" }, { "enum": [ "30028" ], "title": "QOE_STREAM_QUALITY_COUNTRY" }, { "enum": [ "30029" ], "title": "QOE_STREAM_QUALITY_REGION" }, { "enum": [ "30030" ], "title": "QOE_STREAM_QUALITY_CITY" }, { "enum": [ "30031" ], "title": "QOE_STREAM_QUALITY_BROWSERS_FAMILIES" }, { "enum": [ "30032" ], "title": "QOE_STREAM_QUALITY_BROWSERS" }, { "enum": [ "30033" ], "title": "QOE_STREAM_QUALITY_OPERATING_SYSTEM_FAMILIES" }, { "enum": [ "30034" ], "title": "QOE_STREAM_QUALITY_OPERATING_SYSTEM" }, { "enum": [ "30035" ], "title": "QOE_STREAM_QUALITY_PLAYER_VERSION" }, { "enum": [ "30036" ], "title": "QOE_STREAM_QUALITY_ENTRY" }, { "enum": [ "30037" ], "title": "QOE_STREAM_QUALITY_ISP" }, { "enum": [ "30038" ], "title": "QOE_ERROR_TRACKING" }, { "enum": [ "30039" ], "title": "QOE_ERROR_TRACKING_CODES" }, { "enum": [ "30040" ], "title": "QOE_ERROR_TRACKING_PLATFORMS" }, { "enum": [ "30041" ], "title": "QOE_ERROR_TRACKING_BROWSERS_FAMILIES" }, { "enum": [ "30042" ], "title": "QOE_ERROR_TRACKING_BROWSERS" }, { "enum": [ "30043" ], "title": "QOE_ERROR_TRACKING_OPERATING_SYSTEM_FAMILIES" }, { "enum": [ "30044" ], "title": "QOE_ERROR_TRACKING_OPERATING_SYSTEM" }, { "enum": [ "30045" ], "title": "QOE_ERROR_TRACKING_PLAYER_VERSION" }, { "enum": [ "30046" ], "title": "QOE_ERROR_TRACKING_ENTRY" }, { "enum": [ "30047" ], "title": "QOE_VOD_SESSION_FLOW" }, { "enum": [ "30048" ], "title": "QOE_LIVE_SESSION_FLOW" }, { "enum": [ "30049" ], "title": "QOE_EXPERIENCE_CUSTOM_VAR1" }, { "enum": [ "30050" ], "title": "QOE_EXPERIENCE_CUSTOM_VAR2" }, { "enum": [ "30051" ], "title": "QOE_EXPERIENCE_CUSTOM_VAR3" }, { "enum": [ "30052" ], "title": "QOE_ENGAGEMENT_CUSTOM_VAR1" }, { "enum": [ "30053" ], "title": "QOE_ENGAGEMENT_CUSTOM_VAR2" }, { "enum": [ "30054" ], "title": "QOE_ENGAGEMENT_CUSTOM_VAR3" }, { "enum": [ "30055" ], "title": "QOE_STREAM_QUALITY_CUSTOM_VAR1" }, { "enum": [ "30056" ], "title": "QOE_STREAM_QUALITY_CUSTOM_VAR2" }, { "enum": [ "30057" ], "title": "QOE_STREAM_QUALITY_CUSTOM_VAR3" }, { "enum": [ "30058" ], "title": "QOE_ERROR_TRACKING_CUSTOM_VAR1" }, { "enum": [ "30059" ], "title": "QOE_ERROR_TRACKING_CUSTOM_VAR2" }, { "enum": [ "30060" ], "title": "QOE_ERROR_TRACKING_CUSTOM_VAR3" }, { "enum": [ "30061" ], "title": "QOE_EXPERIENCE_APPLICATION_VERSION" }, { "enum": [ "30062" ], "title": "QOE_ENGAGEMENT_APPLICATION_VERSION" }, { "enum": [ "30063" ], "title": "QOE_STREAM_QUALITY_APPLICATION_VERSION" }, { "enum": [ "30064" ], "title": "QOE_ERROR_TRACKING_APPLICATION_VERSION" }, { "enum": [ "40001" ], "title": "HIGHLIGHTS_WEBCAST" }, { "enum": [ "40002" ], "title": "ENGAGEMENT_WEBCAST" }, { "enum": [ "40003" ], "title": "QUALITY_WEBCAST" }, { "enum": [ "40004" ], "title": "MAP_OVERLAY_COUNTRY_WEBCAST" }, { "enum": [ "40005" ], "title": "MAP_OVERLAY_REGION_WEBCAST" }, { "enum": [ "40006" ], "title": "MAP_OVERLAY_CITY_WEBCAST" }, { "enum": [ "40007" ], "title": "PLATFORMS_WEBCAST" }, { "enum": [ "40008" ], "title": "TOP_DOMAINS_WEBCAST" }, { "enum": [ "40009" ], "title": "TOP_USERS_WEBCAST" }, { "enum": [ "40010" ], "title": "ENGAGEMENT_BREAKDOWN_WEBCAST" }, { "enum": [ "40011" ], "title": "ENGAGMENT_TIMELINE_WEBCAST" }, { "enum": [ "40012" ], "title": "ENGAGEMENT_TOOLS_WEBCAST" }, { "enum": [ "40013" ], "title": "REACTIONS_BREAKDOWN_WEBCAST" }, { "enum": [ "50000" ], "title": "VE_HIGHLIGHTS" }, { "enum": [ "50001" ], "title": "VE_REGISTERED_PLATFORMS" }, { "enum": [ "50002" ], "title": "VE_REGISTERED_INDUSTRY" }, { "enum": [ "50003" ], "title": "VE_REGISTERED_ROLES" }, { "enum": [ "50004" ], "title": "VE_REGISTERED_COUNTRIES" }, { "enum": [ "50005" ], "title": "VE_REGISTERED_WORLD_REGIONS" } ], "title": "KalturaReportType" }, "KalturaResetPassLinkType": { "oneOf": [ { "enum": [ "1" ], "title": "KMC" }, { "enum": [ "2" ], "title": "KMS" }, { "enum": [ "3" ], "title": "KME" } ], "title": "KalturaResetPassLinkType" }, "KalturaResponseProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaResponseProfileOrderBy" }, "KalturaResponseProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ENABLED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaResponseProfileStatus" }, "KalturaResponseProfileType": { "oneOf": [ { "enum": [ 1 ], "title": "INCLUDE_FIELDS" }, { "enum": [ 2 ], "title": "EXCLUDE_FIELDS" } ], "title": "KalturaResponseProfileType" }, "KalturaResponseType": { "oneOf": [ { "enum": [ 1 ], "title": "RESPONSE_TYPE_JSON" }, { "enum": [ 2 ], "title": "RESPONSE_TYPE_XML" }, { "enum": [ 3 ], "title": "RESPONSE_TYPE_PHP" }, { "enum": [ 4 ], "title": "RESPONSE_TYPE_PHP_ARRAY" }, { "enum": [ 7 ], "title": "RESPONSE_TYPE_HTML" }, { "enum": [ 8 ], "title": "RESPONSE_TYPE_MRSS" }, { "enum": [ 9 ], "title": "RESPONSE_TYPE_JSONP" } ], "title": "KalturaResponseType" }, "KalturaRuleActionType": { "oneOf": [ { "enum": [ "drm.DRM_POLICY" ], "title": "DRM_POLICY" }, { "enum": [ "reach.ADD_ENTRY_VENDOR_TASK" ], "title": "ADD_ENTRY_VENDOR_TASK" }, { "enum": [ "1" ], "title": "BLOCK" }, { "enum": [ "2" ], "title": "PREVIEW" }, { "enum": [ "3" ], "title": "LIMIT_FLAVORS" }, { "enum": [ "4" ], "title": "ADD_TO_STORAGE" }, { "enum": [ "5" ], "title": "LIMIT_DELIVERY_PROFILES" }, { "enum": [ "6" ], "title": "SERVE_FROM_REMOTE_SERVER" }, { "enum": [ "7" ], "title": "REQUEST_HOST_REGEX" }, { "enum": [ "8" ], "title": "LIMIT_THUMBNAIL_CAPTURE" } ], "title": "KalturaRuleActionType" }, "KalturaScheduleEventClassificationType": { "oneOf": [ { "enum": [ 1 ], "title": "PUBLIC_EVENT" }, { "enum": [ 2 ], "title": "PRIVATE_EVENT" }, { "enum": [ 3 ], "title": "CONFIDENTIAL_EVENT" } ], "title": "KalturaScheduleEventClassificationType" }, "KalturaScheduleEventConflictType": { "oneOf": [ { "enum": [ 1 ], "title": "RESOURCE_CONFLICT" }, { "enum": [ 2 ], "title": "BLACKOUT_CONFLICT" }, { "enum": [ 3 ], "title": "BOTH" } ], "title": "KalturaScheduleEventConflictType" }, "KalturaScheduleEventOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+endDate" ], "title": "END_DATE_ASC" }, { "enum": [ "+priority" ], "title": "PRIORITY_ASC" }, { "enum": [ "+startDate" ], "title": "START_DATE_ASC" }, { "enum": [ "+summary" ], "title": "SUMMARY_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-endDate" ], "title": "END_DATE_DESC" }, { "enum": [ "-priority" ], "title": "PRIORITY_DESC" }, { "enum": [ "-startDate" ], "title": "START_DATE_DESC" }, { "enum": [ "-summary" ], "title": "SUMMARY_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaScheduleEventOrderBy" }, "KalturaScheduleEventRecurrenceDay": { "oneOf": [ { "enum": [ "FR" ], "title": "FRIDAY" }, { "enum": [ "MO" ], "title": "MONDAY" }, { "enum": [ "SA" ], "title": "SATURDAY" }, { "enum": [ "SU" ], "title": "SUNDAY" }, { "enum": [ "TH" ], "title": "THURSDAY" }, { "enum": [ "TU" ], "title": "TUESDAY" }, { "enum": [ "WE" ], "title": "WEDNESDAY" } ], "title": "KalturaScheduleEventRecurrenceDay" }, "KalturaScheduleEventRecurrenceFrequency": { "oneOf": [ { "enum": [ "days" ], "title": "DAILY" }, { "enum": [ "hours" ], "title": "HOURLY" }, { "enum": [ "minutes" ], "title": "MINUTELY" }, { "enum": [ "months" ], "title": "MONTHLY" }, { "enum": [ "seconds" ], "title": "SECONDLY" }, { "enum": [ "weeks" ], "title": "WEEKLY" }, { "enum": [ "years" ], "title": "YEARLY" } ], "title": "KalturaScheduleEventRecurrenceFrequency" }, "KalturaScheduleEventRecurrenceType": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "RECURRING" }, { "enum": [ 2 ], "title": "RECURRENCE" } ], "title": "KalturaScheduleEventRecurrenceType" }, "KalturaScheduleEventResourceOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaScheduleEventResourceOrderBy" }, "KalturaScheduleEventStatus": { "oneOf": [ { "enum": [ 1 ], "title": "CANCELLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaScheduleEventStatus" }, "KalturaScheduleEventType": { "oneOf": [ { "enum": [ 1 ], "title": "RECORD" }, { "enum": [ 2 ], "title": "LIVE_STREAM" }, { "enum": [ 3 ], "title": "BLACKOUT" }, { "enum": [ 4 ], "title": "MEETING" }, { "enum": [ 5 ], "title": "LIVE_REDIRECT" }, { "enum": [ 6 ], "title": "VOD" } ], "title": "KalturaScheduleEventType" }, "KalturaScheduleResourceOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaScheduleResourceOrderBy" }, "KalturaScheduleResourceStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaScheduleResourceStatus" }, "KalturaScheduledTaskAddOrRemoveType": { "oneOf": [ { "enum": [ 1 ], "title": "ADD" }, { "enum": [ 2 ], "title": "REMOVE" }, { "enum": [ 3 ], "title": "MOVE" } ], "title": "KalturaScheduledTaskAddOrRemoveType" }, "KalturaScheduledTaskProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+lastExecutionStartedAt" ], "title": "LAST_EXECUTION_STARTED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-lastExecutionStartedAt" ], "title": "LAST_EXECUTION_STARTED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaScheduledTaskProfileOrderBy" }, "KalturaScheduledTaskProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "SUSPENDED" }, { "enum": [ 5 ], "title": "DRY_RUN_ONLY" } ], "title": "KalturaScheduledTaskProfileStatus" }, "KalturaSchedulerStatusType": { "oneOf": [ { "enum": [ 1 ], "title": "RUNNING_BATCHES_COUNT" }, { "enum": [ 2 ], "title": "RUNNING_BATCHES_CPU" }, { "enum": [ 3 ], "title": "RUNNING_BATCHES_MEMORY" }, { "enum": [ 4 ], "title": "RUNNING_BATCHES_NETWORK" }, { "enum": [ 5 ], "title": "RUNNING_BATCHES_DISC_IO" }, { "enum": [ 6 ], "title": "RUNNING_BATCHES_DISC_SPACE" }, { "enum": [ 7 ], "title": "RUNNING_BATCHES_IS_RUNNING" }, { "enum": [ 8 ], "title": "RUNNING_BATCHES_LAST_EXECUTION_TIME" } ], "title": "KalturaSchedulerStatusType" }, "KalturaSchemaType": { "oneOf": [ { "enum": [ "bulkUploadXml.bulkUploadResultXML" ], "title": "BULK_UPLOAD_RESULT_XML" }, { "enum": [ "bulkUploadXml.bulkUploadXML" ], "title": "BULK_UPLOAD_XML" }, { "enum": [ "cuePoint.ingestAPI" ], "title": "INGEST_API" }, { "enum": [ "cuePoint.serveAPI" ], "title": "SERVE_API" }, { "enum": [ "dropFolderXmlBulkUpload.dropFolderXml" ], "title": "DROP_FOLDER_XML" }, { "enum": [ "syndication" ], "title": "SYNDICATION" } ], "title": "KalturaSchemaType" }, "KalturaScoreType": { "oneOf": [ { "enum": [ 1 ], "title": "HIGHEST" }, { "enum": [ 2 ], "title": "LOWEST" }, { "enum": [ 3 ], "title": "LATEST" }, { "enum": [ 4 ], "title": "FIRST" }, { "enum": [ 5 ], "title": "AVERAGE" } ], "title": "KalturaScoreType" }, "KalturaScpDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaScpDropFolderOrderBy" }, "KalturaSearchConditionComparison": { "oneOf": [ { "enum": [ "1" ], "title": "EQUAL" }, { "enum": [ "2" ], "title": "GREATER_THAN" }, { "enum": [ "3" ], "title": "GREATER_THAN_OR_EQUAL" }, { "enum": [ "4" ], "title": "LESS_THAN" }, { "enum": [ "5" ], "title": "LESS_THAN_OR_EQUAL" }, { "enum": [ "6" ], "title": "NOT_EQUAL" } ], "title": "KalturaSearchConditionComparison" }, "KalturaSearchConditionType": { "oneOf": [ { "enum": [ 1 ], "title": "GREATER" }, { "enum": [ 2 ], "title": "EQUAL_OR_GREATER" }, { "enum": [ 3 ], "title": "LESS" }, { "enum": [ 4 ], "title": "EQUAL_OR_LESS" }, { "enum": [ 5 ], "title": "LIKE" }, { "enum": [ 6 ], "title": "IN" } ], "title": "KalturaSearchConditionType" }, "KalturaSearchOperatorType": { "oneOf": [ { "enum": [ 1 ], "title": "SEARCH_AND" }, { "enum": [ 2 ], "title": "SEARCH_OR" } ], "title": "KalturaSearchOperatorType" }, "KalturaSearchProviderType": { "oneOf": [ { "enum": [ 3 ], "title": "FLICKR" }, { "enum": [ 4 ], "title": "YOUTUBE" }, { "enum": [ 7 ], "title": "MYSPACE" }, { "enum": [ 8 ], "title": "PHOTOBUCKET" }, { "enum": [ 9 ], "title": "JAMENDO" }, { "enum": [ 10 ], "title": "CCMIXTER" }, { "enum": [ 11 ], "title": "NYPL" }, { "enum": [ 12 ], "title": "CURRENT" }, { "enum": [ 13 ], "title": "MEDIA_COMMONS" }, { "enum": [ 20 ], "title": "KALTURA" }, { "enum": [ 21 ], "title": "KALTURA_USER_CLIPS" }, { "enum": [ 22 ], "title": "ARCHIVE_ORG" }, { "enum": [ 23 ], "title": "KALTURA_PARTNER" }, { "enum": [ 24 ], "title": "METACAFE" }, { "enum": [ 28 ], "title": "SEARCH_PROXY" }, { "enum": [ 100 ], "title": "PARTNER_SPECIFIC" } ], "title": "KalturaSearchProviderType" }, "KalturaServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaServerNodeOrderBy" }, "KalturaServerNodeStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DISABLED" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 4 ], "title": "NOT_REGISTERED" }, { "enum": [ 5 ], "title": "NOT_OPERATIONAL" } ], "title": "KalturaServerNodeStatus" }, "KalturaServerNodeType": { "oneOf": [ { "enum": [ "conference.CONFERENCE_SERVER" ], "title": "CONFERENCE_SERVER" }, { "enum": [ "liveCluster.LIVE_CLUSTER_MEDIA_SERVER" ], "title": "LIVE_CLUSTER_MEDIA_SERVER" }, { "enum": [ "sip.SIP_SERVER" ], "title": "SIP_SERVER" }, { "enum": [ "wowza.WOWZA_MEDIA_SERVER" ], "title": "WOWZA_MEDIA_SERVER" }, { "enum": [ "1" ], "title": "EDGE" } ], "title": "KalturaServerNodeType" }, "KalturaSessionType": { "oneOf": [ { "enum": [ 0 ], "title": "USER" }, { "enum": [ 2 ], "title": "ADMIN" } ], "title": "KalturaSessionType" }, "KalturaSftpDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaSftpDropFolderOrderBy" }, "KalturaShortLinkOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+expiresAt" ], "title": "EXPIRES_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-expiresAt" ], "title": "EXPIRES_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaShortLinkOrderBy" }, "KalturaShortLinkStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ENABLED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaShortLinkStatus" }, "KalturaSipEntryServerNodeStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "STOPPED" }, { "enum": [ 1 ], "title": "PLAYABLE" }, { "enum": [ 2 ], "title": "BROADCASTING" }, { "enum": [ 3 ], "title": "AUTHENTICATED" }, { "enum": [ 4 ], "title": "MARKED_FOR_DELETION" }, { "enum": [ 5 ], "title": "TASK_PENDING" }, { "enum": [ 6 ], "title": "TASK_QUEUED" }, { "enum": [ 7 ], "title": "TASK_PROCESSING" }, { "enum": [ 8 ], "title": "TASK_UPLOADING" }, { "enum": [ 9 ], "title": "TASK_FINISHED" }, { "enum": [ 11 ], "title": "CREATED" }, { "enum": [ 12 ], "title": "ACTIVE" }, { "enum": [ 13 ], "title": "ENDED" } ], "title": "KalturaSipEntryServerNodeStatus" }, "KalturaSipServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaSipServerNodeOrderBy" }, "KalturaSipSourceType": { "oneOf": [ { "enum": [ 1 ], "title": "PICTURE_IN_PICTURE" }, { "enum": [ 2 ], "title": "TALKING_HEADS" }, { "enum": [ 3 ], "title": "SCREEN_SHARE" } ], "title": "KalturaSipSourceType" }, "KalturaSiteRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "RESTRICT_SITE_LIST" }, { "enum": [ 1 ], "title": "ALLOW_SITE_LIST" } ], "title": "KalturaSiteRestrictionType" }, "KalturaSourceType": { "oneOf": [ { "enum": [ "limeLight.LIVE_STREAM" ], "title": "LIMELIGHT_LIVE" }, { "enum": [ "velocix.VELOCIX_LIVE" ], "title": "VELOCIX_LIVE" }, { "enum": [ "1" ], "title": "FILE" }, { "enum": [ "2" ], "title": "WEBCAM" }, { "enum": [ "5" ], "title": "URL" }, { "enum": [ "6" ], "title": "SEARCH_PROVIDER" }, { "enum": [ "29" ], "title": "AKAMAI_LIVE" }, { "enum": [ "30" ], "title": "MANUAL_LIVE_STREAM" }, { "enum": [ "31" ], "title": "AKAMAI_UNIVERSAL_LIVE" }, { "enum": [ "32" ], "title": "LIVE_STREAM" }, { "enum": [ "33" ], "title": "LIVE_CHANNEL" }, { "enum": [ "34" ], "title": "RECORDED_LIVE" }, { "enum": [ "35" ], "title": "CLIP" }, { "enum": [ "36" ], "title": "KALTURA_RECORDED_LIVE" }, { "enum": [ "37" ], "title": "LECTURE_CAPTURE" }, { "enum": [ "42" ], "title": "LIVE_STREAM_ONTEXTDATA_CAPTIONS" } ], "title": "KalturaSourceType" }, "KalturaSshDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaSshDropFolderOrderBy" }, "KalturaSsoStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaSsoStatus" }, "KalturaStatsEventType": { "oneOf": [ { "enum": [ 1 ], "title": "WIDGET_LOADED" }, { "enum": [ 2 ], "title": "MEDIA_LOADED" }, { "enum": [ 3 ], "title": "PLAY" }, { "enum": [ 4 ], "title": "PLAY_REACHED_25" }, { "enum": [ 5 ], "title": "PLAY_REACHED_50" }, { "enum": [ 6 ], "title": "PLAY_REACHED_75" }, { "enum": [ 7 ], "title": "PLAY_REACHED_100" }, { "enum": [ 8 ], "title": "OPEN_EDIT" }, { "enum": [ 9 ], "title": "OPEN_VIRAL" }, { "enum": [ 10 ], "title": "OPEN_DOWNLOAD" }, { "enum": [ 11 ], "title": "OPEN_REPORT" }, { "enum": [ 12 ], "title": "BUFFER_START" }, { "enum": [ 13 ], "title": "BUFFER_END" }, { "enum": [ 14 ], "title": "OPEN_FULL_SCREEN" }, { "enum": [ 15 ], "title": "CLOSE_FULL_SCREEN" }, { "enum": [ 16 ], "title": "REPLAY" }, { "enum": [ 17 ], "title": "SEEK" }, { "enum": [ 18 ], "title": "OPEN_UPLOAD" }, { "enum": [ 19 ], "title": "SAVE_PUBLISH" }, { "enum": [ 20 ], "title": "CLOSE_EDITOR" }, { "enum": [ 21 ], "title": "PRE_BUMPER_PLAYED" }, { "enum": [ 22 ], "title": "POST_BUMPER_PLAYED" }, { "enum": [ 23 ], "title": "BUMPER_CLICKED" }, { "enum": [ 24 ], "title": "PREROLL_STARTED" }, { "enum": [ 25 ], "title": "MIDROLL_STARTED" }, { "enum": [ 26 ], "title": "POSTROLL_STARTED" }, { "enum": [ 27 ], "title": "OVERLAY_STARTED" }, { "enum": [ 28 ], "title": "PREROLL_CLICKED" }, { "enum": [ 29 ], "title": "MIDROLL_CLICKED" }, { "enum": [ 30 ], "title": "POSTROLL_CLICKED" }, { "enum": [ 31 ], "title": "OVERLAY_CLICKED" }, { "enum": [ 32 ], "title": "PREROLL_25" }, { "enum": [ 33 ], "title": "PREROLL_50" }, { "enum": [ 34 ], "title": "PREROLL_75" }, { "enum": [ 35 ], "title": "MIDROLL_25" }, { "enum": [ 36 ], "title": "MIDROLL_50" }, { "enum": [ 37 ], "title": "MIDROLL_75" }, { "enum": [ 38 ], "title": "POSTROLL_25" }, { "enum": [ 39 ], "title": "POSTROLL_50" }, { "enum": [ 40 ], "title": "POSTROLL_75" } ], "title": "KalturaStatsEventType" }, "KalturaStatsFeatureType": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "RELATED" } ], "title": "KalturaStatsFeatureType" }, "KalturaStatsKmcEventType": { "oneOf": [ { "enum": [ 1001 ], "title": "CONTENT_PAGE_VIEW" }, { "enum": [ 1010 ], "title": "CONTENT_ADD_PLAYLIST" }, { "enum": [ 1011 ], "title": "CONTENT_EDIT_PLAYLIST" }, { "enum": [ 1012 ], "title": "CONTENT_DELETE_PLAYLIST" }, { "enum": [ 1013 ], "title": "CONTENT_EDIT_ENTRY" }, { "enum": [ 1014 ], "title": "CONTENT_CHANGE_THUMBNAIL" }, { "enum": [ 1015 ], "title": "CONTENT_ADD_TAGS" }, { "enum": [ 1016 ], "title": "CONTENT_REMOVE_TAGS" }, { "enum": [ 1017 ], "title": "CONTENT_ADD_ADMIN_TAGS" }, { "enum": [ 1018 ], "title": "CONTENT_REMOVE_ADMIN_TAGS" }, { "enum": [ 1019 ], "title": "CONTENT_DOWNLOAD" }, { "enum": [ 1020 ], "title": "CONTENT_APPROVE_MODERATION" }, { "enum": [ 1021 ], "title": "CONTENT_REJECT_MODERATION" }, { "enum": [ 1022 ], "title": "CONTENT_BULK_UPLOAD" }, { "enum": [ 1023 ], "title": "CONTENT_ADMIN_KCW_UPLOAD" }, { "enum": [ 1030 ], "title": "ACCOUNT_CHANGE_PARTNER_INFO" }, { "enum": [ 1031 ], "title": "ACCOUNT_CHANGE_LOGIN_INFO" }, { "enum": [ 1032 ], "title": "ACCOUNT_CONTACT_US_USAGE" }, { "enum": [ 1033 ], "title": "ACCOUNT_UPDATE_SERVER_SETTINGS" }, { "enum": [ 1034 ], "title": "ACCOUNT_ACCOUNT_OVERVIEW" }, { "enum": [ 1035 ], "title": "ACCOUNT_ACCESS_CONTROL" }, { "enum": [ 1036 ], "title": "ACCOUNT_TRANSCODING_SETTINGS" }, { "enum": [ 1037 ], "title": "ACCOUNT_ACCOUNT_UPGRADE" }, { "enum": [ 1038 ], "title": "ACCOUNT_SAVE_SERVER_SETTINGS" }, { "enum": [ 1039 ], "title": "ACCOUNT_ACCESS_CONTROL_DELETE" }, { "enum": [ 1040 ], "title": "ACCOUNT_SAVE_TRANSCODING_SETTINGS" }, { "enum": [ 1041 ], "title": "LOGIN" }, { "enum": [ 1042 ], "title": "DASHBOARD_IMPORT_CONTENT" }, { "enum": [ 1043 ], "title": "DASHBOARD_UPDATE_CONTENT" }, { "enum": [ 1044 ], "title": "DASHBOARD_ACCOUNT_CONTACT_US" }, { "enum": [ 1045 ], "title": "DASHBOARD_VIEW_REPORTS" }, { "enum": [ 1046 ], "title": "DASHBOARD_EMBED_PLAYER" }, { "enum": [ 1047 ], "title": "DASHBOARD_EMBED_PLAYLIST" }, { "enum": [ 1048 ], "title": "DASHBOARD_CUSTOMIZE_PLAYERS" }, { "enum": [ 1050 ], "title": "APP_STUDIO_NEW_PLAYER_SINGLE_VIDEO" }, { "enum": [ 1051 ], "title": "APP_STUDIO_NEW_PLAYER_PLAYLIST" }, { "enum": [ 1052 ], "title": "APP_STUDIO_NEW_PLAYER_MULTI_TAB_PLAYLIST" }, { "enum": [ 1053 ], "title": "APP_STUDIO_EDIT_PLAYER_SINGLE_VIDEO" }, { "enum": [ 1054 ], "title": "APP_STUDIO_EDIT_PLAYER_PLAYLIST" }, { "enum": [ 1055 ], "title": "APP_STUDIO_EDIT_PLAYER_MULTI_TAB_PLAYLIST" }, { "enum": [ 1056 ], "title": "APP_STUDIO_DUPLICATE_PLAYER" }, { "enum": [ 1057 ], "title": "CONTENT_CONTENT_GO_TO_PAGE" }, { "enum": [ 1058 ], "title": "CONTENT_DELETE_ITEM" }, { "enum": [ 1059 ], "title": "CONTENT_DELETE_MIX" }, { "enum": [ 1070 ], "title": "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_TAB" }, { "enum": [ 1071 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_REPORTS_TAB" }, { "enum": [ 1072 ], "title": "REPORTS_AND_ANALYTICS_USERS_AND_COMMUNITY_REPORTS_TAB" }, { "enum": [ 1073 ], "title": "REPORTS_AND_ANALYTICS_TOP_CONTRIBUTORS" }, { "enum": [ 1074 ], "title": "REPORTS_AND_ANALYTICS_MAP_OVERLAYS" }, { "enum": [ 1075 ], "title": "REPORTS_AND_ANALYTICS_TOP_SYNDICATIONS" }, { "enum": [ 1076 ], "title": "REPORTS_AND_ANALYTICS_TOP_CONTENT" }, { "enum": [ 1077 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_DROPOFF" }, { "enum": [ 1078 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_INTERACTIONS" }, { "enum": [ 1079 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_CONTRIBUTIONS" }, { "enum": [ 1080 ], "title": "REPORTS_AND_ANALYTICS_VIDEO_DRILL_DOWN" }, { "enum": [ 1081 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_DRILL_DOWN_INTERACTION" }, { "enum": [ 1082 ], "title": "REPORTS_AND_ANALYTICS_CONTENT_CONTRIBUTIONS_DRILLDOWN" }, { "enum": [ 1083 ], "title": "REPORTS_AND_ANALYTICS_VIDEO_DRILL_DOWN_DROPOFF" }, { "enum": [ 1084 ], "title": "REPORTS_AND_ANALYTICS_MAP_OVERLAYS_DRILLDOWN" }, { "enum": [ 1085 ], "title": "REPORTS_AND_ANALYTICS_TOP_SYNDICATIONS_DRILL_DOWN" }, { "enum": [ 1086 ], "title": "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_VIEW_MONTHLY" }, { "enum": [ 1087 ], "title": "REPORTS_AND_ANALYTICS_BANDWIDTH_USAGE_VIEW_YEARLY" }, { "enum": [ 1088 ], "title": "CONTENT_ENTRY_DRILLDOWN" }, { "enum": [ 1089 ], "title": "CONTENT_OPEN_PREVIEW_AND_EMBED" } ], "title": "KalturaStatsKmcEventType" }, "KalturaStorageProfileDeliveryStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "BLOCKED" } ], "title": "KalturaStorageProfileDeliveryStatus" }, "KalturaStorageProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaStorageProfileOrderBy" }, "KalturaStorageProfileProtocol": { "oneOf": [ { "enum": [ "kontiki.KONTIKI" ], "title": "KONTIKI" }, { "enum": [ "0" ], "title": "KALTURA_DC" }, { "enum": [ "1" ], "title": "FTP" }, { "enum": [ "2" ], "title": "SCP" }, { "enum": [ "3" ], "title": "SFTP" }, { "enum": [ "6" ], "title": "S3" }, { "enum": [ "7" ], "title": "LOCAL" } ], "title": "KalturaStorageProfileProtocol" }, "KalturaStorageProfileReadyBehavior": { "oneOf": [ { "enum": [ 0 ], "title": "NO_IMPACT" }, { "enum": [ 1 ], "title": "REQUIRED" } ], "title": "KalturaStorageProfileReadyBehavior" }, "KalturaStorageProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "AUTOMATIC" }, { "enum": [ 3 ], "title": "MANUAL" } ], "title": "KalturaStorageProfileStatus" }, "KalturaStorageServePriority": { "oneOf": [ { "enum": [ 1 ], "title": "KALTURA_ONLY" }, { "enum": [ 2 ], "title": "KALTURA_FIRST" }, { "enum": [ 3 ], "title": "EXTERNAL_FIRST" }, { "enum": [ 4 ], "title": "EXTERNAL_ONLY" } ], "title": "KalturaStorageServePriority" }, "KalturaSwfFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaSwfFlavorParamsOrderBy" }, "KalturaSwfFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaSwfFlavorParamsOutputOrderBy" }, "KalturaSynacorHboDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaSynacorHboDistributionProfileOrderBy" }, "KalturaSynacorHboDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaSynacorHboDistributionProviderOrderBy" }, "KalturaSyndicationDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaSyndicationDistributionProfileOrderBy" }, "KalturaSyndicationDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaSyndicationDistributionProviderOrderBy" }, "KalturaSyndicationFeedEntriesOrderBy": { "oneOf": [ { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "recent" ], "title": "RECENT" } ], "title": "KalturaSyndicationFeedEntriesOrderBy" }, "KalturaSyndicationFeedStatus": { "oneOf": [ { "enum": [ -1 ], "title": "DELETED" }, { "enum": [ 1 ], "title": "ACTIVE" } ], "title": "KalturaSyndicationFeedStatus" }, "KalturaSyndicationFeedType": { "oneOf": [ { "enum": [ 1 ], "title": "GOOGLE_VIDEO" }, { "enum": [ 2 ], "title": "YAHOO" }, { "enum": [ 3 ], "title": "ITUNES" }, { "enum": [ 4 ], "title": "TUBE_MOGUL" }, { "enum": [ 5 ], "title": "KALTURA" }, { "enum": [ 6 ], "title": "KALTURA_XSLT" }, { "enum": [ 7 ], "title": "ROKU_DIRECT_PUBLISHER" }, { "enum": [ 8 ], "title": "OPERA_TV_SNAP" } ], "title": "KalturaSyndicationFeedType" }, "KalturaSystemPartnerLimitType": { "oneOf": [ { "enum": [ "ACCESS_CONTROLS" ], "title": "ACCESS_CONTROLS" }, { "enum": [ "ADMIN_LOGIN_USERS" ], "title": "ADMIN_LOGIN_USERS" }, { "enum": [ "BULK_SIZE" ], "title": "BULK_SIZE" }, { "enum": [ "END_USERS" ], "title": "END_USERS" }, { "enum": [ "ENTRIES" ], "title": "ENTRIES" }, { "enum": [ "LIVE_CONCURRENT_BY_ADMIN_TAG" ], "title": "LIVE_CONCURRENT_BY_ADMIN_TAG" }, { "enum": [ "LIVE_RTC_STREAM_INPUTS" ], "title": "LIVE_RTC_STREAM_INPUTS" }, { "enum": [ "LIVE_STREAM_INPUTS" ], "title": "LIVE_STREAM_INPUTS" }, { "enum": [ "LIVE_STREAM_OUTPUTS" ], "title": "LIVE_STREAM_OUTPUTS" }, { "enum": [ "LOGIN_USERS" ], "title": "LOGIN_USERS" }, { "enum": [ "MONTHLY_BANDWIDTH" ], "title": "MONTHLY_BANDWIDTH" }, { "enum": [ "MONTHLY_STORAGE" ], "title": "MONTHLY_STORAGE" }, { "enum": [ "MONTHLY_STORAGE_AND_BANDWIDTH" ], "title": "MONTHLY_STORAGE_AND_BANDWIDTH" }, { "enum": [ "MONTHLY_STREAM_ENTRIES" ], "title": "MONTHLY_STREAM_ENTRIES" }, { "enum": [ "PUBLISHERS" ], "title": "PUBLISHERS" }, { "enum": [ "USER_LOGIN_ATTEMPTS" ], "title": "USER_LOGIN_ATTEMPTS" } ], "title": "KalturaSystemPartnerLimitType" }, "KalturaTVComDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTVComDistributionProfileOrderBy" }, "KalturaTVComDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaTVComDistributionProviderOrderBy" }, "KalturaTaggedObjectType": { "oneOf": [ { "enum": [ "1" ], "title": "ENTRY" }, { "enum": [ "2" ], "title": "CATEGORY" } ], "title": "KalturaTaggedObjectType" }, "KalturaThumbAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaThumbAssetOrderBy" }, "KalturaThumbAssetStatus": { "oneOf": [ { "enum": [ -1 ], "title": "ERROR" }, { "enum": [ 0 ], "title": "QUEUED" }, { "enum": [ 1 ], "title": "CAPTURING" }, { "enum": [ 2 ], "title": "READY" }, { "enum": [ 3 ], "title": "DELETED" }, { "enum": [ 7 ], "title": "IMPORTING" }, { "enum": [ 9 ], "title": "EXPORTING" } ], "title": "KalturaThumbAssetStatus" }, "KalturaThumbCropType": { "oneOf": [ { "enum": [ 1 ], "title": "RESIZE" }, { "enum": [ 2 ], "title": "RESIZE_WITH_PADDING" }, { "enum": [ 3 ], "title": "CROP" }, { "enum": [ 4 ], "title": "CROP_FROM_TOP" }, { "enum": [ 5 ], "title": "RESIZE_WITH_FORCE" } ], "title": "KalturaThumbCropType" }, "KalturaThumbCuePointOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+intId" ], "title": "INT_ID_ASC" }, { "enum": [ "+partnerSortValue" ], "title": "PARTNER_SORT_VALUE_ASC" }, { "enum": [ "+startTime" ], "title": "START_TIME_ASC" }, { "enum": [ "+triggeredAt" ], "title": "TRIGGERED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-intId" ], "title": "INT_ID_DESC" }, { "enum": [ "-partnerSortValue" ], "title": "PARTNER_SORT_VALUE_DESC" }, { "enum": [ "-startTime" ], "title": "START_TIME_DESC" }, { "enum": [ "-triggeredAt" ], "title": "TRIGGERED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaThumbCuePointOrderBy" }, "KalturaThumbCuePointSubType": { "oneOf": [ { "enum": [ 1 ], "title": "SLIDE" }, { "enum": [ 2 ], "title": "CHAPTER" } ], "title": "KalturaThumbCuePointSubType" }, "KalturaThumbParamsOrderBy": { "oneOf": [], "title": "KalturaThumbParamsOrderBy" }, "KalturaThumbParamsOutputOrderBy": { "oneOf": [], "title": "KalturaThumbParamsOutputOrderBy" }, "KalturaTimeWarnerDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTimeWarnerDistributionProfileOrderBy" }, "KalturaTimeWarnerDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaTimeWarnerDistributionProviderOrderBy" }, "KalturaTimedThumbAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTimedThumbAssetOrderBy" }, "KalturaTranscriptAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTranscriptAssetOrderBy" }, "KalturaTranscriptProviderType": { "oneOf": [ { "enum": [ "cielo24.Cielo24" ], "title": "CIELO24" }, { "enum": [ "voicebase.Voicebase" ], "title": "VOICEBASE" } ], "title": "KalturaTranscriptProviderType" }, "KalturaTubeMogulSyndicationFeedCategories": { "oneOf": [ { "enum": [ "Animals & Pets" ], "title": "ANIMALS_AND_PETS" }, { "enum": [ "Arts & Animation" ], "title": "ARTS_AND_ANIMATION" }, { "enum": [ "Autos" ], "title": "AUTOS" }, { "enum": [ "Comedy" ], "title": "COMEDY" }, { "enum": [ "Commercials/Promotional" ], "title": "COMMERCIALS_PROMOTIONAL" }, { "enum": [ "Entertainment" ], "title": "ENTERTAINMENT" }, { "enum": [ "Family & Kids" ], "title": "FAMILY_AND_KIDS" }, { "enum": [ "How To/Instructional/DIY" ], "title": "HOW_TO_INSTRUCTIONAL_DIY" }, { "enum": [ "Music" ], "title": "MUSIC" }, { "enum": [ "News & Blogs" ], "title": "NEWS_AND_BLOGS" }, { "enum": [ "Science & Technology" ], "title": "SCIENCE_AND_TECHNOLOGY" }, { "enum": [ "Sports" ], "title": "SPORTS" }, { "enum": [ "Travel & Places" ], "title": "TRAVEL_AND_PLACES" }, { "enum": [ "Video Games" ], "title": "VIDEO_GAMES" }, { "enum": [ "Vlogs & People" ], "title": "VLOGS_PEOPLE" } ], "title": "KalturaTubeMogulSyndicationFeedCategories" }, "KalturaTubeMogulSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTubeMogulSyndicationFeedOrderBy" }, "KalturaTvinciAssetsType": { "oneOf": [ { "enum": [ 1 ], "title": "REGULAR" }, { "enum": [ 2 ], "title": "VIRTUAL" } ], "title": "KalturaTvinciAssetsType" }, "KalturaTvinciDistributionField": { "oneOf": [ { "enum": [ "*" ], "title": "META" }, { "enum": [ "CUSTOM_DATA" ], "title": "CUSTOM" } ], "title": "KalturaTvinciDistributionField" }, "KalturaTvinciDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaTvinciDistributionProfileOrderBy" }, "KalturaTvinciDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaTvinciDistributionProviderOrderBy" }, "KalturaTwoFactorAuthenticationMode": { "oneOf": [ { "enum": [ 0 ], "title": "ALL" }, { "enum": [ 1 ], "title": "ADMIN_USERS_ONLY" }, { "enum": [ 2 ], "title": "NON_ADMIN_USERS_ONLY" } ], "title": "KalturaTwoFactorAuthenticationMode" }, "KalturaUiConfCreationMode": { "oneOf": [ { "enum": [ 2 ], "title": "WIZARD" }, { "enum": [ 3 ], "title": "ADVANCED" }, { "enum": [ 4 ], "title": "SYSTEM" } ], "title": "KalturaUiConfCreationMode" }, "KalturaUiConfObjType": { "oneOf": [ { "enum": [ 1 ], "title": "PLAYER" }, { "enum": [ 2 ], "title": "CONTRIBUTION_WIZARD" }, { "enum": [ 3 ], "title": "SIMPLE_EDITOR" }, { "enum": [ 4 ], "title": "ADVANCED_EDITOR" }, { "enum": [ 5 ], "title": "PLAYLIST" }, { "enum": [ 6 ], "title": "APP_STUDIO" }, { "enum": [ 7 ], "title": "KRECORD" }, { "enum": [ 8 ], "title": "PLAYER_V3" }, { "enum": [ 9 ], "title": "KMC_ACCOUNT" }, { "enum": [ 10 ], "title": "KMC_ANALYTICS" }, { "enum": [ 11 ], "title": "KMC_CONTENT" }, { "enum": [ 12 ], "title": "KMC_DASHBOARD" }, { "enum": [ 13 ], "title": "KMC_LOGIN" }, { "enum": [ 14 ], "title": "PLAYER_SL" }, { "enum": [ 15 ], "title": "CLIENTSIDE_ENCODER" }, { "enum": [ 16 ], "title": "KMC_GENERAL" }, { "enum": [ 17 ], "title": "KMC_ROLES_AND_PERMISSIONS" }, { "enum": [ 18 ], "title": "CLIPPER" }, { "enum": [ 19 ], "title": "KSR" }, { "enum": [ 20 ], "title": "KUPLOAD" }, { "enum": [ 21 ], "title": "WEBCASTING" } ], "title": "KalturaUiConfObjType" }, "KalturaUiConfOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUiConfOrderBy" }, "KalturaUnicornDistributionField": { "oneOf": [ { "enum": [ "CATALOG_GUID" ], "title": "CATALOG_GUID" }, { "enum": [ "TITLE" ], "title": "TITLE" } ], "title": "KalturaUnicornDistributionField" }, "KalturaUnicornDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUnicornDistributionProfileOrderBy" }, "KalturaUnicornDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaUnicornDistributionProviderOrderBy" }, "KalturaUpdateMethodType": { "oneOf": [ { "enum": [ 0 ], "title": "MANUAL" }, { "enum": [ 1 ], "title": "AUTOMATIC" } ], "title": "KalturaUpdateMethodType" }, "KalturaUploadErrorCode": { "oneOf": [ { "enum": [ 0 ], "title": "NO_ERROR" }, { "enum": [ 1 ], "title": "GENERAL_ERROR" }, { "enum": [ 2 ], "title": "PARTIAL_UPLOAD" } ], "title": "KalturaUploadErrorCode" }, "KalturaUploadTokenOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaUploadTokenOrderBy" }, "KalturaUploadTokenStatus": { "oneOf": [ { "enum": [ 0 ], "title": "PENDING" }, { "enum": [ 1 ], "title": "PARTIAL_UPLOAD" }, { "enum": [ 2 ], "title": "FULL_UPLOAD" }, { "enum": [ 3 ], "title": "CLOSED" }, { "enum": [ 4 ], "title": "TIMED_OUT" }, { "enum": [ 5 ], "title": "DELETED" } ], "title": "KalturaUploadTokenStatus" }, "KalturaUserAgentRestrictionType": { "oneOf": [ { "enum": [ 0 ], "title": "RESTRICT_LIST" }, { "enum": [ 1 ], "title": "ALLOW_LIST" } ], "title": "KalturaUserAgentRestrictionType" }, "KalturaUserEntryExtendedStatus": { "oneOf": [ { "enum": [ "quiz.SYNC_STATUS_ERROR" ], "title": "SYNC_STATUS_ERROR" }, { "enum": [ "quiz.SYNC_STATUS_SUCCESS" ], "title": "SYNC_STATUS_SUCCESS" }, { "enum": [ "viewHistory.PLAYBACK_COMPLETE" ], "title": "PLAYBACK_COMPLETE" }, { "enum": [ "viewHistory.PLAYBACK_STARTED" ], "title": "PLAYBACK_STARTED" }, { "enum": [ "viewHistory.VIEWED" ], "title": "VIEWED" } ], "title": "KalturaUserEntryExtendedStatus" }, "KalturaUserEntryOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUserEntryOrderBy" }, "KalturaUserEntryPermissionLevel": { "oneOf": [ { "enum": [ 1 ], "title": "SPEAKER" }, { "enum": [ 2 ], "title": "MODERATOR" }, { "enum": [ 3 ], "title": "ATTENDEE" }, { "enum": [ 4 ], "title": "ADMIN" }, { "enum": [ 5 ], "title": "PREVIEW_ONLY" }, { "enum": [ 6 ], "title": "CHAT_MODERATOR" } ], "title": "KalturaUserEntryPermissionLevel" }, "KalturaUserEntryStatus": { "oneOf": [ { "enum": [ "quiz.3" ], "title": "QUIZ_SUBMITTED" }, { "enum": [ "1" ], "title": "ACTIVE" }, { "enum": [ "2" ], "title": "DELETED" } ], "title": "KalturaUserEntryStatus" }, "KalturaUserEntryType": { "oneOf": [ { "enum": [ "entryPermissionLevel.PERMISSION_LEVEL" ], "title": "PERMISSION_LEVEL" }, { "enum": [ "quiz.QUIZ" ], "title": "QUIZ" }, { "enum": [ "registration.REGISTRATION" ], "title": "REGISTRATION" }, { "enum": [ "viewHistory.VIEW_HISTORY" ], "title": "VIEW_HISTORY" }, { "enum": [ "watchLater.WATCH_LATER" ], "title": "WATCH_LATER" } ], "title": "KalturaUserEntryType" }, "KalturaUserJoinPolicyType": { "oneOf": [ { "enum": [ 1 ], "title": "AUTO_JOIN" }, { "enum": [ 2 ], "title": "REQUEST_TO_JOIN" }, { "enum": [ 3 ], "title": "NOT_ALLOWED" } ], "title": "KalturaUserJoinPolicyType" }, "KalturaUserLoginDataOrderBy": { "oneOf": [], "title": "KalturaUserLoginDataOrderBy" }, "KalturaUserMode": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "PROTECTED_USER" } ], "title": "KalturaUserMode" }, "KalturaUserOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUserOrderBy" }, "KalturaUserRoleOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUserRoleOrderBy" }, "KalturaUserRoleStatus": { "oneOf": [ { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "BLOCKED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaUserRoleStatus" }, "KalturaUserStatus": { "oneOf": [ { "enum": [ 0 ], "title": "BLOCKED" }, { "enum": [ 1 ], "title": "ACTIVE" }, { "enum": [ 2 ], "title": "DELETED" } ], "title": "KalturaUserStatus" }, "KalturaUserType": { "oneOf": [ { "enum": [ 0 ], "title": "USER" }, { "enum": [ 1 ], "title": "GROUP" } ], "title": "KalturaUserType" }, "KalturaUverseClickToOrderDistributionField": { "oneOf": [ { "enum": [ "BACKGROUND_IMAGE_STANDART" ], "title": "BACKGROUND_IMAGE_STANDART" }, { "enum": [ "BACKGROUND_IMAGE_WIDE" ], "title": "BACKGROUND_IMAGE_WIDE" }, { "enum": [ "CATEGORY_ENTRY_ID" ], "title": "CATEGORY_ENTRY_ID" }, { "enum": [ "CATEGORY_IMAGE_HEIGHT" ], "title": "CATEGORY_IMAGE_HEIGHT" }, { "enum": [ "CATEGORY_IMAGE_WIDTH" ], "title": "CATEGORY_IMAGE_WIDTH" }, { "enum": [ "ITEM_CCVIDFILE" ], "title": "ITEM_CCVIDFILE" }, { "enum": [ "ITEM_CONTENT" ], "title": "ITEM_CONTENT" }, { "enum": [ "ITEM_CONTENT_TYPE" ], "title": "ITEM_CONTENT_TYPE" }, { "enum": [ "ITEM_DESTINATION" ], "title": "ITEM_DESTINATION" }, { "enum": [ "ITEM_DIRECTIONS" ], "title": "ITEM_DIRECTIONS" }, { "enum": [ "ITEM_TITLE" ], "title": "ITEM_TITLE" }, { "enum": [ "SORT_ITEMS_BY_FIELD" ], "title": "SORT_ITEMS_BY_FIELD" } ], "title": "KalturaUverseClickToOrderDistributionField" }, "KalturaUverseClickToOrderDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUverseClickToOrderDistributionProfileOrderBy" }, "KalturaUverseClickToOrderDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaUverseClickToOrderDistributionProviderOrderBy" }, "KalturaUverseDistributionField": { "oneOf": [ { "enum": [ "ITEM_CONTENT_LANG" ], "title": "ITEM_CONTENT_LANG" }, { "enum": [ "ITEM_DESCRIPTION" ], "title": "ITEM_DESCRIPTION" }, { "enum": [ "ITEM_EXPIRATION_DATE" ], "title": "ITEM_EXPIRATION_DATE" }, { "enum": [ "ITEM_GUID" ], "title": "ITEM_GUID" }, { "enum": [ "ITEM_LINK" ], "title": "ITEM_LINK" }, { "enum": [ "ITEM_LIVE_ORIGINAL_RELEASE_DATE" ], "title": "ITEM_LIVE_ORIGINAL_RELEASE_DATE" }, { "enum": [ "ITEM_MEDIA_CATEGORY" ], "title": "ITEM_MEDIA_CATEGORY" }, { "enum": [ "ITEM_MEDIA_COPYRIGHT" ], "title": "ITEM_MEDIA_COPYRIGHT" }, { "enum": [ "ITEM_MEDIA_COPYRIGHT_URL" ], "title": "ITEM_MEDIA_COPYRIGHT_URL" }, { "enum": [ "ITEM_MEDIA_DESCRIPTION" ], "title": "ITEM_MEDIA_DESCRIPTION" }, { "enum": [ "ITEM_MEDIA_KEYWORDS" ], "title": "ITEM_MEDIA_KEYWORDS" }, { "enum": [ "ITEM_MEDIA_RATING" ], "title": "ITEM_MEDIA_RATING" }, { "enum": [ "ITEM_MEDIA_TITLE" ], "title": "ITEM_MEDIA_TITLE" }, { "enum": [ "ITEM_PUB_DATE" ], "title": "ITEM_PUB_DATE" }, { "enum": [ "ITEM_THUMBNAIL_CREDIT" ], "title": "ITEM_THUMBNAIL_CREDIT" }, { "enum": [ "ITEM_TITLE" ], "title": "ITEM_TITLE" } ], "title": "KalturaUverseDistributionField" }, "KalturaUverseDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaUverseDistributionProfileOrderBy" }, "KalturaUverseDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaUverseDistributionProviderOrderBy" }, "KalturaVendorCaptionsCatalogItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVendorCaptionsCatalogItemOrderBy" }, "KalturaVendorCatalogItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVendorCatalogItemOrderBy" }, "KalturaVendorCatalogItemOutputFormat": { "oneOf": [ { "enum": [ 1 ], "title": "SRT" }, { "enum": [ 2 ], "title": "DFXP" }, { "enum": [ 3 ], "title": "VTT" } ], "title": "KalturaVendorCatalogItemOutputFormat" }, "KalturaVendorCatalogItemPriceFunction": { "oneOf": [ { "enum": [ "kReachUtils::calcPricePerMinute" ], "title": "PRICE_PER_MINUTE" }, { "enum": [ "kReachUtils::calcPricePerSecond" ], "title": "PRICE_PER_SECOND" } ], "title": "KalturaVendorCatalogItemPriceFunction" }, "KalturaVendorCatalogItemStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DEPRECATED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaVendorCatalogItemStatus" }, "KalturaVendorCreditRecurrenceFrequency": { "oneOf": [ { "enum": [ "day" ], "title": "DAILY" }, { "enum": [ "month" ], "title": "MONTHLY" }, { "enum": [ "week" ], "title": "WEEKLY" }, { "enum": [ "year" ], "title": "YEARLY" } ], "title": "KalturaVendorCreditRecurrenceFrequency" }, "KalturaVendorIntegrationStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaVendorIntegrationStatus" }, "KalturaVendorServiceFeature": { "oneOf": [ { "enum": [ 1 ], "title": "CAPTIONS" }, { "enum": [ 2 ], "title": "TRANSLATION" }, { "enum": [ 3 ], "title": "ALIGNMENT" }, { "enum": [ 4 ], "title": "AUDIO_DESCRIPTION" }, { "enum": [ 5 ], "title": "CHAPTERING" }, { "enum": [ 6 ], "title": "INTELLIGENT_TAGGING" }, { "enum": [ 7 ], "title": "DUBBING" }, { "enum": [ 8 ], "title": "LIVE_CAPTION" }, { "enum": [ 9 ], "title": "EXTENDED_AUDIO_DESCRIPTION" } ], "title": "KalturaVendorServiceFeature" }, "KalturaVendorServiceTurnAroundTime": { "oneOf": [ { "enum": [ -1 ], "title": "BEST_EFFORT" }, { "enum": [ 0 ], "title": "IMMEDIATE" }, { "enum": [ 1 ], "title": "ONE_BUSINESS_DAY" }, { "enum": [ 2 ], "title": "TWO_BUSINESS_DAYS" }, { "enum": [ 3 ], "title": "THREE_BUSINESS_DAYS" }, { "enum": [ 4 ], "title": "FOUR_BUSINESS_DAYS" }, { "enum": [ 5 ], "title": "FIVE_BUSINESS_DAYS" }, { "enum": [ 6 ], "title": "SIX_BUSINESS_DAYS" }, { "enum": [ 7 ], "title": "SEVEN_BUSINESS_DAYS" }, { "enum": [ 1800 ], "title": "THIRTY_MINUTES" }, { "enum": [ 7200 ], "title": "TWO_HOURS" }, { "enum": [ 10800 ], "title": "THREE_HOURS" }, { "enum": [ 21600 ], "title": "SIX_HOURS" }, { "enum": [ 28800 ], "title": "EIGHT_HOURS" }, { "enum": [ 43200 ], "title": "TWELVE_HOURS" }, { "enum": [ 86400 ], "title": "TWENTY_FOUR_HOURS" }, { "enum": [ 172800 ], "title": "FORTY_EIGHT_HOURS" }, { "enum": [ 345600 ], "title": "FOUR_DAYS" }, { "enum": [ 432000 ], "title": "FIVE_DAYS" }, { "enum": [ 864000 ], "title": "TEN_DAYS" } ], "title": "KalturaVendorServiceTurnAroundTime" }, "KalturaVendorServiceType": { "oneOf": [ { "enum": [ 1 ], "title": "HUMAN" }, { "enum": [ 2 ], "title": "MACHINE" } ], "title": "KalturaVendorServiceType" }, "KalturaVendorTaskProcessingRegion": { "oneOf": [ { "enum": [ 1 ], "title": "US" }, { "enum": [ 2 ], "title": "EU" } ], "title": "KalturaVendorTaskProcessingRegion" }, "KalturaVendorTranslationCatalogItemOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVendorTranslationCatalogItemOrderBy" }, "KalturaVendorTypeEnum": { "oneOf": [ { "enum": [ "MicrosoftTeamsDropFolder.MS_TEAMS" ], "title": "MS_TEAMS" }, { "enum": [ "1" ], "title": "ZOOM_ACCOUNT" }, { "enum": [ "2" ], "title": "WEBEX_API_ACCOUNT" } ], "title": "KalturaVendorTypeEnum" }, "KalturaVerizonVcastDistributionField": { "oneOf": [ { "enum": [ "ALERT_CODE" ], "title": "ALERT_CODE" }, { "enum": [ "ALLOW_DOWNLOAD" ], "title": "ALLOW_DOWNLOAD" }, { "enum": [ "ALLOW_STREAMING" ], "title": "ALLOW_STREAMING" }, { "enum": [ "CATEGORY" ], "title": "CATEGORY" }, { "enum": [ "CATEGORY_DESCRIPTOR" ], "title": "CATEGORY_DESCRIPTOR" }, { "enum": [ "COPYRIGHT" ], "title": "COPYRIGHT" }, { "enum": [ "DESCRIPTION" ], "title": "DESCRIPTION" }, { "enum": [ "DOWNLOAD_PRICE_CODE" ], "title": "DOWNLOAD_PRICE_CODE" }, { "enum": [ "END_DATE" ], "title": "END_DATE" }, { "enum": [ "ENTITLEMENT" ], "title": "ENTITLEMENT" }, { "enum": [ "EPISODE" ], "title": "EPISODE" }, { "enum": [ "EXTERNAL_ID" ], "title": "EXTERNAL_ID" }, { "enum": [ "GENRE" ], "title": "GENRE" }, { "enum": [ "ISRC" ], "title": "ISRC" }, { "enum": [ "KEYWORDS" ], "title": "KEYWORDS" }, { "enum": [ "LIVE_DATE" ], "title": "LIVE_DATE" }, { "enum": [ "ORIGINAL_COUNTRY" ], "title": "ORIGINAL_COUNTRY" }, { "enum": [ "ORIGINAL_RELEASE" ], "title": "ORIGINAL_RELEASE" }, { "enum": [ "PRIORITY" ], "title": "PRIORITY" }, { "enum": [ "PROGRAM_CODE" ], "title": "PROGRAM_CODE" }, { "enum": [ "PROGRAM_DESCRIPTION" ], "title": "PROGRAM_DESCRIPTION" }, { "enum": [ "PROGRAM_NAME" ], "title": "PROGRAM_NAME" }, { "enum": [ "PROVIDER" ], "title": "PROVIDER" }, { "enum": [ "PROVIDER_ID" ], "title": "PROVIDER_ID" }, { "enum": [ "PUB_DATE" ], "title": "PUB_DATE" }, { "enum": [ "PURCHASE_END_DATE" ], "title": "PURCHASE_END_DATE" }, { "enum": [ "RATING" ], "title": "RATING" }, { "enum": [ "RATING_DESCRIPTOR" ], "title": "RATING_DESCRIPTOR" }, { "enum": [ "SEASON" ], "title": "SEASON" }, { "enum": [ "SHORT_DESCRIPTION" ], "title": "SHORT_DESCRIPTION" }, { "enum": [ "SORT_NAME" ], "title": "SORT_NAME" }, { "enum": [ "STREAMING_PRICE_CODE" ], "title": "STREAMING_PRICE_CODE" }, { "enum": [ "STUDIO" ], "title": "STUDIO" }, { "enum": [ "SUB_CATEGORY_DESCRIPTOR" ], "title": "SUB_CATEGORY_DESCRIPTOR" }, { "enum": [ "TITLE" ], "title": "TITLE" }, { "enum": [ "TOP_STORY" ], "title": "TOP_STORY" }, { "enum": [ "UPC" ], "title": "UPC" }, { "enum": [ "VIDEO_DESCRIPTORS" ], "title": "VIDEO_DESCRIPTORS" }, { "enum": [ "VIDEO_TYPE" ], "title": "VIDEO_TYPE" } ], "title": "KalturaVerizonVcastDistributionField" }, "KalturaVerizonVcastDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVerizonVcastDistributionProfileOrderBy" }, "KalturaVerizonVcastDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaVerizonVcastDistributionProviderOrderBy" }, "KalturaVideoCodec": { "oneOf": [ { "enum": [ "" ], "title": "NONE" }, { "enum": [ "apch" ], "title": "APCH" }, { "enum": [ "apcn" ], "title": "APCN" }, { "enum": [ "apco" ], "title": "APCO" }, { "enum": [ "apcs" ], "title": "APCS" }, { "enum": [ "av1" ], "title": "AV1" }, { "enum": [ "copy" ], "title": "COPY" }, { "enum": [ "dnxhd" ], "title": "DNXHD" }, { "enum": [ "dv" ], "title": "DV" }, { "enum": [ "flv" ], "title": "FLV" }, { "enum": [ "h263" ], "title": "H263" }, { "enum": [ "h264" ], "title": "H264" }, { "enum": [ "h264b" ], "title": "H264B" }, { "enum": [ "h264h" ], "title": "H264H" }, { "enum": [ "h264m" ], "title": "H264M" }, { "enum": [ "h265" ], "title": "H265" }, { "enum": [ "mpeg2" ], "title": "MPEG2" }, { "enum": [ "mpeg4" ], "title": "MPEG4" }, { "enum": [ "theora" ], "title": "THEORA" }, { "enum": [ "vp6" ], "title": "VP6" }, { "enum": [ "vp8" ], "title": "VP8" }, { "enum": [ "vp9" ], "title": "VP9" }, { "enum": [ "wmv2" ], "title": "WMV2" }, { "enum": [ "wmv3" ], "title": "WMV3" }, { "enum": [ "wvc1a" ], "title": "WVC1A" } ], "title": "KalturaVideoCodec" }, "KalturaViewMode": { "oneOf": [ { "enum": [ 0 ], "title": "PREVIEW" }, { "enum": [ 1 ], "title": "ALLOW_ALL" } ], "title": "KalturaViewMode" }, "KalturaVirtualEventOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVirtualEventOrderBy" }, "KalturaVirtualEventStatus": { "oneOf": [ { "enum": [ 2 ], "title": "ACTIVE" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaVirtualEventStatus" }, "KalturaVirtualScheduleEventSubType": { "oneOf": [ { "enum": [ 1 ], "title": "AGENDA" }, { "enum": [ 2 ], "title": "REGISTRATION" }, { "enum": [ 3 ], "title": "MAIN_EVENT" } ], "title": "KalturaVirtualScheduleEventSubType" }, "KalturaVirtualScheduleEventType": { "oneOf": [ { "enum": [ 1 ], "title": "RECORD" }, { "enum": [ 2 ], "title": "LIVE_STREAM" }, { "enum": [ 3 ], "title": "BLACKOUT" }, { "enum": [ 4 ], "title": "MEETING" }, { "enum": [ 5 ], "title": "LIVE_REDIRECT" }, { "enum": [ 6 ], "title": "VOD" }, { "enum": [ 7 ], "title": "VIRTUAL" } ], "title": "KalturaVirtualScheduleEventType" }, "KalturaVirusFoundAction": { "oneOf": [ { "enum": [ 0 ], "title": "NONE" }, { "enum": [ 1 ], "title": "DELETE" }, { "enum": [ 2 ], "title": "CLEAN_NONE" }, { "enum": [ 3 ], "title": "CLEAN_DELETE" } ], "title": "KalturaVirusFoundAction" }, "KalturaVirusScanEngineType": { "oneOf": [ { "enum": [ "clamAVScanEngine.ClamAV" ], "title": "CLAMAV_SCAN_ENGINE" }, { "enum": [ "symantecScanEngine.SymantecScanDirectEngine" ], "title": "SYMANTEC_SCAN_DIRECT_ENGINE" }, { "enum": [ "symantecScanEngine.SymantecScanEngine" ], "title": "SYMANTEC_SCAN_ENGINE" }, { "enum": [ "symantecScanEngine.SymantecScanJavaEngine" ], "title": "SYMANTEC_SCAN_JAVA_ENGINE" } ], "title": "KalturaVirusScanEngineType" }, "KalturaVirusScanJobResult": { "oneOf": [ { "enum": [ 1 ], "title": "SCAN_ERROR" }, { "enum": [ 2 ], "title": "FILE_IS_CLEAN" }, { "enum": [ 3 ], "title": "FILE_WAS_CLEANED" }, { "enum": [ 4 ], "title": "FILE_INFECTED" } ], "title": "KalturaVirusScanJobResult" }, "KalturaVirusScanProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaVirusScanProfileOrderBy" }, "KalturaVirusScanProfileStatus": { "oneOf": [ { "enum": [ 1 ], "title": "DISABLED" }, { "enum": [ 2 ], "title": "ENABLED" }, { "enum": [ 3 ], "title": "DELETED" } ], "title": "KalturaVirusScanProfileStatus" }, "KalturaWebexAPIGroupParticipationType": { "oneOf": [ { "enum": [ 0 ], "title": "NO_CLASSIFICATION" }, { "enum": [ 1 ], "title": "OPT_IN" }, { "enum": [ 2 ], "title": "OPT_OUT" } ], "title": "KalturaWebexAPIGroupParticipationType" }, "KalturaWebexAPIUsersMatching": { "oneOf": [ { "enum": [ 0 ], "title": "DO_NOT_MODIFY" }, { "enum": [ 1 ], "title": "ADD_POSTFIX" }, { "enum": [ 2 ], "title": "REMOVE_POSTFIX" } ], "title": "KalturaWebexAPIUsersMatching" }, "KalturaWebexDropFolderFileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+fileName" ], "title": "FILE_NAME_ASC" }, { "enum": [ "+fileSize" ], "title": "FILE_SIZE_ASC" }, { "enum": [ "+fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+parsedFlavor" ], "title": "PARSED_FLAVOR_ASC" }, { "enum": [ "+parsedSlug" ], "title": "PARSED_SLUG_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-fileName" ], "title": "FILE_NAME_DESC" }, { "enum": [ "-fileSize" ], "title": "FILE_SIZE_DESC" }, { "enum": [ "-fileSizeLastSetAt" ], "title": "FILE_SIZE_LAST_SET_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-parsedFlavor" ], "title": "PARSED_FLAVOR_DESC" }, { "enum": [ "-parsedSlug" ], "title": "PARSED_SLUG_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaWebexDropFolderFileOrderBy" }, "KalturaWebexDropFolderOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaWebexDropFolderOrderBy" }, "KalturaWidevineFlavorAssetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+deletedAt" ], "title": "DELETED_AT_ASC" }, { "enum": [ "+size" ], "title": "SIZE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-deletedAt" ], "title": "DELETED_AT_DESC" }, { "enum": [ "-size" ], "title": "SIZE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaWidevineFlavorAssetOrderBy" }, "KalturaWidevineFlavorParamsOrderBy": { "oneOf": [], "title": "KalturaWidevineFlavorParamsOrderBy" }, "KalturaWidevineFlavorParamsOutputOrderBy": { "oneOf": [], "title": "KalturaWidevineFlavorParamsOutputOrderBy" }, "KalturaWidevineProfileOrderBy": { "oneOf": [ { "enum": [ "+id" ], "title": "ID_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "-id" ], "title": "ID_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" } ], "title": "KalturaWidevineProfileOrderBy" }, "KalturaWidevineRepositorySyncMode": { "oneOf": [ { "enum": [ 0 ], "title": "MODIFY" } ], "title": "KalturaWidevineRepositorySyncMode" }, "KalturaWidgetOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" } ], "title": "KalturaWidgetOrderBy" }, "KalturaWidgetSecurityType": { "oneOf": [ { "enum": [ 1 ], "title": "NONE" }, { "enum": [ 2 ], "title": "TIMEHASH" } ], "title": "KalturaWidgetSecurityType" }, "KalturaWowzaMediaServerNodeOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+heartbeatTime" ], "title": "HEARTBEAT_TIME_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-heartbeatTime" ], "title": "HEARTBEAT_TIME_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaWowzaMediaServerNodeOrderBy" }, "KalturaYahooDistributionField": { "oneOf": [ { "enum": [ "CONTACT_EMAIL" ], "title": "CONTACT_EMAIL" }, { "enum": [ "CONTACT_TELEPHONE" ], "title": "CONTACT_TELEPHONE" }, { "enum": [ "VIDEO_DESCRIPTION" ], "title": "VIDEO_DESCRIPTION" }, { "enum": [ "VIDEO_DURATION" ], "title": "VIDEO_DURATION" }, { "enum": [ "VIDEO_EXPIRATION_TIME" ], "title": "VIDEO_EXPIRATION_TIME" }, { "enum": [ "VIDEO_FEEDITEM_ID" ], "title": "VIDEO_FEEDITEM_ID" }, { "enum": [ "VIDEO_KEYWORDS" ], "title": "VIDEO_KEYWORDS" }, { "enum": [ "VIDEO_LINK_TITLE" ], "title": "VIDEO_LINK_TITLE" }, { "enum": [ "VIDEO_LINK_URL" ], "title": "VIDEO_LINK_URL" }, { "enum": [ "VIDEO_MODIFIED_DATE" ], "title": "VIDEO_MODIFIED_DATE" }, { "enum": [ "VIDEO_ROUTING" ], "title": "VIDEO_ROUTING" }, { "enum": [ "VIDEO_TITLE" ], "title": "VIDEO_TITLE" }, { "enum": [ "VIDEO_VALID_TIME" ], "title": "VIDEO_VALID_TIME" } ], "title": "KalturaYahooDistributionField" }, "KalturaYahooDistributionProcessFeedActionStatus": { "oneOf": [ { "enum": [ 0 ], "title": "MANUAL" }, { "enum": [ 1 ], "title": "AUTOMATIC" } ], "title": "KalturaYahooDistributionProcessFeedActionStatus" }, "KalturaYahooDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaYahooDistributionProfileOrderBy" }, "KalturaYahooDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaYahooDistributionProviderOrderBy" }, "KalturaYahooSyndicationFeedAdultValues": { "oneOf": [ { "enum": [ "adult" ], "title": "ADULT" }, { "enum": [ "nonadult" ], "title": "NON_ADULT" } ], "title": "KalturaYahooSyndicationFeedAdultValues" }, "KalturaYahooSyndicationFeedCategories": { "oneOf": [ { "enum": [ "Action" ], "title": "ACTION" }, { "enum": [ "Animals" ], "title": "ANIMALS" }, { "enum": [ "Art & Animation" ], "title": "ART_AND_ANIMATION" }, { "enum": [ "Commercials" ], "title": "COMMERCIALS" }, { "enum": [ "Entertainment & TV" ], "title": "ENTERTAINMENT_AND_TV" }, { "enum": [ "Family" ], "title": "FAMILY" }, { "enum": [ "Food" ], "title": "FOOD" }, { "enum": [ "Funny Videos" ], "title": "FUNNY_VIDEOS" }, { "enum": [ "Games" ], "title": "GAMES" }, { "enum": [ "Health & Beauty" ], "title": "HEALTH_AND_BEAUTY" }, { "enum": [ "How-To" ], "title": "HOW_TO" }, { "enum": [ "Movies & Shorts" ], "title": "MOVIES_AND_SHORTS" }, { "enum": [ "Music" ], "title": "MUSIC" }, { "enum": [ "News & Politics" ], "title": "NEWS_AND_POLITICS" }, { "enum": [ "People & Vlogs" ], "title": "PEOPLE_AND_VLOGS" }, { "enum": [ "Products & Tech." ], "title": "PRODUCTS_AND_TECH" }, { "enum": [ "Science & Environment" ], "title": "SCIENCE_AND_ENVIRONMENT" }, { "enum": [ "Sports" ], "title": "SPORTS" }, { "enum": [ "Transportation" ], "title": "TRANSPORTATION" }, { "enum": [ "Travel" ], "title": "TRAVEL" } ], "title": "KalturaYahooSyndicationFeedCategories" }, "KalturaYahooSyndicationFeedOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+name" ], "title": "NAME_ASC" }, { "enum": [ "+playlistId" ], "title": "PLAYLIST_ID_ASC" }, { "enum": [ "+type" ], "title": "TYPE_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-name" ], "title": "NAME_DESC" }, { "enum": [ "-playlistId" ], "title": "PLAYLIST_ID_DESC" }, { "enum": [ "-type" ], "title": "TYPE_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaYahooSyndicationFeedOrderBy" }, "KalturaYouTubeApiDistributionCaptionAction": { "oneOf": [ { "enum": [ 1 ], "title": "UPDATE_ACTION" }, { "enum": [ 2 ], "title": "SUBMIT_ACTION" }, { "enum": [ 3 ], "title": "DELETE_ACTION" } ], "title": "KalturaYouTubeApiDistributionCaptionAction" }, "KalturaYouTubeApiDistributionField": { "oneOf": [ { "enum": [ "ALLOW_COMMENTS" ], "title": "ALLOW_COMMENTS" }, { "enum": [ "ALLOW_EMBEDDING" ], "title": "ALLOW_EMBEDDING" }, { "enum": [ "ALLOW_RATINGS" ], "title": "ALLOW_RATINGS" }, { "enum": [ "ALLOW_RESPONSES" ], "title": "ALLOW_RESPONSES" }, { "enum": [ "ALT_RAW_FILENAME" ], "title": "ALT_RAW_FILENAME" }, { "enum": [ "END_DATE" ], "title": "END_DATE" }, { "enum": [ "ENTRY_PRIVACY_STATUS" ], "title": "ENTRY_PRIVACY_STATUS" }, { "enum": [ "MEDIA_CATEGORY" ], "title": "MEDIA_CATEGORY" }, { "enum": [ "MEDIA_DESCRIPTION" ], "title": "MEDIA_DESCRIPTION" }, { "enum": [ "MEDIA_KEYWORDS" ], "title": "MEDIA_KEYWORDS" }, { "enum": [ "MEDIA_PLAYLIST_IDS" ], "title": "MEDIA_PLAYLIST_IDS" }, { "enum": [ "MEDIA_TITLE" ], "title": "MEDIA_TITLE" }, { "enum": [ "START_DATE" ], "title": "START_DATE" } ], "title": "KalturaYouTubeApiDistributionField" }, "KalturaYouTubeDistributionFeedSpecVersion": { "oneOf": [ { "enum": [ "1" ], "title": "VERSION_1" }, { "enum": [ "2" ], "title": "VERSION_2" }, { "enum": [ "3" ], "title": "VERSION_3" } ], "title": "KalturaYouTubeDistributionFeedSpecVersion" }, "KalturaYouTubeDistributionField": { "oneOf": [ { "enum": [ "ACCOUNT_PASSWORD" ], "title": "ACCOUNT_PASSWORD" }, { "enum": [ "ACCOUNT_USERNAME" ], "title": "ACCOUNT_USERNAME" }, { "enum": [ "ADVERTISING_ADSENSE_FOR_VIDEO" ], "title": "ADVERTISING_ADSENSE_FOR_VIDEO" }, { "enum": [ "ADVERTISING_ALLOW_ADSENSE_FOR_VIDEO" ], "title": "ADVERTISING_ALLOW_ADSENSE_FOR_VIDEO" }, { "enum": [ "ADVERTISING_ALLOW_INVIDEO" ], "title": "ADVERTISING_ALLOW_INVIDEO" }, { "enum": [ "ADVERTISING_ALLOW_MID_ROLL_ADS" ], "title": "ADVERTISING_ALLOW_MID_ROLL_ADS" }, { "enum": [ "ADVERTISING_ALLOW_POST_ROLL_ADS" ], "title": "ADVERTISING_ALLOW_POST_ROLL_ADS" }, { "enum": [ "ADVERTISING_ALLOW_PRE_ROLL_ADS" ], "title": "ADVERTISING_ALLOW_PRE_ROLL_ADS" }, { "enum": [ "ADVERTISING_INSTREAM_STANDARD" ], "title": "ADVERTISING_INSTREAM_STANDARD" }, { "enum": [ "ADVERTISING_INSTREAM_TRUEVIEW" ], "title": "ADVERTISING_INSTREAM_TRUEVIEW" }, { "enum": [ "ADVERTISING_INVIDEO" ], "title": "ADVERTISING_INVIDEO" }, { "enum": [ "ALLOW_COMMENTS" ], "title": "ALLOW_COMMENTS" }, { "enum": [ "ALLOW_EMBEDDING" ], "title": "ALLOW_EMBEDDING" }, { "enum": [ "ALLOW_RATINGS" ], "title": "ALLOW_RATINGS" }, { "enum": [ "ALLOW_RESPONSES" ], "title": "ALLOW_RESPONSES" }, { "enum": [ "ASSET_ACTOR" ], "title": "ASSET_ACTOR" }, { "enum": [ "ASSET_BROADCASTER" ], "title": "ASSET_BROADCASTER" }, { "enum": [ "ASSET_CONTENT_TYPE" ], "title": "ASSET_CONTENT_TYPE" }, { "enum": [ "ASSET_CUSTOM_ID" ], "title": "ASSET_CUSTOM_ID" }, { "enum": [ "ASSET_DESCRIPTION" ], "title": "ASSET_DESCRIPTION" }, { "enum": [ "ASSET_DIRECTOR" ], "title": "ASSET_DIRECTOR" }, { "enum": [ "ASSET_EIDR" ], "title": "ASSET_EIDR" }, { "enum": [ "ASSET_END_YEAR" ], "title": "ASSET_END_YEAR" }, { "enum": [ "ASSET_EPISODE" ], "title": "ASSET_EPISODE" }, { "enum": [ "ASSET_GENRE" ], "title": "ASSET_GENRE" }, { "enum": [ "ASSET_GRID" ], "title": "ASSET_GRID" }, { "enum": [ "ASSET_ISAN" ], "title": "ASSET_ISAN" }, { "enum": [ "ASSET_KEYWORDS" ], "title": "ASSET_KEYWORDS" }, { "enum": [ "ASSET_LABLES" ], "title": "ASSET_LABLES" }, { "enum": [ "ASSET_NOTES" ], "title": "ASSET_NOTES" }, { "enum": [ "ASSET_ORIGINAL_RELEASE_DATE" ], "title": "ASSET_ORIGINAL_RELEASE_DATE" }, { "enum": [ "ASSET_ORIGINAL_RELEASE_MEDIUM" ], "title": "ASSET_ORIGINAL_RELEASE_MEDIUM" }, { "enum": [ "ASSET_OVERRIDE_MANUAL_EDITS" ], "title": "ASSET_OVERRIDE_MANUAL_EDITS" }, { "enum": [ "ASSET_PRODUCER" ], "title": "ASSET_PRODUCER" }, { "enum": [ "ASSET_RATING_SYSTEM" ], "title": "ASSET_RATING_SYSTEM" }, { "enum": [ "ASSET_RATING_VALUE" ], "title": "ASSET_RATING_VALUE" }, { "enum": [ "ASSET_SEASON" ], "title": "ASSET_SEASON" }, { "enum": [ "ASSET_SHOW_AND_MOVIE_PROGRAMMING" ], "title": "ASSET_SHOW_AND_MOVIE_PROGRAMMING" }, { "enum": [ "ASSET_SHOW_TITLE" ], "title": "ASSET_SHOW_TITLE" }, { "enum": [ "ASSET_SPOKEN_LANGUAGE" ], "title": "ASSET_SPOKEN_LANGUAGE" }, { "enum": [ "ASSET_START_YEAR" ], "title": "ASSET_START_YEAR" }, { "enum": [ "ASSET_SUBTITLED_LANGUAGE" ], "title": "ASSET_SUBTITLED_LANGUAGE" }, { "enum": [ "ASSET_TITLE" ], "title": "ASSET_TITLE" }, { "enum": [ "ASSET_TMS_ID" ], "title": "ASSET_TMS_ID" }, { "enum": [ "ASSET_TYPE" ], "title": "ASSET_TYPE" }, { "enum": [ "ASSET_UPC" ], "title": "ASSET_UPC" }, { "enum": [ "ASSET_URL" ], "title": "ASSET_URL" }, { "enum": [ "ASSET_WRITER" ], "title": "ASSET_WRITER" }, { "enum": [ "CLAIM_BLOCK_OUTSIDE_OWNERSHIP" ], "title": "CLAIM_BLOCK_OUTSIDE_OWNERSHIP" }, { "enum": [ "CLAIM_TYPE" ], "title": "CLAIM_TYPE" }, { "enum": [ "DATE_RECORDED" ], "title": "DATE_RECORDED" }, { "enum": [ "DISABLE_FINGERPRINTING" ], "title": "DISABLE_FINGERPRINTING" }, { "enum": [ "DISTRIBUTION_RESTRICTION_DISTRIBUTION_RULE" ], "title": "DISTRIBUTION_RESTRICTION_DISTRIBUTION_RULE" }, { "enum": [ "ENABLE_CONTENT_ID" ], "title": "ENABLE_CONTENT_ID" }, { "enum": [ "END_TIME" ], "title": "END_TIME" }, { "enum": [ "ENTRY_PRIVACY_STATUS" ], "title": "ENTRY_PRIVACY_STATUS" }, { "enum": [ "KEEP_FINGERPRINT" ], "title": "KEEP_FINGERPRINT" }, { "enum": [ "LANGUAGE" ], "title": "LANGUAGE" }, { "enum": [ "LOCATION_COUNTRY" ], "title": "LOCATION_COUNTRY" }, { "enum": [ "LOCATION_LOCATION_TEXT" ], "title": "LOCATION_LOCATION_TEXT" }, { "enum": [ "LOCATION_ZIP_CODE" ], "title": "LOCATION_ZIP_CODE" }, { "enum": [ "MEDIA_CATEGORY" ], "title": "MEDIA_CATEGORY" }, { "enum": [ "MEDIA_DESCRIPTION" ], "title": "MEDIA_DESCRIPTION" }, { "enum": [ "MEDIA_KEYWORDS" ], "title": "MEDIA_KEYWORDS" }, { "enum": [ "MEDIA_RATING" ], "title": "MEDIA_RATING" }, { "enum": [ "MEDIA_TITLE" ], "title": "MEDIA_TITLE" }, { "enum": [ "MOVIE_METADATA_CUSTOM_ID" ], "title": "MOVIE_METADATA_CUSTOM_ID" }, { "enum": [ "MOVIE_METADATA_DIRECTOR" ], "title": "MOVIE_METADATA_DIRECTOR" }, { "enum": [ "MOVIE_METADATA_NOTES" ], "title": "MOVIE_METADATA_NOTES" }, { "enum": [ "MOVIE_METADATA_TITLE" ], "title": "MOVIE_METADATA_TITLE" }, { "enum": [ "MOVIE_METADATA_TMS_ID" ], "title": "MOVIE_METADATA_TMS_ID" }, { "enum": [ "NOTIFICATION_EMAIL" ], "title": "NOTIFICATION_EMAIL" }, { "enum": [ "OWNER_NAME" ], "title": "OWNER_NAME" }, { "enum": [ "PLAYLISTS" ], "title": "PLAYLISTS" }, { "enum": [ "POLICY_COMMERCIAL" ], "title": "POLICY_COMMERCIAL" }, { "enum": [ "POLICY_UGC" ], "title": "POLICY_UGC" }, { "enum": [ "PRODUCT_LISTING_ADS" ], "title": "PRODUCT_LISTING_ADS" }, { "enum": [ "REQUIRE_PAID_SUBSCRIPTION_TO_VIEW" ], "title": "REQUIRE_PAID_SUBSCRIPTION_TO_VIEW" }, { "enum": [ "START_TIME" ], "title": "START_TIME" }, { "enum": [ "TARGET" ], "title": "TARGET" }, { "enum": [ "THIRD_PARTY_ADS " ], "title": "THIRD_PARTY_ADS" }, { "enum": [ "THIRD_PARTY_AD_SERVER_AD_TYPE" ], "title": "THIRD_PARTY_AD_SERVER_AD_TYPE" }, { "enum": [ "THIRD_PARTY_AD_SERVER_PARTNER_ID" ], "title": "THIRD_PARTY_AD_SERVER_PARTNER_ID" }, { "enum": [ "THIRD_PARTY_AD_SERVER_VIDEO_ID" ], "title": "THIRD_PARTY_AD_SERVER_VIDEO_ID" }, { "enum": [ "TV_METADATA_CUSTOM_ID" ], "title": "TV_METADATA_CUSTOM_ID" }, { "enum": [ "TV_METADATA_EPISODE" ], "title": "TV_METADATA_EPISODE" }, { "enum": [ "TV_METADATA_EPISODE_TITLE" ], "title": "TV_METADATA_EPISODE_TITLE" }, { "enum": [ "TV_METADATA_NOTES" ], "title": "TV_METADATA_NOTES" }, { "enum": [ "TV_METADATA_SEASON" ], "title": "TV_METADATA_SEASON" }, { "enum": [ "TV_METADATA_SHOW_TITLE" ], "title": "TV_METADATA_SHOW_TITLE" }, { "enum": [ "TV_METADATA_TMS_ID" ], "title": "TV_METADATA_TMS_ID" }, { "enum": [ "URGENT_REFERENCE_FILE" ], "title": "URGENT_REFERENCE_FILE" }, { "enum": [ "VIDEO_ALLOW_COMMENT_RATINGS" ], "title": "VIDEO_ALLOW_COMMENT_RATINGS" }, { "enum": [ "VIDEO_ALLOW_SYNDICATION" ], "title": "VIDEO_ALLOW_SYNDICATION" }, { "enum": [ "VIDEO_CHANNEL" ], "title": "VIDEO_CHANNEL" }, { "enum": [ "VIDEO_DOMAIN_BLACK_LIST" ], "title": "VIDEO_DOMAIN_BLACK_LIST" }, { "enum": [ "VIDEO_DOMAIN_WHITE_LIST" ], "title": "VIDEO_DOMAIN_WHITE_LIST" }, { "enum": [ "VIDEO_HIDE_VIEW_COUNT" ], "title": "VIDEO_HIDE_VIEW_COUNT" }, { "enum": [ "VIDEO_NOTIFY_SUBSCRIBERS" ], "title": "VIDEO_NOTIFY_SUBSCRIBERS" }, { "enum": [ "VIDEO_PUBLIC" ], "title": "VIDEO_PUBLIC" }, { "enum": [ "WEB_METADATA_CUSTOM_ID" ], "title": "WEB_METADATA_CUSTOM_ID" }, { "enum": [ "WEB_METADATA_NOTES" ], "title": "WEB_METADATA_NOTES" } ], "title": "KalturaYouTubeDistributionField" }, "KalturaYouTubeDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaYouTubeDistributionProfileOrderBy" }, "KalturaYouTubeDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaYouTubeDistributionProviderOrderBy" }, "KalturaYoutubeApiDistributionProfileOrderBy": { "oneOf": [ { "enum": [ "+createdAt" ], "title": "CREATED_AT_ASC" }, { "enum": [ "+updatedAt" ], "title": "UPDATED_AT_ASC" }, { "enum": [ "-createdAt" ], "title": "CREATED_AT_DESC" }, { "enum": [ "-updatedAt" ], "title": "UPDATED_AT_DESC" } ], "title": "KalturaYoutubeApiDistributionProfileOrderBy" }, "KalturaYoutubeApiDistributionProviderOrderBy": { "oneOf": [], "title": "KalturaYoutubeApiDistributionProviderOrderBy" }, "KalturaZoomGroupParticipationType": { "oneOf": [ { "enum": [ 0 ], "title": "NO_CLASSIFICATION" }, { "enum": [ 1 ], "title": "OPT_IN" }, { "enum": [ 2 ], "title": "OPT_OUT" } ], "title": "KalturaZoomGroupParticipationType" }, "KalturaZoomUsersMatching": { "oneOf": [ { "enum": [ 0 ], "title": "DO_NOT_MODIFY" }, { "enum": [ 1 ], "title": "ADD_POSTFIX" }, { "enum": [ 2 ], "title": "REMOVE_POSTFIX" }, { "enum": [ 3 ], "title": "CMS_MATCHING" } ], "title": "KalturaZoomUsersMatching" } }, "x-errors": [ { "code": "CANNOT_RETRIEVE_ANOTHER_USER_USING_NON_ADMIN_SESSION", "message": "cannot retrieve another user \"@USER_ID@\" using non-admin session", "name": "CANNOT_RETRIEVE_ANOTHER_USER_USING_NON_ADMIN_SESSION" }, { "code": "INTERNAL_SERVERL_ERROR", "message": "Internal server error occurred", "name": "INTERNAL_SERVERL_ERROR" }, { "code": "MISSING_KS", "message": "Missing KS, session not established", "name": "MISSING_KS" }, { "code": "INVALID_KS", "message": "Invalid KS \"@KSID@\", Error \"@ERR_CODE@,@ERR_DESC@\"", "name": "INVALID_KS" }, { "code": "SERVICE_NOT_SPECIFIED", "message": "Service name was not specified, please specify one", "name": "SERVICE_NOT_SPECIFIED" }, { "code": "SERVICE_DOES_NOT_EXISTS", "message": "Service \"@SRV_NAME@\" does not exists", "name": "SERVICE_DOES_NOT_EXISTS" }, { "code": "INVALID_PARAMETER_CHAR", "message": "Invalid char in \"@XML_FIELD@\" field", "name": "INVALID_PARAMETER_CHAR" }, { "code": "ACTION_NOT_SPECIFIED", "message": "Action name was not specified, please specify one", "name": "ACTION_NOT_SPECIFIED" }, { "code": "ACTION_BLOCKED", "message": "Action \"@ACTION_NAME@\" in service \"@SERVICE_NAME@\" is blocked", "name": "ACTION_BLOCKED" }, { "code": "ACTION_DOES_NOT_EXISTS", "message": "Action \"@ACTION_NAME@\" does not exists for service \"@SERVICE_NAME@\"", "name": "ACTION_DOES_NOT_EXISTS" }, { "code": "ACTION_FORBIDDEN", "message": "Action \"@ACTION_NAME@\" is forbidden for use", "name": "ACTION_FORBIDDEN" }, { "code": "INVALID_LANGUAGE_CODE", "message": " Invalid language code [\"@LANGUAGE_CODE@\"]", "name": "INVALID_LANGUAGE_CODE" }, { "code": "WRONG_REQUEST_LANGUAGE", "message": " Language must be set to MULTI when adding MultiLingualString. Given [\"@LANGUAGE@\"]", "name": "WRONG_REQUEST_LANGUAGE" }, { "code": "MISSING_MANDATORY_PARAMETER", "message": "Missing parameter \"@PARAM_NAME@\"", "name": "MISSING_MANDATORY_PARAMETER" }, { "code": "INVALID_OBJECT_TYPE", "message": "Invalid object type \"@INVALID_OBJ_TYPE@\"", "name": "INVALID_OBJECT_TYPE" }, { "code": "INVALID_ENUM_VALUE", "message": "Invalid enumeration value \"@ENUM_VAL@\" for parameter \"@PARAM_NAME@\", expecting enumeration type \"@ENUM_TYPE@\"", "name": "INVALID_ENUM_VALUE" }, { "code": "INVALID_PARTNER_ID", "message": "Invalid partner id \"@PID@\"", "name": "INVALID_PARTNER_ID" }, { "code": "DIRECT_LOGIN_BLOCKED", "message": "Direct login is blocked on this partner", "name": "DIRECT_LOGIN_BLOCKED" }, { "code": "INVALID_SERVICE_CONFIGURATION", "message": "Invalid service configuration. Unknown service [@SRV_NAME@:@ACTION_NAME@].", "name": "INVALID_SERVICE_CONFIGURATION" }, { "code": "OBJECT_TYPE_ABSTRACT", "message": "The object type \"@OBJ_TYPE@\" is abstract, use one of the object implementations", "name": "OBJECT_TYPE_ABSTRACT" }, { "code": "PROPERTY_VALIDATION_CANNOT_BE_NULL", "message": "The property \"@PROP_NAME@\" cannot be null", "name": "PROPERTY_VALIDATION_CANNOT_BE_NULL" }, { "code": "PROPERTY_VALIDATION_ALL_MUST_BE_NULL_BUT_ONE", "message": "Only one of the passed properties: @PROP_NAME@ should not be null", "name": "PROPERTY_VALIDATION_ALL_MUST_BE_NULL_BUT_ONE" }, { "code": "PROPERTY_VALIDATION_MIN_LENGTH", "message": "The property \"@PROP_NAME@\" must have a min length of @MIN_LEN@ characters", "name": "PROPERTY_VALIDATION_MIN_LENGTH" }, { "code": "PROPERTY_VALIDATION_MAX_LENGTH", "message": "The property \"@PROP_NAME@\" cannot have more than @MAX_LEN@ characters", "name": "PROPERTY_VALIDATION_MAX_LENGTH" }, { "code": "PROPERTY_VALIDATION_NUMERIC_VALUE", "message": "The property \"@PROP_NAME@\" must be numeric", "name": "PROPERTY_VALIDATION_NUMERIC_VALUE" }, { "code": "PROPERTY_VALIDATION_WRONG_FORMAT", "message": "The property \"@PROP_NAME@\" must match format @FORMAT@", "name": "PROPERTY_VALIDATION_WRONG_FORMAT" }, { "code": "PROPERTY_VALIDATION_MIN_VALUE", "message": "The property \"@PROP_NAME@\" must have a min value of @MIN_VAL@", "name": "PROPERTY_VALIDATION_MIN_VALUE" }, { "code": "PROPERTY_VALIDATION_MAX_VALUE", "message": "The property \"@PROP_NAME@\" must have a max value of @MAX_VAL@", "name": "PROPERTY_VALIDATION_MAX_VALUE" }, { "code": "PROPERTY_VALIDATION_NOT_UPDATABLE", "message": "The property \"@PROP_NAME@\" cannot be updated", "name": "PROPERTY_VALIDATION_NOT_UPDATABLE" }, { "code": "PROPERTY_VALIDATION_ADMIN_PROPERTY", "message": "The property \"@PROP_NAME@\" is updatable with admin session only", "name": "PROPERTY_VALIDATION_ADMIN_PROPERTY" }, { "code": "PROPERTY_VALIDATION_ENTRY_STATUS", "message": "The property \"@PROP_NAME@\" cannot be set for entry status \"@STATUS@\"", "name": "PROPERTY_VALIDATION_ENTRY_STATUS" }, { "code": "INVALID_USER_ID", "message": "Invalid user id", "name": "INVALID_USER_ID" }, { "code": "DATA_CENTER_ID_NOT_FOUND", "message": "There is no data center with id [@DCID@]", "name": "DATA_CENTER_ID_NOT_FOUND" }, { "code": "PLUGIN_NOT_AVAILABLE_FOR_PARTNER", "message": "Plugin [@PLUGIN@] is not available for partner [@PARTNER@]", "name": "PLUGIN_NOT_AVAILABLE_FOR_PARTNER" }, { "code": "SYSTEM_NAME_ALREADY_EXISTS", "message": "System name [@SYS_NAME@] already exists", "name": "SYSTEM_NAME_ALREADY_EXISTS" }, { "code": "SCHEDULE_EVENT_RESOURCE_ALREADY_EXISTS", "message": "Schedule event resource already exists with eventId[@EVENT_ID@] and resourceId (@RESOURCE_ID@)", "name": "SCHEDULE_EVENT_RESOURCE_ALREADY_EXISTS" }, { "code": "RESOURCE_PARENT_ID_NOT_FOUND", "message": "Resource parent id [@PARENT_ID@] not found", "name": "RESOURCE_PARENT_ID_NOT_FOUND" }, { "code": "SCHEDULE_RESOURCE_ID_NOT_FOUND", "message": "Schedule Resource id [@ID@] not found", "name": "SCHEDULE_RESOURCE_ID_NOT_FOUND" }, { "code": "SCHEDULE_EVENT_ID_NOT_FOUND", "message": "Schedule Event id [@ID@] not found", "name": "SCHEDULE_EVENT_ID_NOT_FOUND" }, { "code": "INVALID_SCHEDULE_EVENT_TYPE", "message": "Schedule Event id [@ID@] is of inappropriate type for action", "name": "INVALID_SCHEDULE_EVENT_TYPE" }, { "code": "FEATURE_NAME_NOT_FOUND", "message": "LiveFeature with name [@NAME@] not found", "name": "FEATURE_NAME_NOT_FOUND" }, { "code": "LOCK_TIMED_OUT", "message": "Timed out while attempting to grab lock", "name": "LOCK_TIMED_OUT" }, { "code": "MAX_FILE_SYNCS_FOR_OBJECT_PER_DAY_REACHED", "message": "Max update limit was reached. Object ID \"@OBJECT_ID@\" will not updated with latest chnages", "name": "MAX_FILE_SYNCS_FOR_OBJECT_PER_DAY_REACHED" }, { "code": "RESOURCE_IS_RESERVED", "message": "Resource with id @RESOURCE_ID@ is already reserved", "name": "RESOURCE_IS_RESERVED" }, { "code": "FAILED_TO_CALCULATE_DYNAMIC_DEPENDENT_VALUE", "message": "Dynamic dependent value \"@DYNAMIC_VALUE@\" not found", "name": "FAILED_TO_CALCULATE_DYNAMIC_DEPENDENT_VALUE" }, { "code": "FAILED_TO_INIT_OBJECT", "message": "Failed to initialize necessary object", "name": "FAILED_TO_INIT_OBJECT" }, { "code": "ANONYMOUS_ACCESS_FORBIDDEN", "message": "Anonymous access to this functionality is forbidden", "name": "ANONYMOUS_ACCESS_FORBIDDEN" }, { "code": "ENTRY_NOT_READY", "message": "Entry \"@ENTRY_NAME@\" is not ready", "name": "ENTRY_NOT_READY" }, { "code": "INVALID_ENTRY_TYPE", "message": "Entry \"@ENTRY_NAME@\" type is \"@WRONG_ENTRY_TYPE@\", type must be \"@RIGHT_ENTRY_TYPE@\"", "name": "INVALID_ENTRY_TYPE" }, { "code": "INVALID_ENTRY_MEDIA_TYPE", "message": "Entry \"@ENTRY_NAME@\" media type is \"@WRONG_MEDIA_TYPE@\", media type must be \"@RIGHT_MEDIA_TYPE@\"", "name": "INVALID_ENTRY_MEDIA_TYPE" }, { "code": "ENTRY_ALREADY_WITH_CONTENT", "message": "Entry already associated with content", "name": "ENTRY_ALREADY_WITH_CONTENT" }, { "code": "ENTRY_ID_NOT_REPLACED", "message": "Entry id \"@ENTRY_ID@\" not replaced", "name": "ENTRY_ID_NOT_REPLACED" }, { "code": "ENTRY_REPLACEMENT_ALREADY_EXISTS", "message": "Entry already in replacement", "name": "ENTRY_REPLACEMENT_ALREADY_EXISTS" }, { "code": "ENTRY_TYPE_NOT_SUPPORTED", "message": "Entry type \"@ENTRY_TYPE@\" not supported", "name": "ENTRY_TYPE_NOT_SUPPORTED" }, { "code": "RESOURCE_TYPE_NOT_SUPPORTED", "message": "Resource type \"@RES_TYPE@\" not supported", "name": "RESOURCE_TYPE_NOT_SUPPORTED" }, { "code": "RESOURCES_MULTIPLE_DATA_CENTERS", "message": "Resources created on different data centers", "name": "RESOURCES_MULTIPLE_DATA_CENTERS" }, { "code": "ENTRY_MEDIA_TYPE_NOT_SUPPORTED", "message": "Entry media type \"@MEDIA_TYPE@\" not supported", "name": "ENTRY_MEDIA_TYPE_NOT_SUPPORTED" }, { "code": "ENTRY_SOURCE_TYPE_NOT_SUPPORTED", "message": "Entry source type \"@SOURCE_TYPE@\" not supported", "name": "ENTRY_SOURCE_TYPE_NOT_SUPPORTED" }, { "code": "UPLOADED_FILE_NOT_FOUND_BY_TOKEN", "message": "The uploaded file was not found by the given token id, or was already used", "name": "UPLOADED_FILE_NOT_FOUND_BY_TOKEN" }, { "code": "REMOTE_DC_NOT_FOUND", "message": "Remote data center \"@DC@\" not found", "name": "REMOTE_DC_NOT_FOUND" }, { "code": "LOCAL_FILE_NOT_FOUND", "message": "Local file was not found \"@FILE@\"", "name": "LOCAL_FILE_NOT_FOUND" }, { "code": "RECORDED_WEBCAM_FILE_NOT_FOUND", "message": "The recorded webcam file was not found by the given token id, or was already used", "name": "RECORDED_WEBCAM_FILE_NOT_FOUND" }, { "code": "INVALID_WEBCAM_TOKEN_ID", "message": "Invalid webcam token id", "name": "INVALID_WEBCAM_TOKEN_ID" }, { "code": "PERMISSION_DENIED_TO_UPDATE_ENTRY", "message": "User can update only the entries he own, otherwise an admin session must be used", "name": "PERMISSION_DENIED_TO_UPDATE_ENTRY" }, { "code": "INVALID_RANK_VALUE", "message": "Invalid rank value, rank should be between 1 and 5", "name": "INVALID_RANK_VALUE" }, { "code": "MAX_CATEGORIES_FOR_ENTRY_REACHED", "message": "Entry can be linked with a maximum of \"@CATEGORIES@\" categories", "name": "MAX_CATEGORIES_FOR_ENTRY_REACHED" }, { "code": "MAX_ASSETS_FOR_ENTRY_REACHED", "message": "Entry can contain maximum of \"@ASSETS@\" assets", "name": "MAX_ASSETS_FOR_ENTRY_REACHED" }, { "code": "INVALID_ENTRY_SCHEDULE_DATES", "message": "Invalid entry schedule dates", "name": "INVALID_ENTRY_SCHEDULE_DATES" }, { "code": "INVALID_ENTRY_STATUS", "message": "Invalid entry status", "name": "INVALID_ENTRY_STATUS" }, { "code": "ENTRY_CANNOT_BE_FLAGGED", "message": "Entry cannot be flagged", "name": "ENTRY_CANNOT_BE_FLAGGED" }, { "code": "ENTRY_CANNOT_BE_TRIMMED", "message": "Entry cannot be trimmed", "name": "ENTRY_CANNOT_BE_TRIMMED" }, { "code": "DYNAMIC_SEGMENT_DURATION_DISABLED", "message": "Cannot edit segment duration. Dynamic segment duration feature is disabled", "name": "DYNAMIC_SEGMENT_DURATION_DISABLED" }, { "code": "VOLUME_MAP_NOT_CONFIGURED", "message": "Need to add volume map support to configuration", "name": "VOLUME_MAP_NOT_CONFIGURED" }, { "code": "RESOURCE_ENTRY_ID_MISSING", "message": "Entry Id on resource object is missing", "name": "RESOURCE_ENTRY_ID_MISSING" }, { "code": "CYCLE_IN_PARENTAGE", "message": "Invalid cycle detected in the parent child connection of this entry", "name": "CYCLE_IN_PARENTAGE" }, { "code": "NOTIFICATION_FOR_ENTRY_NOT_FOUND", "message": "Notification for entry id \"@ENTRY@\" not found", "name": "NOTIFICATION_FOR_ENTRY_NOT_FOUND" }, { "code": "BULK_UPLOAD_NOT_FOUND", "message": "Bulk upload id \"@ID@\" not found", "name": "BULK_UPLOAD_NOT_FOUND" }, { "code": "PEXIP_MAP_NOT_CONFIGURED", "message": "Need to add pexip map support to configuration", "name": "PEXIP_MAP_NOT_CONFIGURED" }, { "code": "MISSING_SIP_CONFIGURATIONS", "message": "Missing sip configurations", "name": "MISSING_SIP_CONFIGURATIONS" }, { "code": "PEXIP_FAILED_TO_GENERATE_TOKEN", "message": "Failed to generate ecrypted sip token. no more retries", "name": "PEXIP_FAILED_TO_GENERATE_TOKEN" }, { "code": "INVALID_SIP_SOURCE_TYPE", "message": "Invalid Sip source type", "name": "INVALID_SIP_SOURCE_TYPE" }, { "code": "PEXIP_ROOM_CREATION_FAILED", "message": "Can't create virtual room for entry \"@ENTRY@\" ", "name": "PEXIP_ROOM_CREATION_FAILED" }, { "code": "PEXIP_ADP_CREATION_FAILED", "message": "Can't create virtual ADP for entry \"@ENTRY@\" ", "name": "PEXIP_ADP_CREATION_FAILED" }, { "code": "SIP_ENTRY_SERVER_NODE_CREATION_FAILED ", "message": "Can't create sip entry server node for entry \"@ENTRY@\" ", "name": "SIP_ENTRY_SERVER_NODE_CREATION_FAILED " }, { "code": "SOURCE_WIDGET_OR_UICONF_REQUIRED", "message": "SourceWidgetId or UiConfId id are required", "name": "SOURCE_WIDGET_OR_UICONF_REQUIRED" }, { "code": "SOURCE_WIDGET_NOT_FOUND", "message": "Source widget id \"@ID@\" not found", "name": "SOURCE_WIDGET_NOT_FOUND" }, { "code": "CANNOT_DISABLE_ENTITLEMENT_WITH_NO_ENTRY_ID", "message": "Cannot disable entitlement when widget is not set to an entry", "name": "CANNOT_DISABLE_ENTITLEMENT_WITH_NO_ENTRY_ID" }, { "code": "CANNOT_DISABLE_ENTITLEMENT_FOR_WIDGET_WHEN_ENTITLEMENT_ENFORCEMENT_ENABLE", "message": "Cannot create widget with no entitlement enforcement when current session is with entitlement enabled", "name": "CANNOT_DISABLE_ENTITLEMENT_FOR_WIDGET_WHEN_ENTITLEMENT_ENFORCEMENT_ENABLE" }, { "code": "UICONF_ID_NOT_FOUND", "message": "UI conf id \"@ID@\" not found", "name": "UICONF_ID_NOT_FOUND" }, { "code": "ACCESS_CONTROL_NEW_VERSION_UPDATE", "message": "Access control id \"@ID@\" should be updated using AccessControlProfile service", "name": "ACCESS_CONTROL_NEW_VERSION_UPDATE" }, { "code": "ACCESS_CONTROL_ID_NOT_FOUND", "message": "Access control id \"@ID@\" not found", "name": "ACCESS_CONTROL_ID_NOT_FOUND" }, { "code": "MAX_NUMBER_OF_ACCESS_CONTROLS_REACHED", "message": "Max number of \"@MAX_NUM@\" access controls was reached", "name": "MAX_NUMBER_OF_ACCESS_CONTROLS_REACHED" }, { "code": "CANNOT_DELETE_DEFAULT_ACCESS_CONTROL", "message": "Default access control cannot be deleted", "name": "CANNOT_DELETE_DEFAULT_ACCESS_CONTROL" }, { "code": "EXCEEDED_ENTRIES_PER_ACCESS_CONTROL_FOR_UPDATE", "message": "exceeded entries per access control id @id@ for update", "name": "EXCEEDED_ENTRIES_PER_ACCESS_CONTROL_FOR_UPDATE" }, { "code": "CANNOT_TRANSFER_ENTRIES_TO_ANOTHER_ACCESS_CONTROL_OBJECT", "message": "no default access control for current partner", "name": "CANNOT_TRANSFER_ENTRIES_TO_ANOTHER_ACCESS_CONTROL_OBJECT" }, { "code": "APP_TOKEN_ID_NOT_FOUND", "message": "Application token id \"@ID@\" not found", "name": "APP_TOKEN_ID_NOT_FOUND" }, { "code": "APP_TOKEN_NOT_ACTIVE", "message": "Application token id \"@ID@\" not active", "name": "APP_TOKEN_NOT_ACTIVE" }, { "code": "APP_TOKEN_EXPIRED", "message": "Application token id \"@ID@\" expired", "name": "APP_TOKEN_EXPIRED" }, { "code": "INVALID_APP_TOKEN_HASH", "message": "Invalid application token hash", "name": "INVALID_APP_TOKEN_HASH" }, { "code": "CONVERSION_PROFILE_ID_NOT_FOUND", "message": "Conversion profile id \"@ID@\" not found", "name": "CONVERSION_PROFILE_ID_NOT_FOUND" }, { "code": "INGESTION_PROFILE_ID_NOT_FOUND", "message": "Ingestion profile id \"@ID@\" not found", "name": "INGESTION_PROFILE_ID_NOT_FOUND" }, { "code": "CANNOT_DELETE_DEFAULT_CONVERSION_PROFILE", "message": "Default conversion profile cannot be deleted", "name": "CANNOT_DELETE_DEFAULT_CONVERSION_PROFILE" }, { "code": "ASSET_PARAMS_INVALID_TYPE", "message": "Asset params id \"@ASSET_PARAMS_ID@\" type \"@TYPE@\" is invalid", "name": "ASSET_PARAMS_INVALID_TYPE" }, { "code": "CONVERSION_PROFILE_ASSET_PARAMS_NOT_FOUND", "message": "Conversion profile id \"@PROFILE_ID@\" asset params id \"@PARAMS_ID@\" not found", "name": "CONVERSION_PROFILE_ASSET_PARAMS_NOT_FOUND" }, { "code": "INGEST_NOT_FOUND_IN_CONVERSION_PROFILE", "message": "Ingest \"@STREAM_NAME@\" is not in conversion profile", "name": "INGEST_NOT_FOUND_IN_CONVERSION_PROFILE" }, { "code": "SOURCE_FLAVOR_CHANGED_DURING_CONVERSION", "message": "Source flavor was changed during conversion, current - \"@CURRENT_SOURCE_FILE@\" ,original source file - \"@ORIGINAL_SOURCE_FILE@\", ID - \"@ID@\" , aborting.", "name": "SOURCE_FLAVOR_CHANGED_DURING_CONVERSION" }, { "code": "FLAVOR_PARAMS_ID_NOT_FOUND", "message": "Flavor params id \"@ID@\" not found", "name": "FLAVOR_PARAMS_ID_NOT_FOUND" }, { "code": "FLAVOR_PARAMS_NOT_FOUND", "message": "Flavor params not found", "name": "FLAVOR_PARAMS_NOT_FOUND" }, { "code": "FLAVOR_PARAMS_DUPLICATE", "message": "Flavor params [@PARAMS@] defined more than once", "name": "FLAVOR_PARAMS_DUPLICATE" }, { "code": "FLAVOR_PARAMS_SOURCE_DUPLICATE", "message": "More than onc source flavor defined", "name": "FLAVOR_PARAMS_SOURCE_DUPLICATE" }, { "code": "FLAVOR_PARAMS_OUTPUT_ID_NOT_FOUND", "message": "Flavor params output id \"@ID@\" not found", "name": "FLAVOR_PARAMS_OUTPUT_ID_NOT_FOUND" }, { "code": "THUMB_PARAMS_OUTPUT_ID_NOT_FOUND", "message": "Thumbnail params output id \"@ID@\" not found", "name": "THUMB_PARAMS_OUTPUT_ID_NOT_FOUND" }, { "code": "ASSET_ID_NOT_FOUND", "message": "Asset id \"@ID@\" not found", "name": "ASSET_ID_NOT_FOUND" }, { "code": "LIVE_PARAMS_ORIGIN_NOT_SUPPORTED", "message": "Asset params @ID@ of type @TYPE@ does not support origin @ORIGIN@", "name": "LIVE_PARAMS_ORIGIN_NOT_SUPPORTED" }, { "code": "ASSET_NOT_ALLOWED", "message": "Flavor asset id \"@ID@\" not allowed", "name": "ASSET_NOT_ALLOWED" }, { "code": "FLAVOR_ASSET_ID_NOT_FOUND", "message": "Flavor asset id \"@ID@\" not found", "name": "FLAVOR_ASSET_ID_NOT_FOUND" }, { "code": "FLAVOR_ASSET_ALREADY_EXISTS", "message": "Flavor asset id \"@ASSET_ID@\" already use flavor params id \"@PARAMS_ID@\"", "name": "FLAVOR_ASSET_ALREADY_EXISTS" }, { "code": "FLAVOR_ASSET_RECONVERT_ORIGINAL", "message": "Cannot reconvert original flavor asset", "name": "FLAVOR_ASSET_RECONVERT_ORIGINAL" }, { "code": "ORIGINAL_FLAVOR_ASSET_IS_MISSING", "message": "The original flavor asset is missing", "name": "ORIGINAL_FLAVOR_ASSET_IS_MISSING" }, { "code": "ORIGINAL_FLAVOR_ASSET_NOT_CREATED", "message": "The original flavor asset could not be created [@DATA@]", "name": "ORIGINAL_FLAVOR_ASSET_NOT_CREATED" }, { "code": "NO_FLAVORS_FOUND", "message": "No flavors found", "name": "NO_FLAVORS_FOUND" }, { "code": "NO_EXTERNAL_CONTENT_EXISTS", "message": "Can't delete local content because no external content exists", "name": "NO_EXTERNAL_CONTENT_EXISTS" }, { "code": "GENERATE_TRANSCODING_COMMAND_FAIL", "message": "Failed to create proper transcoding command for asset id \"@ASSET_ID@\" and ffprobe info [@MEDIA_INFO] due to @REASON@", "name": "GENERATE_TRANSCODING_COMMAND_FAIL" }, { "code": "THUMB_ASSET_ID_NOT_FOUND", "message": "The Thumbnail asset id \"@ID@\" not found", "name": "THUMB_ASSET_ID_NOT_FOUND" }, { "code": "THUMB_ASSET_IS_NOT_READY", "message": "The thumbnail asset is not ready", "name": "THUMB_ASSET_IS_NOT_READY" }, { "code": "THUMB_ASSET_ALREADY_EXISTS", "message": "Thumbnail asset id \"@ASSET_ID@\" already use thumbnail params id \"@PARAMS_ID@\"", "name": "THUMB_ASSET_ALREADY_EXISTS" }, { "code": "THUMB_ASSET_DOWNLOAD_FAILED", "message": "Failed to download thumbnail from URL \"@URL_PATH@\"", "name": "THUMB_ASSET_DOWNLOAD_FAILED" }, { "code": "THUMB_ASSET_IS_DEFAULT", "message": "Thumbnail asset \"@ASSET@\" is default and could not be deleted", "name": "THUMB_ASSET_IS_DEFAULT" }, { "code": "THUMB_ASSET_IS_NOT_OF_TYPE_TIMED_THUMB", "message": "Thumbnail asset \"@ASSET@\" is not of type timed thumb", "name": "THUMB_ASSET_IS_NOT_OF_TYPE_TIMED_THUMB" }, { "code": "FILE_CONTENT_NOT_SECURE", "message": "File content contains potential security risks", "name": "FILE_CONTENT_NOT_SECURE" }, { "code": "CATEGORY_NOT_FOUND", "message": "Category id \"@ID@\" not found", "name": "CATEGORY_NOT_FOUND" }, { "code": "CATEGORY_NOT_PERMITTED", "message": "Category \"@CATEGORY@\" is not permitted", "name": "CATEGORY_NOT_PERMITTED" }, { "code": "PARENT_CATEGORY_NOT_FOUND", "message": "Parent category id \"@ID@\" not found", "name": "PARENT_CATEGORY_NOT_FOUND" }, { "code": "DUPLICATE_CATEGORY", "message": "The category \"@CATEGORY@\" already exists", "name": "DUPLICATE_CATEGORY" }, { "code": "PARENT_CATEGORY_IS_CHILD", "message": "The parent category \"@PARENT_CATEGORY@\" is one of the children for category \"@OTHER_CATEGORY@\"", "name": "PARENT_CATEGORY_IS_CHILD" }, { "code": "CATEGORIES_LOCKED", "message": "Categories are locked", "name": "CATEGORIES_LOCKED" }, { "code": "CANNOT_INHERIT_MEMBERS_WHEN_PARENT_CATEGORY_IS_NOT_SET", "message": "Cannot inherit members when parent category is not set", "name": "CANNOT_INHERIT_MEMBERS_WHEN_PARENT_CATEGORY_IS_NOT_SET" }, { "code": "NOT_ENTITLED_TO_UPDATE_CATEGORY", "message": "Current User is not entitled to update this category", "name": "NOT_ENTITLED_TO_UPDATE_CATEGORY" }, { "code": "CATEGORY_DOES_NOT_HAVE_PARENT_CATEGORY", "message": "Category doesn't have parent category", "name": "CATEGORY_DOES_NOT_HAVE_PARENT_CATEGORY" }, { "code": "CANNOT_UPDATE_CATEGORY_PRIVACY_CONTEXT", "message": "Cannot update privacy context", "name": "CANNOT_UPDATE_CATEGORY_PRIVACY_CONTEXT" }, { "code": "CANNOT_MOVE_CATEGORIES_FROM_DIFFERENT_PARENT_CATEGORIES", "message": "Cannot move categories from different parent categories", "name": "CANNOT_MOVE_CATEGORIES_FROM_DIFFERENT_PARENT_CATEGORIES" }, { "code": "CANNOT_UPDATE_CATEGORY_ENTITLEMENT_FIELDS_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot update category's entitlement fields when privacy context is not set on the categroy", "name": "CANNOT_UPDATE_CATEGORY_ENTITLEMENT_FIELDS_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_APPEAR_IN_LIST_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set appear in list field when privacy context is not set on the categroy", "name": "CANNOT_SET_APPEAR_IN_LIST_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_MODERATION_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set moderation field when privacy context is not set on the categroy", "name": "CANNOT_SET_MODERATION_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_INHERITANCE_TYPE_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set inheritance field when privacy context is not set on the categroy", "name": "CANNOT_SET_INHERITANCE_TYPE_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_PRIVACY_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set privacy field when privacy context is not set on the categroy", "name": "CANNOT_SET_PRIVACY_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_OWNER_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set owner field when privacy context is not set on the categroy", "name": "CANNOT_SET_OWNER_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_USER_JOIN_POLICY_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set user join policy field when privacy context is not set on the categroy", "name": "CANNOT_SET_USER_JOIN_POLICY_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_OWNER_FIELD_WITH_USER_ID", "message": "Cannot set owner field with user id \"@ID@\", user id is invalid", "name": "CANNOT_SET_OWNER_FIELD_WITH_USER_ID" }, { "code": "CANNOT_SET_CONTIRUBUTION_POLICY_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set contribution policy field when privacy context is not set on the categroy", "name": "CANNOT_SET_CONTIRUBUTION_POLICY_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "CANNOT_SET_DEFAULT_PERMISSION_LEVEL_FIELD_WITH_NO_PRIVACY_CONTEXT", "message": "Cannot set default permission level field when privacy context is not set on the categroy", "name": "CANNOT_SET_DEFAULT_PERMISSION_LEVEL_FIELD_WITH_NO_PRIVACY_CONTEXT" }, { "code": "PRIVACY_CONTEXT_INVALID_STRING", "message": "Privacy context is invalid \"@CONTEXT@\"", "name": "PRIVACY_CONTEXT_INVALID_STRING" }, { "code": "CANNOT_SET_OWNER_WHEN_CATEGORY_INHERIT_MEMBERS", "message": "Cannot set owner when category is set to inherit", "name": "CANNOT_SET_OWNER_WHEN_CATEGORY_INHERIT_MEMBERS" }, { "code": "CANNOT_SET_USER_JOIN_POLICY_WHEN_CATEGORY_INHERIT_MEMBERS", "message": "Cannot set user join policy when category is set to inherit", "name": "CANNOT_SET_USER_JOIN_POLICY_WHEN_CATEGORY_INHERIT_MEMBERS" }, { "code": "CANNOT_SET_DEFAULT_PERMISSION_LEVEL_WHEN_CATEGORY_INHERIT_MEMBERS", "message": "Cannot set default permission level when category is set to inherit", "name": "CANNOT_SET_DEFAULT_PERMISSION_LEVEL_WHEN_CATEGORY_INHERIT_MEMBERS" }, { "code": "CANNOT_SET_MULTI_PRIVACY_CONTEXT", "message": " Cannot set multiple privacy context when Disable Category Limit feature is turned on", "name": "CANNOT_SET_MULTI_PRIVACY_CONTEXT" }, { "code": "AGGREGATION_CATEGORY_WRONG_ASSOCIATION", "message": " Cannot create aggregation category association", "name": "AGGREGATION_CATEGORY_WRONG_ASSOCIATION" }, { "code": "CATEGORY_NAME_CONTAINS_INVALID_CHARS", "message": "Category name contains invalid chars.", "name": "CATEGORY_NAME_CONTAINS_INVALID_CHARS" }, { "code": "FILE_ALREADY_EXISTS", "message": "File already exists \"@PATH@\" ", "name": "FILE_ALREADY_EXISTS" }, { "code": "PATH_NOT_ALLOWED", "message": "Path not allowed \"@PATH@\" ", "name": "PATH_NOT_ALLOWED" }, { "code": "FILE_SIZE_EXCEEDED", "message": "File size exceeded \"@FILE_SIZE@\" ", "name": "FILE_SIZE_EXCEEDED" }, { "code": "SCHEDULER_HOST_CONFLICT", "message": "Scheduler id \"@SCHED_ID@\" conflicts between hosts: \"@HOST1@\" and \"@HOST2@\"", "name": "SCHEDULER_HOST_CONFLICT" }, { "code": "SCHEDULER_NOT_FOUND", "message": "Scheduler id \"@ID@\" not found", "name": "SCHEDULER_NOT_FOUND" }, { "code": "MAX_CONFIGURED_ID_NOT_FOUND", "message": "Could not retrieve max configured_id", "name": "MAX_CONFIGURED_ID_NOT_FOUND" }, { "code": "WORKER_NOT_FOUND", "message": "Worker id \"@ID@\" not found", "name": "WORKER_NOT_FOUND" }, { "code": "COMMAND_NOT_FOUND", "message": "Command id \"@ID@\" not found", "name": "COMMAND_NOT_FOUND" }, { "code": "COMMAND_ALREADY_PENDING", "message": "Command already pending", "name": "COMMAND_ALREADY_PENDING" }, { "code": "PARTNER_NOT_SET", "message": "Partner not set", "name": "PARTNER_NOT_SET" }, { "code": "PARTNER_NOT_FOUND", "message": "Partner not found @PARTNER@", "name": "PARTNER_NOT_FOUND" }, { "code": "INVALID_UPLOAD_TOKEN_ID", "message": "Invalid upload token id", "name": "INVALID_UPLOAD_TOKEN_ID" }, { "code": "UPLOAD_PARTIAL_ERROR", "message": "File was uploaded partially", "name": "UPLOAD_PARTIAL_ERROR" }, { "code": "UPLOAD_ERROR", "message": "Upload failed", "name": "UPLOAD_ERROR" }, { "code": "UPLOADED_FILE_NOT_FOUND", "message": "Uploaded file not found [@FILE@]", "name": "UPLOADED_FILE_NOT_FOUND" }, { "code": "BULK_UPLOAD_CREATE_RESULT_FILE_SYNC_ERROR", "message": "Unable to create file sync object for bulk upload result", "name": "BULK_UPLOAD_CREATE_RESULT_FILE_SYNC_ERROR" }, { "code": "BULK_UPLOAD_CREATE_CONVERT_FILE_SYNC_ERROR", "message": "Unable to create file sync object for flavor conversion", "name": "BULK_UPLOAD_CREATE_CONVERT_FILE_SYNC_ERROR" }, { "code": "UPLOAD_TOKEN_NOT_FOUND", "message": "Upload token not found", "name": "UPLOAD_TOKEN_NOT_FOUND" }, { "code": "UPLOAD_TOKEN_INVALID_STATUS_FOR_UPLOAD", "message": "Upload token is in an invalid status for uploading a file, maybe the file was already uploaded", "name": "UPLOAD_TOKEN_INVALID_STATUS_FOR_UPLOAD" }, { "code": "UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY", "message": "Upload token is in an invalid status for adding entry, maybe the a file was not uploaded or the token was used", "name": "UPLOAD_TOKEN_INVALID_STATUS_FOR_ADD_ENTRY" }, { "code": "UPLOAD_TOKEN_CANNOT_RESUME", "message": "Cannot resume the upload, original file was not found", "name": "UPLOAD_TOKEN_CANNOT_RESUME" }, { "code": "UPLOAD_TOKEN_CANNOT_MATCH_EXPECTED_SIZE", "message": "Failed to match expected file size", "name": "UPLOAD_TOKEN_CANNOT_MATCH_EXPECTED_SIZE" }, { "code": "UPLOAD_TOKEN_FILE_TYPE_RESTRICTED_FOR_UPLOAD", "message": "Upload token is restricted due to the file type", "name": "UPLOAD_TOKEN_FILE_TYPE_RESTRICTED_FOR_UPLOAD" }, { "code": "UPLOAD_TOKEN_MISSING_FILE_SIZE", "message": "FileSize is mandatory when enabling autoFinalize", "name": "UPLOAD_TOKEN_MISSING_FILE_SIZE" }, { "code": "MAX_ALLOWED_CHUNK_COUNT_EXCEEDED", "message": "Max allowed waiting chunks to be concatenated has exceeded allowed limit", "name": "MAX_ALLOWED_CHUNK_COUNT_EXCEEDED" }, { "code": "UPLOAD_PASSED_MAX_RESUME_TIME_ALLOWED", "message": "Max resume time of @MAX_RESUME_TIME@ seconds reached, cannot resume upload", "name": "UPLOAD_PASSED_MAX_RESUME_TIME_ALLOWED" }, { "code": "NON_GROUP_PARTNER_ATTEMPTING_TO_ASSIGN_CHILD", "message": "Partner id [@PID@] is not a VAR/GROUP, but is attempting to create child partner", "name": "NON_GROUP_PARTNER_ATTEMPTING_TO_ASSIGN_CHILD" }, { "code": "NON_PARENT_PARTNER_ATTEMPTING_TO_COPY_PARTNER", "message": "Partner id [@PID@] is not the parent of template partner [@T_PARTNER@]", "name": "NON_PARENT_PARTNER_ATTEMPTING_TO_COPY_PARTNER" }, { "code": "INVALID_OBJECT_ID", "message": "Invalid object id [@ID@]", "name": "INVALID_OBJECT_ID" }, { "code": "FAILED_TO_CREATE_BULK_DELETE", "message": "Failed to create bulk delete", "name": "FAILED_TO_CREATE_BULK_DELETE" }, { "code": "USER_NOT_FOUND", "message": "User was not found", "name": "USER_NOT_FOUND" }, { "code": "GROUP_NOT_FOUND", "message": "Group was not found", "name": "GROUP_NOT_FOUND" }, { "code": "GROUP_USER_NOT_FOUND", "message": "Group user was not found", "name": "GROUP_USER_NOT_FOUND" }, { "code": "GROUP_USER_ALREADY_EXISTS", "message": "GroupUser already exists", "name": "GROUP_USER_ALREADY_EXISTS" }, { "code": "USER_EXCEEDED_MAX_GROUPS", "message": "User exceeded max number of groups", "name": "USER_EXCEEDED_MAX_GROUPS" }, { "code": "GROUP_USER_DOES_NOT_EXISTS", "message": "Invalid GroupUser for group [\"@GROUP@\"] and for user [\"@USER@\"]", "name": "GROUP_USER_DOES_NOT_EXISTS" }, { "code": "USER_LOGIN_ALREADY_ENABLED", "message": "User is already allowed to login", "name": "USER_LOGIN_ALREADY_ENABLED" }, { "code": "USER_LOGIN_ALREADY_DISABLED", "message": "User is already not allowed to login", "name": "USER_LOGIN_ALREADY_DISABLED" }, { "code": "PROPERTY_VALIDATION_NO_USAGE_PERMISSION", "message": "Current user does not have permission to use property \"@PROP@\"", "name": "PROPERTY_VALIDATION_NO_USAGE_PERMISSION" }, { "code": "PROPERTY_VALIDATION_NO_UPDATE_PERMISSION", "message": "Current user does not have permission to update property \"@PROP@\"", "name": "PROPERTY_VALIDATION_NO_UPDATE_PERMISSION" }, { "code": "PROPERTY_VALIDATION_NO_INSERT_PERMISSION", "message": "Current user does not have permission to insert property \"@PROP@\"", "name": "PROPERTY_VALIDATION_NO_INSERT_PERMISSION" }, { "code": "USER_NOT_ADMIN", "message": "User [@USER@] is not admin", "name": "USER_NOT_ADMIN" }, { "code": "ROLE_NAME_ALREADY_EXISTS", "message": "A role with the same name already exists", "name": "ROLE_NAME_ALREADY_EXISTS" }, { "code": "PERMISSION_ITEM_NOT_FOUND", "message": "Permission item does not exists", "name": "PERMISSION_ITEM_NOT_FOUND" }, { "code": "PROPERTY_DEPRECTAED", "message": "The property \"@PROP@\" is deprecated and should not be used", "name": "PROPERTY_DEPRECTAED" }, { "code": "PROPERTY_IS_NOT_DEFINED", "message": "The property \"@PROP@\" is not defined on type \"@TYPE@\"", "name": "PROPERTY_IS_NOT_DEFINED" }, { "code": "GROUPS_CANNOT_CO_EXIST", "message": "Cannot add user [@userId@] to group [@group@], User is already member of a group with coexistence enforcement [@blockedCoExist@]", "name": "GROUPS_CANNOT_CO_EXIST" }, { "code": "INVALID_XSLT", "message": "Invalid xslt", "name": "INVALID_XSLT" }, { "code": "INVALID_XSLT_MISSING_TEMPLATE_RSS", "message": "Invalid xslt, missing rss's template tag with the following convention: xsl:template name=\"rssx\" match=\"/\"", "name": "INVALID_XSLT_MISSING_TEMPLATE_RSS" }, { "code": "INVALID_XSLT_MISSING_TEMPLATE_ITEM", "message": "Invalid xslt, missing item's template tag with the following convention: xsl:template name=\"item\" match=\"item\"", "name": "INVALID_XSLT_MISSING_TEMPLATE_ITEM" }, { "code": "INVALID_XSLT_MISSING_APPLY_TEMPLATES_ITEM", "message": "Invalid xslt, missing apply-template tag for item's template with the following convention: xsl:apply-templates name=\"item\"", "name": "INVALID_XSLT_MISSING_APPLY_TEMPLATES_ITEM" }, { "code": "SYNDICATION_FEED_INVALID_STORAGE_ID", "message": "Invalid storage id", "name": "SYNDICATION_FEED_INVALID_STORAGE_ID" }, { "code": "SYNDICATION_FEED_KALTURA_DC_ONLY", "message": "Partner configured to use Kaltura data centers only", "name": "SYNDICATION_FEED_KALTURA_DC_ONLY" }, { "code": "ENFORCE_ITUNES_FEED_AUTHOR", "message": "Missing feedAuthor param [Mandatory when enforcing feedAuthor]", "name": "ENFORCE_ITUNES_FEED_AUTHOR" }, { "code": "FILE_DOESNT_EXIST", "message": "File doesnt exist", "name": "FILE_DOESNT_EXIST" }, { "code": "FILE_NOT_FOUND", "message": "File not found", "name": "FILE_NOT_FOUND" }, { "code": "STORAGE_PROFILE_ID_NOT_FOUND", "message": "Storage profile id @ID@ not found", "name": "STORAGE_PROFILE_ID_NOT_FOUND" }, { "code": "STORAGE_PROFILE_RULES_NOT_FULFILLED", "message": "Storage profile rules for profile id @ID@ are not fulfilled", "name": "STORAGE_PROFILE_RULES_NOT_FULFILLED" }, { "code": "FILE_PENDING", "message": "File is pending", "name": "FILE_PENDING" }, { "code": "FILE_TYPE_NOT_SUPPORTED", "message": "File type @TYPE@ is not supported", "name": "FILE_TYPE_NOT_SUPPORTED" }, { "code": "CANNOT_RESET_PASSWORD_FOR_SYSTEM_PARTNER", "message": "Password cannot be reset for system partner", "name": "CANNOT_RESET_PASSWORD_FOR_SYSTEM_PARTNER" }, { "code": "REPORT_NOT_FOUND", "message": "Report id \"@ID@\" not found", "name": "REPORT_NOT_FOUND" }, { "code": "REPORT_NOT_PUBLIC", "message": "Report id \"@ID@\" is not public", "name": "REPORT_NOT_PUBLIC" }, { "code": "REPORT_PARAMETER_MISSING", "message": "Parameter \"@PARAM@\" is missing", "name": "REPORT_PARAMETER_MISSING" }, { "code": "SEARCH_TOO_GENERAL", "message": "Unable to create report. Query produced too many results", "name": "SEARCH_TOO_GENERAL" }, { "code": "INVALID_REPORT_ITEMS_GROUP", "message": "Invalid report items group", "name": "INVALID_REPORT_ITEMS_GROUP" }, { "code": "INVALID_ID", "message": "Id \"@ID@\" contains invalid chars", "name": "INVALID_ID" }, { "code": "INVALID_CATEGORY_USER_ID", "message": "Invalid CategoryUser for category [\"@CAT@\"] and for user [\"@USER@\"]", "name": "INVALID_CATEGORY_USER_ID" }, { "code": "CATEGORY_USER_ALREADY_EXISTS", "message": "CategoryUser already exists", "name": "CATEGORY_USER_ALREADY_EXISTS" }, { "code": "CATEGORY_INHERIT_MEMBERS", "message": "Cannot add members to this category since its inherit members from parent category [\"@CAT@\"]", "name": "CATEGORY_INHERIT_MEMBERS" }, { "code": "CATEGORY_INHERIT_MEMBERS_MUST_SET_PARENT_CATEGORY", "message": "Category that inherit members must have parent category set", "name": "CATEGORY_INHERIT_MEMBERS_MUST_SET_PARENT_CATEGORY" }, { "code": "CATEGORY_USER_JOIN_NOT_ALLOWED", "message": "cannot register to this category [\"@CAT@\"]", "name": "CATEGORY_USER_JOIN_NOT_ALLOWED" }, { "code": "CANNOT_UPDATE_CATEGORY_USER", "message": "cannot update category user", "name": "CANNOT_UPDATE_CATEGORY_USER" }, { "code": "MUST_FILTER_USERS_OR_CATEGORY", "message": "Must filter users or categories", "name": "MUST_FILTER_USERS_OR_CATEGORY" }, { "code": "CANNOT_OVERRIDE_MANUAL_CHANGES", "message": "Cannot override manual changes", "name": "CANNOT_OVERRIDE_MANUAL_CHANGES" }, { "code": "CANNOT_UPDATE_CATEGORY_USER_OWNER", "message": "Cannot change CategoryUser object for category Owner", "name": "CANNOT_UPDATE_CATEGORY_USER_OWNER" }, { "code": "ENTRY_CATEGORY_FIELD_IS_DEPRECATED", "message": "entry->categories and entry->categoriesIds fields are deprecated - user categoryEntry service", "name": "ENTRY_CATEGORY_FIELD_IS_DEPRECATED" }, { "code": "ENTRY_DISPLAY_IN_SEARCH_VALUE_NOT_ALLOWED", "message": "Cannot set the value of DISPLAY_IN_SEARCH to [\"@DISPLAY_IN_SEARCH_NEW_VALUE@\"]", "name": "ENTRY_DISPLAY_IN_SEARCH_VALUE_NOT_ALLOWED" }, { "code": "INVALID_ENTRY_ID", "message": "Invalid entry id [\"@ID@\"]", "name": "INVALID_ENTRY_ID" }, { "code": "CANNOT_ASSIGN_ENTRY_TO_CATEGORY", "message": "Cannot assign entry to category", "name": "CANNOT_ASSIGN_ENTRY_TO_CATEGORY" }, { "code": "CANNOT_REMOVE_ENTRY_FROM_CATEGORY", "message": "Cannot remove entry from category", "name": "CANNOT_REMOVE_ENTRY_FROM_CATEGORY" }, { "code": "CANNOT_ACTIVATE_CATEGORY_ENTRY", "message": "Cannot activate categoryEntry", "name": "CANNOT_ACTIVATE_CATEGORY_ENTRY" }, { "code": "CANNOT_ACTIVATE_CATEGORY_ENTRY_SINCE_IT_IS_NOT_PENDING", "message": "Cannot activate a non pending categoryEntry", "name": "CANNOT_ACTIVATE_CATEGORY_ENTRY_SINCE_IT_IS_NOT_PENDING" }, { "code": "CANNOT_REJECT_CATEGORY_ENTRY_SINCE_IT_IS_NOT_PENDING", "message": "Cannot reject a non pending categoryEntry", "name": "CANNOT_REJECT_CATEGORY_ENTRY_SINCE_IT_IS_NOT_PENDING" }, { "code": "CANNOT_REJECT_CATEGORY_ENTRY", "message": "Cannot reject category entry", "name": "CANNOT_REJECT_CATEGORY_ENTRY" }, { "code": "ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY", "message": "Entry doesn't assigned to category", "name": "ENTRY_IS_NOT_ASSIGNED_TO_CATEGORY" }, { "code": "MUST_FILTER_ENTRY_ID_EQUAL", "message": "Must filter on entry id", "name": "MUST_FILTER_ENTRY_ID_EQUAL" }, { "code": "MUST_FILTER_ON_ENTRY_OR_CATEGORY", "message": "Must filter on entry id or category", "name": "MUST_FILTER_ON_ENTRY_OR_CATEGORY" }, { "code": "CATEGORY_ENTRY_ALREADY_EXISTS", "message": "Entry already assigned to this category", "name": "CATEGORY_ENTRY_ALREADY_EXISTS" }, { "code": "CATEGORY_IS_LOCKED", "message": "Category is locked - cannot delete or change parent id", "name": "CATEGORY_IS_LOCKED" }, { "code": "CATEGORY_MAX_USER_REACHED", "message": "Max amount of users per category @MAX@ has been reached", "name": "CATEGORY_MAX_USER_REACHED" }, { "code": "CANNOT_INDEX_OBJECT_WHEN_ENTITLEMENT_IS_ENABLE", "message": "Cannot index object when enetitlment is enabled", "name": "CANNOT_INDEX_OBJECT_WHEN_ENTITLEMENT_IS_ENABLE" }, { "code": "CANNOT_LIST_RELATED_ENTITLED_WHEN_ENTITLEMENT_IS_ENABLE", "message": "Objects that require entitlement should not be listed [@FILTER@] as related-objects when enetitlment is enabled", "name": "CANNOT_LIST_RELATED_ENTITLED_WHEN_ENTITLEMENT_IS_ENABLE" }, { "code": "USER_KS_CANNOT_LIST_RELATED_ENTRIES", "message": "Entries should not be listed [@FILTER@] as related-objects with unprivileged user ks", "name": "USER_KS_CANNOT_LIST_RELATED_ENTRIES" }, { "code": "LIVE_STREAM_STATUS_CANNOT_BE_DETERMINED", "message": "Status cannot be determined for live stream protocol [@PROT@]", "name": "LIVE_STREAM_STATUS_CANNOT_BE_DETERMINED" }, { "code": "ENCODING_IP_NOT_PINGABLE", "message": "One or both of the provided encoding IPs is not pingable", "name": "ENCODING_IP_NOT_PINGABLE" }, { "code": "EXTENDING_ITEM_INCOMPATIBLE_COMBINATION", "message": "This extending object MRSS must replace the XPath contents", "name": "EXTENDING_ITEM_INCOMPATIBLE_COMBINATION" }, { "code": "EXTENDING_ITEM_MISSING_XPATH", "message": "Extending item must contain xpath", "name": "EXTENDING_ITEM_MISSING_XPATH" }, { "code": "LIVE_CHANNEL_SEGMENT_ID_NOT_FOUND", "message": "Live channel segment id [@SEGMENT_ID@] not found", "name": "LIVE_CHANNEL_SEGMENT_ID_NOT_FOUND" }, { "code": "LIVE_STREAM_INVALID_TOKEN", "message": "Invalid token supplied for live entry [@ENTRY_ID@]", "name": "LIVE_STREAM_INVALID_TOKEN" }, { "code": "LIVE_STREAM_EXCEEDED_MAX_PASSTHRU", "message": "Partner exceeded max pass-through live streams in entry[@ENTRY_ID@]", "name": "LIVE_STREAM_EXCEEDED_MAX_PASSTHRU" }, { "code": "LIVE_STREAM_EXCEEDED_MAX_TRANSCODED", "message": "Partner exceeded max concurrent transcoded live streams in entry[@ENTRY_ID@]", "name": "LIVE_STREAM_EXCEEDED_MAX_TRANSCODED" }, { "code": "LIVE_STREAM_EXCEEDED_MAX_RTC_STREAMS", "message": "Partner [@PARTNER_ID@] exceeded max concurrent rtc streams allowed [@ALLOWED@]", "name": "LIVE_STREAM_EXCEEDED_MAX_RTC_STREAMS" }, { "code": "LIVE_STREAM_EXCEEDED_MAX_CONCURRENT_BY_ADMIN_TAG", "message": "entry [@ENTRY_ID@] exceeded max concurrent streams of tag [@ADMIN_TAG@] (allowed [@ALLOWED@])", "name": "LIVE_STREAM_EXCEEDED_MAX_CONCURRENT_BY_ADMIN_TAG" }, { "code": "LIVE_STREAM_EXCEEDED_MAX_RECORDED_DURATION", "message": "Entry exceeded max recorded live stream duration in entry[@ENTRY_ID@]", "name": "LIVE_STREAM_EXCEEDED_MAX_RECORDED_DURATION" }, { "code": "LIVE_STREAM_ALREADY_BROADCASTING", "message": "Entry [@ENTRY_ID@] already broadcasting to server [@MEDIA_SERVER@]", "name": "LIVE_STREAM_ALREADY_BROADCASTING" }, { "code": "CANNOT_UPDATE_FIELDS_WHILE_ENTRY_BROADCASTING", "message": "Cannot update [@FIELD@] while entry is broadcasting", "name": "CANNOT_UPDATE_FIELDS_WHILE_ENTRY_BROADCASTING" }, { "code": "CANNOT_UPDATE_FIELDS_RECORDED_ENTRY_STILL_NOT_READY", "message": "Cannot update [@FIELD@] while all vod entry flavors are not ready", "name": "CANNOT_UPDATE_FIELDS_RECORDED_ENTRY_STILL_NOT_READY" }, { "code": "CANNOT_REGENERATE_STREAM_TOKEN_FOR_EXTERNAL_LIVE_STREAMS", "message": "Cannot regenerate stream token for external type [@TYPE@] live stream", "name": "CANNOT_REGENERATE_STREAM_TOKEN_FOR_EXTERNAL_LIVE_STREAMS" }, { "code": "KALTURA_RECORDING_ENABLED", "message": "Kaltura recording is enabled for partner [@PARTNER_ID@] use liveStream->setRecordedContent to set the live recorded content", "name": "KALTURA_RECORDING_ENABLED" }, { "code": "KALTURA_RECORDING_DISABLED", "message": "Kaltura recording is disabled for partner [@PARTNER_ID@] use liveStream->appendRecording to set the live recorded content", "name": "KALTURA_RECORDING_DISABLED" }, { "code": "RECORDING_DISABLED", "message": "Record status attribute cannot be set, account has recording feature disabled", "name": "RECORDING_DISABLED" }, { "code": "LIVE_CLIPPING_UNSUPPORTED_OPERATION", "message": " Unsupported operation for live clipping: @OPERATION@", "name": "LIVE_CLIPPING_UNSUPPORTED_OPERATION" }, { "code": "DELIVERY_TYPE_NOT_SPECIFIED", "message": "At least one non auto delivery type must be specified", "name": "DELIVERY_TYPE_NOT_SPECIFIED" }, { "code": "QUERY_EXCEEDED_MAX_MATCHES_ALLOWED", "message": "Unable to generate list. max matches value was reached", "name": "QUERY_EXCEEDED_MAX_MATCHES_ALLOWED" }, { "code": "ASSIGNING_INFO_TO_ENTRY_WITH_PARENT_IS_FORBIDDEN", "message": "assigning categories|scheduling|access control to entry with parent entry \"@ID@\" is not allowed", "name": "ASSIGNING_INFO_TO_ENTRY_WITH_PARENT_IS_FORBIDDEN" }, { "code": "PARENT_ENTRY_ID_NOT_FOUND", "message": "parent entry id \"@ID@\" not found", "name": "PARENT_ENTRY_ID_NOT_FOUND" }, { "code": "FILE_ASSET_ID_NOT_FOUND", "message": "File asset id [\"@ASSET_ID@\"] not found", "name": "FILE_ASSET_ID_NOT_FOUND" }, { "code": "MEDIA_SERVER_NOT_FOUND", "message": "Media server [@MEDIA_SERVER_ID@] not found", "name": "MEDIA_SERVER_NOT_FOUND" }, { "code": "NO_MEDIA_SERVER_FOUND", "message": "No media server found for entry [@ENTRY_ID@]", "name": "NO_MEDIA_SERVER_FOUND" }, { "code": "MEDIA_SERVER_SERVICE_NOT_FOUND", "message": "Media server [@MEDIA_SERVER_ID@] service [@SERVICE@] not found", "name": "MEDIA_SERVER_SERVICE_NOT_FOUND" }, { "code": "DELIVERY_ID_NOT_FOUND", "message": "delivery id [@DELIVERY_ID@] not found", "name": "DELIVERY_ID_NOT_FOUND" }, { "code": "DELIVERY_UPDATE_ISNT_ALLOWED", "message": "delivery id [@DELIVERY_ID@] is default and can't be set", "name": "DELIVERY_UPDATE_ISNT_ALLOWED" }, { "code": "LIVE_REPORTS_WS_FAILURE", "message": "failed to retrieve live analytics", "name": "LIVE_REPORTS_WS_FAILURE" }, { "code": "REPORTS_QUERY_FAILURE", "message": "Failed to retrieve analytics data", "name": "REPORTS_QUERY_FAILURE" }, { "code": "REPORTS_FORBIDDEN_FILTER", "message": "Forbidden filter for dimension \"partner\" - queries are implicitly performed for the current partner", "name": "REPORTS_FORBIDDEN_FILTER" }, { "code": "ANALYTICS_INCORRECT_INPUT_TYPE", "message": "Ensure Content-Type is set to application/json", "name": "ANALYTICS_INCORRECT_INPUT_TYPE" }, { "code": "ANALYTICS_INCORRECT_INPUT", "message": "Error parsing field - [@ERRONOUS_FIELD@]", "name": "ANALYTICS_INCORRECT_INPUT" }, { "code": "ANALYTICS_UNSUPPORTED_DIMENSION", "message": "Dimension [@DIMENSION@] is not supported", "name": "ANALYTICS_UNSUPPORTED_DIMENSION" }, { "code": "ANALYTICS_UNSUPPORTED_QUERY", "message": "Query for the given dimensions and metrics is currently not supported", "name": "ANALYTICS_UNSUPPORTED_QUERY" }, { "code": "RESPONSE_PROFILE_NAME_NOT_FOUND", "message": "Response profile name [@SYSTEM_NAME@] not found", "name": "RESPONSE_PROFILE_NAME_NOT_FOUND" }, { "code": "RESPONSE_PROFILE_ID_NOT_FOUND", "message": "Response profile id [@ID@] not found", "name": "RESPONSE_PROFILE_ID_NOT_FOUND" }, { "code": "RESPONSE_PROFILE_DUPLICATE_SYSTEM_NAME", "message": "Response profile system-name [@SYSTEM_NAME@] already exists", "name": "RESPONSE_PROFILE_DUPLICATE_SYSTEM_NAME" }, { "code": "RESPONSE_PROFILE_MAX_NESTING_LEVEL", "message": "Response profile cross maximum nesting level", "name": "RESPONSE_PROFILE_MAX_NESTING_LEVEL" }, { "code": "RESPONSE_PROFILE_CACHE_ALREADY_RECALCULATED", "message": "Response-Profile cache was recalculated already by a different process", "name": "RESPONSE_PROFILE_CACHE_ALREADY_RECALCULATED" }, { "code": "RESPONSE_PROFILE_CACHE_RECALCULATE_RESTARTED", "message": "Response-Profile cache recalculate was restarted by a different process", "name": "RESPONSE_PROFILE_CACHE_RECALCULATE_RESTARTED" }, { "code": "USER_ENTRY_NOT_FOUND", "message": " User-Entry id [@USER_ENTRY_ID@] not found", "name": "USER_ENTRY_NOT_FOUND" }, { "code": "USER_ENTRY_DOES_NOT_MATCH_ENTRY_ID", "message": "The entry id in the user-entry [@USER_ENTRY_ID@] does not match the entry-id given", "name": "USER_ENTRY_DOES_NOT_MATCH_ENTRY_ID" }, { "code": "USER_ENTRY_OBJECT_TYPE_ERROR", "message": "There is an error in the DB, object type [@OBJ_TYPE@] of UserEntry id [@USER_ENTRY_ID@] is unknown", "name": "USER_ENTRY_OBJECT_TYPE_ERROR" }, { "code": "MUST_FILTER_ON_ENTRY_OR_USER", "message": "Must filter on entry ID or user ID", "name": "MUST_FILTER_ON_ENTRY_OR_USER" }, { "code": "USER_ENTRY_FILTER_FORBIDDEN_FIELDS_USED", "message": "UserEntry filter object forbidden fields used", "name": "USER_ENTRY_FILTER_FORBIDDEN_FIELDS_USED" }, { "code": "USER_ENTRY_ALREADY_EXISTS", "message": "UserEntry for this type already exists", "name": "USER_ENTRY_ALREADY_EXISTS" }, { "code": "USER_ID_NOT_PROVIDED_OR_EMPTY", "message": "User ID not found neither on the object or KS", "name": "USER_ID_NOT_PROVIDED_OR_EMPTY" }, { "code": "HOST_NAME_ALREADY_EXISTS", "message": "Host Name [@HOST_NAME@] already exists", "name": "HOST_NAME_ALREADY_EXISTS" }, { "code": "SERVER_NODE_NOT_FOUND", "message": "server node with host name [@HOST_NAME@] not found", "name": "SERVER_NODE_NOT_FOUND" }, { "code": "SERVER_NODE_PROVIDED_AS_PARENT_NOT_FOUND", "message": "The following parentIds where not found [@NODE_IDS@]", "name": "SERVER_NODE_PROVIDED_AS_PARENT_NOT_FOUND" }, { "code": "SERVER_NODE_PARENT_LOOP_DETECTED", "message": "ParentId loop detected on route [@ROUTE@], validate parentId tree definition", "name": "SERVER_NODE_PARENT_LOOP_DETECTED" }, { "code": "ENTRY_SERVER_NODE_NOT_FOUND", "message": "Entry server node with entry id [@ENTRY_ID@] and server type [@SERVER_TYPE@] not found", "name": "ENTRY_SERVER_NODE_NOT_FOUND" }, { "code": "MUST_FILTER_ON_ENTRY_OR_SERVER_TYPE", "message": "Must filter on entry id or server type", "name": "MUST_FILTER_ON_ENTRY_OR_SERVER_TYPE" }, { "code": "ENTRY_SERVER_NODE_OBJECT_TYPE_ERROR", "message": "There is an error in the DB, object type [@OBJ_TYPE@] of EntryServerNode id [@ENTRY_SERVER_NODE_ID@] is unknown", "name": "ENTRY_SERVER_NODE_OBJECT_TYPE_ERROR" }, { "code": "USER_SCORE_PROPERTIES_FILTER_REQUIRED", "message": "UserScorePropertiesFilter is required", "name": "USER_SCORE_PROPERTIES_FILTER_REQUIRED" }, { "code": "USER_ID_EQUAL_REQUIRED", "message": "userIdEqual is required", "name": "USER_ID_EQUAL_REQUIRED" }, { "code": "GAME_OBJECT_ID_REQUIRED", "message": "gameObjectId is required", "name": "GAME_OBJECT_ID_REQUIRED" }, { "code": "GAME_OBJECT_TYPE_REQUIRED", "message": "gameObjectType is required", "name": "GAME_OBJECT_TYPE_REQUIRED" }, { "code": "USER_ID_NOT_FOUND", "message": "userId [@USER_ID@] not found", "name": "USER_ID_NOT_FOUND" }, { "code": "FAILED_INIT_REDIS_INSTANCE", "message": "Failed to initialize Redis instance", "name": "FAILED_INIT_REDIS_INSTANCE" }, { "code": "INVALID_OTP", "message": "OTP provided failed to validate", "name": "INVALID_OTP" }, { "code": "MISSING_OTP", "message": "OTP is missing", "name": "MISSING_OTP" }, { "code": "ERROR_IN_QR_GENERATION", "message": "Could not generate QR code", "name": "ERROR_IN_QR_GENERATION" }, { "code": "ERROR_IN_SEED_GENERATION", "message": "Could not handle new seed generation", "name": "ERROR_IN_SEED_GENERATION" }, { "code": "INVALID_HASH", "message": "hashKey is not valid", "name": "INVALID_HASH" }, { "code": "CANNOT_CREATE_CLIP_FLAVOR_JOB", "message": "cannot create clip, flavor convert batch job returned as null", "name": "CANNOT_CREATE_CLIP_FLAVOR_JOB" }, { "code": "MISSING_MAP_NAME", "message": "Map name must be supplied", "name": "MISSING_MAP_NAME" }, { "code": "CANNOT_PARSE_CONTENT", "message": "Error - [@ERR@] Cannot parse content - \r\n [@CONTENT@]", "name": "CANNOT_PARSE_CONTENT" }, { "code": "CONF_CONTORL_ERROR", "message": "Conf control error - [@ERR@]", "name": "CONF_CONTORL_ERROR" }, { "code": "MAP_DOES_NOT_EXIST", "message": "Map does not exist", "name": "MAP_DOES_NOT_EXIST" }, { "code": "MAP_ALREADY_EXIST", "message": "Map already exist for this map name {@NAME@} and host {@HOST@}", "name": "MAP_ALREADY_EXIST" }, { "code": "MAP_CANNOT_BE_CREATED_ON_FILE_SYSTEM", "message": "Map cannnot be created on file system", "name": "MAP_CANNOT_BE_CREATED_ON_FILE_SYSTEM" }, { "code": "HOST_NAME_CONTAINS_ASTRIX", "message": "Host name contains *, use # instead {@HOST_NAME@}", "name": "HOST_NAME_CONTAINS_ASTRIX" }, { "code": "CHANGE_DESCRIPTION_CANNOT_BE_EMPTY", "message": "Param changeDescription cannot be empty", "name": "CHANGE_DESCRIPTION_CANNOT_BE_EMPTY" }, { "code": "SEARCH_ITEM_TYPE_NOT_FOUND", "message": " Search item type [@SEARCH_ITEM_TYPE@] not found for field: [@ELASTIC_FIELD_NAME@]", "name": "SEARCH_ITEM_TYPE_NOT_FOUND" }, { "code": "INTERNAL_DATABASE_ERROR", "message": "Internal database error", "name": "INTERNAL_DATABASE_ERROR" }, { "code": "SEARCH_ENGINE_QUERY_FAILED", "message": "Search engine query failed", "name": "SEARCH_ENGINE_QUERY_FAILED" }, { "code": "SEARCH_ENGINE_SYNTAX_ERROR", "message": "Search engine syntax error", "name": "SEARCH_ENGINE_SYNTAX_ERROR" }, { "code": "RETRIEVE_VOLUME_MAP_FAILED", "message": "Could not retrieve volume map for the given Id", "name": "RETRIEVE_VOLUME_MAP_FAILED" }, { "code": "SERVERL_ERROR", "message": "Server error @ERR_TEXT@", "name": "SERVERL_ERROR" }, { "code": "START_SESSION_ERROR", "message": "Error while starting session for partner [@PID@]", "name": "START_SESSION_ERROR" }, { "code": "PARTNER_CHANGE_ACCOUNT_DISABLED", "message": "Partner change account is disabled for current session", "name": "PARTNER_CHANGE_ACCOUNT_DISABLED" }, { "code": "INVALID_ACTIONS_LIMIT", "message": "Invalid actions limit", "name": "INVALID_ACTIONS_LIMIT" }, { "code": "INVALID_IP_ADDRESS_RESTRICTION", "message": " Invalid IP address restriction", "name": "INVALID_IP_ADDRESS_RESTRICTION" }, { "code": "INVALID_SET_ROLE", "message": "Invalid set role id", "name": "INVALID_SET_ROLE" }, { "code": "UNKNOWN_MEDIA_SOURCE", "message": "Unknown media source [@MEDIA_SRC@]", "name": "UNKNOWN_MEDIA_SOURCE" }, { "code": "NO_ENTRIES_ADDED", "message": "Added 0 entries", "name": "NO_ENTRIES_ADDED" }, { "code": "KSHOW_DOES_NOT_EXISTS", "message": "Kshow doesn't exist", "name": "KSHOW_DOES_NOT_EXISTS" }, { "code": "MODERATION_OBJECT_NOT_EXISTS", "message": "Object to moderate [@OBJ_TYPE@] does not exist in system", "name": "MODERATION_OBJECT_NOT_EXISTS" }, { "code": "MODERATION_ONLY_ENTRY", "message": "For now can moderate only objects of type [entry] and not [@OBJ_TYPE@]", "name": "MODERATION_ONLY_ENTRY" }, { "code": "MODERATION_EMPTY_OBJECT", "message": "Please fill the moderation object", "name": "MODERATION_EMPTY_OBJECT" }, { "code": "DUPLICATE_USER_BY_SCREEN_NAME", "message": "User with screenName [@SREEN_NAME@] already exists in system", "name": "DUPLICATE_USER_BY_SCREEN_NAME" }, { "code": "DUPLICATE_USER_BY_ID", "message": "User with id [@UID@] already exists in system", "name": "DUPLICATE_USER_BY_ID" }, { "code": "DUPLICATE_USER_BY_LOGIN_ID", "message": "Loginable user with email [@EMAIL@] already exists in system", "name": "DUPLICATE_USER_BY_LOGIN_ID" }, { "code": "ID_AND_EXTERNAL_ID_ARE_MUTUALLY_EXCLUSIVE", "message": "User operations with both id and external id not allowed", "name": "ID_AND_EXTERNAL_ID_ARE_MUTUALLY_EXCLUSIVE" }, { "code": "UPDATING_USER_ID_FOR_HASHED_USER_NOT_ALLOWED", "message": "Updating user id for hashed users is not allowed", "name": "UPDATING_USER_ID_FOR_HASHED_USER_NOT_ALLOWED" }, { "code": "MANDATORY_PARAMETER_MISSING", "message": "Mandatory parameter missing [@PARAM_NAME@]", "name": "MANDATORY_PARAMETER_MISSING" }, { "code": "INVALID_NOTIFICATION_ID", "message": "Unknown notification [@ID@]", "name": "INVALID_NOTIFICATION_ID" }, { "code": "NO_NOTIFICATIONS_UPDATED", "message": "No notifications updated.", "name": "NO_NOTIFICATIONS_UPDATED" }, { "code": "ERROR_CREATING_NOTIFICATION", "message": "Cannot find object of type [@OBJ_TYPE@].", "name": "ERROR_CREATING_NOTIFICATION" }, { "code": "INVALID_KSHOW_ID", "message": "Unknown kshow [@KSHOW_ID@]", "name": "INVALID_KSHOW_ID" }, { "code": "DUPLICATE_KSHOW_BY_NAME", "message": "Kshow with name [@KSHOW_NAME@] already exists in system ", "name": "DUPLICATE_KSHOW_BY_NAME" }, { "code": "ERROR_KSOHW_ROLLBACK", "message": "Error while rollbacking kshow [@KSHOW_ID@] to version [@VERSION@]", "name": "ERROR_KSOHW_ROLLBACK" }, { "code": "ENTRY_ID_NOT_FOUND", "message": "Entry id \"@ENTRY_ID@\" not found", "name": "ENTRY_ID_NOT_FOUND" }, { "code": "SUPPORTED_FLAVOR_NOT_EXIST", "message": "Could not find supported flavor for entry id \"@ENTRY_ID@\" ", "name": "SUPPORTED_FLAVOR_NOT_EXIST" }, { "code": "GIVEN_ID_NOT_SUPPORTED", "message": "The action is not supported for the given id", "name": "GIVEN_ID_NOT_SUPPORTED" }, { "code": "ENTRIES_AMOUNT_EXCEEDED", "message": "Entries amount exceeded", "name": "ENTRIES_AMOUNT_EXCEEDED" }, { "code": "INVALID_ENTRY_IDS", "message": "Unknown entry ids [@ENTRY_IDS@]", "name": "INVALID_ENTRY_IDS" }, { "code": "INVALID_ENTRY", "message": "Unknown @ENTRY_TYPE@ [@ENTRY_ID@]", "name": "INVALID_ENTRY" }, { "code": "INVALID_ENTRY_VERSION", "message": "Unknown @ENTRY_TYPE@ [@ENTRY_ID@] [@VERSION@]", "name": "INVALID_ENTRY_VERSION" }, { "code": "INVALID_KSHOW_AND_ENTRY_PAIR", "message": "Unknown Kshow [@KSHOW_ID@] and Entry [@ENTRY_ID@]", "name": "INVALID_KSHOW_AND_ENTRY_PAIR" }, { "code": "NO_FIELDS_SET_FOR_GENERIC_ENTRY", "message": "Missing fiedls when adding entry of type @ENTRY_TYPE@ ", "name": "NO_FIELDS_SET_FOR_GENERIC_ENTRY" }, { "code": "NO_FIELDS_SET_FOR_USER", "message": "Missing fiedls when adding user", "name": "NO_FIELDS_SET_FOR_USER" }, { "code": "NO_FIELDS_SET_FOR_WIDGET", "message": "Missing fiedls when adding widget", "name": "NO_FIELDS_SET_FOR_WIDGET" }, { "code": "KSHOW_CLONE_FAILED", "message": "clone failed for kshow [@KSHOW_ID@]", "name": "KSHOW_CLONE_FAILED" }, { "code": "CANNOT_DELETE_ENTRY", "message": "Entry [@ENTRY_ID@] does not belong to kshow_id [@KSHOW_ID@] and will not be deleted", "name": "CANNOT_DELETE_ENTRY" }, { "code": "INVALID_FILE_NAME", "message": "Cannot find file @FILE_NAME@", "name": "INVALID_FILE_NAME" }, { "code": "INVALID_FILE_TYPE", "message": "Restricted file type for file @FILE_NAME@", "name": "INVALID_FILE_TYPE" }, { "code": "ADMIN_KUSER_NOT_FOUND", "message": "The data you entered is invalid", "name": "ADMIN_KUSER_NOT_FOUND" }, { "code": "INVALID_UI_CONF_ID", "message": "Unknown uiConf [@UI_CONF_ID@]", "name": "INVALID_UI_CONF_ID" }, { "code": "UI_CONF_CLONE_FAILED", "message": "clone failed for ui_conf [@UI_CONF_ID@]", "name": "UI_CONF_CLONE_FAILED" }, { "code": "ERROR_SETTING_FILE_PATH_FOR_UI_CONF", "message": "Error while setting path [@UI_CONF_ID@] for ui_conf.", "name": "ERROR_SETTING_FILE_PATH_FOR_UI_CONF" }, { "code": "INVALID_WIDGET_ID", "message": "Unknown widget [@WIDGET_ID@]", "name": "INVALID_WIDGET_ID" }, { "code": "INVALID_UI_CONF_ID_FOR_WIDGET", "message": "Unknown uiConf [@UI_CONF_ID@] for widget [@WIDGET_ID@]", "name": "INVALID_UI_CONF_ID_FOR_WIDGET" }, { "code": "INVALID_RANK", "message": "Bad rank [@RANK@]", "name": "INVALID_RANK" }, { "code": "USER_ALREADY_RANKED_KSHOW", "message": "User [@USER_ID@] alreay voted for kshow [@KSHOW_ID@]", "name": "USER_ALREADY_RANKED_KSHOW" }, { "code": "USER_ALREADY_EXISTS_BY_SCREEN_NAME", "message": "User with screenName [@SCREEN_NAME@] already exists in system.", "name": "USER_ALREADY_EXISTS_BY_SCREEN_NAME" }, { "code": "NO_FIELDS_SET_FOR_PARTNER", "message": "Missing fiedls when adding partner", "name": "NO_FIELDS_SET_FOR_PARTNER" }, { "code": "PARTNER_REGISTRATION_ERROR", "message": "Error while registering partner with message \"@MESSAGE@\"", "name": "PARTNER_REGISTRATION_ERROR" }, { "code": "SEARCH_UNSUPPORTED_MEDIA_TYPE", "message": "Unsupported media type [@MEDIA_TYPE@]", "name": "SEARCH_UNSUPPORTED_MEDIA_TYPE" }, { "code": "SEARCH_UNSUPPORTED_MEDIA_SOURCE", "message": "Unsupported media source [@MEDIA_SRC@]", "name": "SEARCH_UNSUPPORTED_MEDIA_SOURCE" }, { "code": "SEARCH_UNKNOWN_MEDIA_SOURCE_FOR_URL", "message": "Unknown media source for url [@URL@]", "name": "SEARCH_UNKNOWN_MEDIA_SOURCE_FOR_URL" }, { "code": "START_WIDGET_SESSION_ERROR", "message": "error while starting session for widget id [@WIDGET_ID@]", "name": "START_WIDGET_SESSION_ERROR" }, { "code": "UNKNOWN_PARTNER_ID", "message": "Unknown partner_id [@PID@]", "name": "UNKNOWN_PARTNER_ID" }, { "code": "CANNOT_IMPORT_ONE_OR_MORE_MEDIA_FILES", "message": "One or more media files cannot be imported", "name": "CANNOT_IMPORT_ONE_OR_MORE_MEDIA_FILES" }, { "code": "ADULT_CONTENT", "message": "Adult content, age verification required, Please choose another movie", "name": "ADULT_CONTENT" }, { "code": "SANDBOX_ALERT", "message": "Sandbox demo can not be updated", "name": "SANDBOX_ALERT" }, { "code": "ROUGHCUT_NOT_FOUND", "message": "Roughcut not found", "name": "ROUGHCUT_NOT_FOUND" }, { "code": "FEATURE_FORBIDDEN", "message": "The usage of feature [@FEATURE@] is forbidden", "name": "FEATURE_FORBIDDEN" }, { "code": "SERVICE_FORBIDDEN", "message": "The access to service [@SERVICE@] is forbidden", "name": "SERVICE_FORBIDDEN" }, { "code": "SERVICE_FORBIDDEN_CONTENT_BLOCKED", "message": "The access to this service is forbidden since the specified partner is blocked", "name": "SERVICE_FORBIDDEN_CONTENT_BLOCKED" }, { "code": "SERVICE_FORBIDDEN_FULLY_BLOCKED", "message": "The access to this service is forbidden since the specified partner is fully blocked", "name": "SERVICE_FORBIDDEN_FULLY_BLOCKED" }, { "code": "SERVICE_FORBIDDEN_PARTNER_DELETED", "message": "The access to this service is forbidden since the specified partner is deleted", "name": "SERVICE_FORBIDDEN_PARTNER_DELETED" }, { "code": "USER_BLOCKED", "message": "this user is blocked", "name": "USER_BLOCKED" }, { "code": "SERVICE_ACCESS_CONTROL_RESTRICTED", "message": "The access to service [@SERVICE@] is forbidden due to access control restriction", "name": "SERVICE_ACCESS_CONTROL_RESTRICTED" }, { "code": "PARTNER_ACCESS_FORBIDDEN", "message": "Partner [@ACCESSING_PID@] cannot access partner [@ACCESSED_PID@]", "name": "PARTNER_ACCESS_FORBIDDEN" }, { "code": "ACCESS_FORBIDDEN_FROM_UNKNOWN_IP", "message": "Access forbidden from unknown ip [@IP@]", "name": "ACCESS_FORBIDDEN_FROM_UNKNOWN_IP" }, { "code": "INVALID_BATCHJOB_ID", "message": "[@JOB_ID@]", "name": "INVALID_BATCHJOB_ID" }, { "code": "NO_FIELDS_SET_FOR_CONVERSION_PROFILE", "message": "Missing fiedls when adding ConversionProfile", "name": "NO_FIELDS_SET_FOR_CONVERSION_PROFILE" }, { "code": "INVALID_FILE_EXTENSION", "message": "Invalid file extension", "name": "INVALID_FILE_EXTENSION" }, { "code": "UNABLE_TO_CONVERT_ENTRY", "message": "Unable to convert entry", "name": "UNABLE_TO_CONVERT_ENTRY" }, { "code": "NO_FILES_RECEIVED", "message": "No files recieved", "name": "NO_FILES_RECEIVED" }, { "code": "INVALID_FILE_FIELD", "message": "The file was send on invalid field, expecting [@FIELD@]", "name": "INVALID_FILE_FIELD" }, { "code": "NO_FIELDS_SET_FOR_UI_CONF", "message": "Missing fiedls when adding uiconf", "name": "NO_FIELDS_SET_FOR_UI_CONF" }, { "code": "INVALID_PLAYLIST_TYPE", "message": "Invalid playlist type", "name": "INVALID_PLAYLIST_TYPE" }, { "code": "CLONING_PATH_PLAYLIST_NOT_SUPPORTED", "message": "Cloning Path playlist is not supported", "name": "CLONING_PATH_PLAYLIST_NOT_SUPPORTED" }, { "code": "DOWNLOAD_ERROR", "message": "Cannot find source file [@SRC_FILE@] in archive", "name": "DOWNLOAD_ERROR" }, { "code": "INVALID_TRANSCODE_TYPE", "message": "Invalid transcode type [@TYPE@]", "name": "INVALID_TRANSCODE_TYPE" }, { "code": "INVALID_TRANSCODE_DATA", "message": "Invalid transcode data [@DATA@]", "name": "INVALID_TRANSCODE_DATA" }, { "code": "INVALID_FIELD_VALUE", "message": "value in field [@FIELD_NAME@] is not valid", "name": "INVALID_FIELD_VALUE" }, { "code": "ADMIN_KUSER_WRONG_OLD_PASSWORD", "message": "Old password is wrong", "name": "ADMIN_KUSER_WRONG_OLD_PASSWORD" }, { "code": "INVALID_PARTNER_PACKAGE", "message": "Invalid package id", "name": "INVALID_PARTNER_PACKAGE" }, { "code": "CANNOT_DOWNGRADE_PACKAGE", "message": "Downgrading package is impossible", "name": "CANNOT_DOWNGRADE_PACKAGE" }, { "code": "CANNOT_USE_ENTRY_TYPE_AUTO_IN_IMPORT", "message": "entry_type -1 (Auto) can be used only when source is file (1)", "name": "CANNOT_USE_ENTRY_TYPE_AUTO_IN_IMPORT" }, { "code": "NO_FIELDS_SET_FOR_SEARCH_RESULT", "message": "Missing fiedls when adding SearchResult", "name": "NO_FIELDS_SET_FOR_SEARCH_RESULT" }, { "code": "UPDATE_EXCLUSIVE_JOB_FAILED", "message": "Error while attempting to update job with id [@JOB_ID@] from scheduler [@PROC_LOC@] worker [@PROC_NAME@] batch [@SERIALIZED_JOB_ID@]\n[@ERR_TEXT@]", "name": "UPDATE_EXCLUSIVE_JOB_FAILED" }, { "code": "UPDATE_EXCLUSIVE_JOB_WRONG_TYPE", "message": "Attempting to update job of the wrong type with id [@JOB_ID@]\n key[@KEY@]\njob[@SERIALIZED_JOB_ID@]", "name": "UPDATE_EXCLUSIVE_JOB_WRONG_TYPE" }, { "code": "GET_EXCLUSIVE_JOB_WRONG_TYPE", "message": "Attempting to get job of the wrong type [@OBJ_TYPE@] with id [@JOB_ID@]", "name": "GET_EXCLUSIVE_JOB_WRONG_TYPE" }, { "code": "FREE_EXCLUSIVE_JOB_FAILED", "message": "Error while attempting to free job with id [@JOB_ID@] from processorLocation [@PROC_LOC@] processorName [@PROC_NAME@]", "name": "FREE_EXCLUSIVE_JOB_FAILED" }, { "code": "INVALID_EXCLUSIVE_JOB_ID", "message": "Unknown job [@UI_CONF_ID@]", "name": "INVALID_EXCLUSIVE_JOB_ID" }, { "code": "INVALID_FLAVOR_ASSET_ID", "message": " Invalid flavor asset id @FLAV_ASSET_ID@", "name": "INVALID_FLAVOR_ASSET_ID" }, { "code": "INVALID_THUMB_ASSET_ID", "message": "Invalid thumbnail asset id @THUMB_ASSET_ID@", "name": "INVALID_THUMB_ASSET_ID" }, { "code": "FLAVOR_ASSET_IS_NOT_READY", "message": "The flavor asset is not ready", "name": "FLAVOR_ASSET_IS_NOT_READY" }, { "code": "SOURCE_FILE_NOT_FOUND", "message": "The flavor source file not found", "name": "SOURCE_FILE_NOT_FOUND" }, { "code": "SOURCE_FILE_REMOTE", "message": "The source file is remote, no local file found", "name": "SOURCE_FILE_REMOTE" }, { "code": "BULK_UPLOAD_CREATE_CSV_FILE_SYNC_ERROR", "message": "Unable to create file sync object for bulk upload csv", "name": "BULK_UPLOAD_CREATE_CSV_FILE_SYNC_ERROR" }, { "code": "BULK_UPLOAD_BULK_UPLOAD_TYPE_NOT_VALID", "message": "Bulk upload type [@BULK_UPLOAD_TYPE@] not supported", "name": "BULK_UPLOAD_BULK_UPLOAD_TYPE_NOT_VALID" }, { "code": "INVALID_ACCESS_TO_PARTNER_SPECIFIC_SEARCH", "message": "Invalid access to PARTNER_SPECIFIC search from partner [@PID@]", "name": "INVALID_ACCESS_TO_PARTNER_SPECIFIC_SEARCH" }, { "code": "INVALID_CONVERSION_ENGINE_TYPE", "message": "Invalid Conversion Engine Type [@ENGINE_TYPE@]", "name": "INVALID_CONVERSION_ENGINE_TYPE" }, { "code": "EMAIL_INGESTION_PROFILE_NOT_FOUND", "message": "No records found for [@EMAIL@]", "name": "EMAIL_INGESTION_PROFILE_NOT_FOUND" }, { "code": "EMAIL_INGESTION_PROFILE_EMAIL_EXISTS", "message": "Another email profile already using this email address [@EMAIL@]", "name": "EMAIL_INGESTION_PROFILE_EMAIL_EXISTS" }, { "code": "INVALID_FILE_SYNC_ID", "message": "Invalid file sync id [@FILE_SYNC_ID@]", "name": "INVALID_FILE_SYNC_ID" }, { "code": "INVALID_SEARCH_TEXT", "message": "Invalid search text [@TEXT@]", "name": "INVALID_SEARCH_TEXT" }, { "code": "PASSWORD_STRUCTURE_INVALID", "message": "The password you entered has an invalid structure.\nPasswords must obey the following rules :\n@RULES@", "name": "PASSWORD_STRUCTURE_INVALID" }, { "code": "COMMON_PASSWORD", "message": "Chosen password is a common password", "name": "COMMON_PASSWORD" }, { "code": "PASSWORD_ALREADY_USED", "message": "Chosen password has already been used", "name": "PASSWORD_ALREADY_USED" }, { "code": "PASSWORD_EXPIRED", "message": "Current password has expired", "name": "PASSWORD_EXPIRED" }, { "code": "LOGIN_BLOCKED", "message": "You account is locked", "name": "LOGIN_BLOCKED" }, { "code": "LOGIN_RETRIES_EXCEEDED", "message": "Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours", "name": "LOGIN_RETRIES_EXCEEDED" }, { "code": "NEW_PASSWORD_HASH_KEY_INVALID", "message": "Given hash key is invalid", "name": "NEW_PASSWORD_HASH_KEY_INVALID" }, { "code": "NEW_PASSWORD_HASH_KEY_EXPIRED", "message": "Given hash key has expired", "name": "NEW_PASSWORD_HASH_KEY_EXPIRED" }, { "code": "CANT_UPDATE_PARAMETER", "message": "The following parameter cannot be updated [@PARAM_NAME@]", "name": "CANT_UPDATE_PARAMETER" }, { "code": "LOGIN_DATA_NOT_FOUND", "message": "Login id not found", "name": "LOGIN_DATA_NOT_FOUND" }, { "code": "WRONG_OLD_PASSWORD", "message": "old password is wrong", "name": "WRONG_OLD_PASSWORD" }, { "code": "ADMIN_USER_PASSWORD_MISSING", "message": "Admin user must have a password", "name": "ADMIN_USER_PASSWORD_MISSING" }, { "code": "ADMIN_LOGIN_USERS_QUOTA_EXCEEDED", "message": "Partner login users quota exceeded", "name": "ADMIN_LOGIN_USERS_QUOTA_EXCEEDED" }, { "code": "USER_ALREADY_EXISTS", "message": "User already exists", "name": "USER_ALREADY_EXISTS" }, { "code": "CANNOT_UPDATE_LOGIN_DATA", "message": "Login data cannot be updated by this action", "name": "CANNOT_UPDATE_LOGIN_DATA" }, { "code": "CANNOT_UPDATE_ADMIN_LOGIN_DATA", "message": "Login data cannot be updated by this action", "name": "CANNOT_UPDATE_ADMIN_LOGIN_DATA" }, { "code": "LOGIN_ID_ALREADY_USED", "message": "Same login id is already in use", "name": "LOGIN_ID_ALREADY_USED" }, { "code": "USER_DATA_ERROR", "message": "User data is not valid.", "name": "USER_DATA_ERROR" }, { "code": "CANNOT_DELETE_OR_BLOCK_ROOT_ADMIN_USER", "message": "Root admin user cannot be deleted", "name": "CANNOT_DELETE_OR_BLOCK_ROOT_ADMIN_USER" }, { "code": "ROLE_ID_MISSING", "message": "User must have an associated role", "name": "ROLE_ID_MISSING" }, { "code": "UNKNOWN_ROLE_ID", "message": "Unknown role id", "name": "UNKNOWN_ROLE_ID" }, { "code": "UNKNOWN_ROLE_SYSTEM_NAME", "message": "Unknown role system name", "name": "UNKNOWN_ROLE_SYSTEM_NAME" }, { "code": "ONLY_ONE_ROLE_PER_USER_ALLOWED", "message": "User cannot have more than one role", "name": "ONLY_ONE_ROLE_PER_USER_ALLOWED" }, { "code": "CANNOT_SET_ROOT_ADMIN_AS_NO_ADMIN", "message": "Root admin user cannot be set to not admin", "name": "CANNOT_SET_ROOT_ADMIN_AS_NO_ADMIN" }, { "code": "CANNOT_CHANGE_OWN_ROLE", "message": "User cannot change his own role", "name": "CANNOT_CHANGE_OWN_ROLE" }, { "code": "NOT_ALLOWED_TO_CHANGE_ROLE", "message": "User Is not allowed change roles", "name": "NOT_ALLOWED_TO_CHANGE_ROLE" }, { "code": "PERMISSION_NOT_FOUND", "message": "@ERR_TEXT@", "name": "PERMISSION_NOT_FOUND" }, { "code": "PERMISSION_ALREADY_EXISTS", "message": "Permission [@PERMISSION@] already exists for partner [@PID@]", "name": "PERMISSION_ALREADY_EXISTS" }, { "code": "USER_IS_BLOCKED", "message": "User is blocked", "name": "USER_IS_BLOCKED" }, { "code": "ACCOUNT_OWNER_NEEDS_PARTNER_ADMIN_ROLE", "message": "Account owner must have a partner administrator role", "name": "ACCOUNT_OWNER_NEEDS_PARTNER_ADMIN_ROLE" }, { "code": "ROLE_IS_BEING_USED", "message": "Role is being used", "name": "ROLE_IS_BEING_USED" }, { "code": "CANNOT_DISABLE_LOGIN_FOR_ADMIN_USER", "message": "Login cannot be disabled for admin users", "name": "CANNOT_DISABLE_LOGIN_FOR_ADMIN_USER" }, { "code": "USER_ROLE_NOT_FOUND", "message": "User role not found", "name": "USER_ROLE_NOT_FOUND" }, { "code": "USER_WRONG_PASSWORD", "message": "Wrong password supplied", "name": "USER_WRONG_PASSWORD" }, { "code": "INVALID_FEED_ID", "message": "Unknown feed [@FEED_ID@]", "name": "INVALID_FEED_ID" }, { "code": "INVALID_FEED_TYPE", "message": "Wrong feed type [@FEED_TYPE@]", "name": "INVALID_FEED_TYPE" }, { "code": "ERROR_OCCURED_WHILE_GZCOMPRESS_JOB_DATA", "message": " error accored while gzcompress job data", "name": "ERROR_OCCURED_WHILE_GZCOMPRESS_JOB_DATA" }, { "code": "ERROR_OCCURED_WHILE_GZUNCOMPRESS_JOB_DATA", "message": " error accored while gzuncompress job data", "name": "ERROR_OCCURED_WHILE_GZUNCOMPRESS_JOB_DATA" }, { "code": "OBJECT_NOT_FOUND", "message": "Object not found", "name": "OBJECT_NOT_FOUND" }, { "code": "UNKNOWN_RESPONSE_FORMAT", "message": "Response format provided [@FORMAT@] is not recognized by server", "name": "UNKNOWN_RESPONSE_FORMAT" }, { "code": "PROFILE_STATUS_DISABLED", "message": "Export action failed since profile [@PROFILE_ID@] is disabled", "name": "PROFILE_STATUS_DISABLED" }, { "code": "UNSAFE_HTML_TAGS", "message": "Potential Unsafe HTML tags found in [@CLASS_NAME@]::[@PROPERTY_NAME@]", "name": "UNSAFE_HTML_TAGS" }, { "code": "RECORDED_NOT_READY", "message": "Live entry [@ENTRY_ID@] cannot be deleted, recorded entry not in ready status yet", "name": "RECORDED_NOT_READY" }, { "code": "RECORDING_FLOW_NOT_COMPLETE", "message": "Live entry [@ENTRY_ID@] cannot be deleted, recording engine still proccesing live event", "name": "RECORDING_FLOW_NOT_COMPLETE" }, { "code": "RECORDED_ENTRY_LIVE_MISMATCH", "message": "Recorded entry [@RECORDED_ENTRY_ID@] was not created while streaming to the given live entry [@LIVE_ENTRY_ID@]", "name": "RECORDED_ENTRY_LIVE_MISMATCH" }, { "code": "CANNOT_DELETE_LIVE_ENTRY_WHILE_STREAMING", "message": "Live entry [@LIVE_ENTRY_ID@] cannot be deleted while streaming", "name": "CANNOT_DELETE_LIVE_ENTRY_WHILE_STREAMING" }, { "code": "RECORDING_CONTENT_NOT_YET_SET", "message": "Entry [@ENTRY_ID@] cannot be deleted, waiting for recording engine to finish handling", "name": "RECORDING_CONTENT_NOT_YET_SET" }, { "code": "USER_EMAIL_NOT_FOUND", "message": "Email address for user [@USER_ID@] was not found", "name": "USER_EMAIL_NOT_FOUND" }, { "code": "FILE_CREATION_FAILED", "message": "Failed to create file on specified location with message: \"@MESSAGE@\"", "name": "FILE_CREATION_FAILED" }, { "code": "DRUID_QUERY_TIMED_OUT", "message": "Query timed out", "name": "DRUID_QUERY_TIMED_OUT" }, { "code": "NEW_LOGIN_REQUIRED", "message": "Switching to requested partner requires re-login", "name": "NEW_LOGIN_REQUIRED" }, { "code": "DUPLICATE_LIVE_FEATURE", "message": "Duplicate system name \"@SYSTEM_NAME@\" in provided live feature array", "name": "DUPLICATE_LIVE_FEATURE" }, { "code": "INTERNAL_SERVER_ERROR", "message": "Internal server error @ERR_TEXT@", "name": "INTERNAL_SERVER_ERROR" }, { "code": "METADATA_PROFILE_NOT_FOUND", "message": "metadata profile not found, id [@ID@]", "name": "METADATA_PROFILE_NOT_FOUND" }, { "code": "INVALID_METADATA_PROFILE", "message": "invalid metadata profile [@PROFILE_ID@]", "name": "INVALID_METADATA_PROFILE" }, { "code": "INVALID_METADATA_PROFILE_SCHEMA", "message": "invalid metadata profile schema: @ERR_MSG@", "name": "INVALID_METADATA_PROFILE_SCHEMA" }, { "code": "INVALID_METADATA_PROFILE_TYPE", "message": "invalid metadata profile type: @TYPE@", "name": "INVALID_METADATA_PROFILE_TYPE" }, { "code": "INVALID_METADATA_OBJECT", "message": "invalid metadata object [@OBJECT@]", "name": "INVALID_METADATA_OBJECT" }, { "code": "INVALID_METADATA_VERSION", "message": "invalid metadata version [@VERSION@]", "name": "INVALID_METADATA_VERSION" }, { "code": "INVALID_METADATA_DATA", "message": "invalid metadata data: @ERR_MSG@", "name": "INVALID_METADATA_DATA" }, { "code": "METADATA_NOT_FOUND", "message": "metadata not found, id [@ID@]", "name": "METADATA_NOT_FOUND" }, { "code": "METADATA_FILE_NOT_FOUND", "message": "Metadata file not found [@FILE_NAME@]", "name": "METADATA_FILE_NOT_FOUND" }, { "code": "EMPTY_VIEWS_DATA_PROVIDED", "message": "empty views data file [@FILE_NAME@] provided", "name": "EMPTY_VIEWS_DATA_PROVIDED" }, { "code": "EMPTY_XSLT_DATA_PROVIDED", "message": "empty xslt data file [@FILE_NAME@] provided", "name": "EMPTY_XSLT_DATA_PROVIDED" }, { "code": "METADATA_TRANSFORMING", "message": "Metadata profile is currently transforming", "name": "METADATA_TRANSFORMING" }, { "code": "METADATA_UNABLE_TO_TRANSFORM", "message": "Unable to transform metadata [@ERR_MSG@]", "name": "METADATA_UNABLE_TO_TRANSFORM" }, { "code": "METADATA_ALREADY_EXISTS", "message": "Metadata already exists id [@ID@]", "name": "METADATA_ALREADY_EXISTS" }, { "code": "EXCEEDED_ADDITIONAL_SEARCHABLE_FIELDS_LIMIT", "message": "exceeded number of account searchable int/date fields, allowed number is [@NUM@]", "name": "EXCEEDED_ADDITIONAL_SEARCHABLE_FIELDS_LIMIT" }, { "code": "XSLT_VALIDATION_ERROR", "message": "XSLT validation error [@ERR_MSG@]", "name": "XSLT_VALIDATION_ERROR" }, { "code": "MUST_FILTER_ON_OBJECT_ID", "message": "Must filter on object id", "name": "MUST_FILTER_ON_OBJECT_ID" }, { "code": "MUST_FILTER_ON_OBJECT_TYPE", "message": "Must filter on object type", "name": "MUST_FILTER_ON_OBJECT_TYPE" }, { "code": "INCOMPATIBLE_METADATA_PROFILE_OBJECT_TYPE", "message": "Metadata Profile object type is @OBJ_TYPE@, metadata object type is @META_OBJ_TYPE@", "name": "INCOMPATIBLE_METADATA_PROFILE_OBJECT_TYPE" }, { "code": "METADATA_PROFILE_FILE_NOT_FOUND", "message": "Metadata profile file not found [@FILE_NAME@]", "name": "METADATA_PROFILE_FILE_NOT_FOUND" }, { "code": "METADATA_PROFILE_REFERENCE_EXISTS", "message": "Metadata profile reference exists in profile [@ID@] on field [@FIELD@]", "name": "METADATA_PROFILE_REFERENCE_EXISTS" }, { "code": "METADATA_NO_PERMISSION_ON_ENTRY", "message": "No permissions to add metadata for entry [@ID@]", "name": "METADATA_NO_PERMISSION_ON_ENTRY" }, { "code": "METADATA_PROFILE_NOT_SPECIFIED", "message": "Metadata Profile need to be specified", "name": "METADATA_PROFILE_NOT_SPECIFIED" }, { "code": "METADATA_OBJECT_ID_NOT_FOUND", "message": "Object Id [@ID@], not found", "name": "METADATA_OBJECT_ID_NOT_FOUND" }, { "code": "INVALID_CUE_POINT_ID", "message": "Invalid cue point id [@ID@]", "name": "INVALID_CUE_POINT_ID" }, { "code": "CUE_POINT_NOT_FOUND", "message": "Cue point with id provided not found [@ID@]", "name": "CUE_POINT_NOT_FOUND" }, { "code": "CUE_POINT_PROVIDED_NOT_OF_TYPE_THUMB_CUE_POINT", "message": "Cue point provided not of type thumb cue point [@ID@]", "name": "CUE_POINT_PROVIDED_NOT_OF_TYPE_THUMB_CUE_POINT" }, { "code": "CUE_POINT_PROVIDED_ALREADY_ASSOCIATED_WITH_ASSET", "message": "Cue point provided already associated with other asset [@ID@]", "name": "CUE_POINT_PROVIDED_ALREADY_ASSOCIATED_WITH_ASSET" }, { "code": "CUE_POINT_SYSTEM_NAME_EXISTS", "message": "Cue point system name already exists [@NAME@] with id [@ID@]", "name": "CUE_POINT_SYSTEM_NAME_EXISTS" }, { "code": "PARENT_CUE_POINT_NOT_FOUND", "message": "Parent cue point id [@ID@] not found", "name": "PARENT_CUE_POINT_NOT_FOUND" }, { "code": "PARENT_CUE_POINT_DO_NOT_BELONG_TO_THE_SAME_ENTRY", "message": "Parent cue point does not belong to the same entry", "name": "PARENT_CUE_POINT_DO_NOT_BELONG_TO_THE_SAME_ENTRY" }, { "code": "USER_KS_CANNOT_LIST_RELATED_CUE_POINTS", "message": "Cue-points should not be listed [@FILTER@] as related-objects with unprivileged user ks", "name": "USER_KS_CANNOT_LIST_RELATED_CUE_POINTS" }, { "code": "NO_PERMISSION_ON_ENTRY", "message": "No permissions to insert or update cue points for entry [@ID@]", "name": "NO_PERMISSION_ON_ENTRY" }, { "code": "NO_PERMISSION_TO_COPY_CUE_POINT_TO_ENTRY", "message": "No permissions to copy cue point [@ID@] to entry [@ENTRY_ID@]", "name": "NO_PERMISSION_TO_COPY_CUE_POINT_TO_ENTRY" }, { "code": "END_TIME_CANNOT_BE_LESS_THAN_START_TIME", "message": "End time cannot be less than start time", "name": "END_TIME_CANNOT_BE_LESS_THAN_START_TIME" }, { "code": "START_TIME_CANNOT_BE_EMPTY", "message": "Start time cannot be null", "name": "START_TIME_CANNOT_BE_EMPTY" }, { "code": "END_TIME_WITHOUT_START_TIME", "message": "Cannot provide end time without start time", "name": "END_TIME_WITHOUT_START_TIME" }, { "code": "START_TIME_IS_BIGGER_THAN_ENTRY_END_TIME", "message": "Start time of the cue point [@CUE_POINT_ID@] cannot be bigger than entry end time [@END_TIME@]", "name": "START_TIME_IS_BIGGER_THAN_ENTRY_END_TIME" }, { "code": "END_TIME_IS_BIGGER_THAN_ENTRY_END_TIME", "message": "End time of the cue point [@CUE_POINT_ID@] cannot be bigger than entry end time [@END_TIME@]", "name": "END_TIME_IS_BIGGER_THAN_ENTRY_END_TIME" }, { "code": "START_TIME_CANNOT_BE_LESS_THAN_0", "message": "Start time cannot be less than 0", "name": "START_TIME_CANNOT_BE_LESS_THAN_0" }, { "code": "CANNOT_UPDATE_ENTRY_ID", "message": "Cannot update cue point's entry id", "name": "CANNOT_UPDATE_ENTRY_ID" }, { "code": "PARENT_ANNOTATION_NOT_FOUND", "message": "Parent annotation id [@CUE_POINT_ID@] not found", "name": "PARENT_ANNOTATION_NOT_FOUND" }, { "code": "PARENT_ANNOTATION_DO_NOT_BELONG_TO_THE_SAME_ENTRY", "message": "parent annotation does not belong to current annotation", "name": "PARENT_ANNOTATION_DO_NOT_BELONG_TO_THE_SAME_ENTRY" }, { "code": "PARENT_ANNOTATION_IS_DESCENDANT", "message": "Parent annotation [@PARENT_CUE_POINT_ID@] is a child or a sub child of this annotation [@CUE_POINT_ID@] and therefor cannot be a parent", "name": "PARENT_ANNOTATION_IS_DESCENDANT" }, { "code": "XML_FILE_NOT_FOUND", "message": "XML file not found", "name": "XML_FILE_NOT_FOUND" }, { "code": "XML_INVALID", "message": "XML is invalid", "name": "XML_INVALID" }, { "code": "ATTACHMENT_ASSET_ID_NOT_FOUND", "message": "Attachment asset id \"@ASSET_ID@\" not found", "name": "ATTACHMENT_ASSET_ID_NOT_FOUND" }, { "code": "ATTACHMENT_ASSET_IS_NOT_READY", "message": "Attachment asset \"@ASSET_ID@\" is not ready", "name": "ATTACHMENT_ASSET_IS_NOT_READY" }, { "code": "ATTACHMENT_ASSET_DOWNLOAD_FAILED", "message": "Attachment asset download from URL \"@URL@\" failed", "name": "ATTACHMENT_ASSET_DOWNLOAD_FAILED" }, { "code": "ATTACHMENT_ASSET_FORMAT_MISMATCH", "message": "The format type of the provided attachment asset id \"@ASSET_ID@\" is not of the expected type \"@EXPECTED_TYPE@\"", "name": "ATTACHMENT_ASSET_FORMAT_MISMATCH" }, { "code": "ATTACHMENT_ASSET_FILE_TYPE_RESTRICTED", "message": "The file type of the uploaded attachment asset is restricted", "name": "ATTACHMENT_ASSET_FILE_TYPE_RESTRICTED" }, { "code": "AUDIT_TRAIL_DISABLED", "message": "audit trail disabled for this partner [@PID@] object [@OBJ_TYPE@] action [@ACTION@]", "name": "AUDIT_TRAIL_DISABLED" }, { "code": "CAPTION_ASSET_ALREADY_EXISTS", "message": "Caption asset \"@ASSET_ID@\" already exists for params id \"@PARAM_ID@\"", "name": "CAPTION_ASSET_ALREADY_EXISTS" }, { "code": "CAPTION_ASSET_PARAMS_ID_NOT_FOUND", "message": "Caption params id \"@PARAM_ID@\" not found", "name": "CAPTION_ASSET_PARAMS_ID_NOT_FOUND" }, { "code": "CAPTION_ASSET_ID_NOT_FOUND", "message": "Caption asset id \"@ASSET_ID@\" not found", "name": "CAPTION_ASSET_ID_NOT_FOUND" }, { "code": "CAPTION_ASSET_IS_NOT_READY", "message": "Caption asset \"@ASSET_ID@\" is not ready", "name": "CAPTION_ASSET_IS_NOT_READY" }, { "code": "CAPTION_ASSET_IS_DEFAULT", "message": "Caption asset \"@ASSET_ID@\" is default", "name": "CAPTION_ASSET_IS_DEFAULT" }, { "code": "CAPTION_ASSET_DOWNLOAD_FAILED", "message": "Caption asset download from URL \"@URL@\" failed", "name": "CAPTION_ASSET_DOWNLOAD_FAILED" }, { "code": "CAPTION_ASSET_FILE_NOT_FOUND", "message": "Caption asset \"@ASSET_ID@\" file not found", "name": "CAPTION_ASSET_FILE_NOT_FOUND" }, { "code": "CAPTION_ASSET_INVALID_FORMAT", "message": "Unsupported caption asset format for id \"@ASSET_ID@\"", "name": "CAPTION_ASSET_INVALID_FORMAT" }, { "code": "CAPTION_ASSET_PARSING_FAILED", "message": "Failed to parse caption asset \"@ASSET_ID@\"", "name": "CAPTION_ASSET_PARSING_FAILED" }, { "code": "CAPTION_ASSET_UNSUPPORTED_FORMAT", "message": "Unsupported caption asset format \"@FORMAT@\"", "name": "CAPTION_ASSET_UNSUPPORTED_FORMAT" }, { "code": "CAPTION_ASSET_ENTRY_ID_NOT_FOUND", "message": "Entry ID \"@ENTRY_ID@\" which this caption asset is associated with not found", "name": "CAPTION_ASSET_ENTRY_ID_NOT_FOUND" }, { "code": "ALREADY_LATEST_VERSION", "message": "Version [@VERSION@] is already the latest version for [@OS@]", "name": "ALREADY_LATEST_VERSION" }, { "code": "NO_UPDATE_IS_AVAILABLE", "message": "No update is available for version [@VERSION@] for [@OS@]", "name": "NO_UPDATE_IS_AVAILABLE" }, { "code": "NO_INSTALL_IS_AVAILABLE", "message": "No installation file is available for operating system [@OS@]", "name": "NO_INSTALL_IS_AVAILABLE" }, { "code": "DISTRIBUTION_PROVIDER_NOT_FOUND", "message": "Distrbution provider type not found [@TYPE@]", "name": "DISTRIBUTION_PROVIDER_NOT_FOUND" }, { "code": "DISTRIBUTION_PROFILE_NOT_FOUND", "message": "Distrbution profile not found [@PROFILE_ID@]", "name": "DISTRIBUTION_PROFILE_NOT_FOUND" }, { "code": "DISTRIBUTION_PROFILE_DISABLED", "message": "Distrbution profile disabled [@PROFILE_ID@]", "name": "DISTRIBUTION_PROFILE_DISABLED" }, { "code": "ENTRY_DISTRIBUTION_ALREADY_EXISTS", "message": "Entry distrbution already exists for entry id [@ENTRY_ID@] and profile id [@PROFILE_ID@]", "name": "ENTRY_DISTRIBUTION_ALREADY_EXISTS" }, { "code": "ENTRY_DISTRIBUTION_NOT_FOUND", "message": "Entry distrbution not found [@ENTRY_ID@]", "name": "ENTRY_DISTRIBUTION_NOT_FOUND" }, { "code": "ENTRY_DISTRIBUTION_MISSING_LOG", "message": "Entry distrbution [@ENTRY_ID@] file type [@PROFILE_ID@]", "name": "ENTRY_DISTRIBUTION_MISSING_LOG" }, { "code": "ENTRY_DISTRIBUTION_STATUS", "message": "Entry distrbution [@ENTRY_ID@] wrong status [@STATUS@]", "name": "ENTRY_DISTRIBUTION_STATUS" }, { "code": "GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND", "message": "Generic distrbution provider not found [@PROVIDER_ID@]", "name": "GENERIC_DISTRIBUTION_PROVIDER_NOT_FOUND" }, { "code": "GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND", "message": "Generic distrbution provider action not found [@PROVIDER_ID@]", "name": "GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND" }, { "code": "CANNOT_DELETE_DEFAULT_DISTRIBUTION_PROVIDER", "message": "Cannot delete default generic distribution provider", "name": "CANNOT_DELETE_DEFAULT_DISTRIBUTION_PROVIDER" }, { "code": "INVALID_FEED_URL", "message": "Invalid feed URL", "name": "INVALID_FEED_URL" }, { "code": "DROP_FOLDER_FILE_ALREADY_EXISTS", "message": "Drop folder id [@FOLDER_ID@] already has a file with name [@FILE_NAME@]", "name": "DROP_FOLDER_FILE_ALREADY_EXISTS" }, { "code": "DROP_FOLDER_NOT_FOUND", "message": "Drop folder id [@FOLDER_ID@] not found", "name": "DROP_FOLDER_NOT_FOUND" }, { "code": "DROP_FOLDER_ALREADY_EXISTS", "message": "Drop folder with path [@PATH@] already exists", "name": "DROP_FOLDER_ALREADY_EXISTS" }, { "code": "EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND", "message": "Event notification template id [@ID@] not found", "name": "EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND" }, { "code": "EVENT_NOTIFICATION_TEMPLATE_SYSTEM_NAME_NOT_FOUND", "message": "Event notification template with system name [@NAME@] not found", "name": "EVENT_NOTIFICATION_TEMPLATE_SYSTEM_NAME_NOT_FOUND" }, { "code": "EVENT_NOTIFICATION_WRONG_TYPE", "message": "Event notification template id [@ID@] is of type [@TYPE@]", "name": "EVENT_NOTIFICATION_WRONG_TYPE" }, { "code": "EVENT_NOTIFICATION_DISPATCH_DISABLED", "message": "Dispatching event notification template id [@ID@] is not allowed", "name": "EVENT_NOTIFICATION_DISPATCH_DISABLED" }, { "code": "EVENT_NOTIFICATION_DISPATCH_FAILED", "message": "Dispatching event notification template id [@ID@] failed", "name": "EVENT_NOTIFICATION_DISPATCH_FAILED" }, { "code": "EVENT_NOTIFICATION_TEMPLATE_DUPLICATE_SYSTEM_NAME", "message": "Event notification template with system name [@NAME@] already exists.", "name": "EVENT_NOTIFICATION_TEMPLATE_DUPLICATE_SYSTEM_NAME" }, { "code": "FILESYNC_ID_NOT_FOUND", "message": "File sync id \"@ID@\" not found", "name": "FILESYNC_ID_NOT_FOUND" }, { "code": "NOT_SUPPORTED_MISSING_UICONFS", "message": "This Kaltura server does not have uiconfs compliant with your Sharepoint extension. Please contact support through KMC.", "name": "NOT_SUPPORTED_MISSING_UICONFS" }, { "code": "USER_LIKE_FOR_ENTRY_ALREADY_EXISTS", "message": "This user already likes this entry", "name": "USER_LIKE_FOR_ENTRY_ALREADY_EXISTS" }, { "code": "USER_LIKE_FOR_ENTRY_NOT_FOUND", "message": "This user does not like this entry", "name": "USER_LIKE_FOR_ENTRY_NOT_FOUND" }, { "code": "MAX_SUB_PUBLISHERS_EXCEEDED", "message": "Maximum number of sub-publishers exceeded", "name": "MAX_SUB_PUBLISHERS_EXCEEDED" }, { "code": "ACTIVE_PROVIDER_PROFILE_ALREADY_EXIST", "message": "Active profile for provider [@PROVIDER@] already exists.", "name": "ACTIVE_PROVIDER_PROFILE_ALREADY_EXIST" }, { "code": "DRM_POLICY_DUPLICATE_SYSTEM_NAME", "message": "Drm policy with system name [@SYSTEM_NAME@] already exists.", "name": "DRM_POLICY_DUPLICATE_SYSTEM_NAME" }, { "code": "INVALID_STREAM_NAME", "message": "Invalid stream name [@STREAM_NAME@]", "name": "INVALID_STREAM_NAME" }, { "code": "SCHEDULED_TASK_PROFILE_NOT_FOUND", "message": "Scheduled task profile [@ID@] not found", "name": "SCHEDULED_TASK_PROFILE_NOT_FOUND" }, { "code": "SCHEDULED_TASK_PROFILE_NOT_ACTIVE", "message": "Scheduled task profile [@ID@] not active", "name": "SCHEDULED_TASK_PROFILE_NOT_ACTIVE" }, { "code": "SCHEDULED_TASK_DRY_RUN_NOT_ALLOWED", "message": "Scheduled task profile [@ID@] is not in status ACTIVE or DRY_RUN_ONLY", "name": "SCHEDULED_TASK_DRY_RUN_NOT_ALLOWED" }, { "code": "DRY_RUN_NOT_READY", "message": "Dry run results are not ready yet", "name": "DRY_RUN_NOT_READY" }, { "code": "DRY_RUN_FAILED", "message": "Dry run execution has failed", "name": "DRY_RUN_FAILED" }, { "code": "DRY_RUN_RESULT_IS_TOO_BIG", "message": "Dry run result is too big, use the following link: ", "name": "DRY_RUN_RESULT_IS_TOO_BIG" }, { "code": "ENTRY_NOT_FOUND_BY_KEY_ID", "message": "Entry not found by PlayReady key id [@KEY_ID@].", "name": "ENTRY_NOT_FOUND_BY_KEY_ID" }, { "code": "PLAYREADY_POLICY_NOT_FOUND", "message": "PlayReady policy not found for entry [@ENTRY_ID@].", "name": "PLAYREADY_POLICY_NOT_FOUND" }, { "code": "PLAYREADY_PROFILE_NOT_FOUND", "message": "PlayReady profile configuration not found", "name": "PLAYREADY_PROFILE_NOT_FOUND" }, { "code": "PLAYREADY_POLICY_OBJECT_NOT_FOUND", "message": "PlayReady policy object with id [@POLICY_ID@] not found.", "name": "PLAYREADY_POLICY_OBJECT_NOT_FOUND" }, { "code": "KEY_ID_DONT_MATCH", "message": "Input key ID [@KEY_ID@] doesn't match entry key ID [@ENTRY_KEY_ID@]", "name": "KEY_ID_DONT_MATCH" }, { "code": "ANALOG_OUTPUT_PROTECTION_ID_NOT_ALLOWED", "message": "Analog video output protection ID [@ID_1@] maybe specified only if ID [@ID_2@] is not specified.", "name": "ANALOG_OUTPUT_PROTECTION_ID_NOT_ALLOWED" }, { "code": "COPY_ENABLER_TYPE_MISSING", "message": "At least one copy enabler type should be specified", "name": "COPY_ENABLER_TYPE_MISSING" }, { "code": "FAILED_TO_GET_ENTRY_KEY_ID", "message": "Failed to get PlayReady key id for entry [@ENTRY_ID@].", "name": "FAILED_TO_GET_ENTRY_KEY_ID" }, { "code": "DRM_DEVICE_NOT_SUPPORTED", "message": "DRM DEVICE \"@DRM_DEVICE_TYPE@\" is not supported", "name": "DRM_DEVICE_NOT_SUPPORTED" }, { "code": "INTEGRATION_DISPATCH_FAILED", "message": "Dispatching integration type [@TYPE@] failed", "name": "INTEGRATION_DISPATCH_FAILED" }, { "code": "INTEGRATION_NOTIFY_FAILED", "message": "Notifying failed", "name": "INTEGRATION_NOTIFY_FAILED" }, { "code": "BUSINESS_PROCESS_SERVER_NOT_FOUND", "message": "Business-Process server id [@ID@] not found", "name": "BUSINESS_PROCESS_SERVER_NOT_FOUND" }, { "code": "BUSINESS_PROCESS_SERVER_DUPLICATE_SYSTEM_NAME", "message": "Business-Process server with system name [@NAME@] already exists.", "name": "BUSINESS_PROCESS_SERVER_DUPLICATE_SYSTEM_NAME" }, { "code": "BUSINESS_PROCESS_CASE_NOT_FOUND", "message": "No business-process case found.", "name": "BUSINESS_PROCESS_CASE_NOT_FOUND" }, { "code": "PROVIDED_ENTRY_IS_ALREADY_A_QUIZ", "message": "Provided entry [@ENTRY_ID@] is already a quiz", "name": "PROVIDED_ENTRY_IS_ALREADY_A_QUIZ" }, { "code": "PROVIDED_ENTRY_IS_NOT_A_QUIZ", "message": "Provided entry [@ENTRY_ID@] is not a quiz", "name": "PROVIDED_ENTRY_IS_NOT_A_QUIZ" }, { "code": "PARENT_ID_IS_MISSING", "message": "Parent ID is missing", "name": "PARENT_ID_IS_MISSING" }, { "code": "WRONG_PARENT_TYPE", "message": "Parent cue point id [@ENTRY_ID@] has the wrong type", "name": "WRONG_PARENT_TYPE" }, { "code": "ANSWER_UPDATE_IS_NOT_ALLOWED", "message": "Answer update is not allowed for quiz [@ENTRY_ID@]", "name": "ANSWER_UPDATE_IS_NOT_ALLOWED" }, { "code": "USER_ENTRY_QUIZ_ALREADY_SUBMITTED", "message": "The user-entry-quiz id is already submitted, answers cannot be added/updated", "name": "USER_ENTRY_QUIZ_ALREADY_SUBMITTED" }, { "code": "ENTRY_ID_NOT_GIVEN", "message": "No entry id given", "name": "ENTRY_ID_NOT_GIVEN" }, { "code": "NO_SUCH_FILE_TYPE", "message": "Document cannot be provided. No such file type", "name": "NO_SUCH_FILE_TYPE" }, { "code": "QUIZ_CANNOT_BE_DOWNLOAD", "message": "Quiz cannot be download", "name": "QUIZ_CANNOT_BE_DOWNLOAD" }, { "code": "QUIZ_USER_ENTRY_ALREADY_EXISTS", "message": "A quiz user-entry for the given user-id and entry-id [@ENTRY_ID@] already exists, cannot create duplicate", "name": "QUIZ_USER_ENTRY_ALREADY_EXISTS" }, { "code": "NO_MORE_RETAKES_ALLOWED", "message": "No Retakes left for the given user-id and entry-id [@ENTRY_ID@]. cannot retake quiz", "name": "NO_MORE_RETAKES_ALLOWED" }, { "code": "ANSWER_ALREADY_EXISTS", "message": "Answer for question [@PARENT_ID@] for user entry [@USER_ENTRY@] already exists ", "name": "ANSWER_ALREADY_EXISTS" }, { "code": "INVALID_SCHEDULE_END_BEFORE_START", "message": "End time [@END@] must be after start time [@START@]", "name": "INVALID_SCHEDULE_END_BEFORE_START" }, { "code": "MAX_SCHEDULE_DURATION_REACHED", "message": "Maximum schedule duration [@MAX@] reached", "name": "MAX_SCHEDULE_DURATION_REACHED" }, { "code": "MAX_SCHEDULE_DURATION_MUST_MATCH_END_TIME", "message": "Duration must match end time, keep one of them null to calculate automatically", "name": "MAX_SCHEDULE_DURATION_MUST_MATCH_END_TIME" }, { "code": "RECURRENCE_CANT_BE_DELETE", "message": "Recurence [@ID@] cannot be deleted, use cancel or delete the parent recurring event [@PARENT_ID@]", "name": "RECURRENCE_CANT_BE_DELETE" }, { "code": "SCHEDULE_EVENT_TYPE_CANT_BE_UPDATED", "message": " Can't update from type [@SOURCE_TYPE@] to type [@TARGET_TYPE@]", "name": "SCHEDULE_EVENT_TYPE_CANT_BE_UPDATED" }, { "code": "SCHEDULE_TIME_IN_USE", "message": "Another event is already scheduled during this time", "name": "SCHEDULE_TIME_IN_USE" }, { "code": "START_TIME_AND_LINKED_TO_CONFLICT", "message": "Event cannot have both fields startDate and linkedTo set", "name": "START_TIME_AND_LINKED_TO_CONFLICT" }, { "code": "START_TIME_AND_LINKED_TO_NOT_SET", "message": "Event must have either fields StartTime or LinkedTo set", "name": "START_TIME_AND_LINKED_TO_NOT_SET" }, { "code": "RECURRENCE_LINKED_EVENT_CONFLICT", "message": "Recurring events cannot be linked", "name": "RECURRENCE_LINKED_EVENT_CONFLICT" }, { "code": "LINKED_TO_EVENT_NOT_FOUND_OR_NOT_ACCESSIBLE", "message": "Cannot find the linkedTo schedule event", "name": "LINKED_TO_EVENT_NOT_FOUND_OR_NOT_ACCESSIBLE" }, { "code": "INVALID_CATALOG_ITEM_ID", "message": "Invalid catalog item id [@ID@]", "name": "INVALID_CATALOG_ITEM_ID" }, { "code": "CATALOG_ITEM_NOT_FOUND", "message": "Catalog item with id provided not found [@ID@]", "name": "CATALOG_ITEM_NOT_FOUND" }, { "code": "PARTNER_CATALOG_ITEM_NOT_FOUND", "message": "Partner catalog item with id provided not found [@ID@]", "name": "PARTNER_CATALOG_ITEM_NOT_FOUND" }, { "code": "VENDOR_PARTNER_ID_NOT_FOUND", "message": "Partner id provided [@PARTNER_ID@] not found", "name": "VENDOR_PARTNER_ID_NOT_FOUND" }, { "code": "PARTNER_NOT_VENDOR", "message": "Partner [@PARTNER_ID@] is not of type vendor", "name": "PARTNER_NOT_VENDOR" }, { "code": "VENDOR_CATALOG_ITEM_DUPLICATE_SYSTEM_NAME", "message": "Vendor catalog item with system name [@NAME@] already exists.", "name": "VENDOR_CATALOG_ITEM_DUPLICATE_SYSTEM_NAME" }, { "code": "VENDOR_CATALOG_ITEM_ALREADY_ENABLED_ON_PARTNER", "message": "Vendor catalog item with id [@ID@] already enabled for partner [@PARTNER_ID@]", "name": "VENDOR_CATALOG_ITEM_ALREADY_ENABLED_ON_PARTNER" }, { "code": "CATALOG_ITEM_NOT_ENABLED_FOR_ACCOUNT", "message": "Catalog item with id provided [@ID@], is not enabled on account level", "name": "CATALOG_ITEM_NOT_ENABLED_FOR_ACCOUNT" }, { "code": "CATALOG_ITEM_ONLY_HUMAN_ALLOWED", "message": "Only human service type is allowed for given vendor catalog item", "name": "CATALOG_ITEM_ONLY_HUMAN_ALLOWED" }, { "code": "CATALOG_ITEM_ONLY_MACHINE_ALLOWED_RESUBMISSION", "message": "Only machine service type is allowed for resubmission", "name": "CATALOG_ITEM_ONLY_MACHINE_ALLOWED_RESUBMISSION" }, { "code": "REACH_PROFILE_NOT_FOUND", "message": "Reach profile with id provided not found [@ID@]", "name": "REACH_PROFILE_NOT_FOUND" }, { "code": "DICTIONARY_LANGUAGE_DUPLICATION", "message": "Vendor profile configuration error - not allowed duplicate dictionaries for language [@LANGUAGE@] ", "name": "DICTIONARY_LANGUAGE_DUPLICATION" }, { "code": "MAX_DICTIONARY_LENGTH_EXCEEDED", "message": "Vendor profile configuration error - Dictionary for language [@LANGUAGE@] exceeded maximum length of [@LENGTH@] characters", "name": "MAX_DICTIONARY_LENGTH_EXCEEDED" }, { "code": "INVALID_CREDIT_DATES", "message": "Vendor profile configuration error - Invalid credit Dates - from:[@FROM@] to:[@TO@]", "name": "INVALID_CREDIT_DATES" }, { "code": "UPDATE_CREDIT_ERROR_USED_CREDIT_EXISTS", "message": "Can't update profile [@ID@]. Trying to update credit but usedCredit exists. Please reset used credit before updating credit.", "name": "UPDATE_CREDIT_ERROR_USED_CREDIT_EXISTS" }, { "code": "VENDOR_TASK_SERVICE__GET_JOB_NOT_ALLOWED", "message": "Vendor task service 'Get Job' action not allowed. Vendor partner Type is not enabled on partner [@ID@]", "name": "VENDOR_TASK_SERVICE__GET_JOB_NOT_ALLOWED" }, { "code": "ENTRY_VENDOR_TASK_NOT_FOUND", "message": "Entry vendor task item with id provided not found [@ID@]", "name": "ENTRY_VENDOR_TASK_NOT_FOUND" }, { "code": "ENTRY_VENDOR_TASK_ITEM_COULD_NOT_BE_UPDATED", "message": "@REASON@", "name": "ENTRY_VENDOR_TASK_ITEM_COULD_NOT_BE_UPDATED" }, { "code": "ENTRY_VENDOR_TASK_ACTION_NOT_ALLOWED", "message": "User id [@USER_ID@] is not allowed to do actions on entryVendorTask [@ID@]", "name": "ENTRY_VENDOR_TASK_ACTION_NOT_ALLOWED" }, { "code": "ENTRY_VENDOR_TASK_DUPLICATION", "message": "Entry vendor task already exists for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@] and version [@VERSION@]", "name": "ENTRY_VENDOR_TASK_DUPLICATION" }, { "code": "EXCEEDED_MAX_CREDIT_ALLOWED", "message": "Exceeded max credit allowed, task could not be added for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@]", "name": "EXCEEDED_MAX_CREDIT_ALLOWED" }, { "code": "CREDIT_EXPIRED", "message": "Credit cycle has expired, task could not be added for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@]", "name": "CREDIT_EXPIRED" }, { "code": "CANNOT_APPROVE_NOT_MODERATED_TASK", "message": "Cannot approve task which is not pending moderation", "name": "CANNOT_APPROVE_NOT_MODERATED_TASK" }, { "code": "CANNOT_REJECT_NOT_MODERATED_TASK", "message": "Cannot reject task which is not pending moderation", "name": "CANNOT_REJECT_NOT_MODERATED_TASK" }, { "code": "CANNOT_ABORT_NOT_MODERATED_TASK", "message": "Cannot abort task which is not pending moderation", "name": "CANNOT_ABORT_NOT_MODERATED_TASK" }, { "code": "PARTNER_DATA_NOT_VALID_JSON_STRING", "message": "Partner data must be a vlaid json string", "name": "PARTNER_DATA_NOT_VALID_JSON_STRING" }, { "code": "CANNOT_UPDATE_STATUS_OF_TASK_WHICH_IS_IN_FINAL_STATE", "message": "Cannot update status from [@OLD_STATUS@] to [@NEW_STATUS@] for task with id [@ID@], since task is in final status", "name": "CANNOT_UPDATE_STATUS_OF_TASK_WHICH_IS_IN_FINAL_STATE" }, { "code": "CANNOT_EXTEND_ACCESS_KEY", "message": "Extending accessKey for non processing task is not allowed", "name": "CANNOT_EXTEND_ACCESS_KEY" }, { "code": "FAILED_EXTEND_ACCESS_KEY", "message": "Extending accessKey operation failed", "name": "FAILED_EXTEND_ACCESS_KEY" }, { "code": "TASK_NOT_CREATED", "message": "Failed to create task for entry [@ENTRY_ID@] and catalog item [@CATALOG_ITEM_ID@]", "name": "TASK_NOT_CREATED" }, { "code": "CATALOG_ITEM_AND_JOB_DATA_MISMATCH", "message": "The catalogItem type [@CATALOG_ITEM_TYPE@] is not allowed for task data of type [@TASK_DATA_TYPE@]", "name": "CATALOG_ITEM_AND_JOB_DATA_MISMATCH" }, { "code": "CATALOG_ITEM_DOES_NOT_SUPPORT_EVENT_TYPE", "message": "Catalog item type [@CATALOG_ITEM_TYPE@] does not support event of type [@EVENT_TYPE@]", "name": "CATALOG_ITEM_DOES_NOT_SUPPORT_EVENT_TYPE" }, { "code": "TASK_EVENT_ENTRY_ID_MISMATCH", "message": "Task entry id [@ENTRY_ID@] does not match scheduled event [@EVENT_ID@]", "name": "TASK_EVENT_ENTRY_ID_MISMATCH" }, { "code": "TOO_LATE_ORDER", "message": "Task created too late for event [@EVENT_ID@], minimal order time for catalog item [@CATALOG_ITEM_ID@] is [@MINIMAL_ORDER_TIME@ min]", "name": "TOO_LATE_ORDER" }, { "code": "TOO_LONG_SCHEDULED_TASK", "message": "The task duration [@TASK_DURATION@] is exceeding the limit [@DURATION_LIMIT@] defined in catalogItem [@CATALOG_ITEM_ID@]", "name": "TOO_LONG_SCHEDULED_TASK" }, { "code": "OVERAGE_CREDIT_CANNOT_BE_NEGATIVE", "message": "Overage credit value cannot be negative", "name": "OVERAGE_CREDIT_CANNOT_BE_NEGATIVE" }, { "code": "INVALID_GROUP_ID", "message": "Invalid group id - @ID@", "name": "INVALID_GROUP_ID" }, { "code": "DUPLICATE_GROUP_BY_ID", "message": "Group with id [@ID@] already exists in system", "name": "DUPLICATE_GROUP_BY_ID" }, { "code": "INVALID_SSO_ID", "message": "Invalid sso id - @ID@", "name": "INVALID_SSO_ID" }, { "code": "DUPLICATE_SSO", "message": "SSO with id [@ID@] already exists in system", "name": "DUPLICATE_SSO" }, { "code": "SSO_NOT_FOUND", "message": "", "name": "SSO_NOT_FOUND" }, { "code": "PROPERTY_PARTNER_CANNOT_BE_0", "message": "Property partner id cannot be 0", "name": "PROPERTY_PARTNER_CANNOT_BE_0" }, { "code": "USER_RATING_FOR_ENTRY_NOT_FOUND", "message": "This user has not rated this entry", "name": "USER_RATING_FOR_ENTRY_NOT_FOUND" }, { "code": "MUST_FILTER_BY_RANK", "message": "Must pass either rankIn or rankEqual on filter", "name": "MUST_FILTER_BY_RANK" }, { "code": "VIRTUAL_EVENT_NOT_FOUND", "message": "Virtual Event [@ID@] not found", "name": "VIRTUAL_EVENT_NOT_FOUND" }, { "code": "VIRTUAL_EVENT_NOT_ACTIVE", "message": "Virtual Event [@ID@] not active", "name": "VIRTUAL_EVENT_NOT_ACTIVE" }, { "code": "VIRTUAL_EVENT_PLUGIN_DISABLED", "message": "Virtual Event plugin disabled", "name": "VIRTUAL_EVENT_PLUGIN_DISABLED" }, { "code": "VIRTUAL_EVENT_INVALID_REGISTRATION_FORM_SCHEMA", "message": "Registration Form Schema must be a valid json string", "name": "VIRTUAL_EVENT_INVALID_REGISTRATION_FORM_SCHEMA" } ] }