bitmovin_api_sdk.encoding.outputs.ftp package

Subpackages

Submodules

bitmovin_api_sdk.encoding.outputs.ftp.ftp_api module

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

Bases: BaseApi

create(ftp_output, **kwargs)[source]

Create FTP Output

Parameters:

ftp_output (FtpOutput, required) – The FTP output to be created

Returns:

FTP output

Return type:

FtpOutput

delete(output_id, **kwargs)[source]

Delete FTP Output

Parameters:

output_id (string_types, required) – Id of the output

Returns:

Id of the output

Return type:

FtpOutput

get(output_id, **kwargs)[source]

FTP Output Details

Parameters:

output_id (string_types, required) – Id of the output

Returns:

FTP output

Return type:

FtpOutput

list(query_params=None, **kwargs)[source]

List FTP Outputs

Parameters:

query_params (FtpOutputListQueryParams) – Query parameters

Returns:

List of FTP outputs

Return type:

FtpOutput

bitmovin_api_sdk.encoding.outputs.ftp.ftp_output_list_query_params module

class bitmovin_api_sdk.encoding.outputs.ftp.ftp_output_list_query_params.FtpOutputListQueryParams(offset=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents