cURL
curl --request POST \ --url https://api.sevalla.com/v2/applications/{id}/internal-connections \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "target_type": "dbResource", "target_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1" } '
{ "result": "success" }
Create a secure internal network connection between resources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
type of the resource to connect to
appResource
dbResource
envResource
"dbResource"
Internal connection created successfully
"success"
Was this page helpful?