{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent config_validator_v2 API", "version": "1.0" }, "items": [ { "info": { "name": "config_validator_v2", "type": "folder" }, "items": [ { "info": { "name": "Validate configuration on the v2 endpoint of the service", "type": "http" }, "http": { "method": "POST", "url": "https://cloud-api.calyptia.com/v1/config_validate_v2", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Validates that an already parsed fluentbit config is semantically valid under the V2 error specification\nTo parse the raw agent config take a look at https://github.com/calyptia/fluent-bit-config-parser." } ] } ], "bundled": true }