Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://wmc.wiremockapi.cloud/v1/database-connections/{databaseConnectionId} \ --header 'Authorization: <api-key>'
{ "databaseConnection": { "id": "abc123", "connectionName": "My database connection", "databaseType": "POSTGRESQL", "host": "my-db.example.com", "port": 5432, "databaseName": "my-test-data", "username": "alice", "links": { "self": "/v1/data-connections/abc123" } } }
Your API key prefixed by 'Token '
Success
Show child attributes