The API allows you to test connection with database.
Test connection with database.
media type | data type | description |
---|---|---|
application/json | boolean (JSON) | true if connection with database succeeded; false otherwise |
GET /db-connection/test
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...