GuidesAPI Reference
API Reference

Send a list of partitions to a stream layer

Upload partitions to the given layer. For better performance batch your partitions (e.g. 1000 per request), rather than uploading them individually.

Path Params
string
required

The ID of the layer where you want the data ingested.

Query Params
string

Optional billing tag provided by customer. It will be used in grouping of billing records.

Body Params

Publication partitions. Data and DataHandle fields cannot be populated at the same time. See Partition object for more details on body fields

partitions
array of objects

Array of partitions.

partitions
Headers
string

A unique message ID, such as a UUID. This can be included in the request if you want to use an ID that you define. If you do not include an ID, one will be generated during ingestion and included in the response. You can use this ID to track your request and identify the message in the catalog. X-HERE-TraceId is passed as dsTraceId kafka record header.

Responses

401

Unauthorized

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json