bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat package

Submodules

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_api module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_api.LiveEncodingHeartbeatApi(**kwargs)[source]

Bases: BaseApi

create(live_encoding_heartbeat_webhook: LiveEncodingHeartbeatWebhook, **kwargs: dict) LiveEncodingHeartbeatWebhook[source]

Add 'Live Encoding Heartbeat' Webhook

Parameters

live_encoding_heartbeat_webhook (LiveEncodingHeartbeatWebhook, required) – The 'Live Encoding Heartbeat' Webhook to be added.

Returns

Webhook Details

Return type

LiveEncodingHeartbeatWebhook

delete_by_webhook_id(webhook_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete 'Live Encoding Heartbeat' Webhook

Parameters

webhook_id (string_types, required) – Id of the webhook

Returns

Id of the webhook

Return type

BitmovinResponse

get_by_webhook_id(webhook_id: string_types, **kwargs: dict) LiveEncodingHeartbeatWebhook[source]

'Live Encoding Heartbeat' Webhook Details

Parameters

webhook_id (string_types, required) – Id of the webhook

Returns

Webhook Details

Return type

LiveEncodingHeartbeatWebhook

list(query_params: Optional[LiveEncodingHeartbeatWebhookListQueryParams] = None, **kwargs: dict) LiveEncodingHeartbeatWebhook[source]

List 'Live Encoding Heartbeat' Webhooks

Parameters

query_params (LiveEncodingHeartbeatWebhookListQueryParams) – Query parameters

Returns

List of ‘Live Encoding Heartbeat’ Webhooks

Return type

LiveEncodingHeartbeatWebhook

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_webhook_list_query_params module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_webhook_list_query_params.LiveEncodingHeartbeatWebhookListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents