Data Sinks
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a data sink based on it's id
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Get a data sink entry based on it's key
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}//{key}
Data sink entry key
sum
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
Update a data sink based on it's id
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}
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 body
Delete a data sink based on it's id
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
No body
Update a data sink entry based on it's key
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}//{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
Delete a data sink entry based on it's key
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}//{key}
Data sink entry key
sum
Data sink id
123e4567-e89b-12d3-a456-426614174000
An x-api-key
required for authentication
No body
Get all data sinks. Entries are excluded in the response.
/v1/workspace/{workspaceId}/data-sink/list
An x-api-key
required for authentication
Create a new data sink. Entries are optional
/v1/workspace/{workspaceId}/data-sink
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
Create a new data sink entry based on it's key
/v1/workspace/{workspaceId}/data-sink/{dataSinkId}
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