Create a connection
POST /v2/connections
Creates a connection.
At a minimum, you must provide the following required attributes in the request body:
| Attribute | Type | Description | Example |
|---|---|---|---|
name | string | The name of the connection. | "Connect to Data System" |
auth | array of objects | An array of authentication attributes to connect to the service. | "mys3cr3tstr1ingforauth1!x" |
request | array of strings | An array of request attributes to connect to the service. | "mys3cr3tstr1ingforauth1!x" |
systemType | string | The type of system you are connecting. | "DATA_SYSTEM" |
In the response, the ref key contains the connection reference.
You use the connection reference to interact with the individual connection, for example, to retrieve or update it.
If you have suggestions for improving this article, let us know!