{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Backup Vaults API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Backup Vaults", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Describe All Backup Vaults", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/backupVaults", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" } ] }, "docs": "List and describe all Backup Vaults in the NetApp account." }, { "info": { "name": "Microsoft Azure Describe The Backup Vault", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/backupVaults/:backupVaultName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "backupVaultName", "value": "", "type": "path", "description": "The name of the Backup Vault" } ] }, "docs": "Get the Backup Vault" }, { "info": { "name": "Microsoft Azure Create Or Update A Backup Vault", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/backupVaults/:backupVaultName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "backupVaultName", "value": "", "type": "path", "description": "The name of the Backup Vault" } ] }, "docs": "Create or update the specified Backup Vault in the NetApp account" }, { "info": { "name": "Microsoft Azure Update Netapp Backup Vault", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/backupVaults/:backupVaultName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "backupVaultName", "value": "", "type": "path", "description": "The name of the Backup Vault" } ] }, "docs": "Patch the specified NetApp Backup Vault" }, { "info": { "name": "Microsoft Azure Delete Netapp Backup Vault", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.NetApp/netAppAccounts/:accountName/backupVaults/:backupVaultName", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the NetApp account" }, { "name": "backupVaultName", "value": "", "type": "path", "description": "The name of the Backup Vault" } ] }, "docs": "Delete the specified Backup Vault" } ] } ], "bundled": true }