4.5 Check the Coordinator Health

After installing MicroTx, run the following command to check the health of the coordinator and to validate that the installation was completed successfully.

curl https://externalHostname:externalPort/health

To identify values for the externalHostname and externalPort, see Access MicroTx.

If the MicroTx coordinator is healthy, you will see the following response.
{
    "coordinators": {
        "xaCoordinator": "Healthy",
        "lraCoordinator": "Healthy",
        "tccCoordinator": "Healthy"
    },
    "version": "",
    "started": "2023-10-11T11:22:44.343082+05:30"
}

This indicates that you have successfully deployed MicroTx and the service is available to coordinate XA transactions.