- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:41 AM
I am currently investigating the connection status between a ServiceNow instance and external applications to compile a list for an architecture blueprint.
I would like to know which modules to look into to gather information, including data flow (inbound/outbound) and related table information.
Any help would be greatly appreciated!!
Thank you!!
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 04:12 AM
Hi @Daichi Ishikawa for all outbound requests look at the following table - sys_outbound_http_log
For inbound connectivity, syslog_transaction and filter down on the type to contain REST/SOAP or any other connectivity methods to find out which systems or URLs are sending data into ServiceNow and what are we sending out from the platform.
-Harneet Sital
Request you please mark my answer as helpful or correct based on the impact
Find all my ServiceNow articles here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 04:12 AM
Hi @Daichi Ishikawa for all outbound requests look at the following table - sys_outbound_http_log
For inbound connectivity, syslog_transaction and filter down on the type to contain REST/SOAP or any other connectivity methods to find out which systems or URLs are sending data into ServiceNow and what are we sending out from the platform.
-Harneet Sital
Request you please mark my answer as helpful or correct based on the impact
Find all my ServiceNow articles here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 03:08 AM
Thank you for your reply!
I will try to check them for the investigation!!
[Docs] Outbound web services: Logging
https://docs.servicenow.com/csh?topicname=outbound-request-logging.html&version=latest
[Docs] Transaction logs
https://docs.servicenow.com/csh?topicname=r_TransactionLogs.html&version=latest