Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
test
{
  "status": "ok",
  "errorMessage": "<string>"
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

Response

OK

Result of testing a database connection

status
enum<string>

Connection test result status

Available options:
ok,
failed
errorMessage
string

Error message if the connection test failed, null if successful

I