create_connection
Create a new data connection to a target data source in Cloudera Data Visualization. Verify no existing connection matches before calling.
Instructions
Create a new CDV data connection.
IMPORTANT: Do NOT call this without first calling list_connections() and confirming with the user that no existing connection points to their target data source.
body fields: name (str), type (str), connection_info (object with host, port, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |