{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector VolumeQuotaRules API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "VolumeQuotaRules", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All Quota Rules For A Volume", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/volumeQuotaRules", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "poolName", "value": "", "type": "path", "description": "The name of the capacity pool" }, { "name": "volumeName", "value": "", "type": "path", "description": "The name of the volume" } ] }, "docs": "List all quota rules associated with the volume" }, { "info": { "name": "Microsoft Azure Describe A Quota Rule", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/volumeQuotaRules/:volumeQuotaRuleName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "poolName", "value": "", "type": "path", "description": "The name of the capacity pool" }, { "name": "volumeName", "value": "", "type": "path", "description": "The name of the volume" }, { "name": "volumeQuotaRuleName", "value": "", "type": "path", "description": "The name of volume quota rule" } ] }, "docs": "Get details of the specified quota rule" }, { "info": { "name": "Microsoft Azure Create A Quota Rule", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/volumeQuotaRules/:volumeQuotaRuleName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "poolName", "value": "", "type": "path", "description": "The name of the capacity pool" }, { "name": "volumeName", "value": "", "type": "path", "description": "The name of the volume" }, { "name": "volumeQuotaRuleName", "value": "", "type": "path", "description": "The name of volume quota rule" } ] }, "docs": "Create the specified quota rule within the given volume" }, { "info": { "name": "Microsoft Azure Update A Quota Rule", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/volumeQuotaRules/:volumeQuotaRuleName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "poolName", "value": "", "type": "path", "description": "The name of the capacity pool" }, { "name": "volumeName", "value": "", "type": "path", "description": "The name of the volume" }, { "name": "volumeQuotaRuleName", "value": "", "type": "path", "description": "The name of volume quota rule" } ] }, "docs": "Patch a quota rule" }, { "info": { "name": "Microsoft Azure Delete A Quota Rule", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/volumeQuotaRules/:volumeQuotaRuleName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "poolName", "value": "", "type": "path", "description": "The name of the capacity pool" }, { "name": "volumeName", "value": "", "type": "path", "description": "The name of the volume" }, { "name": "volumeQuotaRuleName", "value": "", "type": "path", "description": "The name of volume quota rule" } ] }, "docs": "Delete quota rule" } ] } ], "bundled": true }