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: Optional[int] = None, limit: Optional[int] = 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: WatchFolder, **kwargs: dict) WatchFolder[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: 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

BitmovinResponse

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

WatchFolder

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

WatchFolder

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

BitmovinResponse

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

BitmovinResponse

Module contents