{
"commonalert": {
"is_debug": true
}
}
curl --location --request POST 'https://example.com:30888/commonalerts//test-run' \
--header 'Content-Type: application/json' \
--data-raw '{
"commonalert": {
"is_debug": true
}
}'
{
"commonalert": {
"alert_ok_eval_matches": [
{
"alert_details": {},
"condition": "string",
"is_recovery": true,
"metric": "string",
"tags": {
"property1": "string",
"property2": "string"
},
"unit": "string",
"value": 0,
"value_str": "string"
}
],
"condition_evals": "string",
"end_time": "2019-08-24T14:15:22Z",
"error": "string",
"eval_matches": [
{
"alert_details": {},
"condition": "string",
"is_recovery": true,
"metric": "string",
"tags": {
"property1": "string",
"property2": "string"
},
"unit": "string",
"value": 0,
"value_str": "string"
}
],
"firing": true,
"is_debug": true,
"is_test_run": true,
"logs": [
{
"data": null,
"message": "string"
}
],
"no_data_found": true,
"prev_alert_state": "string",
"start_time": "2019-08-24T14:15:22Z"
}
}