GlitchTip · Example Payload

Glitchtip Monitor Example

Error TrackingPerformance MonitoringUptime MonitoringApplication MonitoringOpen SourceSentry CompatibleObservabilityLogging

Glitchtip Monitor Example is an example object payload from GlitchTip, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameurlmonitorTypeexpectedStatusintervalprojectSlugorganizationSlugisUplastCheckedresponseTime

Example Payload

Raw ↑
{
  "id": 5,
  "name": "Homepage Uptime",
  "url": "https://example.com/",
  "monitorType": "Ping",
  "expectedStatus": 200,
  "interval": "00:01:00",
  "projectSlug": "my-project",
  "organizationSlug": "my-org",
  "isUp": true,
  "lastChecked": "2024-06-12T14:20:00Z",
  "responseTime": 142
}