swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector diagnostics_DiskInspection API schemes: - https tags: - name: diagnostics_DiskInspection paths: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/diagnostics/diskInspection: get: tags: - diagnostics_DiskInspection operationId: microsoftAzureDiskinspectionGet description: Gets a specific Compute diagnostic for a subscription in a location. 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/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/ComputeDiagnosticBase' default: description: Error response describing why the get call 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/GetDiskInspection.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Diagnostics Diskinspection definitions: ComputeDiagnosticBase: description: Contains metadata of a diagnostic type type: object properties: properties: $ref: '#/definitions/DiagnosticProperties' allOf: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource DiagnosticProperties: description: Contains additional properties of a diagnostic type: object properties: supportedResourceTypes: type: array items: type: string description: Describes what are the supported resource types for a diagnostic. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'