{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Managed CCF API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Managed CCF", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Retrieves Information About A Managed Ccf Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Retrieves the properties of a Managed CCF app." }, { "info": { "name": "Microsoft Azure Creates A Managed Ccf", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Creates a Managed CCF with the specified Managed CCF parameters." }, { "info": { "name": "Microsoft Azure Update Managed Ccf Properties", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Updates properties of Managed CCF" }, { "info": { "name": "Microsoft Azure Deletes A Managed Ccf Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Deletes an existing Managed CCF." }, { "info": { "name": "Microsoft Azure Retrieves Information About All Managed Ccf Resources Under The Given Subscription And Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'" } ] }, "docs": "Retrieves the properties of all Managed CCF apps." }, { "info": { "name": "Microsoft Azure Retrieves Information About All Managed Ccf Resources Under The Given Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ConfidentialLedger/managedCCFs/", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'" } ] }, "docs": "Retrieves the properties of all Managed CCF." }, { "info": { "name": "Microsoft Azure Performs The Backup Operation On A Managed Ccf Resource", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName/backup", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Backs up a Managed CCF Resource." }, { "info": { "name": "Microsoft Azure Performs The Restore Operation To Spin Up A Newly Restored Managed Ccf Resource", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ConfidentialLedger/managedCCFs/:appName/restore", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Managed CCF" } ] }, "docs": "Restores a Managed CCF Resource." } ] } ], "bundled": true }