site
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.
Fields
5| Field | Type | Description |
|---|---|---|
event_type | string | Allowed value: site. |
id | integer | Site DB id (matches the site.id nested key on probe events). |
name | string | Display name of the site (matches site.name::str on probe events). |
url | string | Target URL being monitored. |
state | string | Last 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"}