{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector AppServicePlans API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "AppServicePlans",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Get All App Service Plans For A Subscription",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/serverfarms",
"params": [
{
"name": "detailed",
"value": "",
"type": "query",
"description": "Specify true to return all App Service plan properties. The default is false, which returns a subset of the properties.\n Retrieval of all properties may increase the API latency."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get all App Service plans for a subscription."
},
{
"info": {
"name": "Microsoft Azure Get All App Service Plans In A Resource Group",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get all App Service plans in a resource group."
},
{
"info": {
"name": "Microsoft Azure Get An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Creates Or Updates An App Service Plan",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Creates or updates an App Service Plan."
},
{
"info": {
"name": "Microsoft Azure Creates Or Updates An App Service Plan",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Creates or updates an App Service Plan."
},
{
"info": {
"name": "Microsoft Azure Delete An App Service Plan",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Delete an App Service plan."
},
{
"info": {
"name": "Microsoft Azure List All Capabilities Of An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/capabilities",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for List all capabilities of an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Retrieve A Hybrid Connection In Use In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionNamespaces/:namespaceName/relays/:relayName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "namespaceName",
"value": "",
"type": "path",
"description": "Name of the Service Bus namespace."
},
{
"name": "relayName",
"value": "",
"type": "path",
"description": "Name of the Service Bus relay."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Retrieve a Hybrid Connection in use in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Delete A Hybrid Connection In Use In An App Service Plan",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionNamespaces/:namespaceName/relays/:relayName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "namespaceName",
"value": "",
"type": "path",
"description": "Name of the Service Bus namespace."
},
{
"name": "relayName",
"value": "",
"type": "path",
"description": "Name of the Service Bus relay."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Delete a Hybrid Connection in use in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Get The Send Key Name And Value Of A Hybrid Connection",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionNamespaces/:namespaceName/relays/:relayName/listKeys",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "namespaceName",
"value": "",
"type": "path",
"description": "The name of the Service Bus namespace."
},
{
"name": "relayName",
"value": "",
"type": "path",
"description": "The name of the Service Bus relay."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get the send key name and value of a Hybrid Connection."
},
{
"info": {
"name": "Microsoft Azure Get All Apps That Use A Hybrid Connection In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionNamespaces/:namespaceName/relays/:relayName/sites",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "namespaceName",
"value": "",
"type": "path",
"description": "Name of the Hybrid Connection namespace."
},
{
"name": "relayName",
"value": "",
"type": "path",
"description": "Name of the Hybrid Connection relay."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get all apps that use a Hybrid Connection in an App Service Plan."
},
{
"info": {
"name": "Microsoft Azure Get The Maximum Number Of Hybrid Connections Allowed In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionPlanLimits/limit",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get the maximum number of Hybrid Connections allowed in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Retrieve All Hybrid Connections In Use In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/hybridConnectionRelays",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Retrieve all Hybrid Connections in use in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Restart All Apps In An App Service Plan",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/restartSites",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "softRestart",
"value": "",
"type": "query",
"description": "Specify true to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is false, which always restarts and reprovisions the apps"
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Restart all apps in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Get All Apps Associated With An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/sites",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
},
{
"name": "$skipToken",
"value": "",
"type": "query",
"description": "Skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list"
},
{
"name": "$filter",
"value": "",
"type": "query",
"description": "Supported filter: $filter=state eq running. Returns only web apps that are currently running"
},
{
"name": "$top",
"value": "",
"type": "query",
"description": "List page size. If specified, results are paged."
}
]
},
"docs": "Description for Get all apps associated with an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Gets All Selectable Skus For A Given App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/skus",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of App Service Plan"
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Gets all selectable SKUs for a given App Service Plan"
},
{
"info": {
"name": "Microsoft Azure Gets Server Farm Usage Information",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/usages",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of App Service Plan"
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
},
{
"name": "$filter",
"value": "",
"type": "query",
"description": "Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2')."
}
]
},
"docs": "Description for Gets server farm usage information"
},
{
"info": {
"name": "Microsoft Azure Get All Virtual Networks Associated With An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get all Virtual Networks associated with an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Get A Virtual Network Associated With An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get a Virtual Network associated with an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Get A Virtual Network Gateway",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/gateways/:gatewayName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "gatewayName",
"value": "",
"type": "path",
"description": "Name of the gateway. Only the 'primary' gateway is supported."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get a Virtual Network gateway."
},
{
"info": {
"name": "Microsoft Azure Update A Virtual Network Gateway",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/gateways/:gatewayName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "gatewayName",
"value": "",
"type": "path",
"description": "Name of the gateway. Only the 'primary' gateway is supported."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Update a Virtual Network gateway."
},
{
"info": {
"name": "Microsoft Azure Get All Routes That Are Associated With A Virtual Network In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/routes",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get all routes that are associated with a Virtual Network in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Get A Virtual Network Route In An App Service Plan",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/routes/:routeName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "routeName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network route."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Get a Virtual Network route in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Create Or Update A Virtual Network Route In An App Service Plan",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/routes/:routeName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "routeName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network route."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Create or update a Virtual Network route in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Create Or Update A Virtual Network Route In An App Service Plan",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/routes/:routeName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "routeName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network route."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Create or update a Virtual Network route in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Delete A Virtual Network Route In An App Service Plan",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/virtualNetworkConnections/:vnetName/routes/:routeName",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "vnetName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network."
},
{
"name": "routeName",
"value": "",
"type": "path",
"description": "Name of the Virtual Network route."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Delete a Virtual Network route in an App Service plan."
},
{
"info": {
"name": "Microsoft Azure Reboot A Worker Machine In An App Service Plan",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/serverfarms/:name/workers/:workerName/reboot",
"params": [
{
"name": "resourceGroupName",
"value": "",
"type": "path",
"description": "Name of the resource group to which the resource belongs."
},
{
"name": "name",
"value": "",
"type": "path",
"description": "Name of the App Service plan."
},
{
"name": "workerName",
"value": "",
"type": "path",
"description": "Name of worker machine, which typically starts with RD."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "API Version"
}
]
},
"docs": "Description for Reboot a worker machine in an App Service plan."
}
]
}
],
"bundled": true
}