Skip to content

site

View Markdown

A snapshot of an uptime-monitored site’s configuration. Honeybadger records this when a site is created or its config changes. Probe results use event_type “uptime_check” and include duration, location, site.id, site.name, and response.status_code.

Category Uptime Fields 5 honeybadger

Fields

5
FieldTypeDescription
event_typestringAllowed value: site.
idintegerSite DB id (matches the site.id nested key on probe events).
namestringDisplay name of the site (matches site.name::str on probe events).
urlstringTarget URL being monitored.
statestringLast observed reachability state of the site. Allowed values: up, down.

Example

{
"event_type": "site",
"id": 67890,
"name": "Marketing site",
"url": "https://www.example.com",
"state": "up"
}