v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
on-call-schedules

Creates a OnCallSchedule objects.

post/on-call-schedules

Request body

third_party_provider'OPSGENIE' | 'PAGER_DUTY' required

The third party provider of the on call schedule.

remote_idstring required

The remote ID of the on call schedule

Example request

{
  "third_party_provider": "PAGER_DUTY",
  "remote_id": "PNZNINN"
}

Response

The on call schedule that was created.

on_call_schedule_idstring uuid

The ID of the on-call schedule.

third_party_provider'OPSGENIE' | 'PAGER_DUTY'

The third party provider of the on call schedule.

remote_idstring

The remote ID of the on call schedule

namestring

The name of the on call schedule.

Example response

{
  "on_call_schedule_id": "50d5e9f6-f23f-4d5a-ae91-b2640cf3975e",
  "third_party_provider": "PAGER_DUTY",
  "remote_id": "P7OWH2R",
  "name": "Customer Support On-Call"
}