-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
36 lines (35 loc) · 905 Bytes
/
db.json
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
{
"success": {
"total": 4,
"assignments": [
{
"question": "Create a Jenkins pipeline for CI/CD",
"date": "2024-03-16",
"title": "DevOps Task",
"id": "1"
},
{
"question": "Deploy Docker containers using Kubernetes",
"date": "2024-03-15",
"title": "DevOps Task",
"id": "2"
},
{
"question": "Automate server provisioning with Ansible",
"date": "2024-03-14",
"title": "DevOps Task",
"id": "3"
},
{
"question": "Monitor system health using Prometheus and Grafana",
"date": "2024-03-13",
"title": "DevOps Task",
"id": "4"
}
]
},
"error": {
"message": "Failed to retrieve DevOps tasks",
"code": 500
}
}