Create Connection

Create a new connection to an external data source

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
CreateHTTPSBasicAuthConnectionRequestobjectRequired
OR
CreateHTTPSBearerAuthConnectionRequestobjectRequired
OR
CreateAWSConnectionRequestobjectRequired

Response

Successful Response
connection_idstringformat: "uuid"
The unique identifier for the connection
namestringformat: "^[a-z0-9][a-z0-9_]+[a-z0-9]"3-255 characters
The connection name
typeenum
The type of connection
statusenum
The current status of the connection
configobject
The connection configuration
created_dtstringformat: "date-time"
When the connection was created
updated_dtstringformat: "date-time"
When the connection was last updated
descriptionstring or null
The connection description

Errors

422
Unprocessable Entity Error