{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Deployments API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Model Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.CognitiveServices/accounts/:accountName/deployments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Cognitive Services account." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the deployments associated with the Cognitive Services account." }, { "info": { "name": "Microsoft Azure Get a Model Deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.CognitiveServices/accounts/:accountName/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Cognitive Services account." }, { "name": "deploymentName", "value": "example_value", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets the specified deployments associated with the Cognitive Services account." }, { "info": { "name": "Microsoft Azure Create or Update a Model Deployment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.CognitiveServices/accounts/:accountName/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Cognitive Services account." }, { "name": "deploymentName", "value": "example_value", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the state of specified deployments associated with the Cognitive Services account." }, { "info": { "name": "Microsoft Azure Delete a Model Deployment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.CognitiveServices/accounts/:accountName/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Cognitive Services account." }, { "name": "deploymentName", "value": "example_value", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Deletes the specified deployment associated with the Cognitive Services account." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Audio Speech", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/audio/speech", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Generates text-to-speech audio from the input text." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Audio Transcriptions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/audio/transcriptions", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Gets transcribed text and associated metadata from provided spoken audio data. Audio will be transcribed in the
written language corresponding to the language it was spoken in." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Audio Translations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/audio/translations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Gets English language transcribed text and associated metadata from provided spoken audio data." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Chat Completions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/chat/completions", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Gets chat completions for the provided chat messages.
Completions support a wide variety of tasks and generate text that continues from or \"completes\"
provided prompt data." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Completions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/completions", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Gets completions for the provided input prompts.
Completions support a wide variety of tasks and generate text that continues from or \"completes\"
provided prompt data." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Embeddings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/embeddings", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Return the embeddings for a given prompt." }, { "info": { "name": "Microsoft Azure Post Deployments Deploymentid Images Generations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deploymentId/images/generations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "deploymentId", "value": "", "type": "path", "description": "Specifies either the model deployment name (when using Azure OpenAI) or model name (when using non-Azure OpenAI) to use for this request." } ] }, "docs": "Creates an image given a prompt." }, { "info": { "name": "Microsoft Azure Gets The List Of Deployments Owned By The Azure Openai Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deployments", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Deployment For The Azure Openai Resource According To The Given Specification", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets Details For A Single Deployment Specified By The Given Deployment Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deployments/:deployment-id", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Deployment With The Given Deployment Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/deployments/:deployment-id", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Deployment Specified By The Given Deployment Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/deployments/:deployment-id", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The identifier of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Completion For The Provided Prompt, Parameters And Chosen Model", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/completions", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Vector Representation Of A Given Input That Can Be Easily Consumed By Machine Learning Models And Algorithms", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/embeddings", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment id of the model which was deployed." }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A Completion For The Chat Message", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/chat/completions", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Transcribes Audio Into The Input Language", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/transcriptions", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Transcribes And Translates Input Audio Into English Text", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/translations", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Generates Audio From The Input Text", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/audio/speech", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Generates A Batch Of Images From A Text Caption On A Given Dalle Model Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/images/generations", "params": [ { "name": "deployment-id", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get a Deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group. The name is case insensitive." }, { "name": "deploymentName", "value": "example_value", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a deployment by name." }, { "info": { "name": "Microsoft Azure Create or Update a Deployment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/deployments/:deploymentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group. The name is case insensitive." }, { "name": "deploymentName", "value": "example_value", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploys resources at resource group scope. You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureSphere/catalogs/:catalogName/products/:productName/deviceGroups/:deviceGroupName/deployments", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "Filter the result list using the given expression" }, { "name": "$top", "value": "", "type": "query", "description": "The number of result items to return." }, { "name": "$skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items per page." }, { "name": "catalogName", "value": "", "type": "path", "description": "Name of catalog" }, { "name": "productName", "value": "", "type": "path", "description": "Name of product." }, { "name": "deviceGroupName", "value": "", "type": "path", "description": "Name of device group." } ] }, "docs": "List Deployment resources by DeviceGroup. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name." }, { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureSphere/catalogs/:catalogName/products/:productName/deviceGroups/:deviceGroupName/deployments/:deploymentName", "params": [ { "name": "catalogName", "value": "", "type": "path", "description": "Name of catalog" }, { "name": "productName", "value": "", "type": "path", "description": "Name of product." }, { "name": "deviceGroupName", "value": "", "type": "path", "description": "Name of device group." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group." } ] }, "docs": "Get a Deployment. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name." }, { "info": { "name": "Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureSphere/catalogs/:catalogName/products/:productName/deviceGroups/:deviceGroupName/deployments/:deploymentName", "params": [ { "name": "catalogName", "value": "", "type": "path", "description": "Name of catalog" }, { "name": "productName", "value": "", "type": "path", "description": "Name of product." }, { "name": "deviceGroupName", "value": "", "type": "path", "description": "Name of device group." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group." } ] }, "docs": "Create a Deployment. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name." }, { "info": { "name": "Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azuresphere Catalogs Catalogname Products Productname Devicegroups Devicegroupname Deployments Deploymentname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureSphere/catalogs/:catalogName/products/:productName/deviceGroups/:deviceGroupName/deployments/:deploymentName", "params": [ { "name": "catalogName", "value": "", "type": "path", "description": "Name of catalog" }, { "name": "productName", "value": "", "type": "path", "description": "Name of product." }, { "name": "deviceGroupName", "value": "", "type": "path", "description": "Name of device group." }, { "name": "deploymentName", "value": "", "type": "path", "description": "Deployment name. Use .default for deployment creation and to get the current deployment for the associated device group." } ] }, "docs": "Delete a Deployment. '.default' and '.unassigned' are system defined values and cannot be used for product or device group name." }, { "info": { "name": "Microsoft Azure Get Scope Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a deployment." }, { "info": { "name": "Microsoft Azure Deploys Resources At A Given Scope", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Microsoft Azure Deletes A Deployment From The Deployment History", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Loca" }, { "info": { "name": "Microsoft Azure Head Scope Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Checks whether the deployment exists." }, { "info": { "name": "Microsoft Azure Cancels A Currently Running Template Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName/cancel", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed." }, { "info": { "name": "Microsoft Azure Post Scope Providers Microsoft Resources Deployments Deploymentname Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName/validate", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.." }, { "info": { "name": "Microsoft Azure Post Scope Providers Microsoft Resources Deployments Deploymentname Exporttemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/:deploymentName/exportTemplate", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Exports the template used for specified deployment." }, { "info": { "name": "Microsoft Azure Get Scope Providers Microsoft Resources Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:scope/providers/Microsoft.Resources/deployments/", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The resource scope." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to get. If null is passed, returns all deployments." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Get all the deployments at the given scope." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a deployment." }, { "info": { "name": "Microsoft Azure Deploys Resources At Tenant Scope", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Microsoft Azure Deletes A Deployment From The Deployment History", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Loca" }, { "info": { "name": "Microsoft Azure Head Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Checks whether the deployment exists." }, { "info": { "name": "Microsoft Azure Cancels A Currently Running Template Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName/cancel", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Resources Deployments Deploymentname Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName/validate", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Resources Deployments Deploymentname Whatif", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName/whatIf", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Returns changes that will be made by the deployment if executed at the scope of the tenant group." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Resources Deployments Deploymentname Exporttemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/:deploymentName/exportTemplate", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Exports the template used for specified deployment." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Resources Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Resources/deployments/", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to get. If null is passed, returns all deployments." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Get all the deployments at the tenant scope." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Gets a deployment." }, { "info": { "name": "Microsoft Azure Deploys Resources At Management Group Scope", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Microsoft Azure Deletes A Deployment From The Deployment History", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Loca" }, { "info": { "name": "Microsoft Azure Head Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Checks whether the deployment exists." }, { "info": { "name": "Microsoft Azure Cancels A Currently Running Template Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName/cancel", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments Deploymentname Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName/validate", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments Deploymentname Whatif", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName/whatIf", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Returns changes that will be made by the deployment if executed at the scope of the management group." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments Deploymentname Exporttemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/:deploymentName/exportTemplate", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Exports the template used for specified deployment." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Resources Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Management/managementGroups/:groupId/providers/Microsoft.Resources/deployments/", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The management group ID." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to get. If null is passed, returns all deployments." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Get all the deployments for a management group." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Gets a deployment." }, { "info": { "name": "Microsoft Azure Deploys Resources At Subscription Scope", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Microsoft Azure Deletes A Deployment From The Deployment History", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Loca" }, { "info": { "name": "Microsoft Azure Head Subscriptions Subscriptionid Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Checks whether the deployment exists." }, { "info": { "name": "Microsoft Azure Cancels A Currently Running Template Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName/cancel", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Resources Deployments Deploymentname Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName/validate", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Resources Deployments Deploymentname Whatif", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName/whatIf", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Returns changes that will be made by the deployment if executed at the scope of the subscription." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Resources Deployments Deploymentname Exporttemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/:deploymentName/exportTemplate", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Exports the template used for specified deployment." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Resources Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Resources/deployments/", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to get. If null is passed, returns all deployments." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Get all the deployments for a subscription." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Gets a deployment." }, { "info": { "name": "Microsoft Azure Deploys Resources To A Resource Group", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to deploy the resources to. The name is case insensitive. The resource group must already exist." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "You can provide the template and parameters directly in the request or link to JSON files." }, { "info": { "name": "Microsoft Azure Deletes A Deployment From The Deployment History", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group with the deployment to delete. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Locatio" }, { "info": { "name": "Microsoft Azure Head Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments Deploymentname", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group with the deployment to check. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Checks whether the deployment exists." }, { "info": { "name": "Microsoft Azure Cancels A Currently Running Template Deployment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName/cancel", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resource group partially deployed." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments Deploymentname Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName/validate", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group the template will be deployed to. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager.." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments Deploymentname Whatif", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName/whatIf", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group the template will be deployed to. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Returns changes that will be made by the deployment if executed at the scope of the resource group." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments Deploymentname Exporttemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/:deploymentName/exportTemplate", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group. The name is case insensitive." }, { "name": "deploymentName", "value": "", "type": "path", "description": "The name of the deployment." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Exports the template used for specified deployment." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Resources Deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.Resources/deployments/", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group with the deployments to get. The name is case insensitive." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to get. If null is passed, returns all deployments." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Get all the deployments for a resource group." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Resources Calculatetemplatehash", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Resources/calculateTemplateHash", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Calculate the hash of the given template." } ] } ], "bundled": true }