Description | : Lists a collection of backends in the specified service instance. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Backend_ListByService", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "url", "Description": { "new": "Runtime Url of the Backend. Required when backend type is 'Single'.", "old": "Runtime Url of the Backend." }, "Required": { "new": false, "old": true } }, { "#name": "protocol", "Description": { "new": "Backend communication protocol. Required when backend type is 'Single'.", "old": "Backend communication protocol." }, "Required": { "new": false, "old": true } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends
{
resourceGroupName:
string
,
serviceName:
string
,
$filter:
string
,
$top:
integer
,
$skip:
integer
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
url:
string
,
protocol:
enum
,
}
count:
integer
,
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}