latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Internal Connections

Create an internal connection

post/applications/{id}/internal-connections

Path parameters

idstring uuid required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1

Request body

target_type'appResource' | 'dbResource' | 'envResource' required

type of the resource to connect to

target_idstring uuid required

Example request

{
  "target_type": "dbResource",
  "target_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}

Response

Internal connection created successfully

resultstring required

Example response

{
  "result": "success"
}