[BETA] Create RSyslog external integration endpoint
[BETA] Create RSyslog external integration endpoint
POST /dbaas-external-endpoint-rsyslog/{name}
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/dbaas-external-endpoint-rsyslog/{name} \
-H "Content-Type: application/json" \
-d '{"settings":{"format":"custom","key":"string","logline":"string","server":"string","ca":"string","cert":"string","tls":true,"port":42,"sd":"string","max-message-size":42}}'
Request examples
{
"settings": {
"format": "custom",
"key": "string",
"logline": "string",
"server": "string",
"ca": "string",
"cert": "string",
"tls": true,
"port": 42,
"sd": "string",
"max-message-size": 42
}
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}