{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"organization_id": "660e8400-e29b-41d4-a716-446655440001",
"project_id": "770e8400-e29b-41d4-a716-446655440002",
"name": "Production Services",
"description": "Critical production monitoring group",
"parent_group_id": null,
"created_by": "880e8400-e29b-41d4-a716-446655440003",
"check_count": 12,
"created_at": "2024-12-26T10:30:00Z",
"monitors": [
{
"id": "770e8400-e29b-41d4-a716-446655440010",
"name": "API Server",
"target_url": "https://api.example.com/health",
"type": "http",
"status": "active",
"group_id": "550e8400-e29b-41d4-a716-446655440000"
},
{
"id": "770e8400-e29b-41d4-a716-446655440011",
"name": "Database Server",
"target_url": "tcp://db.example.com:5432",
"type": "port",
"status": "active",
"group_id": "550e8400-e29b-41d4-a716-446655440000"
}
],
"children": [
{
"id": "880e8400-e29b-41d4-a716-446655440020",
"organization_id": "660e8400-e29b-41d4-a716-446655440001",
"project_id": "770e8400-e29b-41d4-a716-446655440002",
"name": "Web Services",
"description": "Frontend and web services",
"parent_group_id": "550e8400-e29b-41d4-a716-446655440000",
"check_count": 5,
"created_at": "2024-12-26T11:00:00Z"
},
{
"id": "880e8400-e29b-41d4-a716-446655440021",
"organization_id": "660e8400-e29b-41d4-a716-446655440001",
"project_id": "770e8400-e29b-41d4-a716-446655440002",
"name": "Cache Layer",
"description": "Redis and caching services",
"parent_group_id": "550e8400-e29b-41d4-a716-446655440000",
"check_count": 3,
"created_at": "2024-12-26T11:05:00Z"
}
],
"path": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Production Services"
}
]
}
}