swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector diagnosticOperations API schemes: - https tags: - name: diagnosticOperations paths: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/diagnosticOperations/{operationId}: get: tags: - diagnosticOperations operationId: microsoftAzureDiagnosticoperationsRead description: Gets status of a Diagnostic operation issued for Disk Inspection. parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/OperationIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/ComputeDiagnosticsOperationResult' '202': description: Accepted headers: Location: type: string default: description: Error response describing why the operation failed. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: Gets the status of a scheduled disk inspection request.: $ref: ./examples/GetDiagnosticOperation.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Diagnosticoperations Operationid definitions: ComputeDiagnosticsOperationResult: type: object properties: message: type: string description: The result of the disk inspection operation. responseFields: type: string description: The response fields of the disk inspection operation. resultStatus: type: string enum: - Success - Failed x-ms-enum: name: resultStatus modelAsString: true description: Result status of the async operation. errorDetail: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorDetail description: The API error details. createdUTC: type: string format: date-time description: The time when the disk inspection was completed. description: Api output result when Compute Diagnostic operation is completed. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'