POST
/
buckets
Create a new Atlantic bucket.
curl --request POST \
  --url https://atlantic.api.herodotus.cloud/docs/buckets \
  --header 'Content-Type: application/json' \
  --data '{
  "externalId": null,
  "nodeWidth": null,
  "aggregatorVersion": "snos_aggregator_0.13.2",
  "aggregatorParams": null
}'
{
  "atlanticBucket": {
    "id": "<string>",
    "externalId": "<string>",
    "status": "OPEN",
    "aggregatorVersion": "snos_aggregator_0.13.2",
    "aggregatorParams": "<string>",
    "nodeWidth": -1,
    "leaves": -1,
    "projectId": "<string>",
    "createdByClient": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

apiKey
string
query
required

Body

application/json

Response

Default Response

The response is of type object.