Data Sinks
Last updated
Last updated
Data Sinks allow you to "push" engineering data into Rollup with full visual traceability in cases where Rollup does not have a "Live Integration" or the data is coming from some in-house-built system.
Navigate over to the Data Connections tab in the bottom-left of the navigation sidebar
Follow the prompts by clicking "Create new Data Source" and selecting "Data Sink"
Be sure to add tags, a name for the data source, and key value pairs for each data sink item.
We are upating this endpoint to be able to reference data sinks from the "Human-Readable" id -> see tracking ticket here: https://roadmap.rollup.ai/p/update-data-sinks-via-the-human-readable-id
GET
api.rollup.ai/v1/workspace/<WORKSPACE_ID>/data-sink/list
This endpoint returns an array of data sinks for a given workspace
Headers
Response
POST
/v1/workspace/<WORKSPACE_ID>/data-sink/<SINK_ID>/mass
Updates a data sink given an ID
Headers
Body
Response
Name | Value |
---|---|
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Content-Type
application/json
x-api-key
<API KEY>
Content-Type
application/json
x-api-key
<API KEY>
value
string
Value of the new data sink
key
string
Key of the data sink