{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Volumes Relocation API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Volumes Relocation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Relocate Volume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/relocate", "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": "Relocates volume to a new stamp" }, { "info": { "name": "Microsoft Azure Finalize Volume Relocation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/finalizeRelocation", "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": "Finalizes the relocation of the volume and cleans up the old volume." }, { "info": { "name": "Microsoft Azure Revert Volume Relocation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/capacityPools/:poolName/volumes/:volumeName/revertRelocation", "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": "Reverts the volume relocation process, cleans up the new volume and starts using the former-existing volume." } ] } ], "bundled": true }