Service Health
Data connectors must provide a health endpoint which can be used to indicate service health and readiness to any client applications.
Request
GET /health
Response
If the data connector is available and ready to accept requests, then the health endpoint should return status code 200 OK
.
Otherwise, it should ideally return a status code 503 Service Unavailable
, or some other appropriate HTTP error code.