curl --request POST \
--url https://cloud.bytebeam.io/api/v1/streams/computed_streams \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"stream": {
"streamName": "<string>",
"fields": {}
},
"computation": {
"src_stream_name": "<string>",
"code": "<string>",
"lang": "<string>"
}
}
'This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/api/v1/streams/computed_streams \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"stream": {
"streamName": "<string>",
"fields": {}
},
"computation": {
"src_stream_name": "<string>",
"code": "<string>",
"lang": "<string>"
}
}
'This response has no body data.API key required to authenticate requests.
Tenant(Project) name required to identify the project.