GlitchTip · Schema

MonitorDetailSchema

GlitchTip MonitorDetailSchema

Error TrackingPerformance MonitoringUptime MonitoringApplication MonitoringOpen-SourceSentry CompatibleObservabilityLogging

Properties

Name Type Description
projectID object
environmentID object
isUp object
lastChange object
heartbeatEndpoint object
projectName object
envName object
checks array
organizationID integer
monitorType object
id object
endpointID object Used for referencing heartbeat endpoint
created string
name string
url object
expectedStatus object
expectedBody object
interval integer
timeout object Blank implies default value of 20
View JSON Schema on GitHub

JSON Schema

glitchtip-monitordetailschema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/glitchtip/main/json-schema/glitchtip-monitordetailschema.json",
  "title": "MonitorDetailSchema",
  "description": "GlitchTip MonitorDetailSchema",
  "properties": {
    "projectID": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Projectid"
    },
    "environmentID": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Environmentid"
    },
    "isUp": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "title": "Isup"
    },
    "lastChange": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lastchange"
    },
    "heartbeatEndpoint": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Heartbeatendpoint"
    },
    "projectName": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Projectname"
    },
    "envName": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Envname"
    },
    "checks": {
      "items": {
        "$ref": "#/components/schemas/MonitorCheckResponseTimeSchema"
      },
      "title": "Checks",
      "type": "array"
    },
    "organizationID": {
      "title": "Organizationid",
      "type": "integer"
    },
    "monitorType": {
      "$ref": "#/components/schemas/MonitorType"
    },
    "id": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "ID"
    },
    "endpointID": {
      "anyOf": [
        {
          "format": "uuid",
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "description": "Used for referencing heartbeat endpoint",
      "title": "Endpoint Id"
    },
    "created": {
      "format": "date-time",
      "title": "Created",
      "type": "string"
    },
    "name": {
      "maxLength": 200,
      "title": "Name",
      "type": "string"
    },
    "url": {
      "anyOf": [
        {
          "maxLength": 2000,
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Url"
    },
    "expectedStatus": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": 200,
      "title": "Expected Status"
    },
    "expectedBody": {
      "anyOf": [
        {
          "maxLength": 2000,
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Expected Body"
    },
    "interval": {
      "default": 60,
      "title": "Interval",
      "type": "integer"
    },
    "timeout": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "description": "Blank implies default value of 20",
      "title": "Timeout"
    }
  },
  "required": [
    "projectID",
    "environmentID",
    "isUp",
    "lastChange",
    "heartbeatEndpoint",
    "checks",
    "organizationID",
    "monitorType",
    "created",
    "name"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glitchtip-monitordetailschema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.