Azure Synapse API Configuration
Request
POST https://api.fivetran.com/v1/destinations
{
"group_id": "group_id",
"service": "azure_postgres_warehouse",
"region": "GCP_US_WEST1",
"time_zone_offset": "+3",
"trust_certificates": true,
"trust_fingerprints": true,
"run_setup_tests": true,
"daylight_saving_time_enabled": true,
"hybrid_deployment_agent_id": "hybrid_deployment_agent_id",
"private_link_id": "private_link_id",
"networking_method": "Directly",
"proxy_agent_id": "proxy_agent_id",
"config": {
"tunnel_port": 0,
"database": "string",
"password": "string",
"connection_type": "Directly | PrivateLink | SshTunnel | ProxyAgent",
"port": 0,
"host": "string",
"tunnel_host": "string",
"always_encrypted": true,
"user": "string",
"tunnel_user": "string"
}
}
Config parameters
Name | Description |
---|---|
tunnel_port | |
database | |
password | |
connection_type | |
port | |
host | |
tunnel_host | |
always_encrypted | |
user | |
tunnel_user |