{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RootCauseAnalysisDataSet API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RootCauseAnalysisDataSet", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Root Cause Analysis Data Set By Its Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id, should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Root Cause Analysis Data Set", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id, should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Root Cause Analysis Data Set", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id, should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Root Cause Analysis Data Sets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets", "params": [ { "name": "skip", "value": "", "type": "query", "description": "For paging, skipped number" }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items in one page" }, { "name": "filter", "value": "", "type": "query", "description": "The filter expression filters out the resources to be returned, currently contains(displayName, 'filter name’) is supported" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Upload Data To Root Cause Analysis Data Set By Partition", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps/:timestamp/partitions/:partitionId", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id. Should be a string of uuid" }, { "name": "timestamp", "value": "", "type": "path", "description": "Timestamp of the data, should be a string of ISO format" }, { "name": "partitionId", "value": "", "type": "path", "description": "The partition unique id,should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete Root Cause Analysis Data By Partition Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps/:timestamp/partitions/:partitionId", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "Data set unique id,should be a string of uuid" }, { "name": "timestamp", "value": "", "type": "path", "description": "The time stamp to be queried, should be a string of ISO format" }, { "name": "partitionId", "value": "", "type": "path", "description": "Data partition unique id,should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Upload Data To Root Cause Analysis Data Set By Block", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps:upload", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id,should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete Root Cause Analysis Data By Time Range", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps:purge", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id,should be a string of uuid" }, { "name": "start", "value": "", "type": "query", "description": "Start date time, should be ISO format" }, { "name": "end", "value": "", "type": "query", "description": "End date time, should be ISO format" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Data Meta For A Given Timestamp", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps/:timestamp/partitions", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id, should be a string of uuid" }, { "name": "timestamp", "value": "", "type": "path", "description": "The time stamp to be queried, should be a string of ISO format" }, { "name": "skip", "value": "", "type": "query", "description": "For paging, skipped number" }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure List Data Meta", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/dataSets/:dataSetId/timestamps", "params": [ { "name": "dataSetId", "value": "", "type": "path", "description": "The root cause analysis data set unique id, should be a string of uuid" }, { "name": "skip", "value": "", "type": "query", "description": "For paging, skipped number" }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of items in one page" }, { "name": "filter", "value": "", "type": "query", "description": "The filter expression filters out the resources, currently 2 kinds of operation are supported. They are timestamp ge XXXX and timestamp le XXXX. Timestamp must be ISO format" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }