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