swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector RootCauseAnalysisKind API schemes: - https tags: - name: RootCauseAnalysisKind paths: /rootCauseAnalysis/kinds: get: tags: - RootCauseAnalysisKind summary: Microsoft Azure Get Kind List For Root Cause Analysis operationId: microsoftAzureListrootcauseanalysiskinds produces: - application/json responses: '200': description: Success schema: $ref: '#/definitions/RootCauseAnalysisKindList' default: description: Client error or server error (4xx or 5xx) schema: $ref: '#/definitions/ErrorDetail' headers: x-ms-error-code: description: error code type: string x-ms-examples: Get kind list for root cause analysis: $ref: ./examples/ListRootCauseAnalysisKinds.json description: Needs a more full description created. definitions: RootCauseAnalysisKindList: required: - kinds type: object properties: kinds: description: Root cause analysis kind list type: array items: enum: - multidimensional type: string x-ms-enum: name: RootCauseAnalysisType modelAsString: true ErrorDetail: type: object properties: message: description: Human-readable error message type: string code: description: Error code type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'