GET
    /dbaas-external-endpoint-rsyslog/{endpoint-id}
  
  curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-external-endpoint-rsyslog/{endpoint-id}'
    
        Response examples (200)
  
  {
  "name": "string",
  "type": "prometheus",
  "id": "string",
  "settings": {
    "server": "string",
    "port": 42,
    "tls": true,
    "format": "custom",
    "logline": "string",
    "sd": "string",
    "max-message-size": 42
  }
}