Last updated 2 months ago
Run a statement
/run-statement
curl -L \ --request POST \ --url 'https://api.deltastream.io/run-statement' \ --header 'Content-Type: multipart/form-data' \ --form 'orgID=text' \ --form 'databaseName=text' \ --form 'schemaName=text' \ --form 'storeName=text' \ --form 'statement=text' \ --form 'attachment=text'
[ { "id": "text", "secret": "text", "data": [ {} ], "action": "unknown", "target": "organization" } ]
Copy a resource
/copy/{resource_type}//{org_id}//{resource_name}
function_source
descriptor_source
curl -L \ --url 'https://api.deltastream.io/copy/{resource_type}/{org_id}/{resource_name}'
text
Returns the server version
/version
curl -L \ --url 'https://api.deltastream.io/version'
{ "major": 1, "minor": 1, "patch": 1 }