Is There a Way to Test Subscriptions to the Databricks Status Page?

KingAJ
New Contributor II

Hi everyone,

I’ve subscribed to the Databricks Status page and set up a webhook for notifications. I’m wondering if there’s any way to test that the subscription is working correctly—perhaps by triggering a test notification or receiving a sample JSON payload?

Has anyone done this or knows if Databricks provides a way to simulate or test these notifications?

szymon_dybczak
Esteemed Contributor III

Hi @KingAJ ,

There's is no such mechanism that databricks provides. But you can try to use similar approach to the below one and test it on your own.

https://github.com/jvargh/Webhooks-For-Status-Alerts

So, basically this PowerShell script generates payload that databricks status page would provide. Then it's sends this payload to your webhooks url.