Databricks SDK for JavaScript
    Preparing search index...

    Variable RegistryWebhookStatusConst

    RegistryWebhookStatus: {
        ACTIVE: "ACTIVE";
        DISABLED: "DISABLED";
        TEST_MODE: "TEST_MODE";
    } = ...

    Enable or disable triggering the webhook, or put the webhook into test mode. The default is ACTIVE:

    • ACTIVE: Webhook is triggered when an associated event happens.

    • DISABLED: Webhook is not triggered.

    • TEST_MODE: Webhook can be triggered through the test endpoint, but is not triggered on a real event.

    Type Declaration

    • ReadonlyACTIVE: "ACTIVE"

      Event and test triggers will be sent.

    • ReadonlyDISABLED: "DISABLED"

      No triggers will be sent.

    • ReadonlyTEST_MODE: "TEST_MODE"

      Test triggers will be sent, but not actual events.