{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WebApps API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WebApps", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All Apps For A Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/sites", "params": [ { "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 for a subscription." }, { "info": { "name": "Microsoft Azure Gets All Web, Mobile, And Api Apps In The Specified Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "includeSlots", "value": "", "type": "query", "description": "Specify true to include deployment slots in results. The default is false, which only gives you the production slot of all 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 Gets all web, mobile, and API apps in the specified resource group." }, { "info": { "name": "Microsoft Azure Gets The Details Of A Web, Mobile, Or Api App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "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 the details of a web, mobile, or API app." }, { "info": { "name": "Microsoft Azure Creates A New Web, Mobile, Or Api App In An Existing Resource Group, Or Updates An Existing App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter." }, { "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 a new web, mobile, or API app in an existing resource group, or updates an existing app." }, { "info": { "name": "Microsoft Azure Creates A New Web, Mobile, Or Api App In An Existing Resource Group, Or Updates An Existing App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter." }, { "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 a new web, mobile, or API app in an existing resource group, or updates an existing app." }, { "info": { "name": "Microsoft Azure Deletes A Web, Mobile, Or Api App, Or One Of The Deployment Slots", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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 to delete." }, { "name": "deleteMetrics", "value": "", "type": "query", "description": "If true, web app metrics are also deleted." }, { "name": "deleteEmptyServerFarm", "value": "", "type": "query", "description": "Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted." }, { "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 Deletes a web, mobile, or API app, or one of the deployment slots." }, { "info": { "name": "Microsoft Azure Analyze A Custom Hostname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/analyzeCustomHostname", "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 web app." }, { "name": "hostName", "value": "", "type": "query", "description": "Custom hostname." }, { "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 Analyze a custom hostname." }, { "info": { "name": "Microsoft Azure Applies The Configuration Settings From The Target Slot Onto The Current Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/applySlotConfig", "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." }, { "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 Applies the configuration settings from the target slot onto the current slot." }, { "info": { "name": "Microsoft Azure Creates A Backup Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backup", "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." }, { "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 a backup of an app." }, { "info": { "name": "Microsoft Azure Gets Existing Backups Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backups", "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." }, { "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 existing backups of an app." }, { "info": { "name": "Microsoft Azure Gets A Backup Of An App By Its Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backups/:backupId", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "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 a backup of an app by its ID." }, { "info": { "name": "Microsoft Azure Deletes A Backup Of An App By Its Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backups/:backupId", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "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 Deletes a backup of an app by its ID." }, { "info": { "name": "Microsoft Azure Gets Status Of A Web App Backup That May Be In Progress, Including Secrets Associated With The Backup, Such As The Azure Storage Sas Url Also Can Be Used To Update The Sas Url For The Backup If A New Url Is Passed In The Request Body", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backups/:backupId/list", "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 web app." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of backup." }, { "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 status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body." }, { "info": { "name": "Microsoft Azure Restores A Specific Backup To Another App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/backups/:backupId/restore", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "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 Restores a specific backup to another app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Returns Whether Scm Basic Auth Is Allowed And Whether Ftp Is Allowed For A Given Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/basicPublishingCredentialsPolicies", "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." }, { "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 Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site." }, { "info": { "name": "Microsoft Azure Returns Whether Ftp Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/basicPublishingCredentialsPolicies/ftp", "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." }, { "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 Returns whether FTP is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Updates Whether Ftp Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/basicPublishingCredentialsPolicies/ftp", "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." }, { "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 Updates whether FTP is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Returns Whether Scm Basic Auth Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/basicPublishingCredentialsPolicies/scm", "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." }, { "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 Returns whether Scm basic auth is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Updates Whether User Publishing Credentials Are Allowed On The Site Or Not", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/basicPublishingCredentialsPolicies/scm", "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." }, { "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 Updates whether user publishing credentials are allowed on the site or not." }, { "info": { "name": "Microsoft Azure List The Configurations Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config", "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." }, { "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 the configurations of an app" }, { "info": { "name": "Microsoft Azure Replaces The Application Settings Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/appsettings", "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." }, { "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 Replaces the application settings of an app." }, { "info": { "name": "Microsoft Azure Gets The Application Settings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/appsettings/list", "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." }, { "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 the application settings of an app." }, { "info": { "name": "Microsoft Azure Updates The Authentication Authorization Settings Associated With Web App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/authsettings", "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 web app." }, { "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 Updates the Authentication / Authorization settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Authentication Authorization Settings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/authsettings/list", "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." }, { "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 the Authentication/Authorization settings of an app." }, { "info": { "name": "Microsoft Azure Gets Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/authsettingsV2", "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." }, { "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 site's Authentication / Authorization settings for apps via the V2 format" }, { "info": { "name": "Microsoft Azure Updates Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/authsettingsV2", "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 web app." }, { "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 Updates site's Authentication / Authorization settings for apps via the V2 format" }, { "info": { "name": "Microsoft Azure Gets Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/authsettingsV2/list", "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." }, { "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 site's Authentication / Authorization settings for apps via the V2 format" }, { "info": { "name": "Microsoft Azure Updates The Azure Storage Account Configurations Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/azurestorageaccounts", "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." }, { "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 Updates the Azure storage account configurations of an app." }, { "info": { "name": "Microsoft Azure Gets The Azure Storage Account Configurations Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/azurestorageaccounts/list", "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." }, { "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 the Azure storage account configurations of an app." }, { "info": { "name": "Microsoft Azure Updates The Backup Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/backup", "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." }, { "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 Updates the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Deletes The Backup Configuration Of An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/backup", "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." }, { "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 Deletes the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Gets The Backup Configuration Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/backup/list", "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." }, { "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 the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Gets The Config Reference App Settings And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/configreferences/appsettings", "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." }, { "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 the config reference app settings and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/configreferences/appsettings/:appSettingKey", "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." }, { "name": "appSettingKey", "value": "", "type": "path", "description": "App Setting key name." }, { "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 the config reference and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference App Settings And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/configreferences/connectionstrings", "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." }, { "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 the config reference app settings and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/configreferences/connectionstrings/:connectionStringKey", "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." }, { "name": "connectionStringKey", "value": "", "type": "path" }, { "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 the config reference and status of an app" }, { "info": { "name": "Microsoft Azure Replaces The Connection Strings Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/connectionstrings", "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." }, { "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 Replaces the connection strings of an app." }, { "info": { "name": "Microsoft Azure Gets The Connection Strings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/connectionstrings/list", "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." }, { "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 the connection strings of an app." }, { "info": { "name": "Microsoft Azure Gets The Logging Configuration Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/logs", "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." }, { "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 the logging configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Logging Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/logs", "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." }, { "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 Updates the logging configuration of an app." }, { "info": { "name": "Microsoft Azure Replaces The Metadata Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/metadata", "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." }, { "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 Replaces the metadata of an app." }, { "info": { "name": "Microsoft Azure Gets The Metadata Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/metadata/list", "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." }, { "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 the metadata of an app." }, { "info": { "name": "Microsoft Azure Gets The Git Ftp Publishing Credentials Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/publishingcredentials/list", "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." }, { "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 the Git/FTP publishing credentials of an app." }, { "info": { "name": "Microsoft Azure Updates The Push Settings Associated With Web App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/pushsettings", "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 web app." }, { "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 Updates the Push settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Push Settings Associated With Web App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/pushsettings/list", "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 web app." }, { "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 the Push settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Names Of App Settings And Connection Strings That Stick To The Slot Not Swapped", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/slotConfigNames", "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." }, { "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 the names of app settings and connection strings that stick to the slot (not swapped)." }, { "info": { "name": "Microsoft Azure Updates The Names Of Application Settings And Connection String That Remain With The Slot During Swap Operation", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/slotConfigNames", "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." }, { "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 Updates the names of application settings and connection string that remain with the slot during swap operation." }, { "info": { "name": "Microsoft Azure Gets The Configuration Of An App, Such As Platform Version And Bitness, Default Documents, Virtual Applications, Always On, Etc", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web", "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." }, { "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 the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc." }, { "info": { "name": "Microsoft Azure Updates The Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web", "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." }, { "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 Updates the configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Configuration Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web", "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." }, { "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 Updates the configuration of an app." }, { "info": { "name": "Microsoft Azure Gets A List Of Web App Configuration Snapshots Identifiers Each Element Of The List Contains A Timestamp And The Id Of The Snapshot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web/snapshots", "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." }, { "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 a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot." }, { "info": { "name": "Microsoft Azure Gets A Snapshot Of The Configuration Of An App At A Previous Point In Time", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web/snapshots/:snapshotId", "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." }, { "name": "snapshotId", "value": "", "type": "path", "description": "The ID of the snapshot to read." }, { "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 a snapshot of the configuration of an app at a previous point in time." }, { "info": { "name": "Microsoft Azure Reverts The Configuration Of An App To A Previous Snapshot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/config/web/snapshots/:snapshotId/recover", "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." }, { "name": "snapshotId", "value": "", "type": "path", "description": "The ID of the snapshot to read." }, { "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 Reverts the configuration of an app to a previous snapshot." }, { "info": { "name": "Microsoft Azure Gets The Last Lines Of Docker Logs For The Given Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/containerlogs", "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 web app." }, { "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 the last lines of docker logs for the given site" }, { "info": { "name": "Microsoft Azure Gets The Zip Archived Docker Log Files For The Given Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/containerlogs/zip/download", "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 web app." }, { "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 the ZIP archived docker log files for the given site" }, { "info": { "name": "Microsoft Azure List Continuous Web Jobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/continuouswebjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 continuous web jobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Continuous Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/continuouswebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 a continuous web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Continuous Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/continuouswebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 continuous web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Start A Continuous Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/continuouswebjobs/:webJobName/start", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 Start a continuous web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Stop A Continuous Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/continuouswebjobs/:webJobName/stop", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 Stop a continuous web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List Deployment Statuses For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deploymentStatus", "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." }, { "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": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Deployment Status For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deploymentStatus/:deploymentStatusId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "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." }, { "name": "deploymentStatusId", "value": "", "type": "path", "description": "GUID of the deployment operation." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Deployments For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployments", "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." }, { "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 deployments for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get A Deployment By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "Deployment ID." }, { "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 deployment by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Create A Deployment For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "ID of an existing deployment." }, { "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 a deployment for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Deployment By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "Deployment ID." }, { "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 deployment by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List Deployment Log For Specific Deployment For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployments/:id/log", "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." }, { "name": "id", "value": "", "type": "path", "description": "The ID of a specific deployment. This is the value of the name property in the JSON response from \"GET /api/sites/{siteName}/deployments\"." }, { "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 deployment log for specific deployment for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Discovers An Existing App Backup That Can Be Restored From A Blob In Azure Storage Use This To Get Information About The Databases Stored In A Backup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/discoverbackup", "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." }, { "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 Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup." }, { "info": { "name": "Microsoft Azure Lists Ownership Identifiers For Domain Associated With Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/domainOwnershipIdentifiers", "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." }, { "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 Lists ownership identifiers for domain associated with web app." }, { "info": { "name": "Microsoft Azure Get Domain Ownership Identifier For Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "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 domain ownership identifier for web app." }, { "info": { "name": "Microsoft Azure Creates A Domain Ownership Identifier For Web App, Or Updates An Existing Ownership Identifier", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "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 a domain ownership identifier for web app, or updates an existing ownership identifier." }, { "info": { "name": "Microsoft Azure Creates A Domain Ownership Identifier For Web App, Or Updates An Existing Ownership Identifier", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "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 a domain ownership identifier for web app, or updates an existing ownership identifier." }, { "info": { "name": "Microsoft Azure Deletes A Domain Ownership Identifier For A Web App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "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 Deletes a domain ownership identifier for a web app." }, { "info": { "name": "Microsoft Azure Get The Status Of The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/extensions/MSDeploy", "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 web app." }, { "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 status of the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Invoke The Msdeploy Web App Extension", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/extensions/MSDeploy", "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 web app." }, { "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 Invoke the MSDeploy web app extension." }, { "info": { "name": "Microsoft Azure Get The Msdeploy Log For The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/extensions/MSDeploy/log", "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 web app." }, { "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 MSDeploy Log for the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Invoke Onedeploy Status Api Api Deployments And Gets The Deployment Status For The Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/extensions/onedeploy", "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 web app." }, { "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 Invoke onedeploy status API /api/deployments and gets the deployment status for the site" }, { "info": { "name": "Microsoft Azure Invoke The Onedeploy Publish Web App Extension", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/extensions/onedeploy", "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 web app." }, { "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 Invoke the OneDeploy publish web app extension." }, { "info": { "name": "Microsoft Azure List The Functions For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 the functions for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Fetch A Short Lived Token That Can Be Exchanged For A Master Key", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/admin/token", "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 web app." }, { "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 Fetch a short lived token that can be exchanged for a master key." }, { "info": { "name": "Microsoft Azure Get Function Information By Its Id For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "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 function information by its ID for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Create Function For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "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 function for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Function For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "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 function for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Add Or Update A Function Secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName/keys/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "The name of the function." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "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 Add or update a function secret." }, { "info": { "name": "Microsoft Azure Delete A Function Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName/keys/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "The name of the function." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "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 function secret." }, { "info": { "name": "Microsoft Azure Get Function Keys For A Function In A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName/listkeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "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 function keys for a function in a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Function Secrets For A Function In A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/functions/:functionName/listsecrets", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "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 function secrets for a function in a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Host Secrets For A Function App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/host/default/listkeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 host secrets for a function app." }, { "info": { "name": "Microsoft Azure This Is To Allow Calling Via Powershell And Arm Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/host/default/listsyncstatus", "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." }, { "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 This is to allow calling via powershell and ARM template." }, { "info": { "name": "Microsoft Azure Syncs Function Trigger Metadata To The Management Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/host/default/sync", "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." }, { "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 Syncs function trigger metadata to the management database" }, { "info": { "name": "Microsoft Azure Add Or Update A Host Level Secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/host/default/:keyType/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "keyType", "value": "", "type": "path", "description": "The type of host key." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "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 Add or update a host level secret." }, { "info": { "name": "Microsoft Azure Delete A Host Level Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/host/default/:keyType/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "keyType", "value": "", "type": "path", "description": "The type of host key." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "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 host level secret." }, { "info": { "name": "Microsoft Azure Get Hostname Bindings For An App Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostNameBindings", "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." }, { "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 hostname bindings for an app or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Named Hostname Binding For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostNameBindings/:hostName", "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." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "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 named hostname binding for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Creates A Hostname Binding For An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostNameBindings/:hostName", "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." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "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 a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Deletes A Hostname Binding For An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostNameBindings/:hostName", "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." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "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 Deletes a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Retrieves A Specific Service Bus Hybrid Connection Used By This Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "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 Retrieves a specific Service Bus Hybrid Connection used by this Web App." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Using A Service Bus Relay", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "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 a new Hybrid Connection using a Service Bus relay." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Using A Service Bus Relay", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "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 a new Hybrid Connection using a Service Bus relay." }, { "info": { "name": "Microsoft Azure Removes A Hybrid Connection From This Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "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 Removes a Hybrid Connection from this site." }, { "info": { "name": "Microsoft Azure Retrieves All Service Bus Hybrid Connections Used By This Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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": "The name of the web app." }, { "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 Retrieves all Service Bus Hybrid Connections used by this Web App." }, { "info": { "name": "Microsoft Azure Gets Hybrid Connections Configured For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hybridconnection", "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." }, { "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 hybrid connections configured for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Hybrid Connection Configuration By Its Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection." }, { "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 a hybrid connection configuration by its name." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Configuration Put , Or Updates An Existing One Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "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 a new hybrid connection configuration (PUT), or updates an existing one (PATCH)." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Configuration Put , Or Updates An Existing One Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "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 a new hybrid connection configuration (PUT), or updates an existing one (PATCH)." }, { "info": { "name": "Microsoft Azure Deletes A Relay Service Connection By Its Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "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 Deletes a relay service connection by its name." }, { "info": { "name": "Microsoft Azure Gets All Scale Out Instances Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances", "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." }, { "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 scale-out instances of an app." }, { "info": { "name": "Microsoft Azure Gets All Scale Out Instances Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId", "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." }, { "name": "instanceId", "value": "", "type": "path" }, { "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 scale-out instances of an app." }, { "info": { "name": "Microsoft Azure Get The Status Of The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/extensions/MSDeploy", "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 web app." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 status of the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Invoke The Msdeploy Web App Extension", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/extensions/MSDeploy", "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 web app." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 Invoke the MSDeploy web app extension." }, { "info": { "name": "Microsoft Azure Get The Msdeploy Log For The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/extensions/MSDeploy/log", "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 web app." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 MSDeploy Log for the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Get List Of Processes For A Web Site, Or A Deployment Slot, Or For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Terminate A Process By Its Id For A Web Site, Or A Deployment Slot, Or Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get A Memory Dump Of A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId/dump", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 memory dump of a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List Module Information For A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId/modules", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 module information for a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId/modules/:baseAddress", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "baseAddress", "value": "", "type": "path", "description": "Module base address." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List The Threads In A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/instances/:instanceId/processes/:processId/threads", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 the threads in a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Shows Whether An App Can Be Cloned To Another Resource Group Or Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/iscloneable", "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." }, { "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 Shows whether an app can be cloned to another resource group or subscription." }, { "info": { "name": "Microsoft Azure Gets Existing Backups Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/listbackups", "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." }, { "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 existing backups of an app." }, { "info": { "name": "Microsoft Azure This Is To Allow Calling Via Powershell And Arm Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/listsyncfunctiontriggerstatus", "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." }, { "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 This is to allow calling via powershell and ARM template." }, { "info": { "name": "Microsoft Azure Restores A Web App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/migrate", "params": [ { "name": "subscriptionName", "value": "", "type": "query", "description": "Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Name of web app." }, { "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 Restores a web app." }, { "info": { "name": "Microsoft Azure Migrates A Local In App Mysql Database To A Remote Mysql Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/migratemysql", "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 web app." }, { "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 Migrates a local (in-app) MySql database to a remote MySql database." }, { "info": { "name": "Microsoft Azure Returns The Status Of Mysql In App Migration, If One Is Active, And Whether Or Not Mysql In App Is Enabled", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/migratemysql/status", "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 web app." }, { "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 Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled" }, { "info": { "name": "Microsoft Azure Gets A Swift Virtual Network Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkConfig/virtualNetwork", "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." }, { "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 a Swift Virtual Network connection." }, { "info": { "name": "Microsoft Azure Integrates This Web App With A Virtual Network This Requires That 1 \"swiftsupported\" Is True When Doing A Get Against This Resource, And 2 That The Target Subnet Has Already Been Delegated, And Is Not\r\nin Use By Another App Service Plan Other Than The One This App Is In", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkConfig/virtualNetwork", "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." }, { "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 Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not
in use by another App Service Plan other than the one this App is in." }, { "info": { "name": "Microsoft Azure Integrates This Web App With A Virtual Network This Requires That 1 \"swiftsupported\" Is True When Doing A Get Against This Resource, And 2 That The Target Subnet Has Already Been Delegated, And Is Not\r\nin Use By Another App Service Plan Other Than The One This App Is In", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkConfig/virtualNetwork", "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." }, { "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 Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not
in use by another App Service Plan other than the one this App is in." }, { "info": { "name": "Microsoft Azure Deletes A Swift Virtual Network Connection From An App Or Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkConfig/virtualNetwork", "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." }, { "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 Deletes a Swift Virtual Network connection from an app (or deployment slot)." }, { "info": { "name": "Microsoft Azure Gets All Network Features Used By The App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkFeatures/:view", "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." }, { "name": "view", "value": "", "type": "path", "description": "The type of view. Only \"summary\" is supported at this time." }, { "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 network features used by the app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTrace/operationresults/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site To Be Deprecated", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTrace/start", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site (To be deprecated)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTrace/startOperation", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Stop Ongoing Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTrace/stop", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "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 Stop ongoing capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTrace/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTraces/current/operationresults/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/networkTraces/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Generates A New Publishing Password For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/newpassword", "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." }, { "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 Generates a new publishing password for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets Perfmon Counters For Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/perfcounters", "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 web app." }, { "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=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'." } ] }, "docs": "Description for Gets perfmon counters for web app." }, { "info": { "name": "Microsoft Azure Gets Web App S Event Logs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/phplogging", "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 web app." }, { "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 web app's event logs." }, { "info": { "name": "Microsoft Azure Gets The Premier Add Ons Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/premieraddons", "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." }, { "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 the premier add-ons of an app." }, { "info": { "name": "Microsoft Azure Gets A Named Add On Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "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 a named add-on of an app." }, { "info": { "name": "Microsoft Azure Updates A Named Add On Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "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 Updates a named add-on of an app." }, { "info": { "name": "Microsoft Azure Updates A Named Add On Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "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 Updates a named add-on of an app." }, { "info": { "name": "Microsoft Azure Delete A Premier Add On From An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "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 premier add-on from an app." }, { "info": { "name": "Microsoft Azure Gets Data Around Private Site Access Enablement And Authorized Virtual Networks That Can Access The Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateAccess/virtualNetworks", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "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 data around private site access enablement and authorized Virtual Networks that can access the site." }, { "info": { "name": "Microsoft Azure Sets Data Around Private Site Access Enablement And Authorized Virtual Networks That Can Access The Site", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateAccess/virtualNetworks", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "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 Sets data around private site access enablement and authorized Virtual Networks that can access the site." }, { "info": { "name": "Microsoft Azure Gets The List Of Private Endpoint Connections Associated With A Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateEndpointConnections", "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 site." }, { "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 the list of private endpoint connections associated with a site" }, { "info": { "name": "Microsoft Azure Gets A Private Endpoint Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path", "description": "Name of the private endpoint connection." }, { "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 a private endpoint connection" }, { "info": { "name": "Microsoft Azure Approves Or Rejects A Private Endpoint Connection", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" }, { "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 Approves or rejects a private endpoint connection" }, { "info": { "name": "Microsoft Azure Deletes A Private Endpoint Connection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" }, { "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 Deletes a private endpoint connection" }, { "info": { "name": "Microsoft Azure Gets The Private Link Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/privateLinkResources", "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 site." }, { "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 the private link resources" }, { "info": { "name": "Microsoft Azure Get List Of Processes For A Web Site, Or A Deployment Slot, Or For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Terminate A Process By Its Id For A Web Site, Or A Deployment Slot, Or Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "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 Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get A Memory Dump Of A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId/dump", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "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 memory dump of a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List Module Information For A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId/modules", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "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 module information for a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId/modules/:baseAddress", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "baseAddress", "value": "", "type": "path", "description": "Module base address." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List The Threads In A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/processes/:processId/threads", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "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 the threads in a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Public Certificates For An App Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/publicCertificates", "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." }, { "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 public certificates for an app or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Named Public Certificate For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/publicCertificates/:publicCertificateName", "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." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "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 named public certificate for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Creates A Hostname Binding For An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/publicCertificates/:publicCertificateName", "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." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "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 a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Deletes A Hostname Binding For An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/publicCertificates/:publicCertificateName", "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." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "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 Deletes a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Gets The Publishing Profile For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/publishxml", "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." }, { "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 the publishing profile for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Resets The Configuration Settings Of The Current Slot If They Were Previously Modified By Calling The Api With Post", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/resetSlotConfig", "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." }, { "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 Resets the configuration settings of the current slot if they were previously modified by calling the API with POST." }, { "info": { "name": "Microsoft Azure Restarts An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/restart", "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." }, { "name": "softRestart", "value": "", "type": "query", "description": "Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app." }, { "name": "synchronous", "value": "", "type": "query", "description": "Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous)." }, { "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 Restarts an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Restores An App From A Backup Blob In Azure Storage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/restoreFromBackupBlob", "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." }, { "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 Restores an app from a backup blob in Azure Storage." }, { "info": { "name": "Microsoft Azure Restores A Deleted Web App To This Web App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/restoreFromDeletedApp", "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 web app." }, { "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 Restores a deleted web app to this web app." }, { "info": { "name": "Microsoft Azure Restores A Web App From A Snapshot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/restoreSnapshot", "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 web app." }, { "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 Restores a web app from a snapshot." }, { "info": { "name": "Microsoft Azure Get List Of Siteextensions For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/siteextensions", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 list of siteextensions for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Site Extension Information By Its Id For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "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 site extension information by its ID for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Install Site Extension On A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "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 Install site extension on a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Remove A Site Extension From A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "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 Remove a site extension from a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets An App S Deployment Slots", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots", "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." }, { "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 an app's deployment slots." }, { "info": { "name": "Microsoft Azure Gets The Details Of A Web, Mobile, Or Api App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. By default, this API returns the production slot." }, { "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 the details of a web, mobile, or API app." }, { "info": { "name": "Microsoft Azure Creates A New Web, Mobile, Or Api App In An Existing Resource Group, Or Updates An Existing App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot to create or update. By default, this API attempts to create or modify the production slot." }, { "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 a new web, mobile, or API app in an existing resource group, or updates an existing app." }, { "info": { "name": "Microsoft Azure Creates A New Web, Mobile, Or Api App In An Existing Resource Group, Or Updates An Existing App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot to create or update. By default, this API attempts to create or modify the production slot." }, { "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 a new web, mobile, or API app in an existing resource group, or updates an existing app." }, { "info": { "name": "Microsoft Azure Deletes A Web, Mobile, Or Api App, Or One Of The Deployment Slots", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot", "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 to delete." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot to delete. By default, the API deletes the production slot." }, { "name": "deleteMetrics", "value": "", "type": "query", "description": "If true, web app metrics are also deleted." }, { "name": "deleteEmptyServerFarm", "value": "", "type": "query", "description": "Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted." }, { "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 Deletes a web, mobile, or API app, or one of the deployment slots." }, { "info": { "name": "Microsoft Azure Analyze A Custom Hostname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/analyzeCustomHostname", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "name": "hostName", "value": "", "type": "query", "description": "Custom hostname." }, { "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 Analyze a custom hostname." }, { "info": { "name": "Microsoft Azure Applies The Configuration Settings From The Target Slot Onto The Current Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/applySlotConfig", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the source slot. If a slot is not specified, the production slot is used as the source slot." }, { "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 Applies the configuration settings from the target slot onto the current slot." }, { "info": { "name": "Microsoft Azure Creates A Backup Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backup", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will create a backup for the production slot." }, { "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 a backup of an app." }, { "info": { "name": "Microsoft Azure Gets Existing Backups Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backups", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get backups of the production slot." }, { "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 existing backups of an app." }, { "info": { "name": "Microsoft Azure Gets A Backup Of An App By Its Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backups/:backupId", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get a backup of the production slot." }, { "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 a backup of an app by its ID." }, { "info": { "name": "Microsoft Azure Deletes A Backup Of An App By Its Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backups/:backupId", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete a backup of the production slot." }, { "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 Deletes a backup of an app by its ID." }, { "info": { "name": "Microsoft Azure Gets Status Of A Web App Backup That May Be In Progress, Including Secrets Associated With The Backup, Such As The Azure Storage Sas Url Also Can Be Used To Update The Sas Url For The Backup If A New Url Is Passed In The Request Body", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backups/:backupId/list", "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 web app." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of backup." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body." }, { "info": { "name": "Microsoft Azure Restores A Specific Backup To Another App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/backups/:backupId/restore", "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." }, { "name": "backupId", "value": "", "type": "path", "description": "ID of the backup." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will restore a backup of the production slot." }, { "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 Restores a specific backup to another app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Returns Whether Scm Basic Auth Is Allowed And Whether Ftp Is Allowed For A Given Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/basicPublishingCredentialsPolicies", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site." }, { "info": { "name": "Microsoft Azure Returns Whether Ftp Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/basicPublishingCredentialsPolicies/ftp", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 Returns whether FTP is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Updates Whether Ftp Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/basicPublishingCredentialsPolicies/ftp", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 Updates whether FTP is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Returns Whether Scm Basic Auth Is Allowed On The Site Or Not", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/basicPublishingCredentialsPolicies/scm", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 Returns whether Scm basic auth is allowed on the site or not." }, { "info": { "name": "Microsoft Azure Updates Whether User Publishing Credentials Are Allowed On The Site Or Not", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/basicPublishingCredentialsPolicies/scm", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 Updates whether user publishing credentials are allowed on the site or not." }, { "info": { "name": "Microsoft Azure List The Configurations Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot." }, { "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 the configurations of an app" }, { "info": { "name": "Microsoft Azure Replaces The Application Settings Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/appsettings", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the application settings for the production slot." }, { "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 Replaces the application settings of an app." }, { "info": { "name": "Microsoft Azure Gets The Application Settings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/appsettings/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the application settings for the production slot." }, { "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 the application settings of an app." }, { "info": { "name": "Microsoft Azure Updates The Authentication Authorization Settings Associated With Web App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/authsettings", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Updates the Authentication / Authorization settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Authentication Authorization Settings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/authsettings/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot." }, { "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 the Authentication/Authorization settings of an app." }, { "info": { "name": "Microsoft Azure Gets Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/authsettingsV2", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot." }, { "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": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/authsettingsV2", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Updates site's Authentication / Authorization settings for apps via the V2 format" }, { "info": { "name": "Microsoft Azure Gets Site S Authentication Authorization Settings For Apps Via The Format", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/authsettingsV2/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot." }, { "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 site's Authentication / Authorization settings for apps via the V2 format" }, { "info": { "name": "Microsoft Azure Updates The Azure Storage Account Configurations Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/azurestorageaccounts", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot." }, { "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 Updates the Azure storage account configurations of an app." }, { "info": { "name": "Microsoft Azure Gets The Azure Storage Account Configurations Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/azurestorageaccounts/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot." }, { "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 the Azure storage account configurations of an app." }, { "info": { "name": "Microsoft Azure Updates The Backup Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/backup", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the backup configuration for the production slot." }, { "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 Updates the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Deletes The Backup Configuration Of An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/backup", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the backup configuration for the production slot." }, { "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 Deletes the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Gets The Backup Configuration Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/backup/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the backup configuration for the production slot." }, { "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 the backup configuration of an app." }, { "info": { "name": "Microsoft Azure Gets The Config Reference App Settings And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/configreferences/appsettings", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 the config reference app settings and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/configreferences/appsettings/:appSettingKey", "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." }, { "name": "appSettingKey", "value": "", "type": "path", "description": "App Setting key name." }, { "name": "slot", "value": "", "type": "path" }, { "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 the config reference and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference App Settings And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/configreferences/connectionstrings", "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." }, { "name": "slot", "value": "", "type": "path" }, { "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 the config reference app settings and status of an app" }, { "info": { "name": "Microsoft Azure Gets The Config Reference And Status Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/configreferences/connectionstrings/:connectionStringKey", "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." }, { "name": "connectionStringKey", "value": "", "type": "path" }, { "name": "slot", "value": "", "type": "path" }, { "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 the config reference and status of an app" }, { "info": { "name": "Microsoft Azure Replaces The Connection Strings Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/connectionstrings", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the connection settings for the production slot." }, { "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 Replaces the connection strings of an app." }, { "info": { "name": "Microsoft Azure Gets The Connection Strings Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/connectionstrings/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the connection settings for the production slot." }, { "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 the connection strings of an app." }, { "info": { "name": "Microsoft Azure Gets The Logging Configuration Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/logs", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the logging configuration for the production slot." }, { "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 the logging configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Logging Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/logs", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the logging configuration for the production slot." }, { "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 Updates the logging configuration of an app." }, { "info": { "name": "Microsoft Azure Replaces The Metadata Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/metadata", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the metadata for the production slot." }, { "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 Replaces the metadata of an app." }, { "info": { "name": "Microsoft Azure Gets The Metadata Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/metadata/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the metadata for the production slot." }, { "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 the metadata of an app." }, { "info": { "name": "Microsoft Azure Gets The Git Ftp Publishing Credentials Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/publishingcredentials/list", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials for the production slot." }, { "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 the Git/FTP publishing credentials of an app." }, { "info": { "name": "Microsoft Azure Updates The Push Settings Associated With Web App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/pushsettings", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Updates the Push settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Push Settings Associated With Web App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/pushsettings/list", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 the Push settings associated with web app." }, { "info": { "name": "Microsoft Azure Gets The Configuration Of An App, Such As Platform Version And Bitness, Default Documents, Virtual Applications, Always On, Etc", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot." }, { "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 the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc." }, { "info": { "name": "Microsoft Azure Updates The Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update configuration for the production slot." }, { "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 Updates the configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Configuration Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update configuration for the production slot." }, { "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 Updates the configuration of an app." }, { "info": { "name": "Microsoft Azure Gets A List Of Web App Configuration Snapshots Identifiers Each Element Of The List Contains A Timestamp And The Id Of The Snapshot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web/snapshots", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot." }, { "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 a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot." }, { "info": { "name": "Microsoft Azure Gets A Snapshot Of The Configuration Of An App At A Previous Point In Time", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web/snapshots/:snapshotId", "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." }, { "name": "snapshotId", "value": "", "type": "path", "description": "The ID of the snapshot to read." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot." }, { "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 a snapshot of the configuration of an app at a previous point in time." }, { "info": { "name": "Microsoft Azure Reverts The Configuration Of An App To A Previous Snapshot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/config/web/snapshots/:snapshotId/recover", "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." }, { "name": "snapshotId", "value": "", "type": "path", "description": "The ID of the snapshot to read." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will return configuration for the production slot." }, { "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 Reverts the configuration of an app to a previous snapshot." }, { "info": { "name": "Microsoft Azure Gets The Last Lines Of Docker Logs For The Given Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/containerlogs", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 the last lines of docker logs for the given site" }, { "info": { "name": "Microsoft Azure Gets The Zip Archived Docker Log Files For The Given Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/containerlogs/zip/download", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 the ZIP archived docker log files for the given site" }, { "info": { "name": "Microsoft Azure List Continuous Web Jobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/continuouswebjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 continuous web jobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Continuous Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/continuouswebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 a continuous web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Continuous Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/continuouswebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 continuous web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Start A Continuous Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/continuouswebjobs/:webJobName/start", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 Start a continuous web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Stop A Continuous Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/continuouswebjobs/:webJobName/stop", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 Stop a continuous web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List Deployment Statuses For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deploymentStatus", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the deployment status for the production slot." }, { "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": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Deployment Status For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deploymentStatus/:deploymentStatusId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the deployment status for the production slot." }, { "name": "deploymentStatusId", "value": "", "type": "path", "description": "GUID of the deployment operation." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Deployments For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployments", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 deployments for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get A Deployment By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "Deployment ID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production slot." }, { "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 deployment by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Create A Deployment For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "ID of an existing deployment." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API creates a deployment for the production slot." }, { "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 a deployment for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Deployment By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployments/:id", "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." }, { "name": "id", "value": "", "type": "path", "description": "Deployment ID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 deployment by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List Deployment Log For Specific Deployment For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployments/:id/log", "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." }, { "name": "id", "value": "", "type": "path", "description": "The ID of a specific deployment. This is the value of the name property in the JSON response from \"GET /api/sites/{siteName}/deployments\"." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 deployment log for specific deployment for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Discovers An Existing App Backup That Can Be Restored From A Blob In Azure Storage Use This To Get Information About The Databases Stored In A Backup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/discoverbackup", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will perform discovery for the production slot." }, { "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 Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup." }, { "info": { "name": "Microsoft Azure Lists Ownership Identifiers For Domain Associated With Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/domainOwnershipIdentifiers", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "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 Lists ownership identifiers for domain associated with web app." }, { "info": { "name": "Microsoft Azure Get Domain Ownership Identifier For Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "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 domain ownership identifier for web app." }, { "info": { "name": "Microsoft Azure Creates A Domain Ownership Identifier For Web App, Or Updates An Existing Ownership Identifier", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "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 a domain ownership identifier for web app, or updates an existing ownership identifier." }, { "info": { "name": "Microsoft Azure Creates A Domain Ownership Identifier For Web App, Or Updates An Existing Ownership Identifier", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "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 a domain ownership identifier for web app, or updates an existing ownership identifier." }, { "info": { "name": "Microsoft Azure Deletes A Domain Ownership Identifier For A Web App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/domainOwnershipIdentifiers/:domainOwnershipIdentifierName", "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." }, { "name": "domainOwnershipIdentifierName", "value": "", "type": "path", "description": "Name of domain ownership identifier." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "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 Deletes a domain ownership identifier for a web app." }, { "info": { "name": "Microsoft Azure Get The Status Of The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/extensions/MSDeploy", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 status of the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Invoke The Msdeploy Web App Extension", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/extensions/MSDeploy", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Invoke the MSDeploy web app extension." }, { "info": { "name": "Microsoft Azure Get The Msdeploy Log For The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/extensions/MSDeploy/log", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 MSDeploy Log for the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure List The Functions For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 the functions for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Fetch A Short Lived Token That Can Be Exchanged For A Master Key", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/admin/token", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Fetch a short lived token that can be exchanged for a master key." }, { "info": { "name": "Microsoft Azure Get Function Information By Its Id For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function information by its ID for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Create Function For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Function For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Add Or Update A Function Secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName/keys/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "The name of the function." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 Add or update a function secret." }, { "info": { "name": "Microsoft Azure Delete A Function Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName/keys/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "The name of the function." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function secret." }, { "info": { "name": "Microsoft Azure Get Function Keys For A Function In A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName/listkeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function keys for a function in a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Function Secrets For A Function In A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/functions/:functionName/listsecrets", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "functionName", "value": "", "type": "path", "description": "Function name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 function secrets for a function in a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Host Secrets For A Function App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/host/default/listkeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 host secrets for a function app." }, { "info": { "name": "Microsoft Azure This Is To Allow Calling Via Powershell And Arm Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/host/default/listsyncstatus", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 This is to allow calling via powershell and ARM template." }, { "info": { "name": "Microsoft Azure Syncs Function Trigger Metadata To The Management Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/host/default/sync", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 Syncs function trigger metadata to the management database" }, { "info": { "name": "Microsoft Azure Add Or Update A Host Level Secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/host/default/:keyType/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "keyType", "value": "", "type": "path", "description": "The type of host key." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 Add or update a host level secret." }, { "info": { "name": "Microsoft Azure Delete A Host Level Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/host/default/:keyType/:keyName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "keyType", "value": "", "type": "path", "description": "The type of host key." }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the key." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 host level secret." }, { "info": { "name": "Microsoft Azure Get Hostname Bindings For An App Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hostNameBindings", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the production slot." }, { "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 hostname bindings for an app or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Named Hostname Binding For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hostNameBindings/:hostName", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "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 named hostname binding for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Creates A Hostname Binding For An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hostNameBindings/:hostName", "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." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot." }, { "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 a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Deletes A Hostname Binding For An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hostNameBindings/:hostName", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "name": "hostName", "value": "", "type": "path", "description": "Hostname in the hostname binding." }, { "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 Deletes a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Retrieves A Specific Service Bus Hybrid Connection Used By This Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 Retrieves a specific Service Bus Hybrid Connection used by this Web App." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Using A Service Bus Relay", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 a new Hybrid Connection using a Service Bus relay." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Using A Service Bus Relay", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 a new Hybrid Connection using a Service Bus relay." }, { "info": { "name": "Microsoft Azure Removes A Hybrid Connection From This Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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": "The name of the web app." }, { "name": "namespaceName", "value": "", "type": "path", "description": "The namespace for this hybrid connection." }, { "name": "relayName", "value": "", "type": "path", "description": "The relay name for this hybrid connection." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 Removes a Hybrid Connection from this site." }, { "info": { "name": "Microsoft Azure Retrieves All Service Bus Hybrid Connections Used By This Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridConnectionRelays", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 Retrieves all Service Bus Hybrid Connections used by this Web App." }, { "info": { "name": "Microsoft Azure Gets Hybrid Connections Configured For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridconnection", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the production slot." }, { "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 hybrid connections configured for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Hybrid Connection Configuration By Its Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the production slot." }, { "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 a hybrid connection configuration by its name." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Configuration Put , Or Updates An Existing One Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid connection for the production slot." }, { "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 a new hybrid connection configuration (PUT), or updates an existing one (PATCH)." }, { "info": { "name": "Microsoft Azure Creates A New Hybrid Connection Configuration Put , Or Updates An Existing One Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid connection for the production slot." }, { "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 a new hybrid connection configuration (PUT), or updates an existing one (PATCH)." }, { "info": { "name": "Microsoft Azure Deletes A Relay Service Connection By Its Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/hybridconnection/:entityName", "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." }, { "name": "entityName", "value": "", "type": "path", "description": "Name of the hybrid connection configuration." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for the production slot." }, { "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 Deletes a relay service connection by its name." }, { "info": { "name": "Microsoft Azure Gets All Scale Out Instances Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API gets the production slot instances." }, { "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 scale-out instances of an app." }, { "info": { "name": "Microsoft Azure Gets All Scale Out Instances Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId", "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." }, { "name": "instanceId", "value": "", "type": "path" }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API gets the production slot instances." }, { "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 scale-out instances of an app." }, { "info": { "name": "Microsoft Azure Get The Status Of The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/extensions/MSDeploy", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 status of the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Invoke The Msdeploy Web App Extension", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/extensions/MSDeploy", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 Invoke the MSDeploy web app extension." }, { "info": { "name": "Microsoft Azure Get The Msdeploy Log For The Last Msdeploy Operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/extensions/MSDeploy/log", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of web app instance." }, { "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 MSDeploy Log for the last MSDeploy operation." }, { "info": { "name": "Microsoft Azure Get List Of Processes For A Web Site, Or A Deployment Slot, Or For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Terminate A Process By Its Id For A Web Site, Or A Deployment Slot, Or Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get A Memory Dump Of A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId/dump", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 memory dump of a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List Module Information For A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId/modules", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 module information for a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId/modules/:baseAddress", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "baseAddress", "value": "", "type": "path", "description": "Module base address." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List The Threads In A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/instances/:instanceId/processes/:processId/threads", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "name": "instanceId", "value": "", "type": "path", "description": "ID of a specific scaled-out instance. This is the value of the name property in the JSON response from \"GET api/sites/{siteName}/instances\"." }, { "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 the threads in a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Shows Whether An App Can Be Cloned To Another Resource Group Or Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/iscloneable", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. By default, this API returns information on the production slot." }, { "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 Shows whether an app can be cloned to another resource group or subscription." }, { "info": { "name": "Microsoft Azure Gets Existing Backups Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/listbackups", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get backups of the production slot." }, { "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 existing backups of an app." }, { "info": { "name": "Microsoft Azure This Is To Allow Calling Via Powershell And Arm Template", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/listsyncfunctiontriggerstatus", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 This is to allow calling via powershell and ARM template." }, { "info": { "name": "Microsoft Azure Returns The Status Of Mysql In App Migration, If One Is Active, And Whether Or Not Mysql In App Is Enabled", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/migratemysql/status", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled" }, { "info": { "name": "Microsoft Azure Gets A Swift Virtual Network Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkConfig/virtualNetwork", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get a gateway for the production slot's 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 Gets a Swift Virtual Network connection." }, { "info": { "name": "Microsoft Azure Integrates This Web App With A Virtual Network This Requires That 1 \"swiftsupported\" Is True When Doing A Get Against This Resource, And 2 That The Target Subnet Has Already Been Delegated, And Is Not\r\nin Use By Another App Service Plan Other Than The One This App Is In", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkConfig/virtualNetwork", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot." }, { "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 Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not
in use by another App Service Plan other than the one this App is in." }, { "info": { "name": "Microsoft Azure Integrates This Web App With A Virtual Network This Requires That 1 \"swiftsupported\" Is True When Doing A Get Against This Resource, And 2 That The Target Subnet Has Already Been Delegated, And Is Not\r\nin Use By Another App Service Plan Other Than The One This App Is In", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkConfig/virtualNetwork", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot." }, { "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 Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not
in use by another App Service Plan other than the one this App is in." }, { "info": { "name": "Microsoft Azure Deletes A Swift Virtual Network Connection From An App Or Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkConfig/virtualNetwork", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the connection for the production slot." }, { "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 Deletes a Swift Virtual Network connection from an app (or deployment slot)." }, { "info": { "name": "Microsoft Azure Gets All Network Features Used By The App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkFeatures/:view", "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." }, { "name": "view", "value": "", "type": "path", "description": "The type of view. Only \"summary\" is supported at this time." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get network features for the production slot." }, { "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 network features used by the app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTrace/operationresults/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site To Be Deprecated", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTrace/start", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for this web app." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site (To be deprecated)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTrace/startOperation", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for this web app." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Stop Ongoing Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTrace/stop", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for this web app." }, { "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 Stop ongoing capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTrace/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTraces/current/operationresults/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets A Named Operation For A Network Trace Capturing Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/networkTraces/:operationId", "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." }, { "name": "operationId", "value": "", "type": "path", "description": "GUID of the operation." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get an operation for the production slot." }, { "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 a named operation for a network trace capturing (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Generates A New Publishing Password For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/newpassword", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API generate a new publishing password for the production slot." }, { "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 Generates a new publishing password for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets Perfmon Counters For Web App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/perfcounters", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'." } ] }, "docs": "Description for Gets perfmon counters for web app." }, { "info": { "name": "Microsoft Azure Gets Web App S Event Logs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/phplogging", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 web app's event logs." }, { "info": { "name": "Microsoft Azure Gets The Premier Add Ons Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/premieraddons", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the production slot." }, { "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 the premier add-ons of an app." }, { "info": { "name": "Microsoft Azure Gets A Named Add On Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the production slot." }, { "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 a named add-on of an app." }, { "info": { "name": "Microsoft Azure Updates A Named Add On Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the production slot." }, { "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 Updates a named add-on of an app." }, { "info": { "name": "Microsoft Azure Updates A Named Add On Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the production slot." }, { "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 Updates a named add-on of an app." }, { "info": { "name": "Microsoft Azure Delete A Premier Add On From An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/premieraddons/:premierAddOnName", "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." }, { "name": "premierAddOnName", "value": "", "type": "path", "description": "Add-on name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the production slot." }, { "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 premier add-on from an app." }, { "info": { "name": "Microsoft Azure Gets Data Around Private Site Access Enablement And Authorized Virtual Networks That Can Access The Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateAccess/virtualNetworks", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 data around private site access enablement and authorized Virtual Networks that can access the site." }, { "info": { "name": "Microsoft Azure Sets Data Around Private Site Access Enablement And Authorized Virtual Networks That Can Access The Site", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateAccess/virtualNetworks", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for the web app." }, { "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 Sets data around private site access enablement and authorized Virtual Networks that can access the site." }, { "info": { "name": "Microsoft Azure Gets The List Of Private Endpoint Connections Associated With A Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateEndpointConnections", "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 site." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the site deployment slot." }, { "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 the list of private endpoint connections associated with a site" }, { "info": { "name": "Microsoft Azure Gets A Private Endpoint Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path", "description": "Name of the private endpoint connection." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the site deployment slot." }, { "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 a private endpoint connection" }, { "info": { "name": "Microsoft Azure Approves Or Rejects A Private Endpoint Connection", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" }, { "name": "slot", "value": "", "type": "path" }, { "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 Approves or rejects a private endpoint connection" }, { "info": { "name": "Microsoft Azure Deletes A Private Endpoint Connection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateEndpointConnections/:privateEndpointConnectionName", "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 site." }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" }, { "name": "slot", "value": "", "type": "path" }, { "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 Deletes a private endpoint connection" }, { "info": { "name": "Microsoft Azure Gets The Private Link Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/privateLinkResources", "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 site." }, { "name": "slot", "value": "", "type": "path" }, { "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 the private link resources" }, { "info": { "name": "Microsoft Azure Get List Of Processes For A Web Site, Or A Deployment Slot, Or For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Terminate A Process By Its Id For A Web Site, Or A Deployment Slot, Or Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get A Memory Dump Of A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId/dump", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 memory dump of a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List Module Information For A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId/modules", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 module information for a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Process Information By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId/modules/:baseAddress", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "baseAddress", "value": "", "type": "path", "description": "Module base address." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 process information by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure List The Threads In A Process By Its Id For A Specific Scaled Out Instance In A Web Site", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/processes/:processId/threads", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "processId", "value": "", "type": "path", "description": "PID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 the threads in a process by its ID for a specific scaled-out instance in a web site." }, { "info": { "name": "Microsoft Azure Get Public Certificates For An App Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/publicCertificates", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the production slot." }, { "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 public certificates for an app or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Named Public Certificate For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/publicCertificates/:publicCertificateName", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "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 named public certificate for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Creates A Hostname Binding For An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/publicCertificates/:publicCertificateName", "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." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot." }, { "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 a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Deletes A Hostname Binding For An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/publicCertificates/:publicCertificateName", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot." }, { "name": "publicCertificateName", "value": "", "type": "path", "description": "Public certificate name." }, { "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 Deletes a hostname binding for an app." }, { "info": { "name": "Microsoft Azure Gets The Publishing Profile For An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/publishxml", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for the production slot." }, { "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 the publishing profile for an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Resets The Configuration Settings Of The Current Slot If They Were Previously Modified By Calling The Api With Post", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/resetSlotConfig", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API resets configuration settings for the production slot." }, { "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 Resets the configuration settings of the current slot if they were previously modified by calling the API with POST." }, { "info": { "name": "Microsoft Azure Restarts An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/restart", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will restart the production slot." }, { "name": "softRestart", "value": "", "type": "query", "description": "Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app." }, { "name": "synchronous", "value": "", "type": "query", "description": "Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous)." }, { "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 Restarts an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Restores An App From A Backup Blob In Azure Storage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/restoreFromBackupBlob", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will restore a backup of the production slot." }, { "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 Restores an app from a backup blob in Azure Storage." }, { "info": { "name": "Microsoft Azure Restores A Deleted Web App To This Web App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/restoreFromDeletedApp", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Restores a deleted web app to this web app." }, { "info": { "name": "Microsoft Azure Restores A Web App From A Snapshot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/restoreSnapshot", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Restores a web app from a snapshot." }, { "info": { "name": "Microsoft Azure Get List Of Siteextensions For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/siteextensions", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 list of siteextensions for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Site Extension Information By Its Id For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 site extension information by its ID for a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Install Site Extension On A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 Install site extension on a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Remove A Site Extension From A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/siteextensions/:siteExtensionId", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "siteExtensionId", "value": "", "type": "path", "description": "Site extension name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 Remove a site extension from a web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Difference In Configuration Settings Between Two Web App Slots", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/slotsdiffs", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the source slot. If a slot is not specified, the production slot is used as the source slot." }, { "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 difference in configuration settings between two web app slots." }, { "info": { "name": "Microsoft Azure Swaps Two Deployment Slots Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/slotsswap", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the source slot. If a slot is not specified, the production slot is used as the source slot." }, { "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 Swaps two deployment slots of an app." }, { "info": { "name": "Microsoft Azure Returns All Snapshots To The User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/snapshots", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Website Name." }, { "name": "slot", "value": "", "type": "path", "description": "Website Slot." }, { "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 Returns all Snapshots to the user." }, { "info": { "name": "Microsoft Azure Returns All Snapshots To The User From Drsecondary Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/snapshotsdr", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Website Name." }, { "name": "slot", "value": "", "type": "path", "description": "Website Slot." }, { "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 Returns all Snapshots to the user from DRSecondary endpoint." }, { "info": { "name": "Microsoft Azure Gets The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/sourcecontrols/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the source control configuration for the production slot." }, { "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 the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/sourcecontrols/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the source control configuration for the production slot." }, { "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 Updates the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/sourcecontrols/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will update the source control configuration for the production slot." }, { "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 Updates the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Deletes The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/sourcecontrols/web", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the source control configuration for the production slot." }, { "name": "additionalFlags", "value": "", "type": "query" }, { "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 Deletes the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Starts An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/start", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will start the production slot." }, { "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 Starts an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/startNetworkTrace", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for this web app." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Stops An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/stop", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will stop the production slot." }, { "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 Stops an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Stop Ongoing Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/stopNetworkTrace", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "slot", "value": "", "type": "path", "description": "The name of the slot for this web app." }, { "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 Stop ongoing capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Sync Web App Repository", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/sync", "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 web app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of web app slot. If not specified then will default to production slot." }, { "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 Sync web app repository." }, { "info": { "name": "Microsoft Azure Syncs Function Trigger Metadata To The Management Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/syncfunctiontriggers", "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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "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 Syncs function trigger metadata to the management database" }, { "info": { "name": "Microsoft Azure List Triggered Web Jobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot." }, { "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 triggered web jobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Triggered Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 a triggered web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Triggered Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API deletes web job for the production slot." }, { "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 triggered web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List A Triggered Web Job S History For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs/:webJobName/history", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 a triggered web job's history for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Triggered Web Job S History By Its Id For An App, , Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs/:webJobName/history/:id", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "id", "value": "", "type": "path", "description": "History ID." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 a triggered web job's history by its ID for an app, , or a deployment slot." }, { "info": { "name": "Microsoft Azure Run A Triggered Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/triggeredwebjobs/:webJobName/run", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API uses the production slot." }, { "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 Run a triggered web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets The Quota Usage Information Of An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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 the app." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get quota information of the production slot." }, { "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 information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'." } ] }, "docs": "Description for Gets the quota usage information of an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets The Virtual Networks The App Or Deployment Slot Is Connected To", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get virtual network connections for the production slot." }, { "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 the virtual networks the app (or deployment slot) is connected to." }, { "info": { "name": "Microsoft Azure Gets A Virtual Network The App Or Deployment Slot Is Connected To By Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the virtual network." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get the named virtual network for the production slot." }, { "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 a virtual network the app (or deployment slot) is connected to by name." }, { "info": { "name": "Microsoft Azure Adds A Virtual Network Connection To An App Or Slot Put Or Updates The Connection Properties Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of an existing Virtual Network." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot." }, { "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 Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH)." }, { "info": { "name": "Microsoft Azure Adds A Virtual Network Connection To An App Or Slot Put Or Updates The Connection Properties Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of an existing Virtual Network." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot." }, { "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 Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH)." }, { "info": { "name": "Microsoft Azure Deletes A Connection From An App Or Deployment Slot To A Named Virtual Network", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the virtual network." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will delete the connection for the production slot." }, { "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 Deletes a connection from an app (or deployment slot to a named virtual network." }, { "info": { "name": "Microsoft Azure Gets An App S Virtual Network Gateway", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will get a gateway for the production slot's 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 Gets an app's Virtual Network gateway." }, { "info": { "name": "Microsoft Azure Adds A Gateway To A Connected Virtual Network Put Or Updates It Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the production slot's 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 Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH)." }, { "info": { "name": "Microsoft Azure Adds A Gateway To A Connected Virtual Network Put Or Updates It Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the production slot's 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 Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH)." }, { "info": { "name": "Microsoft Azure List Webjobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/webjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 webjobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Webjob Information For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/webjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of the web job." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot." }, { "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 webjob information for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get The Difference In Configuration Settings Between Two Web App Slots", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slotsdiffs", "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." }, { "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 difference in configuration settings between two web app slots." }, { "info": { "name": "Microsoft Azure Swaps Two Deployment Slots Of An App", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slotsswap", "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." }, { "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 Swaps two deployment slots of an app." }, { "info": { "name": "Microsoft Azure Returns All Snapshots To The User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/snapshots", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Website Name." }, { "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 Returns all Snapshots to the user." }, { "info": { "name": "Microsoft Azure Returns All Snapshots To The User From Drsecondary Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/snapshotsdr", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Website Name." }, { "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 Returns all Snapshots to the user from DRSecondary endpoint." }, { "info": { "name": "Microsoft Azure Gets The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/sourcecontrols/web", "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." }, { "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 the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/sourcecontrols/web", "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." }, { "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 Updates the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Updates The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/sourcecontrols/web", "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." }, { "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 Updates the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Deletes The Source Control Configuration Of An App", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/sourcecontrols/web", "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." }, { "name": "additionalFlags", "value": "", "type": "query" }, { "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 Deletes the source control configuration of an app." }, { "info": { "name": "Microsoft Azure Starts An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/start", "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." }, { "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 Starts an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Start Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/startNetworkTrace", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "name": "durationInSeconds", "value": "", "type": "query", "description": "The duration to keep capturing in seconds." }, { "name": "maxFrameLength", "value": "", "type": "query", "description": "The maximum frame length in bytes (Optional)." }, { "name": "sasUrl", "value": "", "type": "query", "description": "The Blob URL to store capture file." }, { "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 Start capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Stops An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/stop", "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." }, { "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 Stops an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Stop Ongoing Capturing Network Packets For The Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/stopNetworkTrace", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "The name of the web app." }, { "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 Stop ongoing capturing network packets for the site." }, { "info": { "name": "Microsoft Azure Sync Web App Repository", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/sync", "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 web app." }, { "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 Sync web app repository." }, { "info": { "name": "Microsoft Azure Syncs Function Trigger Metadata To The Management Database", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/syncfunctiontriggers", "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." }, { "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 Syncs function trigger metadata to the management database" }, { "info": { "name": "Microsoft Azure List Triggered Web Jobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 triggered web jobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Triggered Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 a triggered web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Delete A Triggered Web Job By Its Id For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 triggered web job by its ID for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure List A Triggered Web Job S History For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs/:webJobName/history", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 a triggered web job's history for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets A Triggered Web Job S History By Its Id For An App, , Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs/:webJobName/history/:id", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "name": "id", "value": "", "type": "path", "description": "History ID." }, { "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 a triggered web job's history by its ID for an app, , or a deployment slot." }, { "info": { "name": "Microsoft Azure Run A Triggered Web Job For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/triggeredwebjobs/:webJobName/run", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of Web Job." }, { "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 Run a triggered web job for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Gets The Quota Usage Information Of An App Or Deployment Slot, If Specified", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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 the app." }, { "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 information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'." } ] }, "docs": "Description for Gets the quota usage information of an app (or deployment slot, if specified)." }, { "info": { "name": "Microsoft Azure Gets The Virtual Networks The App Or Deployment Slot Is Connected To", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "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 the virtual networks the app (or deployment slot) is connected to." }, { "info": { "name": "Microsoft Azure Gets A Virtual Network The App Or Deployment Slot Is Connected To By Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "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 Gets a virtual network the app (or deployment slot) is connected to by name." }, { "info": { "name": "Microsoft Azure Adds A Virtual Network Connection To An App Or Slot Put Or Updates The Connection Properties Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of an existing 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 Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH)." }, { "info": { "name": "Microsoft Azure Adds A Virtual Network Connection To An App Or Slot Put Or Updates The Connection Properties Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of an existing 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 Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH)." }, { "info": { "name": "Microsoft Azure Deletes A Connection From An App Or Deployment Slot To A Named Virtual Network", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "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 Deletes a connection from an app (or deployment slot to a named virtual network." }, { "info": { "name": "Microsoft Azure Gets An App S Virtual Network Gateway", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "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 an app's Virtual Network gateway." }, { "info": { "name": "Microsoft Azure Adds A Gateway To A Connected Virtual Network Put Or Updates It Patch", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "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 Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH)." }, { "info": { "name": "Microsoft Azure Adds A Gateway To A Connected Virtual Network Put Or Updates It Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/: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." }, { "name": "vnetName", "value": "", "type": "path", "description": "Name of the Virtual Network." }, { "name": "gatewayName", "value": "", "type": "path", "description": "Name of the gateway. Currently, the only supported string is \"primary\"." }, { "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 Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH)." }, { "info": { "name": "Microsoft Azure List Webjobs For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/webjobs", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "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 webjobs for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Get Webjob Information For An App, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/webjobs/:webJobName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "webJobName", "value": "", "type": "path", "description": "Name of the web job." }, { "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 webjob information for an app, or a deployment slot." }, { "info": { "name": "Microsoft Azure Creates The Artifacts For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/deployWorkflowArtifacts", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Description for Creates the artifacts for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure Creates The Artifacts For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/deployWorkflowArtifacts", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Description for Creates the artifacts for web site, or a deployment slot." }, { "info": { "name": "Microsoft Azure List The Workflows For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/workflows", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Workflow Information By Its Id For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/workflows/:workflowName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "name": "workflowName", "value": "", "type": "path", "description": "Workflow name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Lists Logic App S Connections For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/slots/:slot/listWorkflowsConnections", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "slot", "value": "", "type": "path", "description": "Name of the deployment slot." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List The Workflows For A Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/workflows", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Workflow Information By Its Id For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/workflows/:workflowName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "workflowName", "value": "", "type": "path", "description": "Workflow name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Lists Logic App S Connections For Web Site, Or A Deployment Slot", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/listWorkflowsConnections", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }