Uptime Timeline

Visual timeline of service uptime over a rolling window with per-day status blocks.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailColour blocks may collapse.
Fields
FieldType
uptimenumber. Uptime percentage (0–100).required
Example payload
{
  "type": "uptime_timeline",
  "uptime": 1
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →