Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
test
Error
A valid request URL is required to generate request examples
{
  "status": "ok",
  "errorMessage": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

connectionName
string
required

Name of the connection Standard identifier pattern for resource names

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