From 721c224765c7015d720b8e72cc95778e9e345275 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 26 May 2025 14:16:35 +0200 Subject: [PATCH] Add dummy data --- dummy-data/gatus/api/v1/endpoints/statuses | 211 +++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 dummy-data/gatus/api/v1/endpoints/statuses diff --git a/dummy-data/gatus/api/v1/endpoints/statuses b/dummy-data/gatus/api/v1/endpoints/statuses new file mode 100644 index 0000000..e859f21 --- /dev/null +++ b/dummy-data/gatus/api/v1/endpoints/statuses @@ -0,0 +1,211 @@ +[ + { + "name": "Gateway", + "group": "Services", + "key": "services_gateway", + "results": [ + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 8752855, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:35:41.784208588Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 8784324, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:40:41.804489793Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 8506461, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:45:41.837925713Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 9101240, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:50:41.848391366Z" + } + ] + }, + { + "name": "Website", + "group": "Services", + "key": "services_website", + "results": [ + { + "status": 200, + "hostname": "www.example.com", + "duration": 8752855, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": false + } + ], + "success": false, + "timestamp": "2025-05-26T07:35:41.784208588Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 8784324, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": false + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + }, + ], + "success": false, + "timestamp": "2025-05-26T07:40:41.804489793Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 8506461, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:45:41.837925713Z" + }, + { + "status": 200, + "hostname": "gateway.example.com", + "duration": 9101240, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": true + }, + { + "condition": "[RESPONSE_TIME] < 500", + "success": true + } + ], + "success": true, + "timestamp": "2025-05-26T07:50:41.848391366Z" + } + ] + }, + { + "name": "DNS", + "group": "Services", + "key": "services_dns", + "results": [ + { + "status": 200, + "hostname": "ns1.example", + "duration": 8752855, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": false + } + ], + "success": false, + "timestamp": "2025-05-26T07:35:41.784208588Z" + }, + { + "status": 200, + "hostname": "ns1.example.com", + "duration": 8784324, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": false + } + ], + "success": false, + "timestamp": "2025-05-26T07:40:41.804489793Z" + }, + { + "status": 200, + "hostname": "ns1.example.com", + "duration": 8506461, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": false + } + ], + "success": false, + "timestamp": "2025-05-26T07:45:41.837925713Z" + }, + { + "status": 200, + "hostname": "ns1.example.com", + "duration": 9101240, + "conditionResults": [ + { + "condition": "[STATUS] == 200", + "success": false + } + ], + "success": false, + "timestamp": "2025-05-26T07:50:41.848391366Z" + } + ] + } +]