bitmovin_api_sdk.encoding.inputs.sftp package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.sftp.sftp_api module

class bitmovin_api_sdk.encoding.inputs.sftp.sftp_api.SftpApi(**kwargs)[source]

Bases: BaseApi

create(sftp_input, **kwargs)[source]

Create SFTP Input

Parameters:

sftp_input (SftpInput, required) – The SFTP input to be created

Returns:

SFTP input

Return type:

SftpInput

delete(input_id, **kwargs)[source]

Delete SFTP Input

Parameters:

input_id (string_types, required) – Id of the input

Returns:

Id of the input

Return type:

SftpInput

get(input_id, **kwargs)[source]

SFTP Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

SFTP input

Return type:

SftpInput

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

List SFTP Inputs

Parameters:

query_params (SftpInputListQueryParams) – Query parameters

Returns:

List of SFTP inputs

Return type:

SftpInput

bitmovin_api_sdk.encoding.inputs.sftp.sftp_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.sftp.sftp_input_list_query_params.SftpInputListQueryParams(offset=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents