Skip to main content
DSALTA connects to ServiceNow using read-only API access to collect compliance evidence automatically. Data feeds into your Data Library modules — account users for access reviews, plus ITSM incidents and change requests.
DSALTA only reads. Every request this integration makes is a read against the Users, Incidents and Change Requests tables. DSALTA has no code path that creates, modifies, or deletes anything in your instance.
DSALTA collects this integration’s data when you connect it — you can refresh it at any time with Sync from integrations on the Integrations page. The compliance checks below re-run once a day at 02:00 America/New_York.

What DSALTA reads

DSALTA reads the ServiceNow user roster — names, emails, job titles and lock status, which appears on your Access page. It also reads incidents, which appear on your Incidents page, and change requests, which appear on your Changes page — with the Environment column always reading Production. The roster query asks only for active accounts, so deactivated users are absent rather than listed as inactive, and the role column shows a user’s job title, not their ServiceNow security roles.It calls these ServiceNow endpoints:
  • /api/now/table/sys_user
  • /api/now/table/incident
  • /api/now/table/change_request
Every request is a read. DSALTA has no code path that creates, modifies, or deletes anything in your ServiceNow environment.

Troubleshooting

There is no Reconnect button. Open Integrations → Connected, click Manage on the ServiceNow card, and check the Status tab — it shows either Connected and working properly or Connection issues detected. To restore a broken connection you must Disconnect and connect again, which permanently deletes the data and tests collected from ServiceNow. This can happen when the OAuth authorization is revoked or the connected user loses the roles needed to read Users, Incidents, and Change Requests.
Confirm the connected ServiceNow user still has read access to the Users, Incidents, and Change Requests tables (for example the itil role plus a user-read role, or admin), then click Sync from integrations on the Integrations page (Connected tab) — it refreshes every connected integration at once.