Alarms
Update alarm
Update a specific alarm
put/alarms/{id}
Response
Alarm updated successfully
Example response
{
"id": 7395,
"type": "cpu",
"enabled": true,
"value_threshold": 90,
"value_calculation": "fixed",
"time_threshold": 600,
"recipients": [
1
]
}