{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ProtectedItem API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ProtectedItem", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Protected Item", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems/:protectedItemName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." }, { "name": "protectedItemName", "value": "", "type": "path", "description": "The protected item name." } ] }, "docs": "Gets the details of the protected item." }, { "info": { "name": "Microsoft Azure Puts The Protected Item", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems/:protectedItemName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." }, { "name": "protectedItemName", "value": "", "type": "path", "description": "The protected item name." } ] }, "docs": "Creates the protected item." }, { "info": { "name": "Microsoft Azure Deletes The Protected Item", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems/:protectedItemName", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." }, { "name": "protectedItemName", "value": "", "type": "path", "description": "The protected item name." }, { "name": "forceDelete", "value": "", "type": "query", "description": "A flag indicating whether to do force delete or not." } ] }, "docs": "Removes the protected item." }, { "info": { "name": "Microsoft Azure Lists The Protected Items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." } ] }, "docs": "Gets the list of protected items in the given vault." }, { "info": { "name": "Microsoft Azure Performs Planned Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems/:protectedItemName/plannedFailover", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." }, { "name": "protectedItemName", "value": "", "type": "path", "description": "The protected item name." } ] }, "docs": "Performs the planned failover on the protected item." }, { "info": { "name": "Microsoft Azure Gets The Protected Item Operation Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataReplication/replicationVaults/:vaultName/protectedItems/:protectedItemName/operations/:operationId", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The vault name." }, { "name": "protectedItemName", "value": "", "type": "path", "description": "The protected item name." } ] }, "docs": "Tracks the results of an asynchronous operation on the protected item." } ] } ], "bundled": true }