{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AccountQuotas API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AccountQuotas", "type": "folder" }, "items": [ { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzurePlaywrightService/accounts/:accountName/quotas", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of account." } ] }, "docs": "List quotas for a given account." }, { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureplaywrightservice Accounts Accountname Quotas Quotaname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzurePlaywrightService/accounts/:accountName/quotas/:quotaName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "Name of account." }, { "name": "quotaName", "value": "", "type": "path", "description": "The Playwright service account quota name." } ] }, "docs": "Get quota by name for an account." } ] } ], "bundled": true }