Home
ilert
Put Support Hours {Id}
Put Support Hours {Id}
Incident Management On-Call Alerting Alert Routing Escalation Policies On-Call Schedules Status Pages Heartbeat Monitoring Event Management DevOps SRE IT Operations
Put Support Hours {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
summary description method path parameters request_body response
Example Payload
{
"summary": "Update an existing support hour.",
"description": "",
"method": "PUT",
"path": "/support-hours/{id}",
"parameters": {
"id": 1.0
},
"request_body": {
"id": 1,
"name": "string",
"teams": [
{
"id": null,
"name": null
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": null,
"end": null
},
"TUESDAY": {
"start": null,
"end": null
},
"WEDNESDAY": {
"start": null,
"end": null
},
"THURSDAY": {
"start": null,
"end": null
},
"FRIDAY": {
"start": null,
"end": null
},
"SATURDAY": {
"start": null,
"end": null
}
},
"exceptions": [
{
"name": null,
"start": null,
"end": null,
"supportStatus": null
}
]
},
"response": {
"id": 1,
"name": "string",
"teams": [
{
"id": null,
"name": null
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": null,
"end": null
},
"TUESDAY": {
"start": null,
"end": null
},
"WEDNESDAY": {
"start": null,
"end": null
},
"THURSDAY": {
"start": null,
"end": null
},
"FRIDAY": {
"start": null,
"end": null
},
"SATURDAY": {
"start": null,
"end": null
}
},
"exceptions": [
{
"name": null,
"start": null,
"end": null,
"supportStatus": null
}
]
}
}