{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DataCollectionEndpoints API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DataCollectionEndpoints", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Lists All Data Collection Endpoints In The Specified Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/dataCollectionEndpoints" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Lists All Data Collection Endpoints In The Specified Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Insights/dataCollectionEndpoints" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Returns The Specified Data Collection Endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/dataCollectionEndpoints/:dataCollectionEndpointName", "params": [ { "name": "dataCollectionEndpointName", "value": "", "type": "path", "description": "The name of the data collection endpoint. The name is case insensitive." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates Or Updates A Data Collection Endpoint", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/dataCollectionEndpoints/:dataCollectionEndpointName", "params": [ { "name": "dataCollectionEndpointName", "value": "", "type": "path", "description": "The name of the data collection endpoint. The name is case insensitive." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates Part Of A Data Collection Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/dataCollectionEndpoints/:dataCollectionEndpointName", "params": [ { "name": "dataCollectionEndpointName", "value": "", "type": "path", "description": "The name of the data collection endpoint. The name is case insensitive." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes A Data Collection Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Insights/dataCollectionEndpoints/:dataCollectionEndpointName", "params": [ { "name": "dataCollectionEndpointName", "value": "", "type": "path", "description": "The name of the data collection endpoint. The name is case insensitive." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }