-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus-examples.json
More file actions
99 lines (99 loc) · 3.83 KB
/
status-examples.json
File metadata and controls
99 lines (99 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"examples": {
"operational": {
"description": "All systems running normally",
"data": {
"overallStatus": "operational",
"statusMessage": "All services are running normally.",
"maintenanceUpdates": [],
"faq": [
{
"question": "What is Materia?",
"answer": "Materia is a learning tool creation platform used at UCF to create and deploy interactive learning widgets."
},
{
"question": "How do I report an issue?",
"answer": "Please contact support through your institution's help desk or email support@materia.ucf.edu."
}
]
}
},
"degraded": {
"description": "Some services experiencing issues",
"data": {
"overallStatus": "degraded",
"statusMessage": "We are experiencing some performance issues. Services remain available but may be slower than usual.",
"maintenanceUpdates": [
{
"date": "2025-12-01 14:30 UTC",
"message": "Our team is investigating reports of slower than normal widget loading times. Services remain available but may experience delays."
}
],
"faq": [
{
"question": "What is Materia?",
"answer": "Materia is a learning tool creation platform used at UCF to create and deploy interactive learning widgets."
},
{
"question": "How do I report an issue?",
"answer": "Please contact support through your institution's help desk or email support@materia.ucf.edu."
}
]
}
},
"outage": {
"description": "Major service disruption",
"data": {
"overallStatus": "outage",
"statusMessage": "Materia is currently unavailable. Our team is actively working to restore service.",
"maintenanceUpdates": [
{
"date": "2025-12-01 15:30 UTC",
"message": "Update: We have identified the cause of the outage and are implementing a fix. Service should be restored within the hour."
},
{
"date": "2025-12-01 15:00 UTC",
"message": "Initial report: The application is currently unavailable. Our team is investigating the cause."
}
],
"faq": [
{
"question": "What is Materia?",
"answer": "Materia is a learning tool creation platform used at UCF to create and deploy interactive learning widgets."
},
{
"question": "How do I report an issue?",
"answer": "Please contact support through your institution's help desk or email support@materia.ucf.edu."
}
]
}
},
"maintenance": {
"description": "Scheduled maintenance in progress",
"data": {
"overallStatus": "maintenance",
"statusMessage": "Scheduled maintenance is currently in progress.",
"maintenanceUpdates": [
{
"date": "2025-12-01 20:00 UTC",
"message": "We are performing scheduled database maintenance. Services remain available but you may experience brief interruptions during this window."
},
{
"date": "2025-12-01 10:00 UTC",
"message": "Scheduled maintenance window: Sunday, December 1, 2025 from 8:00 PM to 11:00 PM UTC. Services may be briefly unavailable during this time."
}
],
"faq": [
{
"question": "What is Materia?",
"answer": "Materia is a learning tool creation platform used at UCF to create and deploy interactive learning widgets."
},
{
"question": "How do I report an issue?",
"answer": "Please contact support through your institution's help desk or email support@materia.ucf.edu."
}
]
}
}
}
}