Get DBaaS Kafka settings

GET /dbaas-settings-kafka

Get DBaaS Kafka settings

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • settings object
      Hide settings attributes Show settings attributes object
      • kafka object

        Kafka broker configuration values

        Hide kafka attributes Show kafka attributes object
        • properties object
        • additionalProperties boolean
        • type string
        • title string
      • kafka-connect object

        Kafka Connect configuration values

        Hide kafka-connect attributes Show kafka-connect attributes object
        • properties object
        • additionalProperties boolean
        • type string
        • title string
      • kafka-rest object

        Kafka REST configuration

        Hide kafka-rest attributes Show kafka-rest attributes object
        • properties object
        • additionalProperties boolean
        • type string
        • title string
      • schema-registry object

        Schema Registry configuration

        Hide schema-registry attributes Show schema-registry attributes object
        • properties object
        • additionalProperties boolean
        • type string
        • title string
GET /dbaas-settings-kafka
curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-settings-kafka'
Response examples (200)
{
  "settings": {
    "kafka": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "kafka-connect": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "kafka-rest": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "schema-registry": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    }
  }
}