{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Subvolumes API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Subvolumes", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Of All The Subvolumes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes", "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": "Returns a list of the subvolumes in the volume" }, { "info": { "name": "Microsoft Azure Get The Path Associated With The Subvolumename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes/:subvolumeName", "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": "subvolumeName", "value": "", "type": "path", "description": "The name of the subvolume." } ] }, "docs": "Returns the path associated with the subvolumeName provided" }, { "info": { "name": "Microsoft Azure Create Or Clone A New Subvolume", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes/:subvolumeName", "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": "subvolumeName", "value": "", "type": "path", "description": "The name of the subvolume." } ] }, "docs": "Creates a subvolume in the path or clones the subvolume mentioned in the parentPath" }, { "info": { "name": "Microsoft Azure Update A Subvolume", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes/:subvolumeName", "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": "subvolumeName", "value": "", "type": "path", "description": "The name of the subvolume." } ] }, "docs": "Patch a subvolume" }, { "info": { "name": "Microsoft Azure Delete A Subvolume", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes/:subvolumeName", "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": "subvolumeName", "value": "", "type": "path", "description": "The name of the subvolume." } ] }, "docs": "Delete subvolume" }, { "info": { "name": "Microsoft Azure Describe A Subvolume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/subvolumes/:subvolumeName/getMetadata", "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": "subvolumeName", "value": "", "type": "path", "description": "The name of the subvolume." } ] }, "docs": "Get details of the specified subvolume" } ] } ], "bundled": true }