Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 03:35 PM
We ended up with a rather convoluted approach. We have a "utility" server that acts as a REST target for ServiceNow. Within that server, we run python scripts than in turn query all our SQL instances and returns a JSON payload back to ServiceNow.
We could have done it with a workflow that would use a PowerShell step (running on a MID server) to return a JSON package. That package could then be process by a Javascript. You could also just use PowerShell to call your ServiceNow instance directly and push the data that way.