Last active
March 24, 2023 01:34
-
-
Save balasista/5234637499ac9f22797ff1682b6ed63d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "alerts": [ | |
| { | |
| "id": 1, | |
| "title": "Server Down", | |
| "description": "The server is down and needs to be restarted", | |
| "severity": "critical", | |
| "timestamp": "2023-03-23T09:30:00Z", | |
| "created_timestamp": "2023-03-23T09:28:00Z", | |
| "last_updated_timestamp": "2023-03-23T09:30:00Z", | |
| "resolved": false, | |
| "tag_name": "server_status_restart" | |
| }, | |
| { | |
| "id": 2, | |
| "title": "High CPU usage", | |
| "description": "The CPU usage is above 90%", | |
| "severity": "warning", | |
| "timestamp": "2023-03-22T14:45:00Z", | |
| "created_timestamp": "2023-03-22T14:43:00Z", | |
| "last_updated_timestamp": "2023-03-22T14:45:00Z", | |
| "resolved": true, | |
| "tag_name": "CPU_usage_performance" | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment