bitmovin_api_sdk.encoding.watch_folders package

Submodules

bitmovin_api_sdk.encoding.watch_folders.watch_folder_list_query_params module

class bitmovin_api_sdk.encoding.watch_folders.watch_folder_list_query_params.WatchFolderListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

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

Create Watch Folder

Parameters:

watch_folder (WatchFolder, required) – The Watch Folder to be created

Returns:

Watch Folder

Return type:

WatchFolder

delete(watch_folder_id, **kwargs)[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:

BitmovinResponse

get(watch_folder_id, **kwargs)[source]

Watch Folder details

Parameters:

watch_folder_id (string_types, required) – Id of the Watch Folder

Returns:

Watch Folder

Return type:

WatchFolder

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

List all Watch Folders

Parameters:

query_params (WatchFolderListQueryParams) – Query parameters

Returns:

List of Watch Folders

Return type:

WatchFolder

start(watch_folder_id, **kwargs)[source]

Start Watch Folder

Parameters:

watch_folder_id (string_types, required) – Id of the Watch Folder

Returns:

Id of the Watch Folder

Return type:

BitmovinResponse

stop(watch_folder_id, **kwargs)[source]

Stop Watch Folder

Parameters:

watch_folder_id (string_types, required) – Id of the Watch Folder

Returns:

Id of the Watch Folder

Return type:

BitmovinResponse

Module contents