v3
latestOpenAPI 3.0.02026-07-2759120262.8 KBMonitors
Update a monitor
patch/monitors/{id}
Path parameters
idnumber required
Request body
Example request
{
"friendlyName": "My monitor",
"url": "http://test.com",
"type": "HTTP",
"keywordType": "ALERT_EXISTS",
"interval": 60,
"timeout": 30,
"gracePeriod": 300,
"httpUsername": "admin",
"httpPassword": "password",
"httpMethodType": "HEAD",
"authType": "NONE",
"assignedAlertContacts": [
{
"alertContactId": 12345,
"threshold": 5,
"recurrence": 30
}
],
"successHttpResponseCodes": [
"2xx",
"3xx"
],
"tagNames": [
"tag1",
"tag2"
],
"maintenanceWindowsIds": [
123,
234
],
"regionalData": "na",
"regionData": {
"THRESHOLD": {
"na": 5000,
"eu": 6000,
"as": 7000,
"oc": 8000
}
},
"groupId": 10,
"customFields": {
"environment": "production",
"team": "platform"
}
}