Files
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

37 lines
807 B
JSON

{
"schemaVersion": 1,
"id": "array-degraded",
"name": "Array degraded fixture",
"description": "Read-only captured/simulated array membership fault.",
"initialState": {
"array": {
"status": "operational",
"missingDisks": 0
}
},
"timeline": [
{
"atSeconds": 30,
"action": "set-entity-status",
"payload": {
"entity": "fixture-array",
"status": "critical",
"facts": {
"missingDisks": 1,
"emulatedDisk": "disk3"
}
}
}
],
"expectedOutcomes": [
{
"bySeconds": 60,
"assertion": "Array and global status become critical with the missing/emulated disk reason."
},
{
"bySeconds": 60,
"assertion": "No repair/start/stop/correct action is offered."
}
]
}