告警列表-卡片视图
POST
https://api.flashcat.cloud/alert/list-by-card
最后修改时间:2024-10-09 12:12:00
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/alert/list-by-card?app_key' \
--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"
]
}
]
}
}
请求参数
Body 参数application/json