Description | : Gets a list of managed APIs. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis
{
location:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
name:
string
,
generalInformation:
{
,
properties:
}
{
,
iconUrl:
string
,
displayName:
string
,
description:
string
,
termsOfUseUrl:
string
,
connectionDisplayName:
string
,
connectionPortalUrl:
object
,
}
path:
string
,
runtimeUrls:
[
,
string
,
]
protocols:
[
,
string
,
]
policies:
{
,
properties:
}
{
,
content:
string
,
}
backendService:
{
,
properties:
}
{
,
serviceUrl:
string
,
hostingEnvironmentServiceUrls:
}
[
]
,
{
,
hostingEnvironmentId:
string
,
hostId:
string
,
serviceUrl:
string
,
useInternalRouting:
boolean
,
}
apiDefinitionUrl:
string
,
metadata:
object
,
capabilities:
[
,
string
,
]
connectionParameters:
object
,
createdTime:
string
,
changedTime:
string
,
}
nextLink:
string
,
}