Kaltura genericDistributionProviderAction API

Generic Distribution Provider Actions service

Operations 14

POST /service/contentdistribution_genericdistributionprovideraction/action/add #
POST /service/contentdistribution_genericdistributionprovideraction/action/addMrssTransform #
POST /service/contentdistribution_genericdistributionprovideraction/action/addMrssTransformFromFile #
POST /service/contentdistribution_genericdistributionprovideraction/action/addMrssValidate #
POST /service/contentdistribution_genericdistributionprovideraction/action/addMrssValidateFromFile #
POST /service/contentdistribution_genericdistributionprovideraction/action/addResultsTransform #
POST /service/contentdistribution_genericdistributionprovideraction/action/addResultsTransformFromFile #
POST /service/contentdistribution_genericdistributionprovideraction/action/delete #
POST /service/contentdistribution_genericdistributionprovideraction/action/deleteByProviderId #
POST /service/contentdistribution_genericdistributionprovideraction/action/get #
POST /service/contentdistribution_genericdistributionprovideraction/action/getByProviderId #
POST /service/contentdistribution_genericdistributionprovideraction/action/list #
POST /service/contentdistribution_genericdistributionprovideraction/action/update #
POST /service/contentdistribution_genericdistributionprovideraction/action/updateByProviderId #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kaltura-genericdistributionprovideraction-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kaltura-genericdistributionprovideraction-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: The Kaltura OTT API
  title: Kaltura OTT accessControl Generic Distribution Provider Action API
  version: 3.6.287.20720
servers:
- url: https://tvpapi-us-preprod.ott.kaltura.com/api_v3
- url: http://tvpapi-us-preprod.ott.kaltura.com/api_v3
security:
- ks: []
tags:
- description: Generic Distribution Provider Actions service
  name: genericDistributionProviderAction
  x-plugin: contentDistribution
