curl --request POST \
--url 'https://api.flashcat.cloud/incident/info?app_key=' \
--header 'Content-Type: <content-type>' \
--data '
{
"incident_id": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"incident_id": "<string>",
"start_time": 123,
"end_time": 123,
"last_time": 123,
"snoozed_before": 123,
"incident_status": "Info",
"incident_severity": "Info",
"progress": "Triggered",
"creator_id": 123,
"title": "<string>",
"num": "<string>",
"ack_time": 123,
"close_time": 123,
"closer_id": 123,
"assigned_to": {
"type": "assign",
"person_ids": [
123
],
"escalate_rule_id": "<string>",
"escalate_rule_name": "<string>",
"layer_idx": 123
},
"responders": [
{
"person_id": 123,
"assigned_at": 123,
"acknowledged_at": 123
}
],
"alert_cnt": 123,
"description": "<string>",
"impact": "<string>",
"root_cause": "<string>",
"resolution": "<string>",
"labels": {},
"channel_id": 123,
"channel_name": "<string>",
"integration_ids": [
123
],
"integration_types": [
"<string>"
],
"dedup_key": "<string>",
"group_method": "i",
"ever_muted": true,
"frequency": "rare",
"images": [
{
"alt": "<string>",
"src": "<string>",
"href": "<string>"
}
]
}
}curl --request POST \
--url 'https://api.flashcat.cloud/incident/info?app_key=' \
--header 'Content-Type: <content-type>' \
--data '
{
"incident_id": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"incident_id": "<string>",
"start_time": 123,
"end_time": 123,
"last_time": 123,
"snoozed_before": 123,
"incident_status": "Info",
"incident_severity": "Info",
"progress": "Triggered",
"creator_id": 123,
"title": "<string>",
"num": "<string>",
"ack_time": 123,
"close_time": 123,
"closer_id": 123,
"assigned_to": {
"type": "assign",
"person_ids": [
123
],
"escalate_rule_id": "<string>",
"escalate_rule_name": "<string>",
"layer_idx": 123
},
"responders": [
{
"person_id": 123,
"assigned_at": 123,
"acknowledged_at": 123
}
],
"alert_cnt": 123,
"description": "<string>",
"impact": "<string>",
"root_cause": "<string>",
"resolution": "<string>",
"labels": {},
"channel_id": 123,
"channel_name": "<string>",
"integration_ids": [
123
],
"integration_types": [
"<string>"
],
"dedup_key": "<string>",
"group_method": "i",
"ever_muted": true,
"frequency": "rare",
"images": [
{
"alt": "<string>",
"src": "<string>",
"href": "<string>"
}
]
}
}此页面对您有帮助吗?