bitmovin_api_sdk.encoding.watch_folders package
Submodules
bitmovin_api_sdk.encoding.watch_folders.watch_folder_list_query_params module
bitmovin_api_sdk.encoding.watch_folders.watch_folders_api module
- class bitmovin_api_sdk.encoding.watch_folders.watch_folders_api.WatchFoldersApi(**kwargs)[source]
Bases:
BaseApi
- create(watch_folder: WatchFolder, **kwargs: dict) WatchFolder [source]
Create Watch Folder
- Parameters
watch_folder (WatchFolder, required) – The Watch Folder to be created
- Returns
Watch Folder
- Return type
- delete(watch_folder_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Watch Folder
- Parameters
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns
Id of the Watch Folder that was deleted
- Return type
- get(watch_folder_id: string_types, **kwargs: dict) WatchFolder [source]
Watch Folder details
- Parameters
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns
Watch Folder
- Return type
- list(query_params: Optional[WatchFolderListQueryParams] = None, **kwargs: dict) WatchFolder [source]
List all Watch Folders
- Parameters
query_params (WatchFolderListQueryParams) – Query parameters
- Returns
List of Watch Folders
- Return type
- start(watch_folder_id: string_types, **kwargs: dict) BitmovinResponse [source]
Start Watch Folder
- Parameters
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns
Id of the Watch Folder
- Return type
- stop(watch_folder_id: string_types, **kwargs: dict) BitmovinResponse [source]
Stop Watch Folder
- Parameters
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns
Id of the Watch Folder
- Return type