ConnectionΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| id string (GUID) |
The id of the connection | ||
| name string |
The name of the connection | ||
| originalName string |
The original name of the connection | ||
| serverTypeId string (GUID) |
The id of the server type | ||
| databaseServer string |
The database address | ||
| serverTypeName string |
The type of the server | ||
| connectionString string |
The connection string | ||
| visible boolean |
Whether this is visible in Data Model | ||
| deleted boolean |
Whether this is deleted | ||
| relateToConnectionId string (GUID) |
Y | The id of the related connection | |
| tenantId string (GUID) |
Y | The id of the tenant if available | |
| dBSource object |
A DBSource object | ||
| relationships array of objects |
An array of Relationship objects | ||
| physicalChange integer |
The change status | ||
| checked boolean |
Is selected for copy in Copy Management | ||
| databaseName string |
The name of the database |
Sample:
{
"id" : "89e91284-6546-44d0-8de0-f8f666a590ea",
"name" : "Northwind",
"serverType" : "d968e96f-91dc-414d-9fd8-aef2926c9a18",
"serverTypeName" : "AZSQL",
"connectionString" : "1aBcD+==",
"visible" : true,
"deleted" : false,
"relateToConnectionId" : null,
"tenantId" : null,
"dBSource" : null,
"relationships" : null,
"physicalChange" : 0
}