Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
api_key | string | true | false |
Example
1 { 2 "name": "harmonic connection", 3 "type": "harmonic", 4 "configuration": { 5 "api_key": "secret" 6 } 7 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
source | string | Source Accepted Values: companyGql, personGql, watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGql | true | false |
stream_id | string | Saved search | false | false |
entity | string | Object | false | false |
Example
1 { 2 ... 3 "configuration": { 4 "entity": "person", 5 "source": "savedSearchPeopleGql", 6 "stream_id": "urn:harmonic:saved_search:53635" 7 } 8 }
Enrichment
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object Accepted Values: companyGql, personGql, watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGql | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "" 5 } 6 }