How to check if the ServiceNow REST endpoint is up?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2015 03:54 PM
Hi,
Is there any public url that will help to check if the SERVICE NOW REST endpoint is up and running.
We want to schedule a heart beat check to make sure that the REST endpoint is up and running.
Any pointers?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2015 01:39 PM
The ServiceNow REST API should be up and running as long as the instance is. To check that you can run in your browser <instance>/stats.do
You can also send a GET request to a specific API you want to use, for example Table API, to retrieve a record which definitely exists.