Skip to main content
Skip table of contents

Thru.Application.Health.Check.API

 

The overall health of the entire application can be checked using the following endpoint:

GET [[PublicApiUrl]]/api/Healthcheck/Application (this requires the api url not the site url)

If the application is healthy, the API will return HTTP status code 200. If any component is unhealthy, the API will return HTTP status code 503.

In either case, the response body will look like:

CODE
{
    "Thru.MFT.ProcessingManager": "Healthy",
    "Thru.MFT.UI.API": "Healthy",
    "Thru.MFT.TransferManager": "Healthy",
    "Thru.MFT.FlowManager": "Healthy",
    "Thru.MFT.ContentAPI": "Healthy",
    "Thru.MFT.Redis": "Healthy",
    "Thru.MFT.DB.Mongo": "Healthy",
    "Thru.MFT.Flow.API": "Healthy",
    "Thru.MFT.Audit.API": "Healthy",
    "Thru.MFT.Databases": "Healthy",
    "Thru.MFT.Mailer": "Healthy",
    "Thru.MFT.SFTPS": "Healthy",
    "Thru.MFT.SFTPS.API": "Healthy"
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.