Verifying Installation

Once you have installed the ITX Runtime Server, you can test accessing the instance by invoking the version and configuration REST API endpoints, after replacing <location> with the location of the Route resource deployed with the instance:

<location>/tx-rest/v1/itx/version

<location>/tx-rest/v1/itx/configuration

The version endpoint returns a JSON document with information about the product name and version. The configuration endpoint returns a JSON document with the configuration options and values that you specified when you deployed the instance, which you can consider as additional confirmation that the instance was configured as expected.