Skip to main content

DesPartHealthCheckResult

Represents a health check result for a part.

type DesPartHealthCheckResult {
description: String!
healthCheckId: String!
severity: String!
shortDescription: String!
source: String!
}

Fields

DesPartHealthCheckResult.description ● String! non-null scalar

The detailed description of the health check result.

DesPartHealthCheckResult.healthCheckId ● String! non-null scalar

The identifier of the health check.

DesPartHealthCheckResult.severity ● String! non-null scalar

The severity level of the health check (e.g., *Clean*, *Warning*, *Error*, *FatalError*).

DesPartHealthCheckResult.shortDescription ● String! non-null scalar

The short description of the health check result.

DesPartHealthCheckResult.source ● String! non-null scalar

The source of the health check result (e.g., *SupplyPart*, *CustomPart*, *SiliconExpertPart*, *Z2DataPart*).