Validate buffer configuration

Tests connection and permissions for a buffer configuration.

POST
/api/v1/validate/buffer

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": "string"      }    }  }'
[
  {
    "start": {}
  }
]
Empty