{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WebServices API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WebServices", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices Webservicename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices/:webServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "webServiceName", "value": "", "type": "path", "description": "The name of the web service." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices Webservicename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices/:webServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "webServiceName", "value": "", "type": "path", "description": "The name of the web service." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Create or update a web service. This call will overwrite an existing web service. Note that there is no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new web service, call the Get operation first to verify that it does not exist." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices Webservicename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices/:webServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "webServiceName", "value": "", "type": "path", "description": "The name of the web service." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To determine whether it has completed successfully, you must perform a Get operation." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices Webservicename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices/:webServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "webServiceName", "value": "", "type": "path", "description": "The name of the web service." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Deletes the specified web service." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices Webservicename Listkeys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices/:webServiceName/listKeys", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "webServiceName", "value": "", "type": "path", "description": "The name of the web service." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Gets the access keys for the specified web service." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Machinelearning Webservices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.MachineLearning/webServices", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group in which the web service is located." }, { "name": "$skiptoken", "value": "", "type": "query", "description": "Continuation token for pagination." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Gets the web services in the specified resource group." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Machinelearning Webservices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.MachineLearning/webServices", "params": [ { "name": "$skiptoken", "value": "", "type": "query", "description": "Continuation token for pagination." }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the Microsoft.MachineLearning resource provider API to use." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." } ] }, "docs": "Gets the web services in the specified subscription." } ] } ], "bundled": true }