bitmovin_api_sdk.notifications.webhooks.encoding.manifest.finished package
Submodules
bitmovin_api_sdk.notifications.webhooks.encoding.manifest.finished.finished_api module
- class bitmovin_api_sdk.notifications.webhooks.encoding.manifest.finished.finished_api.FinishedApi(**kwargs)[source]
Bases:
BaseApi
- create(webhook: Webhook, **kwargs: dict) Webhook [source]
Add 'Manifest Finished Successfully' Webhook (All Manifests)
- create_by_manifest_id(manifest_id: string_types, webhook: Webhook, **kwargs: dict) Webhook [source]
Add 'Manifest Finished Successfully' Webhook Notification (Specific Manifest)
- delete(notification_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Manifest Finished 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 Finished' Webhooks (All Manifests)
- Returns
List of notifications
- Return type