Spike.sh · Example Payload

Spike Sh Create Escalation Policy Example

Incident ManagementOn-CallAlertingEscalation PoliciesStatus PagesMonitoringDevOpsSRE

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

Top-level fields

nameescalationdelay

Example Payload

Raw ↑
{
  "name": "Primary On-Call Escalation",
  "escalation": [
    {
      "type": "user",
      "id": "user_abc123"
    },
    {
      "type": "on-call",
      "id": "oncall_xyz789"
    }
  ],
  "delay": "5"
}