v1
latestOpenAPI 3.0.22026-07-174950145.6 KBManage Connectors
Create a connector
Creates a new connector.
post/connectors
Request body
Example request
{
"capabilities": {
"clusteringTypes": [
"hexbin",
"quad",
"quadbin"
],
"preserializedResponseSupport": true,
"propertySearch": true,
"relocationSupport": true,
"searchablePropertiesConfiguration": true
},
"contactEmails": [
"MY_TEAM_E-MAIL@here.com",
"DEVELOPER_E-MAIL@here.com"
],
"id": "my-custom-unique-id",
"params": {
"ecps": "myEncryptedAndVeryLongEcpsString",
"autoIndexing": true,
"propertySearch": true,
"mvtSupport": true
},
"remoteFunctions": {
"eu-west-1": {
"id": "test1",
"lambdaARN": "arn:aws:lambda:eu-west-1:<myAwsAccountId>:function:test1",
"roleARN": null,
"type": "AWSLambda"
}
}
}Response
The connector
Example response
{
"capabilities": {
"clusteringTypes": [
"hexbin",
"quad",
"quadbin"
],
"preserializedResponseSupport": true,
"propertySearch": true,
"relocationSupport": true,
"searchablePropertiesConfiguration": true
},
"contactEmails": [
"MY_TEAM_E-MAIL@here.com",
"DEVELOPER_E-MAIL@here.com"
],
"id": "my-custom-unique-id",
"params": {
"ecps": "myEncryptedAndVeryLongEcpsString",
"autoIndexing": true,
"propertySearch": true,
"mvtSupport": true
},
"remoteFunctions": {
"eu-west-1": {
"id": "test1",
"lambdaARN": "arn:aws:lambda:eu-west-1:<myAwsAccountId>:function:test1",
"roleARN": null,
"type": "AWSLambda"
}
}
}