[BETA] Get DBaaS integration settings

GET /dbaas-integration-settings/{integration-type}/{source-type}/{dest-type}

[BETA] Get DBaaS integration settings

Path parameters

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • settings object

      The JSON schema representing the settings for the given integration type, source, and destination service types.

      Additional properties are allowed.

      Hide settings attributes Show settings attributes object
GET /dbaas-integration-settings/{integration-type}/{source-type}/{dest-type}
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-integration-settings/{integration-type}/{source-type}/{dest-type}
Response examples (200)
{
  "settings": {
    "properties": {},
    "additionalProperties": true,
    "type": "string",
    "title": "string"
  }
}