API REFERENCE
Monitors base info

Update a monitor

1min
Update a monitor base information by monitor ID
PUT
Request
Response
Path Params
id
String
required
ID of the monitor
Header Parameters
Authorization
String
required
Bearer access token, it returned by the /auth
Body Parameters
name
String
required
Name of the monitor
onlineStatus
Boolean
required
Monitor status: true/false
monitorWeekDays
Array
required
Monitoring dates within a week: ["MON","TUE","WED","THU","FRI","SAT","SUN"]
monitorFrequency
Number
required
Daily monitoring frequency: [1, 2]
notificationEmails
Array
optional
Mailing list for sending notifications, the mail must be created in advance in the Klavi Console
Curl
Node.js
JS
Python
Ruby
Responses
200