- specId:
- 3682451a-c1d3-4665-a0cf-c7b57031bd99
- createdAt:
- 2026-07-19T19:20:16.408Z
- contentHash:
- sha256:eb981cfc…
- validation:
- 0.2 ·
- registry:
- 0.2
API: https://rapidui.dev/api/specs/3682451a-c1d3-4665-a0cf-c7b57031bd99
Ops Weekly Dashboard
Operations-first RUI (v0.2). Full operations inspector ships in Phase 5 — showing summary counts below.
- Entities
- 2
- Operations
- 2
- Transitions
- 0
- browse·Incidents
- browse·Teams by Region
Raw JSON
{
"app": {
"title": "Ops Weekly Dashboard"
},
"version": "0.2",
"entities": [
{
"id": "ent-incidents",
"label": "Incidents",
"entrypoints": [
"op-browse-incidents"
],
"operationIds": [
"op-browse-incidents"
]
},
{
"id": "ent-teams",
"label": "Teams",
"entrypoints": [
"op-browse-teams"
],
"operationIds": [
"op-browse-teams"
]
}
],
"operations": [
{
"id": "op-browse-incidents",
"data": {
"mode": "static",
"records": [
{
"owner": "alice",
"status": "Open",
"severity": "P1"
},
{
"owner": "bob",
"status": "Open",
"severity": "P2"
},
{
"owner": "carol",
"status": "Resolved",
"severity": "P3"
},
{
"owner": "dave",
"status": "Open",
"severity": "P2"
},
{
"owner": "eve",
"status": "Resolved",
"severity": "P1"
}
]
},
"type": "browse",
"route": "/incidents",
"title": "Incidents",
"entityId": "ent-incidents",
"presentation": {
"header": {
"metrics": [
{
"key": "open-count",
"label": "Open",
"value": 3
},
{
"key": "resolved-today",
"label": "Resolved Today",
"value": 2
}
]
},
"layout": "table",
"columns": [
{
"key": "severity",
"label": "Severity"
},
{
"key": "status",
"label": "Status"
},
{
"key": "owner",
"label": "Owner"
}
]
}
},
{
"id": "op-browse-teams",
"data": {
"mode": "static",
"records": [
{
"team": "Platform",
"region": "AMER",
"headcount": 12
},
{
"team": "Platform",
"region": "EMEA",
"headcount": 8
},
{
"team": "SRE",
"region": "AMER",
"headcount": 6
},
{
"team": "SRE",
"region": "APAC",
"headcount": 4
},
{
"team": "Security",
"region": "AMER",
"headcount": 5
},
{
"team": "Security",
"region": "EMEA",
"headcount": 3
}
]
},
"type": "browse",
"route": "/teams",
"title": "Teams by Region",
"entityId": "ent-teams",
"presentation": {
"layout": "table",
"columns": [
{
"key": "team",
"label": "Team"
},
{
"key": "region",
"label": "Region"
},
{
"key": "headcount",
"label": "Headcount"
}
]
}
}
],
"transitions": []
}