Instance health via REST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 09:31 AM
Hello,
is there any REST endpoint available to check if an instance is healthy ? Like what GitHub does here GitHub System Status
Regards,
Luca
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 10:08 AM
I think that is too much for my use case, I'd just need to know if an instance is ready to serve REST calls like throw an HTTP GET request to an address and receive either 200 or any failure code.
Is there something available ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 10:16 AM
You can just use the REST API for this and query a table of your choice.
This either returns 200 as status or an error.
Take a look at the REST API explorer inside your instance for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 10:20 AM
Yeah this is what I do as today but wanted to find out a better option.