bitmovin_api_sdk.encoding.inputs.aspera package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.aspera.aspera_api module

class bitmovin_api_sdk.encoding.inputs.aspera.aspera_api.AsperaApi(**kwargs)[source]

Bases: BaseApi

create(aspera_input: AsperaInput, **kwargs: dict) AsperaInput[source]

Create Aspera Input

Parameters

aspera_input (AsperaInput, required) – The Aspera input to be created

Returns

Aspera input

Return type

AsperaInput

delete(input_id: string_types, **kwargs: dict) AsperaInput[source]

Delete Aspera Input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

AsperaInput

get(input_id: string_types, **kwargs: dict) AsperaInput[source]

Aspera Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

Aspera input

Return type

AsperaInput

list(query_params: Optional[AsperaInputListQueryParams] = None, **kwargs: dict) AsperaInput[source]

List Aspera Inputs

Parameters

query_params (AsperaInputListQueryParams) – Query parameters

Returns

List of Aspera inputs

Return type

AsperaInput

bitmovin_api_sdk.encoding.inputs.aspera.aspera_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.aspera.aspera_input_list_query_params.AsperaInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents