bitmovin_api_sdk.notifications.webhooks.encoding.encodings.transfer_error package

Subpackages

Submodules

bitmovin_api_sdk.notifications.webhooks.encoding.encodings.transfer_error.transfer_error_api module

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.transfer_error.transfer_error_api.TransferErrorApi(**kwargs)[source]

Bases: BaseApi

create(webhook: Webhook, **kwargs: dict) Webhook[source]

Add 'Encoding Transfer Error' Webhook

Parameters

webhook (Webhook, required) – The 'Encoding Transfer Error' Webhook to be added.

Returns

Webhook Details

Return type

Webhook

create_by_encoding_id(encoding_id: string_types, webhook: Webhook, **kwargs: dict) Webhook[source]

Add 'Encoding Transfer Error' Webhook for a specific Encoding

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

  • webhook (Webhook, required) – The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed

Returns

Webhook Details

Return type

Webhook

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

Delete 'Encoding Transfer Error' 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: string_types, **kwargs: dict) BitmovinResponse[source]

Delete 'Encoding Transfer Error' 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: string_types, webhook_id: string_types, **kwargs: dict) Webhook[source]

'Encoding Transfer Error' 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: string_types, **kwargs: dict) Webhook[source]

'Encoding Transfer Error' Webhook Details

Parameters

webhook_id (string_types, required) – Id of the webhook

Returns

Webhook Details

Return type

Webhook

list(query_params: Optional[WebhookListQueryParams] = None, **kwargs: dict) Webhook[source]

List 'Encoding Transfer Error' Webhooks

Parameters

query_params (WebhookListQueryParams) – Query parameters

Returns

List of ‘Encoding Transfer Error’ Webhooks

Return type

Webhook

list_by_encoding_id(encoding_id: string_types, query_params: WebhookListByEncodingIdQueryParams = None, **kwargs: dict) Webhook[source]

List 'Encoding Transfer Error' Webhooks for a specific Encoding

Parameters
Returns

List of ‘Encoding Transfer Error’ Webhooks

Return type

Webhook

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

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.transfer_error.webhook_list_by_encoding_id_query_params.WebhookListByEncodingIdQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

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

class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.transfer_error.webhook_list_query_params.WebhookListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents