Data Sinks
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a data sink based on it's id
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Data sink fetched successfully
Get all data sinks including their entries
An x-api-key
required for authentication
Data sinks fetched successfully
Get a data sink entry based on it's key
Data sink entry key
sum
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Data sink entry fetched successfully
Delete a data sink based on it's id
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Data sink deleted successfully
No content
Delete a data sink entry based on it's key
Data sink entry key
sum
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Data sink entry deleted successfully
No content
Get all data sinks. Entries are excluded in the response.
An x-api-key
required for authentication
Data sinks fetched successfully
Update a data sink based on it's id
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Unique identifier of the data sink (UUIDv4). Specify only when its necessary to know the id before creation.
123e4567-e89b-12d3-a456-426614174000
Description of the data sink
This is a local python instance that runs on the local machine. Calculates the sum of two numbers.
Tags associated with the data sink
python, local, sum
Icon of the data sink
No content
Update a data sink entry based on it's key
Data sink entry key
sum
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Value of the data sink entry
3
Data type of the data sink entry
scalar
Data sink entry updated successfully
Create a new data sink. Entries are optional
An x-api-key
required for authentication
Unique identifier of the data sink (UUIDv4). Specify only when its necessary to know the id before creation.
123e4567-e89b-12d3-a456-426614174000
Label of the data sink
Local python instance
Description of the data sink
This is a local python instance that runs on the local machine. Calculates the sum of two numbers.
Tags associated with the data sink
python, local, sum
Icon of the data sink
Data sink created successfully
Create a new data sink entry based on it's key
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Unique identifier of the data sink entry (UUIDv4). Specify only when its necessary to know the id before creation.
123e4567-e89b-12d3-a456-426614174000
Key of the data sink entry
sum
Value of the data sink entry
3
Data type of the data sink entry
scalar
Data sink entry created successfully