Skip to main content
Components are the building blocks of a StatusPageV3 page. A component is either a SERVICE (a monitored thing with its own status) or a GROUP (a container for other components).

Configuration

StatusPageV3Component Options

StatusPageV3 | StatusPageV3Ref
required
The page this component belongs to. A component belongs to exactly one page and cannot move to another one later.Usage:
string
required
The name shown on the status page.
number
required
Position among its siblings; lower comes first.
string
default:"SERVICE"
'SERVICE' (a monitored thing with its own status) or 'GROUP' (a container for other components).Usage:
string
Shown next to the name on the status page.
boolean
default:"false"
Hide the component from the public page while keeping it available for incidents and automation.
StatusPageV3Component | StatusPageV3ComponentRef
The GROUP component to nest this component under. Must be on the same status page.Usage:
Unlike v2 services, a component belongs to one status page. It cannot be shared between pages.

Referencing an existing component

Use StatusPageV3Component.fromId() to point an automation rule or a parent at a component created in the UI: