RSL Payment API

<back to all web services

CheckHealth

Get health status of API dependencies including BT, Azure ServiceBus, SQL (PaymentHost) DB

The following routes are available for this service:
GET/health/checkPerform environment health checkPerforms an environment health check
HealthStatus Parameters:
NameParameterData TypeRequiredDescription
VersionformstringNo
NodeNameformstringNo
ElapsedformstringNo
NoteformstringNo
TracertLogformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /health/check HTTP/1.1 
Host: azs-dev-payment-web.azurewebsites.net 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	version: String,
	nodeName: String,
	elapsed: String,
	note: String,
	tracertLog: String
}