bitmovin_api_sdk.notifications.webhooks.encoding.manifest.error package
Submodules
bitmovin_api_sdk.notifications.webhooks.encoding.manifest.error.error_api module
- class bitmovin_api_sdk.notifications.webhooks.encoding.manifest.error.error_api.ErrorApi(**kwargs)[source]
Bases:
BaseApi
- create(webhook: Webhook, **kwargs: dict) Webhook [source]
Add 'Manifest Error' Webhook (All Manifests)
- create_by_manifest_id(manifest_id: string_types, webhook: Webhook, **kwargs: dict) Webhook [source]
Add 'Manifest Error' Webhook Notification (Specific Manifest)
- delete(notification_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete 'Manifest Error' Webhook
- Parameters
notification_id (string_types, required) – Id of the webhook notification
- Returns
Id of the webhook
- Return type
- list(**kwargs: dict) Webhook [source]
Get 'Manifest Error' Webhooks (All Manifests)
- Returns
List of notifications
- Return type