How to structure DBA Dash alert output into a custom JSON payload for ServiceNow integration? #1970
Unanswered
SonalAkhalRepo
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
HI @DavidWiseman
I am currently working on a project to automate our IT operations by integrating DBA Dash alerts directly with ServiceNow.
My goal is to automatically generate ServiceNow incidents whenever a critical alert fires.
To make the integration as seamless as possible on the ServiceNow side, I need to format or customize the outgoing alert payload into a clean, structured JSON format (e.g., explicitly mapping fields like InstanceName, AlertDescription, Status, and AlertDate).
Could you provide a guide or examples on how to achieve this within DBA Dash?
Specifically, I would love to know:
2.Token/Variable Support: What are the exact tokens or template variables available (e.g., {Instance}, {Error}, {Severity}) that we can use to build a custom JSON body?
3.If custom payload formatting isn't natively supported in the GUI, what is your recommended approach for reshaping the data before hitting a third-party REST API?
Any documentation, code snippets, or configuration examples you could share would be incredibly helpful.
Beta Was this translation helpful? Give feedback.
All reactions