curl --request POST \
--url 'https://api.flashcat.cloud/alert/card-view/list?app_key=' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"view_id": "<string>",
"view_name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"equals": [
"labels.{x}"
],
"priority": 123
}
]
}
}filters 说明见创建接口
curl --request POST \
--url 'https://api.flashcat.cloud/alert/card-view/list?app_key=' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"view_id": "<string>",
"view_name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"equals": [
"labels.{x}"
],
"priority": 123
}
]
}
}此页面对您有帮助吗?