@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface AddWebhookRequest

    Represents a webhook creation request.

    interface AddWebhookRequest {
        isClipHooks?: boolean;
        isFeedHooks: boolean;
        isRecordingHooks: boolean;
        isThumbnailHooks?: boolean;
        isTranscoderHooks?: boolean;
        url: string;
    }
    Index

    Properties

    isClipHooks?: boolean

    Set to true to send webhook events on clip start/error/complete/deleted.

    false.

    isFeedHooks: boolean

    Set to true to send webhook events on feeds start/stop.

    isRecordingHooks: boolean

    Set to true to send webhook events on recording start/error/complete/deleted.

    isThumbnailHooks?: boolean

    Set to true to send webhook events on transcoder instance updates.

    false.

    isTranscoderHooks?: boolean

    Set to true to send webhook events on transcoder instance updates.

    false.

    url: string

    Url to send webhook data to.