Create a new connection in a workspace
cURL
curl --request POST \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/connections \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "credential": "<string>", "description": "<string>", "id": "<string>", "name": "<string>", "properties": {}, "scheme": "" } '
{ "credential": "<string>", "description": "<string>", "id": "<string>", "name": "<string>", "properties": {}, "scheme": "" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
Connection object
Show child attributes
aws
azr
gcp
file
k8s
ddog
github
p8s
jenkins
grafana
splunk
shell
python
markdown
rest
Created
Was this page helpful?