- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Will using ServiceNow GET APIs to fetch incident data impact the performance of the ServiceNow instance? Could you please provide the process to test the performance statistics?
@harditsingh , @Shreya Wani @Martin Jensen @Alka Chaudhary, @AJ-TechTrek @Shakeel Shaik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
yes it will impact performance and OOTB Table APIs do expose all field data which is not good from security point of view.
why not use Scripted REST API and ask 3rd party to consume that?
You will have full control on the API request and response.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
yes it will impact performance and OOTB Table APIs do expose all field data which is not good from security point of view.
why not use Scripted REST API and ask 3rd party to consume that?
You will have full control on the API request and response.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Thank You very much @Ankur Bawiskar for your quick helpful response.
My business is asking to show the actual performance impacted due to the Table API Request.
is possible to check the performance stats specific to the API request?
If yes. If possible can you please also proivde the navigation to check that Request and response logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
check the transaction log you can see exactly what API has been called, by who, etc.
see this if it helps
regarding performance
-> try to implement 'Rate Limit Rules' (in left nav type 'Rate Limits' - this will allow you to control the frequency of API calls etc and have control over these as well as 'Transaction Quota Rules' which again can help contain overall limits and API call duration so as to protect the core platform.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
