[BETA] List all DBaaS connections between services and external endpoints

GET /dbaas-external-integrations/{service-name}

[BETA] List all DBaaS connections between services and external endpoints

Path parameters

  • service-name string Required

    Service name

    Minimum length is 0, maximum length is 63.

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • Hide external-integrations attributes Show external-integrations attributes object

      Integrations with other services

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",
      "id": "string",
      "status": "string",
      "source-service-name": "string",
      "source-service-type": "string",
      "type": "prometheus"
    }
  ]
}