paths:
  /service/contentdistribution_genericdistributionprovideraction/action/add:
    post:
      description: Add new Generic Distribution Provider Action
      operationId: genericDistributionProviderAction.add
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                genericDistributionProviderAction:
                  $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
              required:
              - genericDistributionProviderAction
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/addMrssTransform:
    post:
      description: Add MRSS transform file to generic distribution provider action
      operationId: genericDistributionProviderAction.addMrssTransform
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                xslData:
                  type: string
              required:
              - id
              - xslData
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/addMrssTransformFromFile:
    post:
      description: Add MRSS transform file to generic distribution provider action
      operationId: genericDistributionProviderAction.addMrssTransformFromFile
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - description: the id of the generic distribution provider action
        in: query
        name: id
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
        x-Errors:
          description: '* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]

            * `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]'
      tags:
      - genericDistributionProviderAction
      x-kaltura-format: file
      x-kaltura-parameters:
      - id
      - xslFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                xslFile:
                  type: string
                  description: XSL MRSS transformation file
                  format: binary
              required:
              - xslFile
  /service/contentdistribution_genericdistributionprovideraction/action/addMrssValidate:
    post:
      description: Add MRSS validate file to generic distribution provider action
      operationId: genericDistributionProviderAction.addMrssValidate
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                xsdData:
                  type: string
              required:
              - id
              - xsdData
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/addMrssValidateFromFile:
    post:
      description: Add MRSS validate file to generic distribution provider action
      operationId: genericDistributionProviderAction.addMrssValidateFromFile
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - description: the id of the generic distribution provider action
        in: query
        name: id
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
        x-Errors:
          description: '* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]

            * `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]'
      tags:
      - genericDistributionProviderAction
      x-kaltura-format: file
      x-kaltura-parameters:
      - id
      - xsdFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                xsdFile:
                  type: string
                  description: XSD MRSS validatation file
                  format: binary
              required:
              - xsdFile
  /service/contentdistribution_genericdistributionprovideraction/action/addResultsTransform:
    post:
      description: Add results transform file to generic distribution provider action
      operationId: genericDistributionProviderAction.addResultsTransform
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
                transformData:
                  type: string
              required:
              - id
              - transformData
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/addResultsTransformFromFile:
    post:
      description: Add MRSS transform file to generic distribution provider action
      operationId: genericDistributionProviderAction.addResultsTransformFromFile
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - description: the id of the generic distribution provider action
        in: query
        name: id
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
        x-Errors:
          description: '* `GENERIC_DISTRIBUTION_PROVIDER_ACTION_NOT_FOUND`: Generic distrbution provider action not found [@PROVIDER_ID@]

            * `UPLOADED_FILE_NOT_FOUND`: Uploaded file not found [@FILE@]'
      tags:
      - genericDistributionProviderAction
      x-kaltura-format: file
      x-kaltura-parameters:
      - id
      - transformFile
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                transformFile:
                  type: string
                  description: transformation file xsl, xPath or regex
                  format: binary
              required:
              - transformFile
  /service/contentdistribution_genericdistributionprovideraction/action/delete:
    post:
      description: Delete Generic Distribution Provider Action by id
      operationId: genericDistributionProviderAction.delete
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
              required:
              - id
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/deleteByProviderId:
    post:
      description: Delete Generic Distribution Provider Action by provider id
      operationId: genericDistributionProviderAction.deleteByProviderId
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      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
      requestBody:
        content:
          application/json:
            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
  /service/contentdistribution_genericdistributionprovideraction/action/get:
    post:
      description: Get Generic Distribution Provider Action by id
      operationId: genericDistributionProviderAction.get
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                id:
                  type: integer
              required:
              - id
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/getByProviderId:
    post:
      description: Get Generic Distribution Provider Action by provider id
      operationId: genericDistributionProviderAction.getByProviderId
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            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
  /service/contentdistribution_genericdistributionprovideraction/action/list:
    post:
      description: List all distribution providers
      operationId: genericDistributionProviderAction.list
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderActionListResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderActionListResponse'
      tags:
      - genericDistributionProviderAction
      x-kaltura-format: post
      x-kaltura-parameters:
      - filter
      - pager
      requestBody:
        content:
          application/json:
            schema:
              properties:
                filter:
                  $ref: '#/components/schemas/KalturaGenericDistributionProviderActionFilter'
                pager:
                  $ref: '#/components/schemas/KalturaFilterPager'
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/update:
    post:
      description: Update Generic Distribution Provider Action by id
      operationId: genericDistributionProviderAction.update
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                genericDistributionProviderAction:
                  $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
                id:
                  type: integer
              required:
              - id
              - genericDistributionProviderAction
              type: object
  /service/contentdistribution_genericdistributionprovideraction/action/updateByProviderId:
    post:
      description: Update Generic Distribution Provider Action by provider id
      operationId: genericDistributionProviderAction.updateByProviderId
      parameters:
      - $ref: '#/components/parameters/ks'
      - $ref: '#/components/parameters/format'
      - $ref: '#/components/parameters/clientTag'
      - $ref: '#/components/parameters/partnerId'
      - $ref: '#/components/parameters/language'
      - $ref: '#/components/parameters/responseProfile'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
            text/xml:
              schema:
                $ref: '#/components/schemas/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
      requestBody:
        content:
          application/json:
            schema:
              properties:
                actionType:
                  enum:
                  - 1
                  - 2
                  - 3
                  - 4
                  type: integer
                  x-enumLabels:
                  - SUBMIT
                  - UPDATE
                  - DELETE
                  - FETCH_REPORT
                  x-enumType: KalturaDistributionAction
                genericDistributionProviderAction:
                  $ref: '#/components/schemas/KalturaGenericDistributionProviderAction'
                genericDistributionProviderId:
                  type: integer
              required:
              - genericDistributionProviderId
              - actionType
              - genericDistributionProviderAction
              type: object
