{
"data": {
"id": "dash_abc123",
"name": "API Monitoring",
"description": "Real-time API performance",
"widgets": [
{
"id": "widget_1",
"type": "number",
"title": "Requests/min",
"position": { "x": 0, "y": 0, "width": 2, "height": 1 },
"query": {
"metric": "api.requests",
"aggregation": "rate"
},
"value": 1234
},
{
"id": "widget_2",
"type": "graph",
"title": "Response Time (P95)",
"position": { "x": 2, "y": 0, "width": 4, "height": 2 },
"query": {
"metric": "api.response_time",
"aggregation": "p95"
},
"series": [
{ "timestamp": "2024-01-15T10:00:00Z", "value": 125.3 },
{ "timestamp": "2024-01-15T10:05:00Z", "value": 132.1 }
]
}
]
}
}