[BETA] List all DBaaS connections between services and external endpoints
[BETA] List all DBaaS connections between services and external endpoints
Path parameters
-
Service name
Minimum length is
0
, maximum length is63
.
GET /dbaas-external-integrations/{service-name}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-external-integrations/{service-name}
Response examples (200)
{
"external-integrations": [
{
"description": "string",
"dest-endpoint-name": "string",
"dest-endpoint-id": "string",
"integration-id": "string",
"status": "string",
"source-service-name": "string",
"source-service-type": "string",
"type": "prometheus"
}
]
}