Spike.sh · Example Payload

Spike Sh Create Incident Example

Incident ManagementOn-CallAlertingEscalation PoliciesStatus PagesMonitoringDevOpsSRE

Spike Sh Create Incident Example is an example object payload from Spike.sh, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlemetadataescalationintegrationpriorityseverity

Example Payload

Raw ↑
{
  "title": "Database connection pool exhausted",
  "metadata": {
    "host": "db-prod-01",
    "environment": "production",
    "alert_source": "Datadog"
  },
  "escalation": "esc_abc123",
  "integration": "int_xyz789",
  "priority": "p1",
  "severity": "sev1"
}