POST
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
curl --request POST \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedSources \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "source": {
    "tap": "<string>",
    "config": {},
    "symlink": {
      "entity": "<string>",
      "id": "<string>"
    }
  },
  "schedule": {
    "schedule_expression": "<string>",
    "state": "ENABLED"
  },
  "field_map": {}
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Body

application/json
source
object
required

The source & settings info you wish to link

schedule
object

The schedule expression to sync on

field_map
object

The field map to use (if not provided, will use default)

Response

200 - application/json

The response is of type object.