[BETA] List available external endpoint types and their schemas for DBaaS external integrations
[BETA] List available external endpoint types and their schemas for DBaaS external integrations
GET /dbaas-external-endpoint-types
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-external-endpoint-types
Response examples (200)
{
"endpoint-types": [
{
"type": "prometheus",
"service-types": [
"string"
],
"title": "string"
}
]
}