[BETA] Get a DBaaS external integration

GET /dbaas-external-integration/{id}

[BETA] Get a DBaaS external integration

Path parameters

  • id string(uuid) Required

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object

    Integrations with other services

GET /dbaas-external-integration/{id}
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-external-integration/{id}
Response examples (200)
{
  "description": "string",
  "dest-endpoint-name": "string",
  "dest-endpoint-id": "string",
  "id": "string",
  "status": "string",
  "source-service-name": "string",
  "source-service-type": "string",
  "type": "prometheus"
}