Skip to main content

TriggeredMonitor

created_atstring<date-time>required
event_idstringrequired
group_keystringrequired
healthstringrequired
labels object
property name*string
monitor_idstringrequired
monitor_namestringrequired
monitor_statusstringrequired
mute_durationstring
mute_notesstring
muted_atstring<date-time>
muted_bystring
muted_untilstring<date-time>
notifications object[]nullable
  • Array [
  • channel_idstringrequired
    channel_namestring
    channel_typestring
    enabledbooleanrequired
  • ]
  • prioritystring
    resolution_notesstring
    resolution_sourcestring
    resolved_atstring<date-time>
    resolved_bystring
    severitystring
    trigger_payload objectrequired
    property name*any
    triggered_atstring<date-time>required
    TriggeredMonitor
    {
    "created_at": "2024-07-29T15:51:28.071Z",
    "event_id": "string",
    "group_key": "string",
    "health": "string",
    "labels": {},
    "monitor_id": "string",
    "monitor_name": "string",
    "monitor_status": "string",
    "mute_duration": "string",
    "mute_notes": "string",
    "muted_at": "2024-07-29T15:51:28.071Z",
    "muted_by": "string",
    "muted_until": "2024-07-29T15:51:28.071Z",
    "notifications": [
    {
    "channel_id": "string",
    "channel_name": "string",
    "channel_type": "string",
    "enabled": true
    }
    ],
    "priority": "string",
    "resolution_notes": "string",
    "resolution_source": "string",
    "resolved_at": "2024-07-29T15:51:28.071Z",
    "resolved_by": "string",
    "severity": "string",
    "trigger_payload": {},
    "triggered_at": "2024-07-29T15:51:28.071Z"
    }