{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheck", "title": "cloudPcOnPremisesConnectionHealthCheck", "required": [ "@odata.type" ], "type": "object", "properties": { "additionalDetail": { "type": "string", "description": "Additional details about the health check or the recommended action. For exmaple, the string value can be download.microsoft.com:443;software-download.microsoft.com:443; Read-only.", "nullable": true }, "correlationId": { "type": "string", "description": "The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.", "nullable": true }, "displayName": { "type": "string", "description": "The display name for this health check item.", "nullable": true }, "endDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.", "format": "date-time" }, "errorType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType" }, { "type": "object", "nullable": true } ], "description": "The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only." }, "recommendedAction": { "type": "string", "description": "The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.", "nullable": true }, "startDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The value cannot be modified and is automatically populated when the health check starts. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.", "format": "date-time" }, "status": { "$ref": "#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatus" }, "@odata.type": { "type": "string" } } }