Configuring your connectionsConnection configurations

Ascend

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse

Example

1{
2 "name": "ascend connection",
3 "type": "ascend",
4 "configuration": {
5 "api_key": "secret"
6 }
7}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
stream_idstringObjecttruefalse

Example

1{
2 ...
3 "configuration": {
4 "stream_id": ""
5 }
6}