MaintenanceReadiness interface
Maintenance readiness details
Properties
| failed |
A list of failed checks, if any |
| last |
The timestamp of the last readiness update |
| message | A summary message of the readiness check result |
| status | The current readiness status of maintenance |
| type | The type of maintenance readiness check |
Property Details
failedChecks
A list of failed checks, if any
failedChecks?: MaintenanceFailedCheck[]
Property Value
lastUpdated
The timestamp of the last readiness update
lastUpdated?: Date
Property Value
Date
message
A summary message of the readiness check result
message?: string
Property Value
string
status
The current readiness status of maintenance
status: string
Property Value
string
type
The type of maintenance readiness check
type: string
Property Value
string