bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat package
Subpackages
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, **kwargs)[source]
Create 'Live Encoding Heartbeat' Webhook
- Parameters:
live_encoding_heartbeat_webhook (LiveEncodingHeartbeatWebhook, required) – The 'Live Encoding Heartbeat' Webhook to be added.
- Returns:
Webhook Details
- Return type:
- create_by_encoding_id(encoding_id, live_encoding_heartbeat_webhook, **kwargs)[source]
Create 'Live Encoding Heartbeat' Webhook for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding
live_encoding_heartbeat_webhook (LiveEncodingHeartbeatWebhook, required) – The 'Live Encoding Heartbeat' Webhook to be added.
- Returns:
Webhook Details
- Return type:
- delete_by_encoding_id_and_webhook_id(encoding_id, webhook_id, **kwargs)[source]
Delete 'Live Encoding Heartbeat' Webhook for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding
webhook_id (string_types, required) – Id of the webhook
- Returns:
Id of the webhook
- Return type:
- delete_by_webhook_id(webhook_id, **kwargs)[source]
Delete 'Live Encoding Heartbeat' Webhook
- Parameters:
webhook_id (string_types, required) – Id of the webhook
- Returns:
Id of the webhook
- Return type:
- get_by_encoding_id_and_webhook_id(encoding_id, webhook_id, **kwargs)[source]
Get 'Live Encoding Heartbeat' Webhook details for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding
webhook_id (string_types, required) – Id of the webhook
- Returns:
Webhook Details
- Return type:
- get_by_webhook_id(webhook_id, **kwargs)[source]
Get 'Live Encoding Heartbeat' Webhook details
- Parameters:
webhook_id (string_types, required) – Id of the webhook
- Returns:
Webhook Details
- Return type:
- list(query_params=None, **kwargs)[source]
List 'Live Encoding Heartbeat' Webhooks
- Parameters:
query_params (LiveEncodingHeartbeatWebhookListQueryParams) – Query parameters
- Returns:
List of ‘Live Encoding Heartbeat’ Webhooks
- Return type:
- list_by_encoding_id(encoding_id, query_params=None, **kwargs)[source]
List 'Live Encoding Heartbeat' Webhooks for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding
query_params (LiveEncodingHeartbeatWebhookListByEncodingIdQueryParams) – Query parameters
- Returns:
List of ‘Live Encoding Heartbeat’ Webhooks
- Return type:
bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_webhook_list_by_encoding_id_query_params module
- class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_encoding_heartbeat.live_encoding_heartbeat_webhook_list_by_encoding_id_query_params.LiveEncodingHeartbeatWebhookListByEncodingIdQueryParams(offset=None, limit=None)[source]
Bases:
object- property attribute_map
- property openapi_types