Visual timeline of service uptime over a rolling window with per-day status blocks.
| Surface | Note |
|---|---|
| Colour blocks may collapse. |
| Field | Type | |
|---|---|---|
| uptime | number. Uptime percentage (0–100). | required |
{
"type": "uptime_timeline",
"uptime": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:uptime_timeline",
"displayName": "Uptime Timeline",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/uptime_timeline",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Visual timeline of service uptime over a rolling window with per-day status blocks.",
"representativeQueries": [
"show a 30-day uptime timeline with per-day status blocks",
"visual timeline of service uptime over a rolling window with per-day status blocks.",
"render a uptime timeline"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →