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, **kwargs)[source]

Create FTP Input

Parameters:

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

Returns:

FTP input

Return type:

FtpInput

delete(input_id, **kwargs)[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, **kwargs)[source]

FTP Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

FTP input

Return type:

FtpInput

list(query_params=None, **kwargs)[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=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents