{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Formulas API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Formulas", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Formulas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/formulas", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=description)'" }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation. Example: '$filter=contains(name,'myName')" }, { "name": "$top", "value": "", "type": "query", "description": "The maximum number of resources to return from the operation. Example: '$top=10'" }, { "name": "$orderby", "value": "", "type": "query", "description": "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "List formulas in a given lab." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Formulas Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/formulas/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "", "type": "path", "description": "The name of the formula." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=description)'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get formula." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Formulas Name", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/formulas/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "", "type": "path", "description": "The name of the formula." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Create or replace an existing formula. This operation can take a while to complete." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Formulas Name", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/formulas/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "", "type": "path", "description": "The name of the formula." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Allows modifying tags of formulas. All other properties will be ignored." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Formulas Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/formulas/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "name", "value": "", "type": "path", "description": "The name of the formula." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Delete formula." } ] } ], "bundled": true }