bitmovin_api_sdk.encoding.inputs.ftp package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.ftp.ftp_api module

class bitmovin_api_sdk.encoding.inputs.ftp.ftp_api.FtpApi(**kwargs)[source]

Bases: BaseApi

create(ftp_input: FtpInput, **kwargs: dict) FtpInput[source]

Create FTP Input

Parameters

ftp_input (FtpInput, required) – The FTP input to be created

Returns

FTP input

Return type

FtpInput

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

Delete FTP Input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

FtpInput

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

FTP Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

FTP input

Return type

FtpInput

list(query_params: Optional[FtpInputListQueryParams] = None, **kwargs: dict) FtpInput[source]

List FTP Inputs

Parameters

query_params (FtpInputListQueryParams) – Query parameters

Returns

List of ftp inputs

Return type

FtpInput

bitmovin_api_sdk.encoding.inputs.ftp.ftp_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.ftp.ftp_input_list_query_params.FtpInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents