Skip to main content
POST
/
api
/
data
/
v1
/
streams
http
POST /api/data/v1/streams HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: application/json

{
  "transport": {
    "type": "CONNECTOR",
    "description": "com.domo.connector.snowflakeunloadv2",
    "version": "1"
  },
  "configuration": [
    {
      "name": "query",
      "value": "SELECT * FROM table",
      "type": "string",
      "category": "METADATA"
    }
  ],
  "account": {
    "id": 3
  },
  "updateMethod": "APPEND",
  "dataProvider": {
    "key": "snowflake-unload-v2"
  },
  "dataSource": {
    "name": "hello world",
    "description": "config works?"
  },
  "advancedScheduleJson": "{\"type\": \"MANUAL\", \"timezone\": \"UTC\"}"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Body

application/json
transport
object
required
configuration
object[]
required
account
object
required
updateMethod
enum<string>
required
Available options:
APPEND,
REPLACE
dataProvider
object
required
dataSource
object
required
advancedScheduleJson
string

Response

200

Stream created successfully