curl --request POST \
--url 'https://api.flashcat.cloud/alert/event/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"alert_id": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"event_id": "<string>",
"integration_id": 123,
"channel_id": 123,
"title": "<string>",
"title_rule": "<string>",
"alert_id": "<string>",
"event_status": "Info",
"event_severity": "Info",
"event_time": 123,
"description": "<string>",
"labels": {}
}
]
}
}curl --request POST \
--url 'https://api.flashcat.cloud/alert/event/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"alert_id": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"items": [
{
"event_id": "<string>",
"integration_id": 123,
"channel_id": 123,
"title": "<string>",
"title_rule": "<string>",
"alert_id": "<string>",
"event_status": "Info",
"event_severity": "Info",
"event_time": 123,
"description": "<string>",
"labels": {}
}
]
}
}此页面对您有帮助吗?