Table of Contents

SwOTA Status Screen

SwOTA provides a built-in status screen that gives you a quick overview of the application state and connectivity. There are two levels of status information available: the basic status screen and the extended status page.

Basic Status Screen

The basic status screen is accessible at the root /ota path without any authentication:

Environment URL
Staging https://bookings-stage.sw.travelhx.com/ota
Production https://bookings.sw.travelhx.com/ota

This page displays:

  • SwBizLogics URL -- the configured URL of the SwBizLogics backend service.
  • Connection status -- whether the application can successfully connect to the SwBizLogics application.
  • Schema name -- the currently used database schema name.
  • Supported REST endpoints -- a list of all REST endpoints available in the deployed version.

From this page, a link is provided to navigate to the extended status page.

Extended Status Page

The extended status page is available at the /ota/status path:

Environment URL
Staging https://bookings-stage.sw.travelhx.com/ota/status
Production https://bookings.sw.travelhx.com/ota/status
Important

The extended status page requires authorization. You must be authenticated to access it.

The extended status page provides detailed information about the SwOTA installation, including:

  • Full configuration details of the deployed instance.
  • Runtime diagnostics and health indicators.
  • The ability to manually invalidate all SwOTA caches, which can be useful during troubleshooting or after configuration changes on the backend.