Health Check
- Mock serverhttps://test.developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/title-alert-api-schema/vicland/alert/v1/health
- Production environmenthttps://api.servictoria.io/vicland/vicland/alert/v1/health
- Test environmenthttps://test.api.servictoria.io/vicland/vicland/alert/v1/health
curl -i -X GET \
https://test.developer.servictoria.io/_mock/portal/rest/ddp-title-alert-api/title-alert-api-schema/vicland/alert/v1/health \
-H 'x-correlation-id: 123e4567-e89b-12d3-a456-426614174000'OK
Response
{ "applicationName": "SERV Title Alert API", "applicationVersion": "1.0.9", "apiName": "serv-title-alert-api", "environment": "DEV", "status": "running" }