{
"view_id": "string",
"progress": "string",
"title": "string",
"channel_id": 0,
"data_source_id": 0,
"start_time": 0,
"end_time": 0,
"alert_severity": "string",
"is_my_channel": true,
"ever_muted": true,
"labels": {}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/alert/list-by-card' \
--header 'Content-Type: application/json' \
--data-raw '{
"view_id": "string",
"progress": "string",
"title": "string",
"channel_id": 0,
"data_source_id": 0,
"start_time": 0,
"end_time": 0,
"alert_severity": "string",
"is_my_channel": true,
"ever_muted": true,
"labels": {}
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"title": "string",
"total": 0,
"alert_severity": "string",
"alert_ids": [
"string"
]
}
]
}
}