From 874c7ad69ef3ef4856604442062b812ec892d47c Mon Sep 17 00:00:00 2001
From: StarFleetCPTN
Leave empty to use default test payload
@@ -692,27 +692,27 @@ templ AdminTools(ctx context.Context, data AdminToolsData) {
{
- "event_type": "job_execution",
- "job_id": 123,
- "job_name": "Test Job",
- "config_id": 456,
- "config_name": "Test Config",
- "status": "completed",
- "start_time": "2023-06-18T15:30:45Z",
- "end_time": "2023-06-18T15:35:12Z",
- "duration_seconds": 267,
- "history_id": 789,
- "bytes_transferred": 1048576,
- "files_transferred": 5,
- "source": {
- "type": "local",
- "path": "/path/to/source"
- },
- "destination": {
- "type": "s3",
- "path": "bucket/path"
- }
-}
+ "event_type": "job_execution",
+ "job_id": 123,
+ "job_name": "Test Job",
+ "config_id": 456,
+ "config_name": "Test Config",
+ "status": "completed",
+ "start_time": "2023-06-18T15:30:45Z",
+ "end_time": "2023-06-18T15:35:12Z",
+ "duration_seconds": 267,
+ "history_id": 789,
+ "bytes_transferred": 1048576,
+ "files_transferred": 5,
+ "source": {
+ "type": "local",
+ "path": "/path/to/source"
+ },
+ "destination": {
+ "type": "s3",
+ "path": "bucket/path"
+ }
+ }
{
- "event_type": "job_execution",
- "job_id": 123,
- "job_name": "Daily Backup",
- "config_id": 456,
- "config_name": "Backup Config",
- "status": "completed",
- "start_time": "2023-06-18T15:30:45Z",
- "end_time": "2023-06-18T15:35:12Z",
- "duration_seconds": 267,
- "history_id": 789,
- "bytes_transferred": 1048576,
- "files_transferred": 5,
- "source": {
- "type": "local",
- "path": "/path/to/source"
- },
- "destination": {
- "type": "s3",
- "path": "bucket/path"
- }
-}
+ {
+ "event_type": "job_execution",
+ "job_id": 123,
+ "job_name": "Daily Backup",
+ "config_id": 456,
+ "config_name": "Backup Config",
+ "status": "completed",
+ "start_time": "2023-06-18T15:30:45Z",
+ "end_time": "2023-06-18T15:35:12Z",
+ "duration_seconds": 267,
+ "history_id": 789,
+ "bytes_transferred": 1048576,
+ "files_transferred": 5,
+ "source": {
+ "type": "local",
+ "path": "/path/to/source"
+ },
+ "destination": {
+ "type": "s3",
+ "path": "bucket/path"
+ }
+ }