{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RootCauseAnalysisModel API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RootCauseAnalysisModel", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Query A Training Task State For Root Cause Analysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models/:modelId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." }, { "name": "modelId", "value": "", "type": "path", "description": "Model unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Training Model For Root Cause Analysis", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models/:modelId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid" }, { "name": "modelId", "value": "", "type": "path", "description": "Model unique id, should be a string of uuid" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Model For Root Cause Analysis", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models/:modelId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." }, { "name": "modelId", "value": "", "type": "path", "description": "Model unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Query Training Task State List For Root Cause Analysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance 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 to be returned, currently contains(displayName, 'filter name’) is supported" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Query An Inference Task State For Root Cause Analysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models/:modelId/inferences/:inferenceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." }, { "name": "modelId", "value": "", "type": "path", "description": "Model unique id, should be a string of uuid." }, { "name": "inferenceId", "value": "", "type": "path", "description": "Inference unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create An Inference Task For Root Cause Analysis", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/rootCauseAnalysis/instances/:instanceId/models/:modelId/inferences/:inferenceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "Instance unique id, should be a string of uuid." }, { "name": "modelId", "value": "", "type": "path", "description": "Model unique id, should be a string of uuid." }, { "name": "inferenceId", "value": "", "type": "path", "description": "Inference unique id, should be a string of uuid." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }