[BETA] Get a DBaaS Integration

GET /dbaas-integration/{id}

[BETA] Get a DBaaS Integration

Path parameters

  • id string(uuid) Required

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • Description of the integration

    • settings object

      Integration settings

      Additional properties are allowed.

    • type string

      Integration type

    • is-enabled boolean

      Whether the integration is enabled or not

    • source string

      Source service name

    • is-active boolean

      Whether the integration is active or not

    • status string

      Integration status

    • id string(uuid)

      Integration id

    • dest string

      Destination service name

GET /dbaas-integration/{id}
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-integration/{id}
Response examples (200)
{
  "description": "string",
  "settings": {},
  "type": "string",
  "is-enabled": true,
  "source": "string",
  "is-active": true,
  "status": "string",
  "id": "string",
  "dest": "string"
}