Validate buffer configuration
Tests connection and permissions for a buffer configuration.
Query Parameters
connector_id?string|null
When set, fills missing secret fields from the stored connector before running validation. Used in edit mode where the frontend never has the original secret values.
Request Body
application/json
Buffer configuration to validate
buffer*
Buffer storage backend
Response Body
application/json
curl -X POST "https://loading/api/v1/validate/buffer" \ -H "Content-Type: application/json" \ -d '{ "buffer": { "object_store": { "url": "http://example.com" } } }'[
{
"start": {}
}
]Empty