-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-notifications.json
More file actions
208 lines (208 loc) · 8.21 KB
/
test-notifications.json
File metadata and controls
208 lines (208 loc) · 8.21 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"version": "1.0.0",
"lastUpdated": "2025-01-18T15:30:00Z",
"notifications": [
{
"id": "new-release-v1.2.0",
"type": "release",
"priority": "medium",
"title": "ThingConnect Pulse v1.2.0 Released",
"message": "New features include enhanced monitoring capabilities, improved dashboard, and performance optimizations. This release brings significant improvements to the user experience.",
"actionUrl": "https://github.com/MachDatum/ThingConnect.Pulse/releases/tag/v1.2.0",
"actionText": "View Release Notes",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-02-18T23:59:59Z",
"targetVersions": [">=1.0.0"],
"showOnce": false
},
{
"id": "new-critical-security-update",
"type": "warning",
"priority": "critical",
"title": "Critical Security Update Required",
"message": "A critical security vulnerability has been discovered in older versions. Please update to the latest version immediately to ensure your system remains secure.",
"actionUrl": "https://github.com/MachDatum/ThingConnect.Pulse/releases/latest",
"actionText": "Download Update",
"validFrom": "2025-01-10T00:00:00Z",
"validUntil": "2025-02-10T23:59:59Z",
"targetVersions": ["<1.1.5"],
"showOnce": true
},
{
"id": "new-maintenance-jan-2025",
"type": "maintenance",
"priority": "high",
"title": "Scheduled Maintenance Window",
"message": "Our notification service will undergo maintenance on January 25th from 2:00 AM to 4:00 AM UTC. Some features may be temporarily unavailable.",
"actionUrl": "https://status.thingconnect.io",
"actionText": "View Status Page",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-01-26T00:00:00Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-info-tips-monitoring",
"type": "info",
"priority": "low",
"title": "Pro Tip: Monitoring Best Practices",
"message": "Did you know you can configure custom check intervals for different endpoint types? Visit the configuration page to optimize your monitoring setup.",
"actionUrl": "https://docs.thingconnect.io/pulse/user-guide/configuration",
"actionText": "Learn More",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-03-18T23:59:59Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-feature-announcement-dashboard",
"type": "release",
"priority": "low",
"title": "New Dashboard Features",
"message": "Explore the new dashboard widgets and customization options available in the latest update.",
"actionUrl": "https://docs.thingconnect.io/pulse/user-guide/dashboard",
"actionText": "View Guide",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-04-18T23:59:59Z",
"targetVersions": [">=1.1.0"],
"showOnce": false
},
{
"id": "new-deprecation-warning-api",
"type": "warning",
"priority": "medium",
"title": "API Deprecation Notice",
"message": "The legacy API endpoints will be deprecated in v2.0.0. Please update your integrations to use the new API structure.",
"actionUrl": "https://docs.thingconnect.io/pulse/api/migration",
"actionText": "Migration Guide",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-06-18T23:59:59Z",
"targetVersions": ["<2.0.0"],
"showOnce": false
},
{
"id": "new-community-discord",
"type": "info",
"priority": "low",
"title": "Join Our Community",
"message": "Connect with other ThingConnect Pulse users, get help, and share your experiences in our Discord community.",
"actionUrl": "https://discord.gg/thingconnect",
"actionText": "Join Discord",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-12-31T23:59:59Z",
"targetVersions": [],
"showOnce": true
},
{
"id": "new-emergency-hotfix",
"type": "warning",
"priority": "critical",
"title": "Emergency Hotfix Available",
"message": "A critical issue affecting monitoring accuracy has been fixed. This hotfix resolves connectivity issues with certain network devices.",
"actionUrl": "https://github.com/MachDatum/ThingConnect.Pulse/releases/tag/v1.1.6",
"actionText": "Download Hotfix",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-02-01T23:59:59Z",
"targetVersions": ["1.1.5"],
"showOnce": false
},
{
"id": "new-feature-request-survey",
"type": "info",
"priority": "medium",
"title": "Help Shape the Future",
"message": "Your feedback matters! Take our 5-minute survey to help us prioritize new features and improvements for ThingConnect Pulse.",
"actionUrl": "https://survey.thingconnect.io/pulse-feedback",
"actionText": "Take Survey",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-02-28T23:59:59Z",
"targetVersions": [],
"showOnce": true
},
{
"id": "new-beta-testing-program",
"type": "release",
"priority": "medium",
"title": "Beta Testing Program",
"message": "Be the first to try new features! Join our beta testing program to get early access to upcoming releases and help us improve the product.",
"actionUrl": "https://thingconnect.io/pulse/beta",
"actionText": "Join Beta",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-03-31T23:59:59Z",
"targetVersions": [">=1.0.0"],
"showOnce": true
},
{
"id": "new-training-webinar",
"type": "info",
"priority": "medium",
"title": "Free Training Webinar",
"message": "Learn advanced monitoring techniques and best practices in our upcoming webinar on February 15th at 2 PM UTC.",
"actionUrl": "https://thingconnect.io/webinars/advanced-monitoring",
"actionText": "Register Now",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-02-15T14:00:00Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-database-migration-notice",
"type": "maintenance",
"priority": "high",
"title": "Database Migration Required",
"message": "A database migration is required for the next update. Please ensure you have a backup before upgrading to v1.3.0.",
"actionUrl": "https://docs.thingconnect.io/pulse/admin/backup",
"actionText": "Backup Guide",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-03-01T23:59:59Z",
"targetVersions": ["<1.3.0"],
"showOnce": false
},
{
"id": "new-performance-optimization-tips",
"type": "info",
"priority": "low",
"title": "Performance Optimization Tips",
"message": "Monitoring large networks? Check out our performance optimization guide to ensure smooth operation with hundreds of endpoints.",
"actionUrl": "https://docs.thingconnect.io/pulse/admin/performance",
"actionText": "Read Guide",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-12-31T23:59:59Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-expired-notification-test",
"type": "info",
"priority": "low",
"title": "This Should Not Appear",
"message": "This notification has expired and should not be visible in the UI.",
"validFrom": "2024-01-01T00:00:00Z",
"validUntil": "2024-12-31T23:59:59Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-future-notification-test",
"type": "info",
"priority": "low",
"title": "Future Notification",
"message": "This notification is set for the future and should not appear yet.",
"validFrom": "2026-01-01T00:00:00Z",
"validUntil": "2026-12-31T23:59:59Z",
"targetVersions": [],
"showOnce": false
},
{
"id": "new-no-action-notification",
"type": "maintenance",
"priority": "low",
"title": "Simple Maintenance Notice",
"message": "This is a notification without action buttons. It provides information only.",
"validFrom": "2025-01-18T00:00:00Z",
"validUntil": "2025-02-18T23:59:59Z",
"targetVersions": [],
"showOnce": false
}
]
}