{"createSurface": {"id": "dash_001", "title": "API Health Dashboard", "layout": "scroll"}} {"updateComponents": {"components": [{"id": "root", "component": "Column", "children": ["header", "stats_row", "div1", "health_card", "div2", "actions_row"]}, {"id": "header", "component": "Text", "variant": "h1", "text": "API Health Dashboard"}, {"id": "stats_row", "component": "Row", "justify": "spaceBetween", "children": ["card_uptime", "card_latency", "card_errors"]}, {"id": "card_uptime", "component": "Card", "children": ["lbl_uptime", "val_uptime"]}, {"id": "lbl_uptime", "component": "Text", "variant": "caption", "text": "Uptime"}, {"id": "val_uptime", "component": "Text", "variant": "h2", "text": {"path": "/uptime"}}, {"id": "card_latency", "component": "Card", "children": ["lbl_latency", "val_latency"]}, {"id": "lbl_latency", "component": "Text", "variant": "caption", "text": "Avg Latency"}, {"id": "val_latency", "component": "Text", "variant": "h2", "text": {"path": "/latency"}}, {"id": "card_errors", "component": "Card", "children": ["lbl_errors", "val_errors"]}, {"id": "lbl_errors", "component": "Text", "variant": "caption", "text": "Error Rate"}, {"id": "val_errors", "component": "Text", "variant": "h2", "text": {"path": "/error_rate"}}, {"id": "div1", "component": "Divider"}, {"id": "health_card", "component": "Card", "children": ["health_title", "health_progress", "chip_row"]}, {"id": "health_title", "component": "Text", "variant": "h3", "text": "System Health"}, {"id": "health_progress", "component": "Progress", "label": "Overall Health", "value": 0.92}, {"id": "chip_row", "component": "Row", "children": ["chip_api", "chip_db", "chip_cache"]}, {"id": "chip_api", "component": "Chip", "label": "API: OK"}, {"id": "chip_db", "component": "Chip", "label": "DB: OK"}, {"id": "chip_cache", "component": "Chip", "label": "Cache: OK"}, {"id": "div2", "component": "Divider"}, {"id": "actions_row", "component": "Row", "children": ["btn_refresh", "btn_logs"]}, {"id": "btn_refresh", "component": "Button", "variant": "primary", "text": "Refresh", "action": "refresh_dashboard"}, {"id": "btn_logs", "component": "Button", "variant": "outlined", "text": "View Logs", "action": "view_logs"}]}} {"updateDataModel": {"path": "/uptime", "value": "99.9%"}} {"updateDataModel": {"path": "/latency", "value": "142ms"}} {"updateDataModel": {"path": "/error_rate", "value": "0.1%"}}