Skip to main content
PATCH
Update by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alert_id
string<uuid>
required

alert id path parameter

Body

application/json
name
string

Name of the Alert Rule.

warning_threshold
number<float> | null

Warning threshold for the Alert Rule.

critical_threshold
number<float>

Critical threshold for the Alert Rule.

evaluation_delay
number<integer>

Evaluation Delay for the Alert Rule. It is in number of hours.

priority
enum<string>
Available options:
HIGH,
MEDIUM,
LOW
enable_notification
boolean

Indicates whether notifications are enabled for the Alert Rule.

auto_threshold_params
object | null

Auto threshold parameters for the Alert Rule. These parameters are used to tweak the calculations of the thresholds.

Response

Get detail info

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object