Validate fluentbit config
Body
rawConfigstringRequiredExample:
pipeline: inputs: - name: dummy outputs: - name: stdout match: "*"
configFormatstring · enumOptionalDefault:
classic
Example: yaml
Possible values: Responses
204
No Content
post
POST /v2/validate_fluentbit_config HTTP/1.1
Host: cloud-api.calyptia.com
Content-Type: application/json
Accept: */*
Content-Length: 129
{
"rawConfig": "pipeline:\n inputs:\n - name: dummy\n outputs:\n - name: stdout\n match: \"*\"",
"configFormat": "yaml"
}
204
No Content
No content