Copy$ curl https://api.thousandeyes.com/v6/alert-rules/new \
-H 'Content-Type: application/json' \
-u {email}:{authToken} \
-d '{
"alertType": "HTTP Server",
"default": 0,
"expression": "[(locationId in {\"58\", \"25\", \"7815\"})]((probDetail != \"\"))",
"minimumSources": 10,
"notes": "HTTP Alert rule for agentIds 58, 25 and 7815 only",
"description": "TE HTTP Alert rule with write api",
"notifications": {
"email": {
"message": "",
"recipient": [
"noreply@thousandeyes.com"
]
},
"thirdParty": [
{
"integrationId": "sl-101",
"integrationType": "SLACK"
}
],
"webhook": [
{
"integrationId": "wb-201",
"integrationType": "WEBHOOK"
}
]
},
"notifyOnClear": 1,
"roundsViolatingOutOf": 10,
"roundsViolatingRequired": 10,
"roundsViolatingMode": "ANY",
"ruleName": "HTTP Server Alert Rule",
"sourceMeasure": "percent",
"testIds": [
1001,
1002
],
"severity": "INFO"
}'