Description | : List all connections in the project, without populating connection credentials |
Reference | : Link ¶ |
⚼ Request
GET:
/connections
{
api-version:
string
,
connectionType:
string
,
defaultConnection:
boolean
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
name:
string
,
id:
string
,
type:
enum
,
target:
string
,
isDefault:
boolean
,
credentials:
{
,
type:
enum
,
}
metadata:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}