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
- 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
- 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
- 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