components:
  schemas:
    KalturaDataEntryMatchAttributeCondition:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaReportExportJobData:
      allOf:
      - $ref: '#/components/schemas/KalturaJobData'
      properties:
        baseUrl:
          type: string
        filePaths:
          type: string
        files:
          items:
            $ref: '#/components/schemas/KalturaReportExportFile'
          type: array
        recipientEmail:
          type: string
        reportItems:
          items:
            $ref: '#/components/schemas/KalturaReportExportItem'
          type: array
        reportsGroup:
          type: string
      title: KalturaReportExportJobData
      type: object
    KalturaLiveEntryServerNodeBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaEntryServerNodeFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaLiveEntryServerNodeFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaLiveEntryServerNodeFilter
          type: string
      title: KalturaLiveEntryServerNodeBaseFilter
      type: object
      x-abstract: true
    KalturaPodcastDistributionProviderBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProviderFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaPodcastDistributionProviderFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaPodcastDistributionProviderFilter
          type: string
      title: KalturaPodcastDistributionProviderBaseFilter
      type: object
      x-abstract: true
    KalturaNdnDistributionProvider:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProvider'
      properties: {}
      title: KalturaNdnDistributionProvider
      type: object
    KalturaLiveStreamListResponse:
      allOf:
      - $ref: '#/components/schemas/KalturaListResponse'
      properties:
        objects:
          items:
            $ref: '#/components/schemas/KalturaLiveStreamEntry'
          type: array
      title: KalturaLiveStreamListResponse
      type: object
    KalturaLiveReportExportJobData:
      allOf:
      - $ref: '#/components/schemas/KalturaJobData'
      properties:
        entryIds:
          type: string
        outputPath:
          type: string
        recipientEmail:
          type: string
        timeReference:
          type: integer
        timeZoneOffset:
          type: integer
      title: KalturaLiveReportExportJobData
      type: object
    KalturaMsnDistributionProfile:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaAmazonS3StorageProfileFilter:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaAttUverseDistributionProviderBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDistributionProviderFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaAttUverseDistributionProviderFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaAttUverseDistributionProviderFilter
          type: string
      title: KalturaAttUverseDistributionProviderBaseFilter
      type: object
      x-abstract: true
    KalturaConferenceEntryServerNode:
      allOf:
      - $ref: '#/components/schemas/KalturaEntryServerNode'
      properties:
        confRoomStatus:
          description: '`readOnly`


            Enum Type: `KalturaConferenceRoomStatus`'
          enum:
          - 1
          - 2
          - 3
          readOnly: true
          type: integer
          x-enumLabels:
          - CREATED
          - READY
          - ENDED
          x-enumType: KalturaConferenceRoomStatus
        registered:
          description: '`readOnly`'
          readOnly: true
          type: integer
      title: KalturaConferenceEntryServerNode
      type: object
    KalturaZoomDropFolderFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaZoomDropFolderBaseFilter'
      properties: {}
      title: KalturaZoomDropFolderFilter
      type: object
    KalturaDrmPolicyFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaDrmPolicyBaseFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaDrmPolicyFilter'
      - $ref: '#/components/schemas/KalturaPlayReadyPolicyFilter'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaDrmPolicyFilter
          - KalturaPlayReadyPolicyFilter
          type: string
        orderBy:
          type: string
          x-enumLabels: []
          x-enumType: KalturaDrmPolicyOrderBy
      title: KalturaDrmPolicyFilter
      type: object
    KalturaLiveEntryServerNodeFilter:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaPdfFlavorParamsBaseFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaFlavorParamsFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaPdfFlavorParamsFilter'
      description: '`abstract`'
      discriminator:
        propertyName: objectType
      properties:
        objectType:
          enum:
          - KalturaPdfFlavorParamsFilter
          type: string
      title: KalturaPdfFlavorParamsBaseFilter
      type: object
      x-abstract: true
    KalturaDropFolderFileResource:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaSchedulerListResponse:
      allOf:
      - $ref: '#/components/schemas/KalturaListResponse'
      properties:
        objects:
          items:
            $ref: '#/components/schemas/KalturaScheduler'
          type: array
      title: KalturaSchedulerListResponse
      type: object
    KalturaSipEntryServerNode:
      allOf:
      - $ref: '#/components/schemas/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
    KalturaAccessControlContextTypeHolder:
      allOf:
      - $ref: '#/components/schemas/KalturaContextTypeHolder'
      properties: {}
      title: KalturaAccessControlContextTypeHolder
      type: object
    KalturaCuePointFilter:
      allOf:
      - $ref: '#/components/schemas/KalturaCuePointBaseFilter'
      anyOf:
      - $ref: '#/components/schemas/KalturaCuePointFilter'
      - $ref: '#/components/schemas/KalturaAdCuePointFilter'
      - $ref: '#/components/schemas/KalturaAnnotationFilter'
      - $ref: '#/components/schemas/KalturaAnswerCuePointFilter'
      - $ref: '#/components/schemas/KalturaCodeCuePointFilter'
      - $ref: '#/components/schemas/KalturaEventCuePointFilter'
      - $ref: '#/components/s

# --- truncated at 32 KB (1604 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/kaltura/refs/heads/main/openapi/kaltura-genericdistributionprovideraction-api-openapi.yml