bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready package

Subpackages

Submodules

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.live_manifest_ready_api module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.live_manifest_ready_api.LiveManifestReadyApi(**kwargs)[source]

Bases: BaseApi

create(webhook, **kwargs)[source]

Add 'Live Manifest Ready' Webhook

Parameters:

webhook (Webhook, required) – The 'Live Manifest Ready' Webhook to be added.

Returns:

Webhook Details

Return type:

Webhook

create_by_encoding_id(encoding_id, webhook, **kwargs)[source]

Add 'Live Manifest Ready' Webhook for a specific Encoding

Parameters:
  • encoding_id (string_types, required) – Id of the encoding

  • webhook (Webhook, required) – The 'Live Manifest Ready' Webhook to be added.

Returns:

Webhook Details

Return type:

Webhook

delete_by_encoding_id_and_webhook_id(encoding_id, webhook_id, **kwargs)[source]

Delete 'Live Manifest Ready' 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:

BitmovinResponse

delete_by_webhook_id(webhook_id, **kwargs)[source]

Delete 'Live Manifest Ready' Webhook

Parameters:

webhook_id (string_types, required) – Id of the webhook

Returns:

Id of the webhook

Return type:

BitmovinResponse

get_by_encoding_id_and_webhook_id(encoding_id, webhook_id, **kwargs)[source]

'Live Manifest Ready' 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:

Webhook

get_by_webhook_id(webhook_id, **kwargs)[source]

'Live Manifest Ready' Webhook Details

Parameters:

webhook_id (string_types, required) – Id of the webhook

Returns:

Webhook Details

Return type:

Webhook

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

List 'Live Manifest Ready' Webhooks

Parameters:

query_params (WebhookListQueryParams) – Query parameters

Returns:

List of ‘Live Manifest Ready’ Webhooks

Return type:

Webhook

list_by_encoding_id(encoding_id, query_params=None, **kwargs)[source]

List 'Live Manifest Ready' Webhooks for a specific Encoding

Parameters:
Returns:

List of ‘Live Manifest Ready’ Webhooks

Return type:

Webhook

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.webhook_list_by_encoding_id_query_params module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.webhook_list_by_encoding_id_query_params.WebhookListByEncodingIdQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.webhook_list_query_params module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.live_manifest_ready.webhook_list_query_params.WebhookListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents