Create a connection between a source and a destination
Request body
Optional name of the connection
Method used for computing final namespace in destination
Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
Prefix that will be prepended to the name of each stream when it is written to the destination.
determine how the schedule data should be interpreted
Active means that data is flowing through the connection. Inactive means it is not. Deprecated means the connection is off and cannot be re-activated. the schema field describes the elements of the schema that will be synced.
Example request
{
"namespaceFormat": "${SOURCE_NAMESPACE}"
}Response
Successful operation
Method used for computing final namespace in destination
Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
Prefix that will be prepended to the name of each stream when it is written to the destination.
determine how the schedule data should be interpreted
Active means that data is flowing through the connection. Inactive means it is not. Deprecated means the connection is off and cannot be re-activated. the schema field describes the elements of the schema that will be synced.
Example response
{
"namespaceFormat": "${SOURCE_NAMESPACE}"
}