{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RootCauseAnalysisInstance API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RootCauseAnalysisInstance", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Query An Instance Information For Root Cause Analysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create An Instance For Root Cause Analysis", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete An Instance For Root Cause Analysis", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Instance List For Root Cause Analysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/instances", "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." } ] } ], "bundled": true }