{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Vault API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Vault", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Vault", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Gets the details of the vault." }, { "info": { "name": "Microsoft Azure Puts The Vault", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Creates the vault." }, { "info": { "name": "Microsoft Azure Updates The Vault", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Performs update on the vault." }, { "info": { "name": "Microsoft Azure Deletes The Vault", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Removes the vault." }, { "info": { "name": "Microsoft Azure Lists The Vaults", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.DataReplication/replicationVaults", "params": [ { "name": "continuationToken", "value": "", "type": "query", "description": "Continuation token from the previous call." } ] }, "docs": "Gets the list of vaults in the given subscription." }, { "info": { "name": "Microsoft Azure Lists The Vaults", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults", "params": [ { "name": "continuationToken", "value": "", "type": "query", "description": "Continuation token from the previous call." } ] }, "docs": "Gets the list of vaults in the given subscription and resource group." }, { "info": { "name": "Microsoft Azure Gets The Vault Operation Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/operations/:operationId", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Tracks the results of an asynchronous operation on the vault." } ] } ], "bundled": true }