Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »


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

  1. It will check that all sites are online or in synchonize status. If any site is in mainenance error will be returned
  2. Database access to all sites. If any site's database does not respond, error will be returned.
  3. Database access it server database if server database is enabled. If server database does not respond, error will be returned.

 



  • No labels