Skip to content

Instantly share code, notes, and snippets.

@balasista
Last active March 24, 2023 01:34
Show Gist options
  • Save balasista/5234637499ac9f22797ff1682b6ed63d to your computer and use it in GitHub Desktop.
Save balasista/5234637499ac9f22797ff1682b6ed63d to your computer and use it in GitHub Desktop.
{
"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