HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Complete update of an Insight alert configuration by id.

Path Params
integer
required

Numeric id of the alert

Body Params

Request body

int64
required

Numeric id of the alert

string
required

Name of the alert

string

Description of the alert

string
required

Category of the alert

string
required

Sub category is the template name of the alert

email_targets
object
required

Send alert notification to the configured email targets, e.g. "email_targets":["...", "..."]

sms_targets
object

Send alert notification to the configured SMS targets, e.g. "sms_targets":["...", "..."]

config
object

Setting the alert filter configurations & adding CSV columns for the CSV report,
e.g. "config": {
"filter": {
"auth.ap_name": {
"operator": "EQUALS",
"value": ["..."]
},
"cppm_cluster.hostname": {
"operator":"CONTAINS",
"value":["...", "..."]
}
}
}

string
required

Severity of the alert, either "critical" or "warning"

int64
required

Triggering the alert when reaching the specified numeric threshold value

int64
required

Triggering the alert at the numeric interval

string
required

Interval units either "minute" or "hour"

boolean

Enable/Disable the alert

boolean

Mute/Unmute the alert

Responses

Language
Response
Choose an example:
application/json