Spike.sh · Example Payload

Spike Sh Create On Call Schedule Example

Primary on-call rotation for the engineering team

Incident ManagementOn-CallAlertingEscalation PoliciesStatus PagesMonitoringDevOpsSRE

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

Top-level fields

namedescriptiontimezoneusersrotation

Example Payload

Raw ↑
{
  "name": "Engineering Primary On-Call",
  "description": "Primary on-call rotation for the engineering team",
  "timezone": "America/New_York",
  "users": ["user_abc123", "user_def456", "user_ghi789"],
  "rotation": {
    "length": 1,
    "unit": "weeks"
  }
}