Database Connection Test Controller Resource

The API allows you to test connection with database.

GET /db-connection/test

Test connection with database.

Response Body
media type data type description
application/json boolean (JSON) true if connection with database succeeded; false otherwise

Example

Request
GET /db-connection/test
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
...