Glean

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringhttps://{domain}-be.glean.comtruefalse
api_keystringtruefalse

Example

1{
2 "name": "glean connection",
3 "type": "glean",
4 "configuration": {
5 "api_key": "secret",
6 "domain": "customer"
7 }
8}

Bulk Sync

Destination

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
datasourcestringDatasourcefalsefalse

Example

1{
2 ...
3 "destination_configuration": {
4 "datasource": ""
5 }
6}