bitmovin_api_sdk.encoding.outputs.sftp package

Subpackages

Submodules

bitmovin_api_sdk.encoding.outputs.sftp.sftp_api module

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

Bases: BaseApi

create(sftp_output: SftpOutput, **kwargs: dict) SftpOutput[source]

Create SFTP Output

Parameters

sftp_output (SftpOutput, required) – The SFTP output to be created.

Returns

SFTP output

Return type

SftpOutput

delete(output_id: string_types, **kwargs: dict) SftpOutput[source]

Delete SFTP Output

Parameters

output_id (string_types, required) – Id of the output

Returns

Id of the output

Return type

SftpOutput

get(output_id: string_types, **kwargs: dict) SftpOutput[source]

SFTP Output Details

Parameters

output_id (string_types, required) – Id of the output

Returns

SFTP output

Return type

SftpOutput

list(query_params: Optional[SftpOutputListQueryParams] = None, **kwargs: dict) SftpOutput[source]

List SFTP Outputs

Parameters

query_params (SftpOutputListQueryParams) – Query parameters

Returns

List of SFTP outputs

Return type

SftpOutput

bitmovin_api_sdk.encoding.outputs.sftp.sftp_output_list_query_params module

class bitmovin_api_sdk.encoding.outputs.sftp.sftp_output_list_query_params.SftpOutputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents