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

Create SFTP Input

Parameters

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

Returns

SFTP input

Return type

SftpInput

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

SFTP Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

SFTP input

Return type

SftpInput

list(query_params: Optional[SftpInputListQueryParams] = None, **kwargs: dict) SftpInput[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: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents