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
- delete(input_id: string_types, **kwargs: dict) FtpInput [source]
Delete FTP Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the input
- Return type
- get(input_id: string_types, **kwargs: dict) FtpInput [source]
FTP Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
FTP input
- Return type
- list(query_params: Optional[FtpInputListQueryParams] = None, **kwargs: dict) FtpInput [source]
List FTP Inputs
- Parameters
query_params (FtpInputListQueryParams) – Query parameters
- Returns
List of ftp inputs
- Return type