This article describes the status url to be used by surveillance tools to check the status of Signifikant Web Viewer.
URL to check status
Signifikant has a URL to check the status of all sites. This URL may be called by a surveillance tool to check the status.
http://www.domain.com/AssertWeb/api/SiteStatus/GetStatus
Result codes
Result of call will be
OK: 500, Internal Server Error
Not OK: 200, OK
Checks done
The URL will check the following
- It will check that all sites are online or in synchonize status. If any site is in mainenance error will be returned
- Database access to all sites. If any site's database does not respond, error will be returned.
- Database access it server database if server database is enabled. If server database does not respond, error will be returned.
Related articles